@import "https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800;900&family=Inter:wght@400;500;600&family=Fraunces:ital,opsz,wght@1,9..144,400;1,9..144,500&display=swap";:root{--green-primary:#1e640e;--green-primary-hover:#17500b;--green-dark:#1f3d14;--green-olive-band:#294014;--green-footer:#25401d;--cream-bg:#f3f4ee;--white:#fff;--text-gray:#55606a;--text-on-dark:#fff;--gold-accent:#d9a83b;--gold-accent-text:#7a5215;--blue-accent:#4f9dc9;--font-heading:"Poppins", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--font-accent:"Fraunces", Georgia, serif;--fs-hero-h1:3.25rem;--fs-h2:2.1rem;--fs-eyebrow:.8rem;--fs-body:1rem;--section-padding-y:7rem;--section-padding-y-tight:5rem;--section-padding-y-mobile:3.5rem;--container-max:1280px;--container-padding-x:2rem;--radius-card:12px;--radius-pill:999px;--shadow-card-rest:0 1px 2px #14280a14, 0 1px 1px #14280a0a;--shadow-card-hover:0 20px 32px -8px #14280a38}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--text-gray);background:var(--white);-webkit-font-smoothing:antialiased;margin:0}a,button,[role=button]{-webkit-tap-highlight-color:transparent}h1,h2,h3{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--green-dark);margin:0;font-weight:800}p{margin:0}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}button{font-family:var(--font-body);cursor:pointer;border:none}img{max-width:100%;display:block}.container{max-width:var(--container-max);padding-inline:var(--container-padding-x);margin:0 auto}.btn{border-radius:var(--radius-pill);align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;transition:background-color .2s,opacity .2s,transform .1s;display:inline-flex}.btn:active{transform:scale(.97)}.btn-primary{background:var(--green-primary);color:var(--white)}.btn-primary:hover{background:var(--green-primary-hover)}.btn-outline{color:var(--white);border:1.5px solid var(--white);background:0 0}.btn-outline:hover{background:#ffffff1f}.btn-outline-dark{color:var(--green-dark);border:1.5px solid var(--green-dark);background:0 0}.btn-outline-dark:hover{background:#1f3d1414}.eyebrow{font-size:var(--fs-eyebrow);letter-spacing:.08em;text-transform:uppercase;color:var(--green-primary);align-items:center;gap:.6rem;font-weight:600;display:inline-flex}.eyebrow:after{content:"";background:var(--green-primary);width:2rem;height:2px}@media (width<=640px){:root{--section-padding-y:var(--section-padding-y-mobile);--section-padding-y-tight:2.75rem}}.site-header{z-index:100;background:var(--white);position:sticky;top:0;box-shadow:0 2px 12px #0000000f}.site-header__inner{align-items:center;gap:2rem;height:68px;display:flex}.site-header__brand{align-items:center;gap:.6rem;margin-right:auto;display:flex}.site-header__logo{width:auto;height:36px}.site-header__brand-text{flex-direction:column;line-height:1.2;display:flex}.site-header__brand-text strong{font-family:var(--font-heading);color:var(--green-dark);font-size:1rem}.site-header__brand-text span{letter-spacing:.04em;color:var(--green-primary);font-size:.58rem;font-weight:600}.site-header__nav ul{gap:1.75rem;display:flex}.site-header__nav a{color:var(--green-dark);padding-bottom:4px;font-size:.95rem;font-weight:500;position:relative}.site-header__nav a:after{content:"";background:var(--green-primary);height:2px;transition:right .2s;position:absolute;bottom:0;left:0;right:100%}.site-header__nav a:hover:after,.site-header__nav a:focus-visible:after,.site-header__nav a.is-active:after{right:0}.site-header__toggle{width:44px;height:44px;color:var(--green-dark);background:0 0;justify-content:center;align-items:center;margin-right:-.5rem;font-size:1.5rem;display:none}@media (width<=900px){.site-header__nav,.site-header__cta{display:none}.site-header__toggle{display:flex}.site-header__nav.is-open{background:var(--white);padding:1rem 2rem;display:block;position:absolute;top:68px;left:0;right:0;box-shadow:0 8px 16px #00000014}.site-header__nav.is-open ul{flex-direction:column;gap:.25rem}.site-header__nav.is-open a{padding:.65rem 0;display:block}}.hero{min-height:min(100dvh - 68px,880px);color:var(--text-on-dark);background-color:#2b3a24;align-items:center;padding-block:1.5rem 2.5rem;display:flex;position:relative;overflow:hidden}.hero__bg{background-position:50%;background-size:cover;position:absolute;inset:0}.hero__overlay{background:linear-gradient(90deg,#0a1408ad 30%,#0a140833 100%);position:absolute;inset:0}.hero__inner{grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem;max-height:100%;padding-block:1.25rem;display:grid;position:relative}.hero__content{min-width:0}.hero__content h1{font-size:var(--fs-hero-h1);letter-spacing:-.025em;color:var(--white);overflow-wrap:normal;word-break:normal;margin-bottom:1rem;font-weight:900;line-height:1.1}.hero__content p{max-width:460px;font-family:var(--font-accent);letter-spacing:.002em;color:#ffffffeb;text-shadow:0 2px 10px #00000059;margin-bottom:1.5rem;font-size:1.25rem;font-style:italic;font-weight:400;line-height:1.55}.hero__stamp-row{flex-wrap:wrap;gap:.6rem;margin-bottom:1.25rem;display:flex}.hero__stamp{font-family:var(--font-body);color:#ffffffeb;-webkit-backdrop-filter:blur(6px);border-radius:var(--radius-pill);white-space:nowrap;background:#0a140859;border:1px solid #ffffff47;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.78rem;font-weight:500;display:inline-flex}.hero__stamp svg{color:var(--gold-accent);flex-shrink:0}.hero__ctas{flex-wrap:wrap;gap:1rem;display:flex}.hero__collage{aspect-ratio:9/9.5;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;gap:5px;width:min(430px,100%);max-height:min(70vh,620px);margin-inline:auto;display:grid}.hero__collage-tile{object-fit:cover;cursor:pointer;border:2px solid #ffffffbf;border-radius:6px;width:100%;min-width:0;height:100%;min-height:0;box-shadow:0 6px 16px #00000040}.hero__collage-tile--0{border-radius:50% 3% 8px 8px}.hero__collage-tile--1{border-radius:3% 50% 8px 8px}.hero__collage-tile--4{border-radius:8px 8px 3% 50%}.hero__collage-tile--5{border-radius:8px 8px 50% 3%}@media (width<=900px){.hero__collage{display:none}}.hero__dots{gap:.5rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.hero__dots button{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:transform .2s,background-color .2s,width .3s}.hero__dots button:hover{background:#ffffffb3}.hero__dots button.is-active{background:var(--white);border-radius:4px;width:20px}@media (width<=900px){.hero__inner{grid-template-columns:1fr}.hero__content h1{font-size:2.5rem}}@media (width<=640px){.hero{padding-block:1.25rem 2rem}.hero__content h1{font-size:2.35rem}.hero__content p{max-width:none;font-size:1.1rem}}@media (width<=380px){.hero__content h1{font-size:2.05rem}}.hero__lightbox{z-index:300;-webkit-backdrop-filter:blur(10px);background:#0a100899;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.hero__lightbox-card{background:var(--white);border-radius:var(--radius-card);width:min(520px,100%);position:relative;overflow:hidden;box-shadow:0 30px 60px #0006}.hero__lightbox-img{object-fit:cover;width:100%;height:min(50vh,420px);display:block}.hero__lightbox-info{padding:1.5rem 1.75rem 1.75rem}.hero__lightbox-info h3{margin-bottom:.4rem;font-size:1.4rem}.hero__lightbox-info .product-card__lot{margin-bottom:.6rem}.hero__lightbox-info p{color:var(--text-gray);line-height:1.6}.hero__lightbox-close{width:36px;height:36px;color:var(--white);background:#0a10088c;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;transition:background-color .2s;display:flex;position:absolute;top:.85rem;right:.85rem}.hero__lightbox-close:hover{background:#0a1008cc}@media (width<=640px){.hero__lightbox-img{height:min(40vh,300px)}}.about{padding-block:var(--section-padding-y)}.about__inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.about__image{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-card);width:100%}.about__content h2{font-size:var(--fs-h2);margin-block:.75rem 1rem}.about__content p{margin-bottom:.75rem}.about__features{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2.5rem;display:grid}.about__features li{text-align:center;color:var(--green-dark);flex-direction:column;align-items:center;gap:.6rem;font-size:.85rem;font-weight:500;display:flex}.about__feature-icon{border:2px solid var(--green-primary);width:48px;height:48px;color:var(--green-primary);border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,box-shadow .2s;display:flex}@media (hover:hover){.about__features li:hover .about__feature-icon{box-shadow:var(--shadow-card-rest);transform:translateY(-3px)}}@media (width<=900px){.about__inner{grid-template-columns:1fr;gap:2rem}.about__features{grid-template-columns:repeat(2,1fr)}}.our-story{padding-block:var(--section-padding-y);background:var(--white)}.our-story__inner{grid-template-columns:1.1fr 1fr;align-items:center;gap:3.5rem;display:grid}.our-story__content h2{font-size:var(--fs-h2);margin-block:.75rem 1.25rem}.our-story__content p{margin-bottom:1rem}.our-story__quote{font-family:var(--font-heading);color:var(--green-dark);border-left:3px solid var(--gold-accent);margin:1.75rem 0;padding-left:1.25rem;font-size:1.3rem;font-style:italic;font-weight:600;line-height:1.4}.our-story__quote span{color:var(--gold-accent);vertical-align:-.35em;margin-right:.1rem;font-size:2rem;font-style:normal;line-height:0}.our-story__awards{flex-wrap:wrap;gap:1rem;margin-top:1.75rem;display:flex}.our-story__award{background:var(--cream-bg);border-radius:var(--radius-card);min-width:220px;color:var(--gold-accent);flex:1;align-items:flex-start;gap:.85rem;padding:1rem 1.25rem;display:flex}.our-story__award strong{color:var(--green-dark);margin-bottom:.2rem;font-size:.95rem;display:block}.our-story__award span{color:var(--text-gray);font-size:.8rem;line-height:1.4;display:block}.our-story__image{aspect-ratio:3/4;border-radius:var(--radius-card);align-self:start;width:100%;position:relative;overflow:hidden}.our-story__image img{object-fit:cover;object-position:top center;width:100%;height:100%;display:block}.our-story__image:after{content:"";pointer-events:none;background:linear-gradient(#0000 45%,#14260c59 70%,#14260cd9 100%);position:absolute;inset:0}.our-story__image-caption{color:var(--white);z-index:1;padding:1.5rem 1.5rem 1.25rem;position:absolute;bottom:0;left:0;right:0}.our-story__image-caption strong{font-family:var(--font-heading);font-size:1.15rem;display:block}.our-story__image-caption span{opacity:.85;margin-top:.2rem;font-size:.85rem;display:block}@media (width<=900px){.our-story__inner{grid-template-columns:1fr}}.products{background:var(--cream-bg);padding-block:var(--section-padding-y)}.products__heading{text-align:center;margin-bottom:3.5rem}.products__heading h2{font-size:var(--fs-h2);margin-top:.5rem}.products__grid{grid-template-columns:repeat(6,1fr);gap:1.25rem;display:grid}.product-card{background:var(--white);border-radius:var(--radius-card);box-shadow:var(--shadow-card-rest);text-align:center;border:1px solid #1f3d1414;flex-direction:column;padding-bottom:1.25rem;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden}.product-card__image-wrap{overflow:hidden}.product-card__image{object-fit:cover;width:100%;height:140px;transition:transform .35s}@media (hover:hover){.product-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.product-card:hover .product-card__image{transform:scale(1.06)}}.product-card__body{flex-direction:column;flex:1;justify-content:center;padding-inline:1rem;display:flex}.product-card h3{margin:.9rem 0 .35rem;font-size:1rem}.product-card__lot{font-family:var(--font-body);letter-spacing:.02em;color:var(--gold-accent-text);margin-bottom:.85rem;font-size:.7rem;font-weight:600;display:block}.product-card__btn{align-self:center;min-height:44px;padding:.7rem 1.25rem;font-size:.8rem}@media (width<=1100px){.products__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.products__grid{grid-template-columns:1fr;gap:1.5rem;max-width:380px;margin-inline:auto}.product-card__image{height:220px}.product-card h3{font-size:1.15rem}}.product-detail--missing{text-align:center;padding-block:calc(var(--section-padding-y) * 2)}.product-detail--missing h1{margin:1rem 0 1.5rem}.product-detail__breadcrumb{color:var(--text-gray);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.85rem;display:flex}.product-detail__breadcrumb a{color:var(--text-gray);transition:color .2s}.product-detail__breadcrumb a:hover{color:var(--green-primary)}.product-detail__breadcrumb span:last-child{color:var(--green-dark);font-weight:600}.product-hero{background:var(--cream-bg);padding-block:3rem var(--section-padding-y-tight)}.product-hero__inner{grid-template-columns:1fr 1.1fr;align-items:center;gap:3.5rem;display:grid}.product-hero__image{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-card);width:100%;box-shadow:var(--shadow-card-hover)}.product-hero__intro h1{margin:.75rem 0 .6rem;font-size:2.75rem}.product-hero__intro .product-card__lot{margin-bottom:1.25rem;font-size:.8rem}.product-hero__blurb{color:var(--text-gray);max-width:46ch;margin-bottom:2rem;font-size:1.05rem}.product-detail__ctas{flex-wrap:wrap;gap:1rem;display:flex}.product-glance{background:var(--green-dark);padding-block:2.25rem}.product-glance__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.product-glance__item{text-align:center;color:var(--white);border-left:1px solid #ffffff26;padding-inline:1rem}.product-glance__item:first-child{border-left:none}.product-glance__value{font-family:var(--font-heading);color:var(--gold-accent);margin-bottom:.35rem;font-size:1.5rem;font-weight:700;line-height:1.25;display:block}.product-glance__label{letter-spacing:.04em;text-transform:uppercase;color:#ffffffb3;font-size:.78rem;display:block}.product-detail{padding-block:var(--section-padding-y)}.product-detail__body{grid-template-columns:1.2fr 1fr;gap:3.5rem;margin-bottom:5rem;display:grid}.product-detail__description p{color:var(--text-gray);margin-bottom:1rem}.product-detail__highlights{flex-direction:column;gap:.9rem;margin-top:1.5rem;list-style:none;display:flex}.product-detail__highlights li{color:var(--green-dark);align-items:flex-start;gap:.7rem;font-weight:600;display:flex}.product-detail__highlights svg{color:var(--green-primary);flex-shrink:0;margin-top:.1rem}.product-detail__specs{align-self:start}.spec-card{background:var(--cream-bg);border-radius:var(--radius-card);box-shadow:var(--shadow-card-rest);background-image:radial-gradient(circle,#1f3d1438 1.6px,#0000 1.6px);background-position:0 10px;background-repeat:repeat-x;background-size:10px 10px;padding:2rem 1.75rem 1.75rem;position:relative}.spec-card__seal{color:var(--gold-accent);opacity:.55;position:absolute;top:1.5rem;right:1.5rem}.spec-card__eyebrow{font-family:var(--font-heading);letter-spacing:.06em;text-transform:uppercase;color:var(--gold-accent-text);margin-bottom:.4rem;padding-top:.5rem;font-size:.72rem;font-weight:700;display:block}.spec-card__lot{font-family:var(--font-heading);color:var(--green-dark);border-bottom:1px dashed #1f3d1440;margin-bottom:1.5rem;padding-bottom:1.25rem;font-size:1.05rem;font-weight:700;display:block}.spec-card dl{flex-direction:column;gap:.9rem;display:flex}.product-detail__spec{border-bottom:1px solid #1f3d1414;justify-content:space-between;gap:1rem;padding-bottom:.9rem;font-size:.9rem;display:flex}.product-detail__spec:last-child{border-bottom:none;padding-bottom:0}.product-detail__spec dt{color:var(--text-gray)}.product-detail__spec dd{font-variant-numeric:tabular-nums;color:var(--green-dark);text-align:right;font-weight:700}.product-gallery{gap:1rem;margin-bottom:5rem;display:grid}.product-gallery__item{object-fit:cover;border-radius:var(--radius-card);width:100%;height:100%}.product-gallery--2{grid-template-columns:2fr 1fr;grid-auto-rows:340px}.product-gallery--3{grid-template-rows:repeat(2,1fr);grid-template-columns:2fr 1fr;height:480px}.product-gallery--3 .product-gallery__item--main{grid-row:span 2}@media (width<=700px){.product-gallery{gap:.6rem}.product-gallery--2{grid-template-rows:none;grid-template-columns:1fr;height:auto}.product-gallery--3{grid-template-rows:auto;grid-template-columns:1fr 1fr;height:auto}.product-gallery--3 .product-gallery__item--main{aspect-ratio:16/10;grid-area:auto/1/auto/-1}.product-gallery__item{aspect-ratio:4/3;height:auto}}.product-faq{margin-bottom:5rem;max-width:760px;margin-inline:auto}.product-faq>h2{font-size:var(--fs-h2);text-align:center;margin-bottom:2rem}.faq-accordion{flex-direction:column;gap:.75rem;display:flex}.faq-accordion__item{background:var(--cream-bg);border-radius:var(--radius-card);overflow:hidden}.faq-accordion__question{text-align:left;width:100%;font-family:var(--font-heading);color:var(--green-dark);justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.5rem;font-size:1rem;font-weight:600;display:flex}.faq-accordion__question svg{color:var(--green-primary);flex-shrink:0}.faq-accordion__answer-wrap{overflow:hidden}.faq-accordion__answer{color:var(--text-gray);padding:0 1.5rem 1.25rem;font-size:.92rem;line-height:1.6}.product-process{margin-bottom:5rem}.product-process>h2{font-size:var(--fs-h2);text-align:center;margin-bottom:2.5rem}.product-process__grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.product-process__step{border-top:2px solid var(--green-primary);padding-top:1rem;position:relative}.product-process__num{font-family:var(--font-heading);color:var(--gold-accent-text);margin-bottom:.6rem;font-size:.85rem;font-weight:700;display:block}.product-process__step h3{margin-bottom:.4rem;font-size:1rem}.product-process__step p{color:var(--text-gray);font-size:.85rem;line-height:1.55}.product-detail__related h2{margin-bottom:1.5rem;font-size:1.3rem}.product-detail__related-grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;display:grid}.product-detail__related-card{border-radius:var(--radius-card);aspect-ratio:1;box-shadow:var(--shadow-card-rest);transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.product-detail__related-card img{object-fit:cover;width:100%;height:100%;transition:transform .35s}@media (hover:hover){.product-detail__related-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.product-detail__related-card:hover img{transform:scale(1.06)}}.product-detail__related-card span{color:var(--white);text-align:center;background:linear-gradient(#0000,#14260cd9);padding:.6rem;font-size:.8rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.product-cta{background:var(--green-olive-band);padding-block:var(--section-padding-y-tight)}.product-cta__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.product-cta h2{color:var(--white);margin-bottom:.5rem;font-size:1.6rem}.product-cta p{color:#fffc;max-width:42ch}@media (width<=900px){.product-hero__inner,.product-detail__body{grid-template-columns:1fr}.product-glance__grid{grid-template-columns:1fr;gap:1.25rem}.product-glance__item{border-top:1px solid #ffffff26;border-left:none;padding-top:1.25rem}.product-glance__item:first-child{border-top:none;padding-top:0}.product-process__grid{grid-template-columns:1fr;gap:2rem}.product-process__step{padding-top:.85rem}.product-detail__related-grid{grid-template-columns:repeat(2,1fr)}.product-detail__related-grid>:last-child:nth-child(odd){grid-column:1/-1}.product-cta__inner{text-align:center;justify-content:center}}@media (width<=640px){.product-detail__body,.product-gallery,.product-faq,.product-process{margin-bottom:3rem}}.why-choose-us{background:var(--green-olive-band);padding-block:var(--section-padding-y-tight);color:#ffffffd9}.why-choose-us__heading{text-align:center;margin-bottom:3.5rem}.why-choose-us__grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.why-choose-us__item{text-align:center}.why-choose-us__icon{border:1.5px solid var(--gold-accent);width:56px;height:56px;color:var(--gold-accent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto .9rem;transition:transform .2s;display:flex}@media (hover:hover){.why-choose-us__item:hover .why-choose-us__icon{transform:translateY(-3px)}}.why-choose-us__item h3{color:var(--white);margin-bottom:.4rem;font-size:1rem}.why-choose-us__item p{font-size:.85rem}@media (width<=900px){.why-choose-us__grid{grid-template-columns:1fr;gap:1.75rem;max-width:420px;margin-inline:auto}.why-choose-us__item{text-align:left;grid-template-columns:auto 1fr;column-gap:1.1rem;display:grid}.why-choose-us__icon{grid-row:1/3;margin:0}}.export-capacity{padding-block:var(--section-padding-y);background:var(--white)}.export-capacity__heading{text-align:center;margin-bottom:3.5rem}.export-capacity__heading h2{font-size:var(--fs-h2);margin-top:.5rem}.export-capacity__grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.export-capacity__item{text-align:center}.export-capacity__icon{border:1.5px solid var(--green-primary);width:56px;height:56px;color:var(--green-primary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.export-capacity__stat{font-family:var(--font-heading);color:var(--gold-accent-text);margin-bottom:.75rem;font-size:2.25rem;font-weight:800;line-height:1;display:block}.export-capacity__item h3{margin-bottom:.5rem;font-size:1rem}.export-capacity__item p{font-size:.88rem;line-height:1.55}@media (width<=900px){.export-capacity__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem 1.5rem}}.gallery{padding-block:var(--section-padding-y)}.gallery__heading{text-align:center;margin-bottom:3.5rem}.gallery__grid{grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:2.75rem;display:grid}.gallery__item-wrap{border-radius:var(--radius-card);cursor:pointer;overflow:hidden}.gallery__item{object-fit:cover;width:100%;height:160px;transition:transform .35s}@media (hover:hover){.gallery__item-wrap:hover .gallery__item{transform:scale(1.08)}}.gallery__cta{text-align:center}@media (width<=900px){.gallery__grid{grid-template-columns:repeat(2,1fr)}.gallery__item-wrap:last-child{grid-column:1/-1}.gallery__item-wrap:last-child .gallery__item{height:200px}}.gallery-lightbox{z-index:300;-webkit-backdrop-filter:blur(10px);background:#0a1008bf;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.gallery-lightbox__img{object-fit:contain;border-radius:var(--radius-card);cursor:default;max-width:min(900px,85vw);max-height:80vh;box-shadow:0 30px 60px #00000080}.gallery-lightbox__close{width:40px;height:40px;color:var(--white);background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:background-color .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.gallery-lightbox__close:hover{background:#ffffff40}.gallery-lightbox__nav{width:48px;height:48px;color:var(--white);background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;font-size:1.75rem;line-height:1;transition:background-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-lightbox__nav:hover{background:#ffffff40}.gallery-lightbox__nav--prev{left:1.5rem}.gallery-lightbox__nav--next{right:1.5rem}.gallery-lightbox__counter{color:#ffffffd9;letter-spacing:.03em;font-size:.9rem;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}@media (width<=640px){.gallery-lightbox__nav{width:40px;height:40px;font-size:1.4rem}.gallery-lightbox__nav--prev{left:.5rem}.gallery-lightbox__nav--next{right:.5rem}}.site-footer{background:linear-gradient(160deg, var(--green-footer) 0%, #1a2e14 100%);color:#ffffffd9;padding-top:3rem;position:relative}.site-footer:before{content:"";background:linear-gradient(90deg, var(--gold-accent), var(--green-primary) 45%, var(--blue-accent));height:3px;position:absolute;top:0;left:0;right:0}.site-footer__cta-card{background:var(--white);color:var(--green-dark);border-radius:var(--radius-card);box-shadow:var(--shadow-card-hover);flex-wrap:wrap;align-items:center;gap:1.75rem;padding:2rem 2.5rem;display:flex;position:relative;overflow:hidden;transform:translateY(-2.5rem)}.site-footer__cta-card:before{content:"";background:linear-gradient(90deg, var(--gold-accent), var(--green-primary));height:4px;position:absolute;top:0;left:0;right:0}.site-footer__cta-icon{background:var(--cream-bg);width:56px;height:56px;color:var(--green-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.site-footer__cta-copy{flex:1;min-width:220px}.site-footer__cta-copy strong{font-family:var(--font-heading);margin-bottom:.35rem;font-size:1.3rem;display:block}.site-footer__cta-copy p{color:var(--text-gray);font-size:.9rem}.site-footer__cta-actions{flex-wrap:wrap;gap:.75rem;display:flex}.btn-cta-outline{color:var(--green-dark);background:0 0;border:1.5px solid #1f3d1440}.btn-cta-outline:hover{background:var(--cream-bg);border-color:var(--green-primary)}.site-footer__columns{grid-template-columns:repeat(4,1fr);gap:2rem;padding-bottom:2.5rem;display:grid}.site-footer__columns>div{min-width:0}.site-footer__columns h3{color:var(--white);margin-bottom:1rem;font-size:1rem}.site-footer__columns a,.site-footer__columns p{overflow-wrap:anywhere;font-size:.9rem;line-height:1.8}.site-footer__columns a{transition:color .2s}.site-footer__columns a:hover{color:var(--white)}.site-footer__contact-list li{overflow-wrap:anywhere;align-items:flex-start;gap:.6rem;margin-bottom:.85rem;font-size:.9rem;line-height:1.5;display:flex}.site-footer__contact-list svg{color:var(--gold-accent);flex-shrink:0;margin-top:.15rem}.site-footer__logo{height:60px;margin-bottom:.75rem}.site-footer__social{gap:.75rem;margin-top:1rem;display:flex}.site-footer__social a{width:36px;height:36px;color:var(--white);background:#ffffff14;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;transition:background-color .25s,border-color .25s,transform .25s,color .25s;display:flex}@media (hover:hover){.site-footer__social a:hover{background:var(--gold-accent);border-color:var(--gold-accent);color:var(--green-dark);transform:translateY(-3px)rotate(-6deg)}}.site-footer__bottom{padding-block:1.25rem;text-align:center;border-top:1px solid #ffffff26;padding-left:5.5rem;font-size:.85rem}@media (width<=640px){.site-footer__bottom{padding-left:var(--container-padding-x)}}@media (width<=900px){.site-footer__columns{grid-template-columns:repeat(2,1fr)}.site-footer__cta-card{flex-direction:column;align-items:flex-start;transform:translateY(-1.5rem)}.site-footer__cta-actions{width:100%}.site-footer__cta-actions .btn{flex:1;justify-content:center}}.scroll-to-top{bottom:calc(1.5rem + env(safe-area-inset-bottom));right:calc(1.5rem + env(safe-area-inset-right));background:var(--green-primary);width:44px;height:44px;color:var(--white);z-index:200;border-radius:50%;font-size:1.1rem;transition:transform .2s,background-color .2s;position:fixed}@media (hover:hover){.scroll-to-top:hover{background:var(--green-primary-hover);transform:translateY(-3px)}}.whatsapp-btn{bottom:calc(1.5rem + env(safe-area-inset-bottom));left:calc(1.5rem + env(safe-area-inset-left));width:52px;height:52px;color:var(--white);z-index:200;background:#25d366;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;box-shadow:0 8px 20px #00000040}.whatsapp-btn__ping{background:#25d366;border-radius:50%;animation:2.2s ease-out infinite whatsapp-ping;position:absolute;inset:0}@keyframes whatsapp-ping{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.7)}}.whatsapp-btn__tooltip{background:var(--green-dark);color:var(--white);white-space:nowrap;opacity:0;pointer-events:none;border-radius:6px;padding:.4rem .75rem;font-size:.8rem;font-weight:500;transition:opacity .2s;position:absolute;top:50%;left:calc(100% + .75rem);transform:translateY(-50%)}.whatsapp-btn:hover .whatsapp-btn__tooltip{opacity:1}@media (width<=640px){.whatsapp-btn__tooltip{display:none}}@media (prefers-reduced-motion:reduce){*{transition-duration:.001ms!important;animation-duration:.001ms!important}}a:focus-visible,button:focus-visible{outline:2px solid var(--blue-accent);outline-offset:2px}
