
:root{--ink:#10231f;--deep:#071916;--green:#1d4633;--gold:#d6ad58;--cream:#f5f1e7;--muted:#66736d;--line:#deded7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;background:#fff}a{text-decoration:none;color:inherit}button{font:inherit}img{display:block;max-width:100%}
.site-header{height:76px;background:var(--deep);color:#fff;display:flex;align-items:center;padding:0 5.5vw;gap:32px;position:sticky;top:0;z-index:50}.brand{display:flex;align-items:center;gap:10px;min-width:225px;font:700 21px Georgia,serif}.brand small{display:block;font:600 7px Arial;letter-spacing:2px;margin-top:5px;color:#c7d0cb}.brand-mark{color:var(--gold);font-size:21px;transform:rotate(45deg)}.nav{display:flex;align-items:center;justify-content:center;gap:28px;flex:1;font-size:13px}.nav a{padding:29px 0 25px;border-bottom:2px solid transparent;color:#e9eeeb}.nav a:hover,.nav .active{border-color:var(--gold);color:#f1d37d}.header-right{display:flex;align-items:center;gap:16px}.search{width:180px;height:34px;border:1px solid #29443c;border-radius:20px;background:#112b26;color:#b7c3bd;display:flex;align-items:center;padding:0 12px;font-size:12px}.search:first-letter{font-size:18px}.wa-head{display:flex;align-items:center;gap:7px;color:#65d87b;font-size:20px}.wa-head span{font-size:9px;line-height:1.15;color:#dce5e0}.wa-head b{font-size:13px;color:#fff}.cart{font-size:16px}.hamb{display:none}
.hero{height:500px;position:relative;overflow:hidden}.hero>img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,18,14,.84) 0%,rgba(3,18,14,.55) 38%,rgba(3,18,14,.06) 78%)}.hero-content{position:absolute;z-index:2;left:9vw;top:92px;color:#fff;max-width:470px}.kicker,.eyebrow{font-size:11px;font-weight:700;letter-spacing:2.2px;color:#dfc272}.hero h1{font:700 clamp(48px,5vw,72px)/.98 Georgia,serif;margin:15px 0}.hero h1 em{color:#e5c266;font-style:normal}.bullets{font-size:14px}.bullets i{color:#e0bb61;font-style:normal;padding:0 8px}.hero p{max-width:380px;font-size:13px;line-height:1.65;color:#eef3f0}.gold-btn,.dark-btn{display:inline-flex;align-items:center;gap:22px;border:0;border-radius:24px;padding:13px 21px;background:#f0c968;color:#14241e;font-size:12px;font-weight:700;margin-top:10px}.hero-dots{position:absolute;z-index:3;right:5vw;bottom:22px;color:#fff;display:flex;gap:10px;align-items:center}.hero-dots span{width:7px;height:7px;border-radius:50%;background:#fff8}.hero-dots .on{background:#fff}.hero-dots b{font-size:20px;font-weight:400}
.section{padding:58px 7vw}.section h2{font:700 34px/1.08 Georgia,serif;margin:8px 0 10px}.section p{font-size:13px;line-height:1.6;color:var(--muted);margin:0}.section-intro{display:grid;grid-template-columns:280px 1fr;gap:55px;align-items:end}.green-link{display:inline-block;color:#31552e;font-size:12px;font-weight:700;margin-top:16px}.cat-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.cat{background:#faf9f5;border:1px solid var(--line);border-radius:8px;overflow:hidden;transition:.2s}.cat:hover{transform:translateY(-3px);box-shadow:0 12px 28px #00000012}.cat img{width:100%;height:145px;object-fit:cover}.cat span{display:flex;justify-content:space-between;padding:12px;font-size:11px;font-weight:700}.cat b{color:#49643d;font-size:15px}
.products{padding-top:18px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.section-head h2{margin-bottom:4px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product{border:1px solid var(--line);border-radius:9px;overflow:hidden;background:#fff;box-shadow:0 5px 18px #00000008;transition:.2s}.product:hover{transform:translateY(-4px);box-shadow:0 15px 35px #00000014}.product-open{position:relative;display:block;width:100%;padding:0;border:0;background:#f5f3ed;cursor:zoom-in}.product-open img{width:100%;height:245px;object-fit:cover}.zoom-hint{position:absolute;left:12px;bottom:12px;background:#071916dd;color:#fff;border-radius:15px;padding:7px 10px;font-size:10px;opacity:0;transition:.2s}.product:hover .zoom-hint,.product-open:focus .zoom-hint{opacity:1}.product>div{padding:14px}.product h3{font:700 15px Georgia,serif;margin:0 0 11px}.product a{display:inline-block;background:#173b2d;color:#fff;border-radius:18px;padding:8px 13px;font-size:10px;font-weight:700}
.scene-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;padding-bottom:26px}.scene-strip a{height:205px;position:relative;overflow:hidden}.scene-strip img{width:100%;height:100%;object-fit:cover;transition:.4s}.scene-strip a:hover img{transform:scale(1.05)}.scene-strip a:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 35%,#000b)}.scene-strip span{position:absolute;z-index:2;left:20px;bottom:18px;color:#fff;font:700 19px Georgia,serif}.scene-strip small{display:block;font:10px Arial;margin-top:4px}
.why{background:var(--cream);display:grid;grid-template-columns:1fr 2fr;gap:70px;align-items:center}.why h2{font-size:36px}.why-copy p{max-width:460px}.dark-btn{background:#315522;color:#fff}.benefits{display:grid;grid-template-columns:repeat(4,1fr)}.benefits>div{text-align:center;padding:0 22px;border-left:1px solid #d3d3c8}.benefits span{width:50px;height:50px;margin:0 auto 12px;border:1px solid #b7c1ad;border-radius:50%;display:grid;place-items:center;color:#46633b;font-size:21px}.benefits h3{font-size:13px;margin:0 0 7px}.benefits p{font-size:10px}
.gallery-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.gallery-grid img{width:100%;height:120px;object-fit:cover}.contact{background:linear-gradient(90deg,#193d23,#09261e);color:#fff;padding:25px 7vw}.contact-inner{display:flex;align-items:center;gap:16px}.contact-icon{width:42px;height:42px;border:2px solid #67df7d;border-radius:50%;display:grid;place-items:center;color:#67df7d}.contact h2{font:700 20px Georgia,serif;margin:0}.contact p{font-size:10px;color:#d7e0db;margin:4px 0}.white-btn{margin-left:auto;background:#fff;color:#173a2c;border-radius:22px;padding:10px 18px;font-size:11px;font-weight:700}.contact-number{display:grid;grid-template-columns:auto 1fr;column-gap:7px}.contact-number b{font-size:14px}.contact-number small{grid-column:2;font-size:9px;color:#d7e0db}.contact-perks{display:flex;margin-left:auto}.contact-perks span{padding:0 18px;border-left:1px solid #547060;font-size:9px}footer{background:#071916;color:#fff;padding:30px 7vw;display:flex;align-items:center;gap:50px}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand strong{font:700 20px Georgia}.footer-brand small{display:block;font-size:7px;letter-spacing:2px;color:#c4cfca}.footer-links{display:flex;gap:25px;flex:1;justify-content:center;font-size:10px}.footer-right{text-align:right;font-size:13px}.footer-right small{display:block;color:#9daaa4;font-size:8px;margin-top:10px}
.product-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:24px;z-index:100;background:#000b}.product-modal.show{display:flex}.modal-backdrop{position:absolute;inset:0}.modal-card{position:relative;z-index:1;width:min(980px,96vw);max-height:90vh;overflow:auto;background:#fff;border-radius:14px;display:grid;grid-template-columns:1.15fr .85fr;box-shadow:0 25px 80px #0008}.modal-close{position:absolute;right:12px;top:12px;width:40px;height:40px;border:0;border-radius:50%;background:#071916;color:#fff;font-size:27px;cursor:pointer;z-index:3}.modal-image-wrap{min-height:540px;background:#f4f1e8;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.modal-image-wrap img{max-width:90%;max-height:74vh;width:auto;height:auto;object-fit:contain;transition:transform .25s;cursor:zoom-in}.zoom-control{position:absolute;z-index:2;bottom:18px;width:42px;height:42px;border-radius:50%;border:1px solid #ddd;background:#fff;font-size:23px;cursor:pointer}.zoom-out{left:18px}.zoom-in{left:68px}.zoom-label{position:absolute;right:18px;bottom:22px;background:#071916cc;color:#fff;border-radius:15px;padding:7px 10px;font-size:9px}.modal-info{padding:58px 38px 35px}.modal-info h2{font:700 34px/1.1 Georgia,serif;margin:8px 0 15px}.modal-info>p{font-size:13px;line-height:1.7;color:var(--muted)}.product-details-list{padding-left:18px;color:#405049;font-size:12px;line-height:2;margin:20px 0}.modal-enquire{display:inline-flex;background:#173b2d;color:#fff;padding:12px 18px;border-radius:22px;font-size:11px;font-weight:700}
body.modal-open{overflow:hidden}
@media(max-width:1150px){.site-header{padding:0 24px;gap:18px}.nav{gap:16px}.header-right{gap:9px}.search{display:none}.section{padding-left:5vw;padding-right:5vw}.cat-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.gallery-grid{grid-template-columns:repeat(3,1fr)}.scene-strip{grid-template-columns:repeat(3,1fr)}.scene-strip a:nth-child(n+4){display:none}.why{grid-template-columns:1fr}.benefits{margin-top:30px}}
@media(max-width:720px){.site-header{height:62px;padding:0 16px}.brand{min-width:0;flex:1;font-size:17px}.brand small{font-size:5.5px}.brand-mark{font-size:18px}.hamb{display:block;order:3;background:none;border:0;color:#fff;font-size:25px}.nav{position:absolute;top:62px;left:0;right:0;background:#071916;display:none;flex-direction:column;align-items:stretch;padding:8px 18px 15px;gap:0}.nav.open{display:flex}.nav a{padding:12px 0;border-bottom:1px solid #18322d}.header-right{gap:8px}.wa-head span{display:none}.wa-head{font-size:20px}.cart{display:none}.hero{height:500px}.hero>img{object-position:center}.hero-overlay{background:linear-gradient(90deg,#02110ed1,#02110e38)}.hero-content{left:24px;right:24px;top:68px}.hero h1{font-size:45px}.hero p{font-size:11px}.section{padding:32px 18px}.section-intro{display:block}.section-intro>div:first-child{margin-bottom:18px}.cat-grid{grid-template-columns:repeat(2,1fr);gap:8px}.cat img{height:125px}.section-head{align-items:start}.section-head .green-link{display:none}.product-grid{grid-template-columns:repeat(2,1fr);gap:9px}.product-open img,.product img{height:145px}.zoom-hint{opacity:1}.scene-strip{grid-template-columns:repeat(2,1fr);gap:4px}.scene-strip a{height:155px}.scene-strip a:nth-child(n+5){display:none}.why{padding:32px 18px;display:block}.why h2{font-size:26px}.benefits{grid-template-columns:repeat(2,1fr);gap:20px 0}.benefits>div{padding:0 12px}.benefits>div:nth-child(3){border-left:0}.gallery-grid{grid-template-columns:repeat(3,1fr)}.gallery-grid img{height:80px}.contact{padding:22px 18px}.contact-inner{flex-wrap:wrap}.white-btn{margin-left:0}.contact-perks{width:100%;justify-content:space-between;margin-left:0}.contact-perks span{padding:0 10px}.contact-perks span:first-child{padding-left:0;border-left:0}footer{padding:24px 18px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;justify-content:start}.footer-right{grid-column:1/-1;text-align:left}.modal-card{grid-template-columns:1fr;max-height:94vh}.modal-image-wrap{min-height:360px;height:48vh}.modal-image-wrap img{max-height:42vh;max-width:88%}.modal-info{padding:24px 20px 26px}.modal-info h2{font-size:27px}.modal-info>p{font-size:12px}.product-details-list{font-size:11px;margin:14px 0}.zoom-label{display:none}.zoom-control{bottom:12px}.zoom-out{left:12px}.zoom-in{left:62px}}
@media(max-width:420px){.hero{height:475px}.hero h1{font-size:40px}.cat img{height:105px}.product-open img,.product img{height:120px}.product h3{font-size:10px}.scene-strip span{left:10px;font-size:14px}.gallery-grid img{height:70px}}

/* Clean e-commerce product interaction */
.product{cursor:pointer}.product-open{cursor:pointer}.product-open img{transition:transform .35s ease}.product:hover .product-open img{transform:scale(1.025)}
.zoom-hint{display:none!important}
.product-modal{backdrop-filter:blur(5px)}
.modal-image-wrap img{cursor:zoom-in}
.image-viewer{position:fixed;inset:0;background:rgba(0,0,0,.97);z-index:300;display:none;align-items:center;justify-content:center;color:#fff;touch-action:none}.image-viewer.show{display:flex}.viewer-stage{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:55px 80px}.viewer-stage img{max-width:92vw;max-height:84vh;width:auto;height:auto;object-fit:contain;user-select:none;touch-action:none;transition:transform .15s ease}.viewer-close{position:absolute;right:22px;top:18px;z-index:5;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:32px;line-height:1;cursor:pointer}.viewer-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:52px;height:72px;border:0;background:rgba(255,255,255,.1);color:#fff;font-size:52px;font-weight:300;cursor:pointer}.viewer-prev{left:18px}.viewer-next{right:18px}.viewer-bottom{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:22px;align-items:center;font-size:11px;color:#d5d5d5;background:rgba(0,0,0,.45);padding:8px 14px;border-radius:18px}.viewer-open{overflow:hidden!important}
@media(max-width:720px){.image-viewer{background:#000}.viewer-stage{padding:42px 8px 55px}.viewer-stage img{max-width:100vw;max-height:84vh}.viewer-close{right:12px;top:10px;width:40px;height:40px;font-size:28px}.viewer-arrow{width:38px;height:55px;background:rgba(255,255,255,.08);font-size:40px}.viewer-prev{left:4px}.viewer-next{right:4px}.viewer-bottom{bottom:10px;font-size:9px;gap:10px;padding:7px 11px}.modal-image-wrap img{cursor:zoom-in}}
