@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600;1,700&display=swap');
:root{--green:#153b22;--ink:#17221a;--gold:#c59b47;--cream:#f5f2e9;--muted:#6b746a;--wrap:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:'DM Sans',Arial,sans-serif}.wrap{width:min(calc(100% - 48px),var(--wrap));margin:auto}.topbar{font-size:12px;letter-spacing:.06em;color:#e6e8df;background:var(--green)}.topbar .wrap{height:34px;display:flex;justify-content:space-between;align-items:center}.topbar a{color:inherit;text-decoration:none}.header{position:sticky;top:0;z-index:10;background:#fff;box-shadow:0 1px 16px #1626170d}.nav{min-height:82px;display:flex;align-items:center;justify-content:space-between}.brand{color:var(--green);text-decoration:none;display:flex;flex-direction:column;line-height:.8;letter-spacing:.18em}.brand b{font-size:24px;font-weight:700}.brand span{margin-top:7px;font-size:8px;font-weight:700}.links{display:flex;gap:30px;align-items:center}.links a{color:#343a35;text-decoration:none;font-size:14px;font-weight:600}.links .navcta{padding:12px 18px;background:var(--green);color:white}.menu{display:none;border:0;background:none;font-size:25px}.hero{height:calc(100vh - 116px);min-height:610px;position:relative;display:grid;align-items:center;color:white;overflow:hidden}.heroimg,.shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.heroimg{object-position:center 48%}.shade{background:linear-gradient(90deg,#101e15e8 0%,#153b229c 45%,#153b2210 100%)}.hero-content{position:relative;padding-bottom:40px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.18em;margin:0 0 16px;color:#e2c073}.eyebrow.dark{color:#9b7939}.hero h1,h2{font-family:'Playfair Display',Georgia,serif}.hero h1{font-size:clamp(48px,6vw,82px);line-height:1.04;margin:0;letter-spacing:-.035em}.hero h1 em{color:#e4bf68}.hero-content>p:not(.eyebrow){width:min(520px,100%);font-size:18px;line-height:1.65;color:#f2f3ee;margin:26px 0}.actions{display:flex;gap:12px}.button{display:inline-block;padding:14px 23px;text-decoration:none;font-size:13px;font-weight:700;letter-spacing:.03em}.gold{background:var(--gold);color:white}.line{border:1px solid #ffffff86;color:#fff}.scroll{position:absolute;bottom:28px;left:calc((100% - min(100% - 48px,var(--wrap)))/2);color:#fff;text-decoration:none;font-size:11px;letter-spacing:.12em}.scroll i{font-size:20px;margin-left:9px}.intro{padding:130px 0;display:grid;grid-template-columns:1fr 1fr;gap:100px}.intro h2,.heading h2,.contact h2{font-size:clamp(37px,4vw,57px);line-height:1.12;letter-spacing:-.03em;margin:0}.introcopy{padding-top:34px;color:var(--muted);font-size:16px;line-height:1.8}.introcopy p{margin-top:0;margin-bottom:20px}.textlink{color:var(--green);font-weight:700;text-decoration:none}.textlink b{margin-left:8px}.products{background:var(--cream);padding:112px 0}.heading{text-align:center;max-width:640px;margin:0 auto 52px}.heading>p:last-child{color:var(--muted);line-height:1.7}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.product-grid article{background:#fff}.product-grid img{width:100%;height:280px;display:block;object-fit:cover}.product-grid article>div{padding:22px 24px 27px;position:relative}.product-grid span{color:var(--gold);font-weight:700;font-size:12px}.product-grid h3{margin:7px 0 6px;font-size:20px}.product-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}.numbers{background:var(--green);color:white}.numbers .wrap{display:grid;grid-template-columns:repeat(4,1fr)}.numbers .wrap>div{padding:50px 22px;border-right:1px solid #ffffff24;text-align:center}.numbers .wrap>div:first-child{border-left:1px solid #ffffff24}.numbers b{font-family:'Playfair Display',serif;display:block;font-size:42px;color:#dfba63}.numbers span{font-size:12px;letter-spacing:.07em;color:#d6ddd3}.gallery{padding:120px 0}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-flow:dense;gap:10px}.gallery-grid img{width:100%;height:240px;object-fit:cover;display:block;transition:transform .3s}.gallery-grid img:hover{transform:scale(1.02)}.gallery-grid img:nth-child(6n+1),.gallery-grid img:nth-child(6n+4){grid-row:span 2;height:490px}.contact{padding:104px 0;background:linear-gradient(110deg,#122f1d,#1e4a2c);color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.contactbox{border-left:1px solid #ffffff44;padding-left:44px;display:grid;gap:20px}.contactbox a:not(.button){text-decoration:none;color:#fff;display:grid}.contactbox small{display:block;color:#dec27f;font-size:10px;letter-spacing:.15em;margin-bottom:5px}.contactbox strong{font-size:23px}.contactbox p{line-height:1.7;margin:0;color:#edf0ea}footer{background:#0c2516;color:#c7d1c8;padding:35px 0}footer .wrap{display:flex;align-items:center;justify-content:space-between}footer p{font-size:12px}.whatsapp{position:fixed;right:24px;bottom:24px;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;text-decoration:none;font-size:31px;box-shadow:0 10px 26px #0004}
.gallery-grid img{cursor:zoom-in}.image-modal{position:fixed;inset:0;z-index:100;display:none;place-items:center;padding:32px;background:#071008e8}.image-modal.visible{display:grid}.image-modal img{max-width:min(1100px,94vw);max-height:88vh;object-fit:contain}.image-modal button{position:absolute;top:18px;right:25px;border:0;background:transparent;color:#fff;font-size:42px;cursor:pointer}
@media(max-width:760px){.wrap{width:min(calc(100% - 32px),var(--wrap))}.topbar{display:none}.nav{min-height:68px}.links{display:none;position:absolute;top:68px;left:0;right:0;padding:20px;background:#fff;flex-direction:column;align-items:stretch;gap:0}.links.open{display:flex}.links a{padding:12px}.menu{display:block}.hero{height:calc(100vh - 68px);min-height:530px}.shade{background:linear-gradient(90deg,#101e15e8,#153b2260)}.hero h1{font-size:51px}.hero-content>p:not(.eyebrow){font-size:16px}.scroll{left:16px}.intro,.contact-grid{grid-template-columns:1fr;gap:22px}.intro{padding:75px 0}.introcopy{padding:0}.products,.gallery,.contact{padding:76px 0}.product-grid{grid-template-columns:1fr}.product-grid img{height:250px}.numbers .wrap{grid-template-columns:repeat(2,1fr)}.numbers .wrap>div{padding:30px 10px}.numbers .wrap>div:nth-child(3){border-left:1px solid #ffffff24}.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid img{height:180px}.gallery-grid img:nth-child(6n+1),.gallery-grid img:nth-child(6n+4){height:370px}.contactbox{padding-left:22px}.contact h2{font-size:42px}footer .wrap{align-items:flex-start;gap:22px;flex-direction:column}}
