.topbar{background:linear-gradient(90deg, var(--green-900) 0%, #1f4d38 50%, var(--green-800) 100%);color:#ffffffeb;border-bottom:1px solid #d4a01740;font-size:.76rem;position:relative}.topbar:after{content:"";background:linear-gradient(90deg, transparent, var(--gold-400), transparent);opacity:.6;height:1px;position:absolute;bottom:0;left:0;right:0}.topbar__inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 0;padding:.5rem 0;display:flex}.topbar__item{white-space:nowrap;border-radius:6px;align-items:center;gap:.4rem;padding:.2rem .85rem;transition:color .2s,background .2s;display:inline-flex}.topbar__item:not(:last-child){border-right:1px solid #ffffff26}.topbar__item:hover{color:var(--gold-400);background:#ffffff0f}@media (width<=640px){.topbar__item--hide-sm{display:none}.topbar__item{padding:.15rem .5rem;border-right:none!important}}@media (width<=900px){.topbar__item--hide-md{display:none}}.header{z-index:100;position:sticky;top:0}.header__bar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(#fff 0%,#fffdf8 100%);border-bottom:1px solid #d4a01733;position:relative;box-shadow:0 4px 24px #1a3d2e14,inset 0 1px #fffc}.header__accent{background:linear-gradient(90deg, var(--green-700) 0%, var(--gold-500) 35%, var(--red-brand) 65%, var(--gold-400) 100%);height:3px;position:absolute;bottom:0;left:0;right:0}.header__inner{justify-content:space-between;align-items:center;gap:1.5rem;min-height:76px;padding:.35rem 0;display:flex}.header__brand{flex-shrink:0;align-items:center;gap:.85rem;transition:opacity .2s;display:flex}.header__brand:hover{opacity:.92}.header__logo-wrap{background:linear-gradient(145deg, var(--green-50), var(--white));border:2px solid #d4a01759;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 4px 14px #1a3d2e1f,inset 0 0 0 1px #fffc}.header__brand:hover .header__logo-wrap{transform:scale(1.04);box-shadow:0 6px 20px #d4a01740}.header__logo{object-fit:contain;width:auto;max-width:48px;height:44px}.header__brand-text{flex-direction:column;line-height:1.2;display:flex}.header__name{font-family:var(--font-display);letter-spacing:-.02em;background:linear-gradient(120deg, var(--green-900), var(--green-600));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.12rem;font-weight:800}.header__subtitle{color:var(--green-700);flex-wrap:wrap;align-items:center;gap:.35rem;margin-top:.1rem;font-size:.7rem;font-weight:600;display:flex}.header__dot{color:var(--gold-500);font-weight:700}.header__tagline-mini{color:var(--gold-500);letter-spacing:.03em;font-size:.65rem;font-weight:700}.header__nav{align-items:center;gap:.75rem;display:flex}.header__menu{background:#f0faf4d9;border:1px solid #2d6a4f1f;border-radius:999px;align-items:center;gap:.15rem;padding:.35rem;list-style:none;display:flex;box-shadow:0 2px 12px #1a3d2e0f}.header__link{letter-spacing:.02em;color:var(--text);border-radius:999px;padding:.5rem 1rem;font-size:.88rem;font-weight:600;transition:color .2s,background .25s,transform .2s;display:block;position:relative}.header__link:hover{color:var(--green-800);background:var(--white);transform:translateY(-1px)}.header__link--active{color:var(--white);background:linear-gradient(135deg, var(--green-700), var(--green-600));box-shadow:0 4px 14px #2d6a4f59}.header__link--active:hover{color:var(--white);transform:translateY(-1px)}.header__cta{margin-left:.15rem;border-radius:999px!important;padding:.6rem 1.35rem!important;font-size:.88rem!important;font-weight:700!important;transition:transform .2s,box-shadow .2s!important;box-shadow:0 4px 16px #25d36666,inset 0 0 0 2px #ffffff80!important}.header__cta:hover{transform:translateY(-2px)scale(1.02)!important;box-shadow:0 8px 24px #25d36680!important}.header__toggle{background:linear-gradient(145deg, var(--green-50), var(--white));cursor:pointer;width:44px;height:44px;box-shadow:var(--shadow);border:1px solid #2d6a4f26;border-radius:12px;flex-direction:column;justify-content:center;gap:5px;padding:10px;transition:background .2s;display:none}.header__toggle span{background:var(--green-800);border-radius:2px;width:100%;height:2.5px;transition:transform .3s,opacity .3s;display:block}.header__toggle--open span:first-child{transform:translateY(7.5px)rotate(45deg)}.header__toggle--open span:nth-child(2){opacity:0;transform:scaleX(0)}.header__toggle--open span:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}@media (width<=1024px){.header__tagline-mini,.header__dot{display:none}.header__link{padding:.45rem .75rem;font-size:.82rem}}@media (width<=900px){.header__toggle{display:flex}.header__nav{top:var(--header-h);background:linear-gradient(180deg, #fffdf8 0%, var(--white) 100%);border-bottom:3px solid var(--gold-500);opacity:0;pointer-events:none;flex-direction:column;align-items:stretch;gap:1rem;padding:1.25rem 1.5rem 1.75rem;transition:transform .35s,opacity .35s;position:fixed;left:0;right:0;transform:translateY(-8px);box-shadow:0 20px 40px #1a3d2e26}.header__nav--open{opacity:1;pointer-events:auto;transform:translateY(0)}.header__menu{border-radius:var(--radius-lg);flex-direction:column;gap:.25rem;width:100%;padding:.5rem}.header__menu li{width:100%}.header__link{text-align:center;width:100%;padding:.85rem 1rem;font-size:.95rem}.header__cta{justify-content:center;width:100%;margin-left:0}.header__brand-text{display:flex}.header__name{font-size:1rem}}@media (width<=480px){.header__brand-text{display:none}.header__logo-wrap{width:48px;height:48px}.header__logo{height:38px}}.footer{background:var(--green-900);color:#ffffffe6}.footer__top{padding:3.5rem 0 2.5rem}.footer__grid{grid-template-columns:1.4fr 1fr 1.2fr;gap:2.5rem;display:grid}.footer__logo{object-fit:contain;border-radius:10px;width:auto;max-width:100px;height:88px;margin-bottom:1rem}.footer__brand-col h3{font-family:var(--font-display);margin-bottom:.35rem;font-size:1.2rem;line-height:1.3}.footer__subtitle{opacity:.9;font-size:.95rem;font-weight:600;display:block}.footer__tagline{color:var(--gold-400);margin-bottom:.5rem;font-size:.9rem;font-weight:600}.footer__slogan{opacity:.85;font-size:.95rem;font-style:italic}.footer__heading{color:var(--gold-400);margin-bottom:1rem;font-size:1rem;font-weight:700}.footer__links,.footer__contact{flex-direction:column;gap:.6rem;list-style:none;display:flex}.footer__links a,.footer__contact a{opacity:.85;transition:opacity .2s,color .2s}.footer__links a:hover,.footer__contact a:hover{opacity:1;color:var(--gold-400)}.footer__contact li{align-items:flex-start;gap:.5rem;font-size:.92rem;line-height:1.5;display:flex}.footer__icon{flex-shrink:0}.footer__bottom{border-top:1px solid #ffffff1f;padding:1.25rem 0}.footer__bottom-inner{opacity:.75;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;font-size:.85rem;display:flex}.footer__bottom-links{flex-wrap:wrap;align-items:center;gap:.5rem .65rem;display:flex}.footer__bottom-sep{opacity:.5}.footer__credit{color:inherit;text-decoration:none;transition:color .2s,opacity .2s}.footer__credit strong{color:var(--gold-400);font-weight:700}.footer__credit:hover{opacity:1;color:var(--white)}.footer__credit:hover strong{color:var(--gold-300)}.footer__verified{color:var(--green-500);font-weight:600;transition:color .2s}.footer__verified:hover{color:var(--gold-400)}@media (width<=768px){.footer__grid{grid-template-columns:1fr;gap:2rem}}.floating-enquiry{z-index:90;color:var(--white);background:#25d366;border-radius:999px;align-items:center;gap:.5rem;padding:.85rem 1.25rem;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 6px 28px #25d36673}.floating-enquiry:hover{color:var(--white);transform:translateY(-3px)scale(1.02);box-shadow:0 10px 36px #25d3668c}.floating-enquiry svg{flex-shrink:0;width:26px;height:26px}@media (width<=480px){.floating-enquiry{border-radius:50%;padding:.9rem;bottom:1rem;right:1rem}.floating-enquiry__label{display:none}}.goog-te-banner-frame,.skiptranslate,#goog-gt-tt{display:none!important}body{top:0!important}.lang-translator__engine{opacity:0;pointer-events:none;width:0;height:0;position:absolute;overflow:hidden}.lang-translator{z-index:88;background:var(--white);border-radius:0 var(--radius) var(--radius) 0;border:1px solid #2d6a4f1f;border-left:none;flex-direction:column;align-items:stretch;min-width:52px;display:flex;position:fixed;top:50%;left:0;overflow:hidden;transform:translateY(-50%);box-shadow:4px 0 24px #1a3d2e26}.lang-translator__title{writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:.14em;text-transform:uppercase;color:var(--green-700);background:var(--green-50);text-align:center;border-bottom:1px solid #2d6a4f1a;padding:.65rem .35rem;font-size:.65rem;font-weight:800;transform:rotate(180deg)}.lang-translator__btn{background:var(--white);cursor:pointer;color:var(--text-muted);font-family:var(--font-display);border:none;flex-direction:column;justify-content:center;align-items:center;gap:.1rem;padding:.75rem .5rem;transition:background .2s,color .2s;display:flex}.lang-translator__btn:hover{background:var(--green-50);color:var(--green-800)}.lang-translator__btn--active{background:linear-gradient(180deg, var(--green-700), var(--green-600));color:var(--white)}.lang-translator__btn--active:hover{background:linear-gradient(180deg, var(--green-800), var(--green-700));color:var(--white)}.lang-translator__label{font-size:.95rem;font-weight:800;line-height:1}.lang-translator__sub{opacity:.85;font-size:.58rem;font-weight:600;line-height:1}@media (width<=768px){.lang-translator{border-radius:0 var(--radius) var(--radius) 0;min-width:unset;flex-direction:row;top:auto;bottom:5.5rem;transform:none}.lang-translator__title{writing-mode:horizontal-tb;border-bottom:none;border-right:1px solid #2d6a4f1a;padding:.5rem .65rem;transform:none}.lang-translator__btn{flex-direction:row;gap:.35rem;padding:.6rem .75rem}}.hero{background:#1a3d2e;height:80vh;min-height:480px;max-height:900px;position:relative;overflow:hidden}.hero__slides{position:absolute;inset:0}.hero__slide{opacity:0;transition:opacity .9s;position:absolute;inset:0;overflow:hidden}.hero__slide--active{opacity:1;z-index:1}.hero__slide-bg{background-image:var(--hero-bg-desktop);background-position:var(--hero-bg-pos-desktop,75% center);will-change:transform;background-repeat:no-repeat;background-size:cover;position:absolute;inset:-4%;transform:scale(1.14)}.hero__slide--active .hero__slide-bg{animation:6.5s ease-out forwards hero-zoom-out}@keyframes hero-zoom-out{0%{transform:scale(1.14)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.hero__slide--active .hero__slide-bg{animation:none;transform:scale(1)}}.hero__slide:before{content:"";z-index:1;background:linear-gradient(90deg,#fff8e8f2 0%,#fff8e8bf 35%,#fff8e826 60%,#fff8e800 100%);position:absolute;inset:0}.hero__content{z-index:3;max-width:520px;padding-left:clamp(1.25rem,8%,6rem);padding-right:1.5rem;animation:.55s forwards hero-content-in;position:absolute;top:50%;transform:translateY(-55%)}@keyframes hero-content-in{0%{opacity:0;transform:translateY(calc(18px - 55%))}to{opacity:1;transform:translateY(-55%)}}.hero__tag{letter-spacing:.12em;text-transform:uppercase;color:var(--green-700);background:#ffffffd9;border:1px solid #2d6a4f33;border-radius:999px;margin-bottom:1rem;padding:.4rem .9rem;font-size:.75rem;font-weight:700;display:inline-block}.hero__title{font-family:var(--font-display);color:var(--green-900);margin-bottom:1rem;font-size:clamp(1.75rem,4.5vw,3rem);font-weight:800;line-height:1.15}.hero__desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:clamp(.95rem,2vw,1.1rem);line-height:1.65}.hero__cta{flex-wrap:wrap;gap:.75rem;display:flex}.hero__arrow{z-index:4;width:46px;height:46px;color:var(--green-900);cursor:pointer;background:#ffffffeb;border:none;border-radius:50%;font-size:1.6rem;line-height:1;transition:transform .2s,background .2s;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 20px #00000026}.hero__arrow:hover{background:var(--white);transform:translateY(-50%)scale(1.06)}.hero__arrow--prev{right:4.5rem}.hero__arrow--next{right:1.25rem}.hero__dots{z-index:4;gap:.45rem;display:flex;position:absolute;bottom:5.5rem;left:clamp(1.25rem,8%,6rem)}.hero__dot{border:2px solid var(--green-700);cursor:pointer;background:0 0;border-radius:50%;width:10px;height:10px;padding:0;transition:background .25s,transform .25s}.hero__dot--active{background:var(--green-700);transform:scale(1.15)}.hero__wave{z-index:5;pointer-events:none;line-height:0;position:absolute;bottom:0;left:0;right:0}.hero__wave svg{width:100%;height:clamp(56px,8vh,100px);display:block}@media (width<=1024px){.hero__slide:before{background:linear-gradient(90deg,#fff8e8e0 0%,#fff8e880 40%,#fff8e814 70%,#0000 100%)}.hero__slide-bg{background-position:72%!important}}@media (width<=768px){.hero{background:var(--cream);flex-direction:column;height:auto;min-height:0;max-height:none;display:flex}.hero__slides{flex-shrink:0;width:100%;height:52vh;min-height:320px;max-height:440px;position:relative}.hero__slide-bg{background-image:var(--hero-bg-mobile,var(--hero-bg-desktop));background-size:cover;inset:-5%;background-position:var(--hero-bg-pos-mobile,center center)!important}.hero__slide:before{background:linear-gradient(#0000001f 0%,#0000 20% 70%,#00000026 100%)}.hero__content{text-align:center;background:var(--cream);max-width:100%;padding:1.5rem 1.25rem 1.75rem;animation-name:hero-content-in-mobile;position:relative;top:auto;bottom:auto;transform:none;box-shadow:0 -8px 24px #1a3d2e0f}@keyframes hero-content-in-mobile{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero__cta{justify-content:center}.hero__wave{display:none}.hero__dots{z-index:4;top:calc(52vh - 2.75rem);bottom:auto;left:50%;transform:translate(-50%)}.hero__arrow{z-index:4;width:38px;height:38px;font-size:1.35rem;top:26vh;bottom:auto;transform:translateY(-50%)}.hero__arrow:hover{transform:translateY(-50%)scale(1.06)}.hero__arrow--prev{left:.65rem;right:auto}.hero__arrow--next{right:.65rem}}.feature-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;border:1px solid #2d6a4f14;padding:1.75rem;transition:transform .25s,box-shadow .25s}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.feature-card__icon{margin-bottom:1rem;font-size:2.5rem;display:block}.feature-card h3{color:var(--green-900);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.feature-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.premium-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid #2d6a4f1a;flex-direction:column;padding:1.75rem;display:flex;position:relative;overflow:hidden}.premium-card:before{content:"";height:5px;position:absolute;top:0;left:0;right:0}.premium-card--red:before{background:linear-gradient(90deg,#8b1a1a,#d42b2b)}.premium-card--white:before{background:linear-gradient(90deg, var(--green-600), var(--gold-500))}.premium-card--gold:before{background:linear-gradient(90deg, #c41e1e, var(--gold-500))}.premium-card__weight{background:var(--gold-100);color:var(--brown-800);border:1px solid var(--gold-500);border-radius:999px;padding:.35rem .75rem;font-size:.85rem;font-weight:800;position:absolute;top:1rem;right:1rem}.premium-card__badge{width:fit-content;color:var(--green-700);background:var(--green-50);border-radius:6px;margin-bottom:.75rem;padding:.25rem .6rem;font-size:.72rem;font-weight:700;display:inline-block}.premium-card__img-wrap{background:var(--green-50);border-radius:var(--radius);justify-content:center;align-items:center;height:220px;margin-bottom:1.25rem;padding:1rem;display:flex}.premium-card__img-wrap img{object-fit:contain;max-width:100%;max-height:100%}.premium-card h3{color:var(--green-900);margin-bottom:.5rem;font-size:1.15rem}.premium-card>p{color:var(--text-muted);flex:1;margin-bottom:1rem;font-size:.92rem}.premium-card ul{margin-bottom:1.25rem;list-style:none}.premium-card li{color:var(--green-800);padding:.2rem 0;font-size:.88rem;font-weight:600}.premium-card__btn{width:100%}.cert-badge{background:var(--white);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-lg);border:1px solid #d4a01740;flex-direction:column;align-items:center;padding:2rem 1.5rem 1.75rem;transition:transform .3s,box-shadow .3s;display:flex}.cert-badge:hover{transform:translateY(-8px);box-shadow:0 20px 48px #8b1a1a26}.cert-badge--featured{border:2px solid var(--gold-500);background:linear-gradient(180deg, #fffef8 0%, var(--white) 100%)}.cert-badge__seal-wrap{margin-bottom:1.5rem}.cert-badge__seal{background:radial-gradient(circle at 35% 30%,#e63939,#8b1a1a 70%);border-radius:50%;justify-content:center;align-items:center;width:130px;height:130px;display:flex;position:relative;box-shadow:0 8px 28px #8b1a1a73,inset 0 2px 8px #ffffff40}.cert-badge__ring{opacity:.85;background:repeating-conic-gradient(#d4a017 0deg 8deg,#8b1a1a 8deg 16deg);border-radius:50%;position:absolute;inset:-10px;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 10px),#000 calc(100% - 9px));mask:radial-gradient(farthest-side,#0000 calc(100% - 10px),#000 calc(100% - 9px))}.cert-badge__check{z-index:1;color:var(--white);text-shadow:0 2px 6px #00000040;font-size:3.25rem;font-weight:800;line-height:1;position:relative}.cert-badge__text{flex-direction:column;gap:.2rem;margin-bottom:.75rem;display:flex}.cert-badge__text strong{color:var(--green-900);font-size:.95rem;line-height:1.35;display:block}.cert-badge--featured .cert-badge__text strong{color:var(--red-brand)}.cert-badge__desc{color:var(--text-muted);max-width:260px;font-size:.88rem;line-height:1.55}.contact-form{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid #2d6a4f1a;padding:2rem}.contact-form label{color:var(--green-900);flex-direction:column;gap:.4rem;margin-bottom:1rem;font-size:.9rem;font-weight:600;display:flex}.contact-form input,.contact-form textarea{background:var(--green-50);border:1.5px solid #d4e5dc;border-radius:10px;padding:.85rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--green-600);background:var(--white);outline:none;box-shadow:0 0 0 3px #40916c33}.contact-form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-form__row label{margin-bottom:0}.contact-form__submit{width:100%;margin-top:.5rem}.contact-form--success{text-align:center;padding:3rem 2rem}.contact-form__success-icon{background:var(--green-100);width:64px;height:64px;color:var(--green-700);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:2rem;font-weight:800;display:inline-flex}.contact-form--success h3{color:var(--green-900);margin-bottom:.5rem}.contact-form--success p{color:var(--text-muted);margin-bottom:1.5rem}@media (width<=600px){.contact-form__row{grid-template-columns:1fr}}.section-eyebrow{color:var(--gold-500);margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:inline-block}.section-title--left{text-align:left}.section-subtitle--left{text-align:left;margin-left:0}.trust-strip{background:var(--white);border-bottom:1px solid #2d6a4f14;margin-top:-1px;padding:1.5rem 0}.trust-strip__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.trust-strip__card{background:var(--green-50);border-radius:var(--radius);border:1px solid #2d6a4f14;align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.trust-strip__icon{flex-shrink:0;font-size:1.5rem}.trust-strip__card strong{color:var(--green-900);margin-bottom:.15rem;font-size:.88rem;display:block}.trust-strip__card span{color:var(--text-muted);font-size:.78rem}.home-about__grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.home-about__img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.home-about__img img{aspect-ratio:1;object-fit:cover;object-position:center top;width:100%;height:auto}.home-about__text h3{color:var(--green-800);margin:1.25rem 0 .5rem;font-size:1.1rem}.home-about__text p{color:var(--text-muted);margin-bottom:.75rem;line-height:1.75}.home-about__belief{font-weight:700;color:var(--green-700)!important}.home-products__grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;max-width:1100px;margin:0 auto;display:grid}@media (width<=1024px){.home-products__grid{grid-template-columns:repeat(2,1fr);max-width:720px}}.home-products__cta{text-align:center;margin-top:2rem}.home-quality{background:linear-gradient(#fff8e8eb,#fff8e8eb),url(/hero-slide-farm.jpg) 50%/cover no-repeat}.home-quality__inner{text-align:center;max-width:720px;margin:0 auto}.home-quality__list{flex-wrap:wrap;justify-content:center;gap:.75rem;margin:2rem 0 1.5rem;list-style:none;display:flex}.home-quality__list li{background:var(--white);color:var(--green-900);border:2px solid var(--gold-500);box-shadow:var(--shadow);border-radius:999px;padding:.65rem 1.25rem;font-weight:700}.btn--outline-dark{border:2px solid var(--green-700);color:var(--green-800);background:var(--white);border-radius:999px;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.btn--outline-dark:hover{background:var(--green-700);color:var(--white)}.farmer-cta{background:linear-gradient(135deg, #8b1a1a 0%, #a82828 40%, var(--gold-500) 100%);color:var(--white);padding:3rem 0}.farmer-cta__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.farmer-cta h2{font-family:var(--font-display);margin-bottom:.35rem;font-size:clamp(1.35rem,3vw,1.85rem)}.farmer-cta p{opacity:.92}.farmer-cta__actions{flex-wrap:wrap;gap:.75rem;display:flex}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.gallery-grid__item{border-radius:var(--radius);aspect-ratio:4/3;box-shadow:var(--shadow);overflow:hidden}.gallery-grid__item img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.gallery-grid__item:hover img{transform:scale(1.05)}.home-contact__grid{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem;display:grid}.home-contact__card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid #2d6a4f14;margin-bottom:1rem;padding:1.25rem}.home-contact__card strong{color:var(--green-900);margin-bottom:.35rem;display:block}.home-contact__card p,.home-contact__card li{color:var(--text-muted);font-size:.95rem}.home-contact__card ul{list-style:none}.home-contact__map{border-radius:var(--radius);box-shadow:var(--shadow);margin-top:1rem;overflow:hidden}.home-contact__map iframe{border:0;width:100%;height:220px}@media (width<=900px){.trust-strip__grid{grid-template-columns:repeat(2,1fr)}.home-about__grid,.home-contact__grid{grid-template-columns:1fr}.home-about__img img{min-height:260px}.section-title--left,.section-subtitle--left{text-align:center}.home-products__grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.farmer-cta__inner{text-align:center;justify-content:center}}@media (width<=520px){.trust-strip__grid,.gallery-grid{grid-template-columns:1fr}}.verified-intro{background:linear-gradient(135deg, var(--green-900), var(--green-700));color:var(--white);text-align:center;padding:2.5rem 0}.verified-intro__inner{max-width:680px}.verified-intro__iso{background:var(--gold-500);color:var(--brown-800);letter-spacing:.08em;border-radius:999px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.85rem;font-weight:800;display:inline-block}.verified-intro p{opacity:.95;font-size:1.05rem;line-height:1.75}.verified-intro__brand{margin-top:1rem;font-size:1.1rem}.verified-intro__brand strong{color:var(--gold-400)}.verified-certs{padding-top:3.5rem}.verified-certs__grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:.5rem;display:grid}.verified-home{background:linear-gradient(180deg, var(--cream) 0%, var(--green-50) 100%)}.verified-certs__grid--home{gap:1.5rem}.verified-assurance__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:.5rem;display:grid}.verified-assurance__card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid #2d6a4f14;align-items:flex-start;gap:1rem;padding:1.5rem 1.75rem;display:flex}.verified-assurance__num{background:linear-gradient(135deg, var(--green-700), var(--green-600));width:2.5rem;height:2.5rem;color:var(--white);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:flex}.verified-assurance__card p{color:var(--green-800);font-size:.95rem;font-weight:600;line-height:1.55}.verified-cta{background:linear-gradient(135deg, #8b1a1a, #a82828 50%, var(--gold-500));color:var(--white);text-align:center;padding:3rem 0}.verified-cta h2{font-family:var(--font-display);margin-bottom:.5rem;font-size:clamp(1.35rem,3vw,1.85rem)}.verified-cta p{opacity:.92;margin-bottom:1.5rem}.verified-cta__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}@media (width<=900px){.verified-certs__grid{grid-template-columns:1fr;max-width:360px;margin-inline:auto}.verified-assurance__grid{grid-template-columns:1fr}}.page-banner{color:var(--white);isolation:isolate;align-items:center;min-height:clamp(240px,32vh,360px);display:flex;position:relative;overflow:hidden}.page-banner__bg{background-repeat:no-repeat;background-size:cover;transition:transform 8s ease-out;position:absolute;inset:0;transform:scale(1.04)}.page-banner:hover .page-banner__bg{transform:scale(1.07)}.page-banner__overlay{z-index:1;position:absolute;inset:0}.page-banner--default .page-banner__overlay,.page-banner--quality .page-banner__overlay,.page-banner--gallery .page-banner__overlay{background:linear-gradient(105deg,#1a3d2eeb 0%,#2d6a4fc7 45%,#1a3d2e8c 100%)}.page-banner--about .page-banner__overlay{background:linear-gradient(100deg,#1a3d2ee6 0%,#3d2914a6 50%,#d4a01759 100%)}.page-banner--products .page-banner__overlay{background:linear-gradient(100deg,#6b1515e0 0%,#1a3d2ed1 55%,#1a3d2e80 100%)}.page-banner--verified .page-banner__overlay{background:linear-gradient(110deg,#1a2f4ae6 0%,#1a3d2ed9 60%,#2d6a4f80 100%)}.page-banner--contact .page-banner__overlay{background:linear-gradient(95deg,#1a3d2ee0 0%,#2d6a4fbf 50%,#d4a01740 100%)}.page-banner__pattern{z-index:2;opacity:.06;pointer-events:none;background-image:radial-gradient(circle at 20%,#fff 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.page-banner__inner{z-index:3;text-align:left;justify-content:center;align-items:center;gap:2rem;width:100%;padding:3.5rem 0 4rem;display:flex;position:relative}.page-banner__logo{object-fit:contain;filter:drop-shadow(0 4px 20px #00000059);background:#ffffff1f;border:1px solid #fff3;border-radius:14px;flex-shrink:0;width:clamp(72px,10vw,100px);height:auto;padding:.5rem}.page-banner__text{flex:1;max-width:640px}.page-banner__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--gold-400);background:#00000040;border:1px solid #e8b92373;border-radius:999px;margin-bottom:.85rem;padding:.35rem .85rem;font-size:.8rem;font-weight:700;display:inline-block}.page-banner h1{font-family:var(--font-display);text-shadow:0 2px 24px #00000059;margin-bottom:.6rem;font-size:clamp(1.85rem,4.5vw,2.75rem);font-weight:800;line-height:1.2}.page-banner p{text-shadow:0 1px 12px #0000004d;opacity:.95;max-width:520px;font-size:clamp(1rem,2vw,1.12rem);line-height:1.65}.page-banner__wave{z-index:4;pointer-events:none;line-height:0;position:absolute;bottom:-1px;left:0;right:0}.page-banner__wave svg{width:100%;height:40px;display:block}@media (width<=640px){.page-banner__inner{text-align:center;flex-direction:column;gap:1rem;padding:2.75rem 0 3.25rem}.page-banner__text{max-width:none}.page-banner p{margin-inline:auto}.page-banner__bg,.page-banner:hover .page-banner__bg{transform:scale(1.08)}}.product-showcase{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid #2d6a4f1a;grid-template-columns:minmax(240px,380px) 1fr;align-items:center;gap:2.5rem;margin-bottom:2rem;padding:2rem;display:grid}.product-showcase--reverse{grid-template-columns:1fr minmax(240px,380px)}.product-showcase--reverse .product-showcase__visual{order:2}.product-showcase--reverse .product-showcase__body{order:1}.product-showcase--red{border-top:4px solid var(--red-brand)}.product-showcase--white,.product-showcase--gold{border-top:4px solid var(--gold-500)}.product-showcase__visual{background:var(--green-50);border-radius:var(--radius);justify-content:center;align-items:center;min-height:280px;padding:1.5rem;display:flex;position:relative}.product-showcase__visual img{object-fit:contain;max-height:260px}.product-showcase__weight{background:var(--gold-100);border:1px solid var(--gold-500);color:var(--brown-800);border-radius:999px;padding:.35rem .75rem;font-size:.85rem;font-weight:800;position:absolute;top:1rem;right:1rem}.product-showcase__badge{color:var(--green-700);background:var(--green-50);border-radius:6px;margin-bottom:.5rem;padding:.25rem .6rem;font-size:.72rem;font-weight:700;display:inline-block}.product-showcase__body h3{color:var(--green-900);margin-bottom:.35rem;font-size:1.35rem}.product-showcase__formula{color:var(--red-brand);margin-bottom:.75rem;font-size:.95rem;font-weight:700}.product-showcase--white .product-showcase__formula,.product-showcase--gold .product-showcase__formula{color:var(--green-700)}.product-showcase__body>p{color:var(--text-muted);margin-bottom:1rem;line-height:1.7}.product-showcase__meta{gap:.75rem;margin-bottom:1rem;display:grid}.product-showcase__meta dt{text-transform:uppercase;letter-spacing:.06em;color:var(--green-600);font-size:.75rem;font-weight:700}.product-showcase__meta dd{color:var(--green-900);font-size:.92rem;line-height:1.5}.product-showcase__features{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;list-style:none;display:flex}.product-showcase__features li{background:var(--cream);color:var(--green-800);border:1px solid #2d6a4f26;border-radius:999px;padding:.35rem .75rem;font-size:.82rem;font-weight:600}.product-showcase__features li:before{content:"✓ ";color:var(--green-600)}@media (width<=860px){.product-showcase,.product-showcase--reverse{grid-template-columns:1fr}.product-showcase--reverse .product-showcase__visual,.product-showcase--reverse .product-showcase__body{order:unset}}.products-lead{background:var(--white);border-bottom:1px solid #2d6a4f1a;padding:2rem 0}.products-lead__inner{text-align:center;max-width:720px;margin:0 auto}.products-lead p{color:var(--green-800);font-size:1.05rem;line-height:1.75}.products-section-title{font-family:var(--font-display);color:var(--green-900);text-align:center;margin-bottom:1.25rem;font-size:1.5rem}.products-compare__wrap{border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow-x:auto}.products-compare__table{border-collapse:collapse;background:var(--white);width:100%;min-width:560px}.products-compare__table th,.products-compare__table td{text-align:left;border-bottom:1px solid #2d6a4f1a;padding:1rem 1.25rem}.products-compare__table th{background:var(--green-900);color:var(--white);font-size:.88rem;font-weight:700}.products-compare__table tr:last-child td{border-bottom:none}.products-compare__table td strong{color:var(--red-brand)}.products-feeding__grid{grid-template-columns:1fr 1.1fr;align-items:start;gap:2.5rem;display:grid}.products-feeding__intro{color:var(--text-muted);line-height:1.7}.products-feeding__tips{flex-direction:column;gap:.85rem;list-style:none;display:flex}.products-feeding__tips li{background:var(--white);border-radius:var(--radius);border-left:4px solid var(--green-600);box-shadow:var(--shadow);color:var(--green-800);padding:1rem 1.25rem;font-weight:600;line-height:1.5}.products-order{background:linear-gradient(135deg, var(--green-900), var(--green-700));color:var(--white);text-align:center;padding:4rem 0}.products-order h2{font-family:var(--font-display);margin-bottom:2rem;font-size:1.75rem}.products-order__steps{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.products-order__step{border-radius:var(--radius-lg);background:#ffffff1a;border:1px solid #ffffff26;padding:1.5rem}.products-order__num{background:var(--gold-500);width:2.25rem;height:2.25rem;color:var(--brown-800);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.75rem;font-weight:800;display:inline-flex}.products-order__step h3{margin-bottom:.5rem;font-size:1.1rem}.products-order__step p{opacity:.9;font-size:.92rem;line-height:1.5}.products-order__btn{margin:0 auto}@media (width<=768px){.products-feeding__grid,.products-order__steps{grid-template-columns:1fr}}.about-intro__grid{grid-template-columns:1fr 1.05fr;align-items:center;gap:3rem;display:grid}.about-intro__media{position:relative}.about-intro__media>img{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);object-fit:cover;min-height:360px}.about-intro__badge{background:var(--white);box-shadow:var(--shadow-lg);border:2px solid var(--gold-500);color:var(--green-900);border-radius:999px;align-items:center;gap:.65rem;padding:.65rem 1rem;font-size:.82rem;font-weight:700;display:flex;position:absolute;bottom:-1rem;right:1.25rem}.about-intro__badge img{object-fit:contain;width:36px;height:36px}.about-tagline{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.about-tagline__pill{background:linear-gradient(135deg, var(--green-700), var(--green-600));color:var(--white);letter-spacing:.02em;border-radius:999px;padding:.35rem .85rem;font-size:.8rem;font-weight:700}.about-intro__title{font-family:var(--font-display);color:var(--green-900);margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2rem);line-height:1.3}.about-intro__lead{color:var(--green-800);margin-bottom:1rem;font-size:1.05rem;font-weight:600;line-height:1.75}.about-intro__content p{color:var(--text-muted);margin-bottom:1rem;line-height:1.8}.about-intro__cta{margin-top:.5rem}.about-section-head{text-align:center;max-width:640px;margin:0 auto 2.5rem}.about-section-head__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--green-600);margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:inline-block}.about-section-head__eyebrow--light{color:var(--gold-400)}.about-team{grid-template-columns:repeat(2,1fr);align-items:start;gap:2rem;display:grid}.about-team__card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid #2d6a4f14;height:100%;padding:0;overflow:hidden}.about-team__card--lead{border-top:4px solid var(--gold-500)}.about-team__card--dir{border-top:4px solid var(--green-600)}.about-team__header{align-items:center;gap:1rem;padding:1.75rem 1.75rem 0;display:flex}.about-team__avatar{background:var(--green-50);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.75rem;display:flex}.about-team__card h3{color:var(--green-900);margin-bottom:.2rem;font-size:1.15rem}.about-team__role{color:var(--gold-500);font-size:.88rem;font-weight:700;display:block}.about-team__bio{padding:1.25rem 1.75rem 1.75rem}.about-team__bio p{color:var(--text-muted);margin-bottom:.85rem;font-size:.94rem;line-height:1.75}.about-team__bio p:last-child{margin-bottom:0}.about-why__grid .feature-card{height:100%}.about-pillars__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.about-pillar{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);text-align:center;border:1px solid #2d6a4f0f;padding:2rem 1.75rem;transition:transform .25s,box-shadow .25s}.about-pillar:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.about-pillar__icon{background:linear-gradient(135deg, var(--gold-100), var(--green-50));border-radius:50%;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;margin-bottom:1rem;font-size:1.5rem;display:inline-flex}.about-pillar h3{color:var(--green-900);margin-bottom:.75rem;font-size:1.2rem}.about-pillar p{color:var(--text-muted);text-align:left;font-size:.95rem;line-height:1.7}.about-mission{background:linear-gradient(145deg, var(--green-900) 0%, var(--green-700) 55%, #1a5c40 100%);color:var(--white);padding:5rem 0}.about-mission__inner{text-align:center;max-width:820px;margin:0 auto}.about-mission__head h2{font-family:var(--font-display);margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2rem)}.about-mission__head p{opacity:.92;font-size:1.02rem;line-height:1.75}.about-mission__list{text-align:left;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.85rem;margin:2.25rem 0 1.5rem;list-style:none;display:grid}.about-mission__list li{border-radius:var(--radius);background:#ffffff14;border:1px solid #ffffff1f;align-items:flex-start;gap:.65rem;padding:1rem 1.15rem;font-size:.95rem;font-weight:600;line-height:1.5;display:flex}.about-mission__check{color:var(--gold-400);flex-shrink:0;font-weight:800}.about-mission__belief{color:var(--gold-400);margin-bottom:1.75rem;font-size:1.2rem;font-weight:700}.about-mission__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn--outline-light{color:var(--white);background:0 0;border:2px solid #ffffffa6;border-radius:999px;padding:.75rem 1.5rem;font-weight:700;transition:background .2s,border-color .2s}.btn--outline-light:hover{border-color:var(--white);background:#ffffff1f}@media (width<=960px){.about-intro__grid{grid-template-columns:1fr}.about-intro__media>img{min-height:280px}.about-team,.about-pillars__grid{grid-template-columns:1fr}.about-pillar p{text-align:center}}@media (width<=768px){.about-intro__badge{bottom:-.75rem;right:.75rem}}.quality-lead{background:var(--white);text-align:center;padding:2.5rem 0}.quality-lead__inner{max-width:680px;margin:0 auto}.quality-lead__iso{background:var(--gold-500);color:var(--brown-800);letter-spacing:.08em;border-radius:999px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.8rem;font-weight:800;display:inline-block}.quality-lead p{color:var(--green-800);font-size:1.08rem;line-height:1.8}.quality-heading{font-family:var(--font-display);text-align:center;color:var(--green-900);margin-bottom:2rem;font-size:1.5rem}.quality-timeline{grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:relative}.quality-timeline__item{text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.quality-timeline__connector{z-index:0;width:100%;height:3px;position:absolute;top:2.5rem;left:50%}.quality-timeline__connector span{background:linear-gradient(90deg, var(--green-600), var(--gold-500));height:3px;margin-left:50%;display:block}.quality-timeline__item:last-child .quality-timeline__connector{display:none}.quality-timeline__card{z-index:1;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid #2d6a4f14;width:100%;max-width:220px;padding:1.5rem 1rem;position:relative}.quality-timeline__icon{margin-bottom:.5rem;font-size:2rem;display:block}.quality-timeline__step{color:var(--gold-500);letter-spacing:.1em;font-size:.75rem;font-weight:800}.quality-timeline__card h3{color:var(--green-900);margin:.35rem 0;font-size:1rem}.quality-timeline__card p{color:var(--text-muted);font-size:.85rem;line-height:1.5}.quality-ingredients{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;display:grid}.quality-ingredient{background:var(--white);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow);border-bottom:3px solid var(--green-600);padding:1.5rem;transition:transform .2s}.quality-ingredient:hover{transform:translateY(-3px)}.quality-ingredient__icon{margin-bottom:.5rem;font-size:2rem;display:block}.quality-ingredient h3{color:var(--green-900);margin-bottom:.5rem}.quality-ingredient p{color:var(--text-muted);font-size:.88rem;line-height:1.55}.quality-iso-band{background:var(--green-900);color:var(--white);text-align:center;padding:2.5rem 0}.quality-iso-band p{max-width:720px;margin:0 auto;font-size:1.15rem;font-weight:600;line-height:1.6}.quality-commitments__list{max-width:640px;margin:0 auto 2rem;list-style:none}.quality-commitments__list li{color:var(--green-800);border-bottom:1px dashed #2d6a4f33;align-items:flex-start;gap:1rem;padding:1.15rem 0;font-weight:600;line-height:1.5;display:flex}.quality-commitments__num{font-family:var(--font-display);color:var(--gold-500);flex-shrink:0;font-size:1.25rem;font-weight:800}.quality-commitments__cta{text-align:center}@media (width<=900px){.quality-timeline{grid-template-columns:1fr;gap:1.5rem}.quality-timeline__connector{display:none}.quality-timeline__card{max-width:none}}.gallery-lead{text-align:center;background:var(--white);padding:2rem 0}.gallery-lead p{max-width:640px;color:var(--green-800);margin:0 auto;font-size:1.05rem;line-height:1.75}.gallery-category{padding:3rem 0}.gallery-category--alt{background:var(--green-50)}.gallery-category__head{border-bottom:2px solid var(--gold-500);max-width:480px;margin-bottom:1.75rem;padding-bottom:1rem}.gallery-category__head h2{font-family:var(--font-display);color:var(--green-900);margin-bottom:.35rem;font-size:1.45rem}.gallery-category__head p{color:var(--text-muted);font-size:.95rem}.gallery-mosaic{gap:1rem;display:grid}.gallery-mosaic--products{grid-template-rows:auto auto;grid-template-columns:1.4fr 1fr 1fr}.gallery-mosaic--products .gallery-mosaic__item--featured{grid-row:span 2}.gallery-mosaic--farm,.gallery-mosaic--people{grid-template-columns:repeat(3,1fr)}.gallery-mosaic--farm .gallery-mosaic__item:first-child,.gallery-mosaic--people .gallery-mosaic__item:first-child{grid-area:span 1/span 2}.gallery-mosaic__item{border-radius:var(--radius-lg);aspect-ratio:4/3;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.gallery-mosaic--products .gallery-mosaic__item--featured{aspect-ratio:auto;min-height:320px}.gallery-mosaic__item img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.gallery-mosaic__item:hover img{transform:scale(1.06)}.gallery-mosaic__item figcaption{color:var(--white);background:linear-gradient(#0000,#1a3d2ee0);padding:2rem 1rem 1rem;font-size:.92rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.gallery-footer-cta{background:linear-gradient(135deg, var(--brown-800), var(--green-800));color:var(--white);padding:2.5rem 0}.gallery-footer-cta__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.gallery-footer-cta p{font-size:1.1rem;font-weight:600}@media (width<=900px){.gallery-mosaic--products,.gallery-mosaic--farm,.gallery-mosaic--people{grid-template-columns:1fr 1fr}.gallery-mosaic--products .gallery-mosaic__item--featured,.gallery-mosaic--farm .gallery-mosaic__item:first-child,.gallery-mosaic--people .gallery-mosaic__item:first-child{grid-area:auto/span 2;min-height:240px}}@media (width<=520px){.gallery-mosaic--products,.gallery-mosaic--farm,.gallery-mosaic--people{grid-template-columns:1fr}.gallery-mosaic--products .gallery-mosaic__item--featured,.gallery-mosaic--farm .gallery-mosaic__item:first-child,.gallery-mosaic--people .gallery-mosaic__item:first-child{grid-column:auto}}.contact-quick{background:var(--green-900);padding:1.5rem 0}.contact-quick__grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.contact-quick__item{text-align:center;border-radius:var(--radius-lg);color:var(--white);background:#ffffff1a;border:1px solid #ffffff26;flex-direction:column;align-items:center;gap:.35rem;padding:1.25rem 1rem;transition:background .2s,transform .2s;display:flex}.contact-quick__item:hover{background:#ffffff29;transform:translateY(-2px)}.contact-quick__item span{font-size:1.75rem}.contact-quick__item strong{font-size:.95rem}.contact-quick__item em{opacity:.9;word-break:break-all;font-size:.88rem;font-style:normal}.contact-quick__item--wa{border-color:#25d36666}.contact-page{grid-template-columns:1fr 1.1fr;align-items:start;gap:3rem;display:grid}.contact-map-section{background:var(--green-50);padding:3rem 0 4rem}.contact-map-section__head{text-align:center;margin-bottom:1.5rem}.contact-map-section__head h2{font-family:var(--font-display);color:var(--green-900);margin-bottom:.5rem;font-size:1.5rem}.contact-map-section__head p{color:var(--text-muted);margin-bottom:1rem}.contact-map-section__frame{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:3px solid var(--white);overflow:hidden}.contact-map-section__frame iframe{border:0;width:100%;height:380px;display:block}.contact-page__logo{object-fit:contain;border-radius:10px;width:auto;max-width:140px;height:120px;margin-bottom:1rem}.contact-page__info h2{font-family:var(--font-display);color:var(--green-900);margin-bottom:.25rem;font-size:1.5rem}.contact-page__tagline{color:var(--gold-500);margin-bottom:2rem;font-weight:700}.contact-page__cards{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.contact-page__card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid #2d6a4f14;gap:1rem;padding:1.25rem;display:flex}.contact-page__card>span{flex-shrink:0;font-size:1.5rem}.contact-page__card strong{color:var(--green-900);margin-bottom:.25rem;display:block}.contact-page__card p,.contact-page__card li{color:var(--text-muted);font-size:.95rem}.contact-page__card ul{list-style:none}.contact-page__card a:hover{color:var(--green-700)}.contact-page__whatsapp-btn{width:100%;max-width:280px;margin-bottom:.75rem}.contact-page__map-btn{width:100%;max-width:280px}.contact-page__form h3{color:var(--green-900);margin-bottom:.35rem;font-size:1.35rem}.contact-page__form>p{color:var(--text-muted);margin-bottom:1.25rem}@media (width<=900px){.contact-quick__grid,.contact-page{grid-template-columns:1fr}.contact-map-section__frame iframe{height:280px}}:root{--green-900:#1a3d2e;--green-800:#234f3b;--green-700:#2d6a4f;--green-600:#40916c;--green-500:#52b788;--green-100:#d8f3dc;--green-50:#f0faf4;--gold-500:#d4a017;--gold-400:#e8b923;--gold-100:#fef3c7;--cream:#faf8f3;--brown-800:#3d2914;--brown-600:#6b4423;--text:#1c2b24;--text-muted:#5c6b63;--white:#fff;--shadow:0 4px 24px #1a3d2e14;--shadow-lg:0 12px 40px #1a3d2e24;--radius:12px;--radius-lg:20px;--font-hindi:"Noto Sans Devanagari", system-ui, sans-serif;--font-display:"Outfit", "Noto Sans Devanagari", sans-serif;--header-h:112px;--red-brand:#8b1a1a;--red-brand-light:#a82828}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-hindi);color:var(--text);background:var(--cream);-webkit-font-smoothing:antialiased;line-height:1.65}.goog-te-banner-frame,.skiptranslate,#goog-gt-tt,.goog-te-balloon-frame{display:none!important}body>.skiptranslate{height:0!important;overflow:hidden!important}iframe.goog-te-banner-frame{display:none!important}body{position:static!important;top:0!important}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font-family:inherit}.container{width:min(1140px,92vw);margin-inline:auto}.section{padding:5rem 0}.section--alt{background:var(--green-50)}.section--dark{background:linear-gradient(135deg, var(--green-900) 0%, var(--green-700) 100%);color:var(--white)}.section-title{font-family:var(--font-display);color:var(--green-900);text-align:center;margin-bottom:.5rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700}.section--dark .section-title{color:var(--white)}.section-subtitle{text-align:center;color:var(--text-muted);max-width:640px;margin:0 auto 3rem;font-size:1.05rem}.section--dark .section-subtitle{color:#ffffffd9}.btn{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn--primary{background:linear-gradient(135deg, var(--gold-500), var(--gold-400));color:var(--brown-800);box-shadow:0 4px 16px #d4a01759}.btn--primary:hover{box-shadow:0 6px 24px #d4a01773}.btn--outline{color:var(--white);background:0 0;border:2px solid #ffffffb3}.btn--outline:hover{border-color:var(--white);background:#ffffff1f}.btn--green{background:var(--green-700);color:var(--white)}.btn--green:hover{background:var(--green-800);box-shadow:var(--shadow)}.btn--whatsapp{color:var(--white);background:#25d366;box-shadow:0 4px 16px #25d36659}.btn--whatsapp:hover{color:var(--white);background:#1fb855;box-shadow:0 6px 24px #25d36673}.enquiry-btn__icon{flex-shrink:0;width:1.15em;height:1.15em}.grid-2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.grid-3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.grid-4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;display:grid}@media (width<=768px){.section{padding:3.5rem 0}}
