:root{--green:#4a8c56;--green-dark:#3a7044;--green-light:#6aac78;--green-badge:#4a8c56;--text-dark:#1a1a1a;--text-mid:#4a4a4a;--text-muted:#888;--text-light:#fff;--bg-white:#fff;--bg-cream:#f5f3f0;--bg-grey:#a0a09e;--border:#e2e2e2;--card-radius:14px;--shadow-sm:0 2px 12px rgba(0,0,0,.07);--shadow-md:0 6px 28px rgba(0,0,0,.11);--shadow-lg:0 16px 48px rgba(0,0,0,.18);--font-head:"Montserrat",sans-serif;--font-body:"Open Sans",sans-serif;--space-xs:8px;--space-sm:16px;--space-md:24px;--space-lg:40px;--space-xl:64px;--space-2xl:80px;--section-px:60px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-white);color:var(--text-dark);font-family:var(--font-body);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.section-label{color:var(--text-muted);font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:2px;margin-bottom:var(--space-xs);text-transform:uppercase}.section-title{color:var(--text-dark);font-family:var(--font-head);font-size:36px;font-weight:800;line-height:1.15}.section-title span{color:var(--text-muted);font-weight:700}.learn-more{align-items:center;color:var(--green);display:inline-flex;font-family:var(--font-head);font-size:13px;font-weight:600;gap:6px;margin-top:auto;padding-top:18px;transition:gap .2s}.learn-more:hover{gap:10px}.learn-more svg{flex-shrink:0;height:18px;width:18px}#addons,#depots,#news{margin:auto;max-width:1400px}#addons,#depots,#news,#premium{padding:var(--space-2xl) var(--section-px)}#premium{background:var(--bg-cream)}#newhome{background:var(--bg-grey);padding:var(--space-2xl) var(--section-px)}#depots .section-header{margin-bottom:var(--space-lg)}.depots-grid{align-items:stretch;display:grid;gap:22px;grid-template-columns:repeat(3,1fr)}.depot-card{background:var(--bg-white);border:1.5px solid var(--border);border-radius:var(--card-radius);cursor:pointer;display:flex;flex-direction:column;padding:32px 28px;transition:box-shadow .25s,transform .25s,background .25s,color .25s,border-color .25s}.depot-card.active,.depot-card:hover{background:var(--green);border-color:var(--green);box-shadow:var(--shadow-md);color:var(--text-light);transform:translateY(-3px)}.depot-card.active .depot-subtitle,.depot-card:hover .depot-subtitle{color:hsla(0,0%,100%,.72)}.depot-card.active .depot-body,.depot-card:hover .depot-body{color:hsla(0,0%,100%,.88)}.depot-card.active .learn-more,.depot-card:hover .learn-more{color:var(--text-light)}.depot-card.active .depot-num,.depot-card:hover .depot-num{background:hsla(0,0%,100%,.22);color:var(--text-light)}.depot-num{align-items:center;background:var(--green);border-radius:8px;color:var(--text-light);display:flex;flex-shrink:0;font-size:13px;font-weight:700;height:40px;justify-content:center;margin-bottom:28px;transition:background .25s,color .25s;width:40px}.depot-name,.depot-num{font-family:var(--font-head)}.depot-name{font-size:26px;font-weight:800;margin-bottom:4px}.depot-subtitle{color:var(--text-muted);font-family:var(--font-head);font-size:13px;font-weight:600;margin-bottom:18px;transition:color .25s}.depot-body{color:var(--text-mid);flex:1;font-size:14px;line-height:1.7;transition:color .25s}.contact-bar{border:1.5px solid var(--border);border-radius:12px;flex-wrap:wrap;gap:24px;margin-top:48px;padding:18px 32px}.contact-bar,.contact-item{align-items:center;display:flex}.contact-item{color:var(--text-mid);font-size:14px;gap:10px;white-space:nowrap}.contact-item svg{color:var(--green);flex-shrink:0}.enquiry-btn{background:var(--green);border:none;border-radius:8px;color:var(--text-light);cursor:pointer;font-family:var(--font-head);font-size:14px;font-weight:700;margin-left:auto;padding:12px 26px;transition:background .2s,transform .15s;white-space:nowrap}.enquiry-btn:hover{background:var(--green-dark);transform:translateY(-1px)}.enquiry-btn:active{transform:translateY(0)}.premium-inner{align-items:center;display:grid;gap:64px;grid-template-columns:1fr 1fr;margin:auto;max-width:1400px}.premium-image-wrap{aspect-ratio:1/1;border-radius:18px;max-width:560px;overflow:hidden;position:relative;width:100%}.premium-image-wrap img{height:100%;object-fit:cover;width:100%}.premium-overlay-text{bottom:28px;color:hsla(0,0%,100%,.88);font-family:var(--font-head);font-size:64px;font-weight:900;left:28px;letter-spacing:-2px;line-height:1;pointer-events:none;position:absolute;text-shadow:0 2px 20px rgba(0,0,0,.45)}.premium-content .section-label{margin-bottom:6px}.premium-content .section-title{font-size:38px;margin-bottom:36px}.feature-list{display:flex;flex-direction:column;gap:26px}.feature-item{align-items:flex-start;display:flex;gap:16px}.feature-icon{align-items:center;background:var(--green);border-radius:50%;display:flex;flex-shrink:0;height:32px;justify-content:center;margin-top:2px;width:32px}.feature-icon svg{color:#fff;height:16px;width:16px}.feature-text h4{font-family:var(--font-head);font-size:15px;font-weight:700;margin-bottom:4px}.feature-text p{color:var(--text-mid);font-size:14px;line-height:1.65}#addons .section-header{margin-bottom:var(--space-lg)}.addons-grid{align-items:stretch;display:grid;gap:22px;grid-template-columns:repeat(4,1fr)}.addon-card{background:var(--bg-white);border:1.5px solid var(--border);border-radius:var(--card-radius);display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .25s,transform .25s}.addon-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.addon-image{flex-shrink:0;height:200px;overflow:hidden;position:relative}.addon-image img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.addon-card:hover .addon-image img{transform:scale(1.05)}.addon-badge{align-items:center;background:var(--green-badge);border-radius:20px;color:#fff;display:flex;font-family:var(--font-head);font-size:10px;font-weight:700;gap:4px;left:12px;letter-spacing:1.5px;padding:4px 10px;position:absolute;text-transform:uppercase;top:12px}.addon-badge:before{content:"•";font-size:14px}.addon-body{display:flex;flex:1;flex-direction:column;padding:22px 20px 24px}.addon-body h3{font-family:var(--font-head);font-size:17px;font-weight:800;margin-bottom:8px}.addon-body>p{color:var(--text-mid);flex:1;font-size:13px;line-height:1.65}.addon-metric{border-top:1px solid var(--border);margin-top:18px;padding-top:18px}.addon-metric .big{color:var(--green);font-family:var(--font-head);font-size:30px;font-weight:900;line-height:1}.addon-metric .small{color:var(--text-muted);font-size:12px;margin-top:2px}.addon-link{align-items:center;color:var(--green);display:inline-flex;font-family:var(--font-head);font-size:13px;font-weight:700;gap:6px;margin-top:14px;transition:gap .2s}.addon-link:hover{gap:10px}.addon-link svg{height:16px;width:16px}.carousel-nav{align-items:center;display:none;gap:10px;justify-content:center;margin-top:20px}.carousel-nav.visible{display:flex}.carousel-btn{align-items:center;background:var(--green);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:18px;height:40px;justify-content:center;line-height:1;transition:background .2s,transform .15s;width:40px}.carousel-btn:hover{background:var(--green-dark);transform:translateY(-1px)}.carousel-btn:disabled{cursor:default;opacity:.35;transform:none}.carousel-dots{align-items:center;display:flex;gap:6px}.carousel-dot{background:var(--border);border:none;border-radius:50%;cursor:pointer;height:8px;padding:0;transition:background .2s,transform .2s;width:8px}.carousel-dot.active{background:var(--green);transform:scale(1.3)}.newhome-inner{align-items:center;display:grid;gap:64px;grid-template-columns:1fr 1.6fr;margin:auto;max-width:1400px}.newhome-text .section-title{color:var(--text-light);font-size:40px}.newhome-text .section-title span{color:hsla(0,0%,100%,.45)}.newhome-text p{color:hsla(0,0%,100%,.82);font-size:16px;line-height:1.75;margin-top:var(--space-md)}.newhome-widget{aspect-ratio:16/9;border-radius:16px;box-shadow:var(--shadow-lg);overflow:hidden;position:relative}.newhome-widget img{display:block;height:100%;object-fit:cover;width:100%}.tour-overlay{align-items:flex-start;display:flex;inset:0;pointer-events:none;position:absolute}.tour-menu{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:hsla(0,0%,100%,.92);border-radius:10px;box-shadow:var(--shadow-md);margin:32px 0 0 20px;padding:12px 0;width:172px}.tour-menu-item{color:var(--text-mid);cursor:pointer;font-family:var(--font-head);font-size:12px;font-weight:500;padding:7px 18px;pointer-events:all;transition:background .15s}.tour-menu-item:hover{background:rgba(74,140,86,.08)}.tour-menu-item.active{color:var(--green);font-weight:700}.tour-controls{display:flex;gap:6px;position:absolute;right:12px;top:12px}.tour-btn{align-items:center;background:rgba(0,0,0,.5);border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;transition:background .2s;width:32px}.tour-btn:hover{background:rgba(0,0,0,.72)}.tour-btn svg{color:#fff;height:13px;width:13px}.tour-logo{background:hsla(0,0%,100%,.9);border-radius:8px;color:var(--text-dark);font-family:var(--font-head);font-size:11px;font-weight:900;left:12px;letter-spacing:.5px;padding:5px 10px;position:absolute;top:12px}.tour-logo span{color:var(--green)}#news .section-title{font-size:36px;margin-bottom:44px;text-align:center}.news-grid{align-items:stretch;display:grid;gap:26px;grid-template-columns:repeat(3,1fr)}.news-card{background:var(--bg-white);border:1.5px solid var(--border);border-radius:var(--card-radius);display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .25s,transform .25s}.news-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.news-image{flex-shrink:0;height:210px;overflow:hidden}.news-image img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.news-card:hover .news-image img{transform:scale(1.06)}.news-body{display:flex;flex:1;flex-direction:column;padding:24px 22px 26px}.news-body h3{font-family:var(--font-head);font-size:18px;font-weight:800;margin-bottom:10px}.news-body>p{color:var(--text-mid);flex:1;font-size:14px;line-height:1.7}.read-more-btn{align-self:flex-start;border:1.5px solid var(--border);border-radius:8px;color:var(--text-dark);cursor:pointer;display:inline-block;font-family:var(--font-head);font-size:13px;font-weight:600;margin-top:18px;padding:9px 20px;transition:background .2s,border-color .2s,color .2s}.read-more-btn:hover{background:var(--green);border-color:var(--green);color:#fff}.reveal{opacity:0;transform:translateY(28px)}.reveal.revealed{opacity:1;transform:translateY(0);transition:opacity .55s ease,transform .55s ease}.slick-list{overflow:hidden}.slick-track{display:flex!important}.slick-track .slick-slide{display:flex!important;height:auto}.slick-track .slick-slide>div{display:flex;flex-direction:column;width:100%}.slick-track .addon-card,.slick-track .depot-card,.slick-track .news-card{height:100%}@media (max-width:1280px){:root{--section-px:48px}.newhome-inner,.premium-inner{gap:48px}.addons-grid{gap:18px;grid-template-columns:repeat(4,1fr)}}@media (max-width:1100px){:root{--section-px:36px}.addons-grid,.depots-grid,.news-grid{grid-template-columns:repeat(2,1fr)}.premium-inner{gap:36px;grid-template-columns:1fr}.premium-image-wrap{aspect-ratio:4/3;max-width:100%}.premium-overlay-text{font-size:52px}.newhome-inner{gap:32px;grid-template-columns:1fr}.newhome-text .section-title{font-size:34px}.newhome-text p{font-size:15px}}@media (max-width:900px){:root{--section-px:28px;--space-2xl:64px}.premium-content .section-title,.section-title{font-size:30px}.addons-grid,.depots-grid{gap:16px}.news-grid{gap:18px}.contact-bar{gap:16px;padding:16px 20px}}@media (max-width:768px){:root{--section-px:20px;--space-2xl:52px;--space-xl:40px}body{font-size:14px}.premium-content .section-title,.section-title{font-size:26px}.addons-grid,.depots-grid,.news-grid{grid-template-columns:1fr}.carousel-nav{display:flex}.premium-inner{gap:28px}.premium-image-wrap{aspect-ratio:3/2}.premium-overlay-text{bottom:18px;font-size:40px;left:18px}.newhome-inner{gap:28px}.newhome-text .section-title{font-size:28px}.newhome-text p{font-size:14px}.tour-menu{margin:20px 0 0 14px;width:150px}.tour-menu-item{font-size:11px;padding:6px 14px}.tour-logo{font-size:10px}.contact-bar{align-items:flex-start;flex-direction:column;gap:12px;padding:18px 20px}.enquiry-btn{margin-left:0;text-align:center;width:100%}#news .section-title{font-size:26px;margin-bottom:28px}}@media (max-width:480px){:root{--section-px:16px;--space-2xl:44px}.depot-name,.premium-content .section-title,.section-title{font-size:22px}.depot-card{padding:24px 20px}.premium-overlay-text{bottom:14px;font-size:32px;left:14px}.premium-image-wrap{aspect-ratio:1/1}.newhome-text .section-title{font-size:24px}.tour-menu{display:none}.tour-controls{right:8px;top:8px}.tour-btn{height:26px;width:26px}.addon-metric .big{font-size:24px}.news-body h3{font-size:16px}}