@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Marck+Script&family=Onest:wght@400;500;600;700&display=swap";:root{--ink:#10291f;--ink-2:#254134;--green:#0b3525;--deep:#062719;--green-2:#14442f;--olive:#6f7b46;--gold:#e6c47f;--gold-2:#f0d59f;--cream:#f5f1e8;--paper:#fbfaf6;--white:#fff;--muted:#6e786f;--line:rgba(19,54,38,.14);--shadow:0 24px 70px rgba(33,46,39,.11);--radius:28px;--sans:"Onest",Arial,sans-serif;--serif:"Cormorant Garamond",Georgia,serif;--script:"Marck Script","Segoe Script",cursive;--ease:cubic-bezier(.22,.8,.18,1)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{color:inherit}img,video{display:block;max-width:100%}::selection{background:#d9b96f;color:#0b2c1f}.container{width:min(1480px,calc(100% - 72px));margin:0 auto}.section{padding:104px 0}.eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:16px;color:#77835c;font-size:12px;font-weight:700;letter-spacing:.17em;text-transform:uppercase}.eyebrow:before{content:"";width:26px;height:1px;background:currentColor;opacity:.65}.eyebrow.light{color:#ffffffad}.section-title{margin:0;font-family:var(--serif);font-size:clamp(38px,4.3vw,68px);font-weight:400;line-height:1.08;letter-spacing:-.025em}.reveal{opacity:0;transform:translateY(24px);transition:opacity .85s var(--ease) var(--delay),transform .85s var(--ease) var(--delay)}.reveal.is-visible{opacity:1;transform:none}.site-header{position:fixed;z-index:100;top:0;left:50%;width:min(1600px,calc(100% - 72px));height:96px;transform:translate(-50%);display:grid;grid-template-columns:230px 1fr auto;align-items:center;gap:28px;border-bottom:1px solid rgba(255,255,255,.18);transition:all .35s var(--ease)}.site-header.is-scrolled{top:14px;height:78px;padding:0 18px;border:1px solid rgba(255,255,255,.11);border-radius:22px;background:#062719e0;box-shadow:0 18px 55px #0000002b;backdrop-filter:blur(18px)}.brand img{width:182px;max-height:54px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1)}.main-nav{display:flex;align-items:center;justify-content:center;gap:34px;color:#fff}.main-nav a{position:relative;padding:12px 0;font-size:15.5px;font-weight:600;letter-spacing:-.01em;opacity:.9;transition:opacity .2s ease}.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:5px;height:1px;background:var(--gold);transition:right .28s var(--ease)}.main-nav a:hover{opacity:1}.main-nav a:hover:after{right:0}.header-right{display:flex;align-items:center;gap:22px;color:#fff}.phone{display:flex;flex-direction:column;align-items:flex-end;line-height:1.18;white-space:nowrap}.phone strong{font-size:16.5px;font-weight:700}.phone small{margin-top:4px;color:#ffffff94;font-size:10px}.header-cta{height:52px;padding:0 24px;display:flex;align-items:center;gap:16px;border-radius:5px;background:var(--gold);color:#183224;font-size:14px;font-weight:700;box-shadow:0 8px 20px #d5b16726;transition:transform .2s ease,background .2s ease}.header-cta:hover{background:var(--gold-2)}.header-cta-mobile{display:none}.menu-button{display:none;width:48px;height:48px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:transparent;color:#fff;cursor:pointer}.hero{position:relative;min-height:900px;padding-top:96px;color:#fff;background:var(--deep);overflow:hidden}.hero-media,.hero-shade,.hero-grid-lines{position:absolute;inset:0}.hero-media{transform:translateY(var(--hero-y,0));inset:-50px 0 0;will-change:transform}.hero-bg{width:100%;height:100%;object-fit:cover;filter:saturate(.95) contrast(1.02)}.hero-shade{background:linear-gradient(90deg,#021d12eb,#021d12b8 38%,#021d124d 72%,#021d127a),linear-gradient(0deg,#021d1233,#021d120d)}.hero-grid-lines{opacity:.16;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:160px 160px;mask-image:linear-gradient(to right,transparent,black 20%,black 80%,transparent)}.hero-main{position:relative;z-index:2;min-height:730px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(350px,.55fr);gap:120px;align-items:center;padding-top:70px;padding-bottom:110px}.hero-copy{transform:translateY(var(--hero-copy-y,0));will-change:transform}.hero-copy h1{max-width:840px;margin:18px 0 24px;font-family:var(--serif);font-size:clamp(74px,7.4vw,124px);font-weight:400;line-height:.96;letter-spacing:-.045em;text-wrap:balance}.hero-copy h1 em{color:#d8e79c;font-style:normal}.hero-copy>p{max-width:680px;margin:0;color:#ffffffc7;font-size:19px;line-height:1.7}.hero-actions{display:flex;gap:16px;margin-top:38px}.btn{min-height:58px;padding:0 26px;display:inline-flex;align-items:center;justify-content:center;gap:16px;border:1px solid transparent;border-radius:6px;font-size:14px;font-weight:700;transition:background .25s ease,border-color .25s ease,color .25s ease,transform .2s ease}.btn-gold{background:var(--gold);color:#173124}.btn-gold:hover{background:var(--gold-2)}.btn-outline-light{border-color:#ffffff70;color:#fff;background:#ffffff08;backdrop-filter:blur(4px)}.btn-outline-light:hover{border-color:#fffc;background:#ffffff1a}.btn.compact{min-height:50px;padding:0 20px;margin-top:24px}.hero-partner-card{justify-self:end;width:min(100%,400px);padding:30px;border:1px solid rgba(230,196,127,.56);border-radius:18px;background:#073624c7;box-shadow:0 30px 70px #0000003d;backdrop-filter:blur(12px)}.partner-item{display:grid;grid-template-columns:46px 1fr;gap:15px;align-items:center;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.1)}.partner-item:last-child{border-bottom:0}.partner-item>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:var(--gold);background:#e6c47f1a}.partner-item strong{display:block;font-size:14px}.partner-item small{display:block;margin-top:3px;color:#ffffff8c;font-size:11px;line-height:1.45}.stat-wrap{position:relative;z-index:3;margin-top:-58px}.stats-panel{display:grid;grid-template-columns:repeat(4,1fr);min-height:170px;padding:12px 18px;border:1px solid rgba(23,52,38,.08);border-radius:16px;background:#fbf9f2f5;box-shadow:0 20px 60px #15271d21;backdrop-filter:blur(16px)}.stat-card{position:relative;display:grid;grid-template-columns:54px 1fr;gap:18px;align-items:center;padding:26px 30px;border-right:1px solid var(--line);overflow:hidden;transition:background .35s var(--ease),transform .35s var(--ease)}.stat-card:after{content:"";position:absolute;left:20px;right:20px;bottom:0;height:3px;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,var(--green),#a3b55f);transition:transform .4s var(--ease)}.stat-card:hover{background:#fff;transform:translateY(-5px)}.stat-card:hover:after{transform:scaleX(1)}.stat-icon{width:50px;height:50px;display:grid;place-items:center;color:#2e5e46}.stat-copy strong{display:block;font-family:var(--serif);font-size:34px;font-weight:400;line-height:1;letter-spacing:-.045em;white-space:nowrap}.stat-copy strong em{font-family:var(--sans);font-size:15px;font-style:normal;letter-spacing:0}.stat-copy span{display:block;margin-top:9px;font-size:13px;font-weight:700}.stat-copy small{display:block;margin-top:4px;color:#859087;font-size:10px;line-height:1.4}.about{padding-top:130px;background:linear-gradient(180deg,#fbfaf6,#f8f6f0)}.about-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:85px;align-items:center}.about-image-wrap{position:relative;min-height:550px}.about-image{width:100%;height:550px;object-fit:cover;border-radius:12px;box-shadow:var(--shadow)}.about-float{position:absolute;left:24px;bottom:-26px;width:245px;padding:30px 26px;border-radius:9px;color:#fff;background:linear-gradient(145deg,#0b3b28,#0a2f21);box-shadow:0 22px 55px #072a1c40}.about-float strong{display:block;font-family:var(--serif);font-size:54px;font-weight:400;line-height:1}.about-float strong em{font-family:var(--sans);font-size:16px;font-style:normal}.about-float span{display:block;margin:14px 0 20px;font-size:13px;font-weight:700;line-height:1.45}.about-float small{display:block;padding-top:16px;border-top:1px solid rgba(255,255,255,.18);color:#ffffff9e;font-size:10px;line-height:1.5}.about-copy h2{margin:0 0 26px;font-family:var(--serif);font-size:clamp(48px,4.3vw,72px);font-weight:400;line-height:1.08;letter-spacing:-.035em}.about-copy h2 em{color:#7d8b80;font-style:normal}.about-copy p{max-width:720px;color:#68736b;font-size:15px;line-height:1.75}.about-copy p.lead{margin-top:0;color:#243c31;font-size:20px;line-height:1.55}.about-features{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:36px 0 30px;padding-top:28px;border-top:1px solid var(--line)}.about-features div{display:flex;flex-direction:column;gap:11px}.about-features svg{color:#35624b}.about-features span{font-size:11px;font-weight:700;line-height:1.45}.text-button{width:max-content;display:flex;align-items:center;gap:26px;padding:14px 18px;border-radius:5px;color:#fff;background:var(--green);font-size:12px;font-weight:700;transition:background .25s ease,gap .25s ease}.text-button:hover{background:#164c36;gap:34px}.clients{padding-top:70px;background:#fff}.clients-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}.client-card{overflow:hidden;border:1px solid rgba(18,52,36,.1);border-radius:10px;background:#fff;box-shadow:0 13px 35px #2531280d;transition:transform .4s var(--ease),box-shadow .4s var(--ease)}.client-card:hover{transform:translateY(-8px);box-shadow:0 22px 55px #2531281f}.client-photo{position:relative;height:220px;overflow:hidden}.client-photo img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.client-card:hover .client-photo img{transform:scale(1.055)}.client-photo:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#08231740)}.client-photo span{position:absolute;z-index:2;left:20px;bottom:-1px;width:52px;height:52px;display:grid;place-items:center;border:4px solid #fff;border-radius:50%;color:var(--gold);background:#163d2d}.client-body{padding:26px 24px 30px}.client-body h3{margin:0 0 10px;font-size:17px;line-height:1.25}.client-body p{margin:0;color:#758078;font-size:12px;line-height:1.6}.nursery{padding-top:30px;background:#fff}.nursery-shell{display:grid;grid-template-columns:.72fr 1.28fr;min-height:620px;overflow:hidden;border-radius:12px;background:var(--deep);box-shadow:var(--shadow)}.nursery-copy{padding:62px 54px;color:#fff;background:linear-gradient(145deg,#073522,#0b422c)}.nursery-copy h2{margin:18px 0 24px;font-family:var(--serif);font-size:clamp(52px,4.9vw,78px);font-weight:400;line-height:1.02}.nursery-copy h2 em{color:#b9c58a;font-style:normal}.nursery-copy>p{max-width:480px;color:#ffffffa3;font-size:14px;line-height:1.75}.nursery-copy ul{display:grid;gap:11px;margin:28px 0 0;padding:0;list-style:none}.nursery-copy li{display:flex;align-items:center;gap:11px;color:#ffffffc7;font-size:12px}.nursery-copy li svg{color:#b9d16c}.nursery-media{position:relative;min-height:620px;overflow:hidden;background:#153d2d}.nursery-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.04);transition:opacity 1s ease,transform 7s linear}.nursery-slide.active{opacity:1;transform:scale(1)}.nursery-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,42,28,.18),transparent 35%)}.nursery-badge{position:absolute;z-index:3;right:34px;bottom:34px;width:220px;padding:26px;border-radius:10px;color:var(--ink);background:#faf8f1f2;box-shadow:0 18px 50px #0000002e;backdrop-filter:blur(10px)}.nursery-badge strong{display:block;font-family:var(--serif);font-size:48px;font-weight:400;line-height:1}.nursery-badge strong em{font-family:var(--sans);font-size:15px;font-style:normal}.nursery-badge span,.nursery-badge small{display:block}.nursery-badge span{margin-top:9px;font-size:11px;font-weight:700}.nursery-badge i{display:block;height:1px;margin:18px 0;background:var(--line)}.nursery-badge small{color:#78837a;font-size:10px}.nursery-dots{position:absolute;z-index:3;left:28px;bottom:28px;display:flex;gap:8px}.nursery-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#ffffff75;cursor:pointer}.nursery-dots button.active{width:30px;border-radius:99px;background:#fff}.benefits-section{padding:28px 0 84px;background:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.benefit{display:grid;grid-template-columns:52px 1fr;gap:20px;padding:32px 28px;border-right:1px solid var(--line);transition:background .25s ease}.benefit:last-child{border-right:0}.benefit:hover{background:#f7f5ee}.benefit svg{color:#34624b}.benefit h3{margin:0 0 8px;font-size:14px}.benefit p{margin:0;color:#778178;font-size:11px;line-height:1.6}.assortment{padding-top:60px;background:#fff}.title-row{display:flex;align-items:end;justify-content:space-between;gap:40px}.title-row>a{display:flex;align-items:center;gap:12px;padding-bottom:7px;border-bottom:1px solid var(--line);font-size:12px;font-weight:700;white-space:nowrap}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:34px}.category-card{position:relative;height:330px;overflow:hidden;border-radius:9px;background:#173526;cursor:pointer}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease),filter .6s ease}.category-card:after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(transparent,#041e13d1)}.category-card:hover img{transform:scale(1.07);filter:saturate(1.1)}.category-glow{position:absolute;z-index:1;inset:0;background:radial-gradient(circle at 50% 120%,rgba(223,244,148,.34),transparent 45%);opacity:0;transition:opacity .45s ease}.category-card:hover .category-glow{opacity:1}.category-label{position:absolute;z-index:2;left:22px;right:50px;bottom:22px;color:#fff;font-size:16px;font-weight:700;line-height:1.25}.category-arrow{position:absolute;z-index:2;right:18px;bottom:18px;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:#fff;opacity:0;transform:translate(-8px);transition:opacity .3s ease,transform .3s ease}.category-card:hover .category-arrow{opacity:1;transform:none}.process{padding-top:44px;background:#fff}.process-line{position:relative;display:grid;grid-template-columns:repeat(6,1fr);gap:0;margin-top:36px;padding-top:10px}.process-line:before{content:"";position:absolute;left:24px;right:24px;top:29px;border-top:1px dashed #aeb79f}.process-step{position:relative;padding:0 24px 0 0}.step-num{position:relative;z-index:2;width:38px;height:38px;display:grid;place-items:center;border:6px solid #fff;border-radius:50%;color:#fff;background:#6f7b46;font-size:11px;font-weight:700;box-shadow:0 0 0 1px #6f7b4640}.process-step h3{margin:17px 0 8px;font-size:13px}.process-step p{margin:0;color:#7a847c;font-size:10.5px;line-height:1.55}.gallery-section{padding:72px 0;background:linear-gradient(180deg,#fff,#f7f4ed)}.gallery-panel{padding:30px 28px 34px;border-radius:14px;background:#f3efe6}.gallery-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:22px}.gallery-head h2{margin:0;font-family:var(--serif);font-size:46px;font-weight:400}.gallery-head>span{max-width:370px;padding-bottom:4px;color:#7b837d;font-size:11px;text-align:right}.gallery-grid{display:grid;grid-template-columns:1.15fr 1fr 1.25fr 1fr 1fr;gap:12px}.gallery-item:nth-child(n+6){display:none}.gallery-item button{position:relative;width:100%;height:220px;padding:0;overflow:hidden;border:0;border-radius:8px;background:#ddd;cursor:pointer}.gallery-item img,.gallery-item video{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease)}.gallery-item button:hover img,.gallery-item button:hover video{transform:scale(1.045)}.gallery-item button>span{position:absolute;right:13px;bottom:13px;width:40px;height:40px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#062719ad;backdrop-filter:blur(8px);opacity:0;transform:scale(.88);transition:.25s ease}.gallery-item button:hover>span{opacity:1;transform:scale(1)}.lightbox{position:fixed;z-index:200;inset:0;display:grid;place-items:center;padding:60px;background:#02140df0;backdrop-filter:blur(12px)}.lightbox-inner{max-width:1200px;max-height:82vh}.lightbox-inner img,.lightbox-inner video{max-width:min(1200px,84vw);max-height:82vh;border-radius:12px;object-fit:contain}.lightbox-close,.lightbox-nav{position:absolute;width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;background:#ffffff0d;cursor:pointer}.lightbox-close{top:26px;right:28px}.lightbox-nav{top:50%;font-size:28px}.lightbox-nav.prev{left:26px}.lightbox-nav.next{right:26px}.materials{padding:28px 0 18px;background:#f7f4ed}.materials-card{display:grid;grid-template-columns:1.05fr .95fr;min-height:360px;overflow:hidden;border-radius:12px;background:#ede1cb;box-shadow:0 14px 40px #362e2214}.materials-image{overflow:hidden}.materials-image img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply;transition:transform .8s var(--ease)}.materials-card:hover .materials-image img{transform:scale(1.025)}.materials-copy{display:flex;flex-direction:column;justify-content:center;padding:50px 58px}.materials-copy h2{margin:7px 0 18px;font-family:var(--serif);font-size:clamp(34px,3.2vw,50px);font-weight:400;line-height:1.1}.materials-copy p{max-width:560px;margin:0;color:#77786f;font-size:12px;line-height:1.7}.materials-actions{display:flex;gap:12px;margin-top:27px}.btn-dark{min-height:50px;background:var(--green);color:#fff}.btn-dark:hover{background:#154d36}.btn-outline-dark{min-height:50px;border-color:#0f342347;color:var(--ink);background:#ffffff26}.btn-outline-dark:hover{background:#ffffff73}.contact{margin-top:20px;padding-top:72px;color:#fff;background:radial-gradient(circle at 18% 20%,rgba(133,158,91,.12),transparent 28%),linear-gradient(145deg,#073421,#062719 70%)}.contact-top{display:grid;grid-template-columns:.88fr 1.12fr;gap:90px;align-items:center;padding-bottom:66px}.contact-copy h2{margin:8px 0 22px;font-family:var(--serif);font-size:clamp(52px,5vw,82px);font-weight:400;line-height:1.03}.contact-copy>p{max-width:640px;margin:0;color:#ffffffa3;font-size:14px;line-height:1.75}.contact-benefits{display:flex;gap:24px;margin-top:34px;flex-wrap:wrap}.contact-benefits span{display:flex;align-items:center;gap:9px;color:#ffffffbf;font-size:11px}.contact-benefits svg{color:var(--gold)}.form-card{padding:25px;border-radius:11px;background:#fff;color:var(--ink);box-shadow:0 28px 80px #0003}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-card input,.form-card textarea{width:100%;border:1px solid rgba(13,53,35,.13);border-radius:6px;background:#fbfaf7;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.form-card input{height:52px;padding:0 16px}.form-card textarea{margin-top:12px;padding:14px 16px;resize:vertical}.form-card input:focus,.form-card textarea:focus{border-color:#78915b;box-shadow:0 0 0 3px #78915b1a}.form-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:14px}.form-bottom label{display:flex;align-items:center;gap:8px;color:#7c837d;font-size:9.5px}.form-bottom label input{width:14px;height:14px}.form-bottom button{min-width:200px;height:50px;border:0;border-radius:5px;background:var(--gold);color:#183224;font-size:12px;font-weight:700;cursor:pointer;transition:background .2s ease}.form-bottom button:hover{background:var(--gold-2)}.form-success{min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.form-success svg{color:#4f7a58}.form-success h3{margin:14px 0 8px;font-family:var(--serif);font-size:30px}.form-success p{max-width:480px;color:#758078;font-size:12px}.form-success button{margin-top:10px;border:0;background:none;color:#46664e;font-size:11px;text-decoration:underline;cursor:pointer}.footer{border-top:1px solid rgba(255,255,255,.11);padding:42px 0 24px}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,.7fr) 1fr;gap:44px}.footer-brand img{width:165px;filter:brightness(0) invert(1)}.footer-brand p{max-width:250px;margin:16px 0 0;color:#ffffff73;font-size:10.5px;line-height:1.7}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:8px}.footer-grid strong{margin-bottom:6px;color:#d5c68d;font-size:10px;text-transform:uppercase;letter-spacing:.12em}.footer-grid a{color:#ffffff8f;font-size:10px}.footer-grid a:hover{color:#fff}.footer-contact>a{display:flex;align-items:center;gap:12px}.footer-contact b{display:block;color:#fff;font-size:14px}.footer-contact small{display:block;margin-top:3px;color:#ffffff6b;font-size:9px}.footer-bottom{display:flex;justify-content:space-between;margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);color:#ffffff4f;font-size:9px}@media (max-width:1250px){.container{width:min(100% - 42px,1200px)}.site-header{width:calc(100% - 42px);grid-template-columns:190px 1fr auto}.brand img{width:158px}.main-nav{gap:20px}.main-nav a{font-size:13px}.phone{display:none}.hero-main{grid-template-columns:1fr 340px;gap:55px}.hero-copy h1{font-size:clamp(68px,8vw,104px)}.stat-card{grid-template-columns:42px 1fr;padding:24px 18px}.stat-icon{width:40px}.stat-copy strong{font-size:28px}.about-grid{gap:48px}.about-features{grid-template-columns:repeat(2,1fr)}.client-photo{height:190px}.nursery-copy{padding:50px 38px}.benefit{grid-template-columns:42px 1fr;padding:28px 18px}.category-card{height:280px}.process-step{padding-right:14px}.gallery-item button{height:190px}}@media (max-width:980px){.section{padding:80px 0}.container{width:calc(100% - 34px)}.site-header{top:10px;width:calc(100% - 24px);height:72px;padding:0 14px;grid-template-columns:1fr auto;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:#062719d1;backdrop-filter:blur(16px)}.site-header.is-scrolled{height:68px;top:8px}.brand img{width:145px}.header-cta{height:46px;padding:0 17px}.header-cta svg{display:none}.menu-button{display:grid}.main-nav{position:absolute;top:80px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:14px;border-radius:16px;background:#062719f7;box-shadow:0 22px 55px #00000040}.main-nav.is-open{display:flex}.main-nav a{padding:13px 10px;border-bottom:1px solid rgba(255,255,255,.08);font-size:15px}.main-nav a:last-child{border-bottom:0}.hero{min-height:auto;padding-top:90px}.hero-main{min-height:720px;grid-template-columns:1fr;gap:34px;align-content:center;padding-top:70px;padding-bottom:120px}.hero-copy h1{max-width:740px;font-size:clamp(62px,11vw,98px)}.hero-copy>p{max-width:640px;font-size:17px}.hero-partner-card{justify-self:start;width:100%;max-width:620px;display:grid;grid-template-columns:1fr 1fr}.partner-item:nth-child(odd){padding-right:14px}.partner-item{border-bottom:0}.stat-wrap{margin-top:-62px}.stats-panel{grid-template-columns:1fr 1fr;padding:8px}.stat-card{border-right:0;border-bottom:1px solid var(--line)}.stat-card:nth-child(odd){border-right:1px solid var(--line)}.stat-card:nth-last-child(-n+2){border-bottom:0}.about-grid{grid-template-columns:1fr}.about-image-wrap{min-height:auto}.about-image{height:520px}.about-copy{padding-top:24px}.clients-grid{grid-template-columns:1fr 1fr}.nursery-shell{grid-template-columns:1fr}.nursery-media{min-height:520px}.benefits-grid{grid-template-columns:1fr 1fr}.benefit:nth-child(2){border-right:0}.benefit:nth-child(-n+2){border-bottom:1px solid var(--line)}.title-row{align-items:start;flex-direction:column}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card:last-child{grid-column:1 / -1;height:260px}.process-line{grid-template-columns:repeat(3,1fr);gap:32px 0}.process-line:before{display:none}.process-step{padding-right:30px}.gallery-grid{grid-template-columns:repeat(3,1fr)}.gallery-item:nth-child(4),.gallery-item:nth-child(5){display:block}.gallery-item button{height:220px}.materials-card{grid-template-columns:1fr}.materials-image{height:360px}.contact-top{grid-template-columns:1fr;gap:46px}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-contact{grid-column:auto}.footer-grid>div:nth-child(4){display:none}}@media (max-width:640px){body{font-size:15px}.container{width:calc(100% - 24px)}.section{padding:64px 0}.site-header,.site-header.is-scrolled{height:64px}.brand img{width:130px}.header-right{gap:8px}.header-cta{height:42px;padding:0 13px;font-size:11px}.menu-button{width:42px;height:42px}.hero{padding-top:78px}.hero-main{min-height:680px;padding-top:45px;padding-bottom:94px}.hero-copy h1{font-size:clamp(48px,15vw,72px);line-height:.99;letter-spacing:-.04em}.hero-copy>p{font-size:15px;line-height:1.65}.hero-actions{flex-direction:column;align-items:flex-start;margin-top:28px}.btn{min-height:52px;width:100%}.hero-partner-card{display:block;padding:20px}.partner-item{padding:10px 0}.partner-item>span{width:38px;height:38px}.stat-wrap{margin-top:-45px}.stats-panel{display:block;padding:8px;border-radius:12px}.stat-card,.stat-card:nth-child(odd){border-right:0;border-bottom:1px solid var(--line);padding:18px 16px}.stat-card:last-child{border-bottom:0}.stat-copy strong{font-size:30px}.about{padding-top:80px}.about-image{height:360px}.about-float{left:14px;right:14px;bottom:-40px;width:auto;padding:22px}.about-float strong{font-size:44px}.about-copy{padding-top:52px}.about-copy h2{font-size:42px}.about-copy p.lead{font-size:17px}.about-features{grid-template-columns:1fr 1fr}.clients-grid{grid-template-columns:1fr}.client-photo{height:220px}.nursery-copy{padding:38px 24px}.nursery-copy h2{font-size:50px}.nursery-media{min-height:430px}.nursery-badge{right:16px;bottom:16px;width:190px;padding:20px}.nursery-badge strong{font-size:42px}.benefits-grid{grid-template-columns:1fr}.benefit,.benefit:nth-child(2){border-right:0;border-bottom:1px solid var(--line)}.benefit:last-child{border-bottom:0}.section-title{font-size:42px}.category-grid{grid-template-columns:1fr}.category-card,.category-card:last-child{grid-column:auto;height:300px}.process-line{grid-template-columns:1fr 1fr}.process-step{padding-right:20px}.gallery-head{align-items:start;flex-direction:column}.gallery-head>span{text-align:left}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-item button{height:170px}.gallery-item:nth-child(5){display:none}.materials-image{height:260px}.materials-copy{padding:36px 24px}.materials-actions{flex-direction:column}.contact{padding-top:58px}.contact-copy h2{font-size:48px}.field-grid{grid-template-columns:1fr}.form-card{padding:18px}.form-bottom{align-items:flex-start;flex-direction:column}.form-bottom button{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand,.footer-contact{grid-column:1/-1}.footer-grid>div:nth-child(4){display:flex}.footer-bottom{gap:20px;flex-direction:column}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}.hero-media,.hero-copy{transform:none!important}}.site-header{height:104px;grid-template-columns:236px 1fr auto;gap:34px}.brand img{width:190px}.main-nav{gap:38px}.main-nav a{font-size:18px;font-weight:600;letter-spacing:-.018em;text-shadow:0 1px 14px rgba(0,0,0,.16)}.phone strong{font-size:20px;font-weight:700;letter-spacing:-.025em}.phone small{margin-top:5px;font-size:12px;color:#ffffffb8}.header-cta{height:60px;padding:0 29px;gap:18px;border-radius:8px;background:#f2c75f;color:#153324;font-size:16px;font-weight:700;box-shadow:0 11px 34px #f2c75f47}.header-cta:hover{background:#ffd97d;box-shadow:0 14px 42px #f2c75f61}.site-header.is-scrolled{height:86px;padding:0 22px}.hero{min-height:920px;padding-top:104px}.hero-main{min-height:720px;grid-template-columns:minmax(0,1.15fr) minmax(420px,.56fr);gap:92px;padding-top:72px;padding-bottom:88px}.hero-copy .eyebrow{font-size:14px;letter-spacing:.15em}.hero-copy h1.hero-slogan{max-width:980px;margin:18px 0 25px;font-size:inherit;line-height:1;letter-spacing:0;text-wrap:initial}.hero-slogan span,.hero-slogan em{display:block;white-space:nowrap}.hero-slogan span{font-family:var(--serif);font-size:clamp(76px,6.4vw,116px);font-weight:500;line-height:.92;letter-spacing:-.045em;color:#fff}.hero-slogan em{margin-top:1px;font-family:var(--script);font-size:clamp(88px,7.1vw,132px);font-weight:400;line-height:.93;letter-spacing:-.025em;color:#dff18d;font-style:normal;text-shadow:0 6px 34px rgba(0,0,0,.13)}.hero-copy>p{max-width:790px;color:#ffffffe0;font-size:22px;font-weight:400;line-height:1.58;letter-spacing:-.012em}.hero-actions{gap:18px;margin-top:36px}.hero-actions .btn{min-height:66px;padding:0 32px;font-size:16.5px;border-radius:9px}.hero-actions .btn-gold{background:#f2c75f;box-shadow:0 12px 35px #f2c75f2e}.hero-actions .btn-gold:hover{background:#ffdc82}.hero-actions .btn-outline-light{border-color:#ffffff94;background:#0426192e;box-shadow:inset 0 0 0 1px #ffffff08}.hero-actions .btn-outline-light:hover{background:#ffffff21;border-color:#fff}.hero-partner-card{width:min(100%,470px);margin-top:78px;padding:34px 36px;border-radius:22px;background:linear-gradient(145deg,#083f29e8,#083222db);box-shadow:0 34px 80px #00000045}.partner-item{grid-template-columns:54px 1fr;gap:17px;padding:16px 0}.partner-item>span{width:48px;height:48px}.partner-item strong{font-size:16px;letter-spacing:-.015em}.partner-item small{margin-top:4px;font-size:12.5px;line-height:1.48;color:#ffffffab}.stat-wrap{position:relative;z-index:5;margin-top:-92px;margin-bottom:-18px}.stats-panel{min-height:206px;padding:10px;border-radius:22px;background:#f7f3e9;box-shadow:0 28px 75px #142a1e2b}.stat-card{grid-template-columns:70px 1fr;gap:22px;padding:30px 34px;border-radius:14px;color:var(--ink);overflow:hidden}.stat-card:last-child{border-right:0}.stat-icon{width:64px;height:64px;color:#246246;transition:color .35s var(--ease),transform .35s var(--ease)}.stat-icon svg{width:46px;height:46px}.stat-copy strong{color:#123829;font-size:43px;font-weight:500;letter-spacing:-.05em}.stat-copy strong em{font-size:18px;font-weight:600}.stat-copy span{margin-top:10px;color:#204737;font-size:15px;font-weight:700}.stat-copy small{margin-top:5px;color:#768378;font-size:12px;line-height:1.45}.stat-card:after{left:26px;right:26px;height:4px;background:linear-gradient(90deg,#d9b34f,#dff18d)}.stat-card:hover{z-index:2;color:#fff;background:linear-gradient(145deg,#0c422d,#0a3424);transform:translateY(-8px) scale(1.015);box-shadow:0 18px 45px #08372538}.stat-card:hover .stat-icon{color:#f2c75f;transform:scale(1.08) rotate(-3deg)}.stat-card:hover .stat-copy strong,.stat-card:hover .stat-copy span{color:#fff}.stat-card:hover .stat-copy small{color:#ffffffab}.about{padding:82px 0 70px}.about-grid{grid-template-columns:1.08fr .92fr;gap:74px;align-items:stretch}.about-image-wrap{min-height:610px;height:100%;align-self:stretch;overflow:visible}.about-image{position:absolute;inset:0;width:100%;height:100%;border-radius:14px;object-fit:cover}.about-copy{align-self:center;padding:20px 0}.about-copy h2{font-weight:500}.about-copy p.lead{font-size:21px}.client-photo img{object-position:center center}.nursery{padding:42px 0}.nursery-video-button{border:1px solid rgba(255,255,255,.5);cursor:pointer}.nursery-video-button:hover{border-color:#dff18d;color:#dff18d;background:#ffffff12}.benefits-section{padding:24px 0 38px;background:#fff}.assortment{padding:38px 0 46px;background:#fff}.process{padding:34px 0 42px;background:#fff}.gallery-section{padding:38px 0 56px}.video-lightbox{position:fixed;z-index:260;inset:0;display:grid;place-items:center;padding:72px;background:#02130cf0;backdrop-filter:blur(15px);animation:videoFade .28s ease both}.video-lightbox-inner{width:min(1280px,88vw);overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#051e14;box-shadow:0 45px 110px #00000080}.video-lightbox-inner video{display:block;width:100%;max-height:80vh;aspect-ratio:16/9;background:#03150e;object-fit:contain}.video-lightbox-close{position:absolute;top:28px;right:32px;width:54px;height:54px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:#ffffff0f;color:#fff;cursor:pointer;transition:background .2s ease,transform .2s ease}.video-lightbox-close:hover{background:#ffffff24;transform:rotate(4deg)}@keyframes videoFade{0%{opacity:0}to{opacity:1}}@media (max-width:1500px){.main-nav{gap:29px}.main-nav a{font-size:16.5px}.phone strong{font-size:18px}.header-cta{height:56px;padding:0 23px;font-size:14.5px}.hero-main{grid-template-columns:minmax(0,1.15fr) 400px;gap:58px}.hero-slogan span{font-size:clamp(68px,6.1vw,101px)}.hero-slogan em{font-size:clamp(80px,6.8vw,116px)}.hero-copy>p{font-size:19px}.hero-partner-card{width:420px;padding:30px 31px}.stat-card{grid-template-columns:58px 1fr;padding:28px 22px}.stat-icon{width:54px;height:54px}.stat-icon svg{width:39px;height:39px}.stat-copy strong{font-size:36px}.stat-copy span{font-size:13.5px}.stat-copy small{font-size:10.5px}}@media (max-width:1250px){.site-header{grid-template-columns:190px 1fr auto}.brand img{width:160px}.main-nav{gap:21px}.main-nav a{font-size:14.5px}.phone{display:none}.header-cta{font-size:13.5px}.hero-main{grid-template-columns:1fr 360px;gap:46px}.hero-partner-card{width:360px;margin-top:65px;padding:27px}.partner-item strong{font-size:14.5px}.partner-item small{font-size:11.5px}.hero-slogan span{font-size:clamp(64px,6.7vw,86px)}.hero-slogan em{font-size:clamp(75px,7.5vw,98px)}.stat-card{grid-template-columns:48px 1fr;padding:25px 17px;gap:14px}.stat-icon{width:46px}.stat-icon svg{width:34px;height:34px}.stat-copy strong{font-size:31px}.stat-copy span{font-size:12.5px}}@media (max-width:980px){.site-header{height:74px}.site-header.is-scrolled{height:70px}.header-cta{height:48px;font-size:12.5px}.main-nav a{font-size:16px}.hero{padding-top:90px}.hero-main{grid-template-columns:1fr;gap:24px;padding-top:58px;padding-bottom:116px}.hero-slogan span{font-size:clamp(58px,10vw,86px)}.hero-slogan em{font-size:clamp(68px,11.5vw,100px)}.hero-copy>p{font-size:18px}.hero-actions .btn{min-height:60px;font-size:15px}.hero-partner-card{justify-self:start;width:min(100%,680px);margin-top:15px}.stat-wrap{margin-top:-68px;margin-bottom:-14px}.stats-panel{grid-template-columns:1fr 1fr;min-height:auto}.stat-card{padding:24px 22px}.stat-copy strong{font-size:34px}.stat-copy span{font-size:13px}.stat-copy small{font-size:10.5px}.about{padding:72px 0 56px}.about-image-wrap{min-height:520px}.about-image{position:relative;height:520px}.about-copy{padding-top:20px}.nursery{padding:34px 0}.benefits-section{padding:18px 0 30px}.assortment{padding:30px 0 36px}.process{padding:28px 0 34px}.gallery-section{padding-top:30px}.video-lightbox{padding:34px}.video-lightbox-inner{width:94vw}}@media (max-width:640px){.header-cta{height:43px;padding:0 12px;font-size:11px}.hero-main{padding-top:38px;padding-bottom:96px}.hero-copy .eyebrow{font-size:11px}.hero-copy h1.hero-slogan{margin-top:13px}.hero-slogan span{font-size:clamp(43px,12.5vw,58px);letter-spacing:-.035em}.hero-slogan em{font-size:clamp(53px,15vw,70px);margin-top:3px}.hero-copy>p{font-size:16px;line-height:1.58}.hero-actions .btn{min-height:55px;font-size:14px}.hero-partner-card{margin-top:10px;padding:22px}.partner-item{grid-template-columns:46px 1fr}.partner-item>span{width:42px;height:42px}.partner-item strong{font-size:14px}.partner-item small{font-size:11px}.stat-wrap{margin-top:-52px;margin-bottom:-10px}.stats-panel{display:block;padding:7px}.stat-card{grid-template-columns:52px 1fr;padding:20px 17px}.stat-copy strong{font-size:32px}.stat-copy span{font-size:13px}.stat-copy small{font-size:10.5px}.about{padding:62px 0 46px}.about-image-wrap{min-height:390px}.about-image{height:390px}.about-copy{padding-top:42px}.nursery{padding:26px 0}.benefits-section{padding:16px 0 24px}.assortment{padding:26px 0 30px}.process{padding:24px 0 30px}.gallery-section{padding:26px 0 44px}.video-lightbox{padding:18px}.video-lightbox-inner{width:100%;border-radius:12px}.video-lightbox-close{top:14px;right:14px;width:46px;height:46px}}.site-header{width:min(1680px,calc(100% - 56px));grid-template-columns:260px minmax(0,1fr) auto;gap:30px}.site-header.is-scrolled{width:min(1740px,calc(100% - 34px));top:12px;padding:0 24px}.brand img{width:240px;max-height:72px;object-fit:contain;object-position:left center;filter:none}.main-nav{gap:30px;min-width:0}.main-nav a{font-size:17px;white-space:nowrap}.header-right{gap:18px}.phone strong{font-size:18px}.phone small{font-size:11px}.header-cta{min-width:270px;justify-content:space-between;padding:0 26px}.stat-wrap{margin-top:-102px;margin-bottom:-12px}.stats-panel{transform:translateY(18px)}.stat-copy span{font-size:18px}.stat-copy small{font-size:15px;line-height:1.42}.stat-copy strong{font-size:46px}.stat-copy strong em{font-size:20px}.about{padding:76px 0 62px}.about-image-wrap{min-height:580px}.about-copy p{font-size:16px}.about-copy p.lead{font-size:22px}.about-features{gap:22px}.about-features div{gap:14px}.about-features svg{width:34px;height:34px}.about-features span{font-size:18px;line-height:1.32}.text-button{padding:18px 28px;font-size:16px;border-radius:8px}.benefits-section{padding:34px 0 54px}.benefits-container{padding-top:8px;padding-bottom:8px}.benefit{grid-template-columns:66px 1fr;padding:34px 26px}.benefit svg{width:42px;height:42px}.benefit h3{font-size:16px}.benefit p{font-size:14px;line-height:1.62}.assortment{padding:42px 0 44px}.category-carousel{margin-top:20px;padding:14px 0 18px;overflow:hidden}.category-track{display:flex;gap:18px;width:max-content;animation:categoryLoop 54s linear infinite}.category-carousel:hover .category-track{animation-play-state:paused}.category-track .category-card{flex:0 0 360px;height:440px;border-radius:14px;transform-origin:center center;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}.category-track .category-card img{transition:transform .85s var(--ease),filter .6s ease}.category-track .category-card:hover{transform:scale(1.025);box-shadow:0 26px 50px #0e251b24}.category-track .category-card:hover img{transform:none;filter:saturate(1.04)}.category-track .category-label{left:28px;right:56px;bottom:28px;font-size:20px;line-height:1.18}.category-track .category-arrow{opacity:1;transform:none}@keyframes categoryLoop{0%{transform:translate(0)}to{transform:translate(calc(-50% - 9px))}}.process{padding:34px 0 42px}.process-line{margin-top:42px;padding-top:16px}.process-line:before{left:26px;right:calc(16.666% + 44px);top:34px}.process-step{padding:0 28px 0 0}.step-num{width:54px;height:54px;border-width:8px;font-size:16px;transition:transform .26s ease,box-shadow .26s ease,background .26s ease;overflow:visible}.step-num:after{content:"";position:absolute;inset:-9px;border:2px solid rgba(111,123,70,.32);border-radius:50%;opacity:0;transform:scale(.72)}.process-step.is-animated .step-num:after{animation:stepRing .6s var(--ease) forwards;animation-delay:calc(var(--step-order) * .17s)}.process-step.is-animated .step-num{animation:stepPop .56s var(--ease) both;animation-delay:calc(var(--step-order) * .17s)}.process-step:hover .step-num{transform:scale(1.08);box-shadow:0 12px 28px #2741322e}.process-step h3{margin:20px 0 10px;font-size:16px}.process-step p{font-size:14px;line-height:1.6}@keyframes stepPop{0%{transform:scale(.82);background:#d6d8ce;color:#6f7b46}to{transform:scale(1);background:#6f7b46;color:#fff}}@keyframes stepRing{0%{opacity:0;transform:scale(.72)}40%{opacity:1}to{opacity:1;transform:scale(1)}}.gallery-section{padding:34px 0 52px}.gallery-panel{padding:34px 34px 36px}.gallery-head h2{font-size:64px}.gallery-head>span{max-width:420px;font-size:16px;line-height:1.45}.gallery-carousel{overflow:hidden;margin-top:8px}.gallery-track{display:flex;gap:18px;width:max-content;animation:galleryLoop 29s linear infinite}.gallery-carousel:hover .gallery-track{animation-play-state:paused}.gallery-track .gallery-item{flex:0 0 290px}.gallery-track .gallery-item button{height:290px;border-radius:14px}.gallery-track .gallery-item button{transform-origin:center center;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}.gallery-track .gallery-item button:hover{transform:scale(1.06);box-shadow:0 28px 50px #10251b26}.gallery-track .gallery-item button:hover img,.gallery-track .gallery-item button:hover video{transform:scale(1.08)}.gallery-track .gallery-item button>span{opacity:1;transform:none}@keyframes galleryLoop{0%{transform:translate(0)}to{transform:translate(calc(-25% - 4.5px))}}.footer{padding:56px 0 28px}.footer-grid{grid-template-columns:1.45fr repeat(3,.82fr) 1.08fr;gap:52px}.footer-brand img{width:248px;filter:none}.footer-brand p{max-width:360px;font-size:18px;line-height:1.6;color:#ffffffad}.footer-grid strong{margin-bottom:12px;font-size:14px;letter-spacing:.14em}.footer-grid a{font-size:18px;line-height:1.6;color:#ffffffc7}.footer-contact>a{gap:14px;font-size:18px}.footer-contact b{font-size:22px}.footer-contact small{font-size:14px;color:#ffffff94}.footer-addresses{display:grid!important;gap:10px!important;margin-top:18px}.footer-addresses p{margin:0;color:#ffffff6b;font-size:13px;line-height:1.45}.footer-addresses strong{display:block;margin:0 0 2px;color:#ffffff8c;font-size:13px;font-weight:600;letter-spacing:0;text-transform:none}.footer-addresses span{display:block}.footer-bottom{margin-top:42px;padding-top:22px;font-size:13px;color:#ffffff6b}@media (max-width:1500px){.site-header{grid-template-columns:220px minmax(0,1fr) auto;width:calc(100% - 44px)}.brand img{width:200px}.main-nav{gap:24px}.main-nav a{font-size:15px}.header-cta{min-width:238px}.category-track .category-card{flex-basis:320px;height:390px}.gallery-track .gallery-item{flex-basis:250px}.gallery-track .gallery-item button{height:250px}}@media (max-width:1250px){.site-header,.site-header.is-scrolled{width:calc(100% - 28px)}.site-header{grid-template-columns:180px minmax(0,1fr) auto;gap:18px}.brand img{width:170px}.main-nav a{font-size:14px}.header-cta{min-width:unset;padding:0 20px}.stat-copy span{font-size:16px}.stat-copy small{font-size:13px}.about-features span{font-size:16px}.benefit p{font-size:13px}.category-track .category-card{flex-basis:280px;height:360px}.gallery-track .gallery-item{flex-basis:220px}.gallery-track .gallery-item button{height:220px}.footer-brand img{width:200px}.footer-brand p,.footer-grid a{font-size:15px}.footer-contact b{font-size:18px}.footer-contact small,.footer-addresses p,.footer-addresses strong{font-size:12px}}@media (max-width:980px){.site-header,.site-header.is-scrolled{width:calc(100% - 18px);grid-template-columns:minmax(180px,1fr) auto;gap:12px;height:72px}.brand{min-width:0}.brand img{width:190px;max-width:100%}.header-right{gap:10px}.header-cta{min-width:112px;padding:0 16px;gap:9px}.header-cta-desktop{display:none}.header-cta-mobile{display:inline}.main-nav a{white-space:normal}.stat-wrap{margin-top:-72px}.stats-panel{transform:translateY(12px)}.stat-copy span{font-size:15px}.stat-copy small{font-size:12px}.about-features svg{width:28px;height:28px}.about-features span{font-size:15px}.category-carousel,.gallery-carousel{overflow-x:auto;scrollbar-width:none}.category-carousel::-webkit-scrollbar,.gallery-carousel::-webkit-scrollbar{display:none}.category-track,.gallery-track{animation:none;width:max-content;padding-bottom:6px}.category-track .category-card{flex-basis:270px;height:340px}.gallery-track .gallery-item{flex-basis:220px}.gallery-track .gallery-item button{height:220px}.process-line:before{display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-brand,.footer-contact{grid-column:1/-1}}@media (max-width:640px){.stat-copy span{font-size:14px}.stat-copy small{font-size:11px}.about{padding:58px 0 44px}.about-features{grid-template-columns:1fr 1fr;gap:16px}.about-features span{font-size:14px}.benefit{grid-template-columns:54px 1fr;padding:24px 20px}.benefit svg{width:34px;height:34px}.benefit h3{font-size:15px}.benefit p{font-size:13px}.category-track .category-card{flex-basis:240px;height:310px}.category-track .category-label{font-size:18px}.gallery-panel{padding:26px 18px 28px}.gallery-head h2{font-size:48px}.gallery-head>span{font-size:14px}.gallery-track .gallery-item{flex-basis:190px}.gallery-track .gallery-item button{height:190px}.step-num{width:48px;height:48px;font-size:14px}.process-step h3{font-size:15px}.process-step p{font-size:13px}.footer{padding:42px 0 24px}.footer-brand img{width:170px}.footer-brand p,.footer-grid a{font-size:14px}.footer-grid strong{font-size:12px}.footer-contact b{font-size:17px}.footer-addresses p,.footer-addresses strong{font-size:11px}}.process-line:before{left:27px;right:calc(16.6666667% - 27px);top:43px}.materials-image{background:transparent}.materials-image img{mix-blend-mode:normal!important;object-fit:contain}@media (max-width: 980px){.menu-button{width:58px!important;height:58px!important;min-width:58px!important;flex:0 0 58px!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:50%!important;background:#08372773!important;box-shadow:none!important}.menu-button svg{width:26px!important;height:26px!important;display:block!important;flex:none!important}}@media (max-width: 980px){.about-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:0!important;width:100%!important}.about-image-wrap{width:100%!important;min-width:0!important;min-height:520px!important;height:520px!important;margin:0!important}.about-image{position:relative!important;inset:auto!important;width:100%!important;height:520px!important;object-fit:cover!important}.about-float{left:22px!important;right:auto!important;bottom:-34px!important;width:260px!important;padding:25px 24px!important}.about-copy{width:100%!important;min-width:0!important;max-width:100%!important;padding:78px 0 0!important;overflow:hidden!important}.about-copy h2,.about-copy p{width:100%!important;max-width:100%!important;overflow-wrap:break-word!important}.about-features{width:100%!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.text-button{max-width:100%!important}}@media (max-width: 640px){.about{padding:54px 0 44px!important}.about-image-wrap{min-height:390px!important;height:390px!important}.about-image{height:390px!important}.about-float{left:14px!important;right:14px!important;bottom:-34px!important;width:auto!important;padding:20px!important}.about-float strong{font-size:44px!important}.about-copy{padding-top:72px!important}.about-copy h2{font-size:43px!important;line-height:1.05!important}.about-copy p.lead{font-size:18px!important;line-height:1.55!important}.about-copy p{font-size:15px!important;line-height:1.65!important}.about-features{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 18px!important}.about-features div{min-width:0!important}.about-features span{font-size:14px!important}}@media (max-width: 640px){.about-copy{padding-left:24px!important;padding-right:24px!important;box-sizing:border-box!important}}.form-error{margin:12px 0 0;color:#a23b32;font-size:12px}.form-bottom button:disabled{opacity:.65;cursor:wait}.category-card{display:block;padding:0;border:0;text-align:left;font:inherit}.category-card:focus-visible{outline:3px solid #f2c75f;outline-offset:4px}.assortment-lightbox{position:fixed;z-index:280;inset:0;display:grid;place-items:center;padding:42px;background:#02140de6;backdrop-filter:blur(14px);animation:videoFade .25s ease both}.assortment-lightbox-panel{position:relative;width:min(1540px,96vw);max-height:92vh;overflow:hidden;padding:38px 38px 30px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:#063c2d;box-shadow:0 45px 120px #0000007a}.assortment-lightbox-head{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:28px}.assortment-lightbox-head h3{margin:5px 0 0;color:#fff;font-family:var(--serif);font-size:clamp(42px,4.2vw,68px);font-weight:400;line-height:1}.assortment-lightbox-close{flex:0 0 auto;width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.26);border-radius:50%;color:#fff;background:#ffffff0f;cursor:pointer;transition:background .2s ease,transform .2s ease}.assortment-lightbox-close:hover{background:#ffffff24;transform:rotate(4deg)}.plant-carousel{display:flex;gap:24px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 2px 12px}.plant-carousel::-webkit-scrollbar{display:none}.plant-card{flex:0 0 clamp(260px,21vw,345px);overflow:hidden;scroll-snap-align:start;border-radius:18px;background:#1ba364}.plant-card>img{display:block;width:100%;height:clamp(270px,30vh,390px);object-fit:cover;background:#e8eee7}.plant-card>div{min-height:142px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:22px 18px;text-align:center;color:#fff}.plant-card h4{margin:0;font-size:20px;font-weight:700;line-height:1.28}.plant-card p{margin:14px 0 0;font-size:16px;color:#ffffffe6}.plant-carousel-controls{display:flex;justify-content:flex-end;gap:10px;padding-top:12px}.plant-carousel-controls button{width:46px;height:46px;border:1px solid rgba(255,255,255,.28);border-radius:50%;color:#fff;background:#ffffff0f;font-size:28px;line-height:1;cursor:pointer}.plant-carousel-controls button:hover{background:#ffffff24}.assortment-empty{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;color:#fff;text-align:center}.assortment-empty p{margin:0;font-size:20px;color:#ffffffc7}.assortment-empty a{display:inline-flex;align-items:center;gap:10px;color:#e6efad;font-weight:700}@media (max-width:980px){.assortment-lightbox{padding:20px}.assortment-lightbox-panel{width:100%;padding:28px 24px 22px}.plant-card{flex-basis:min(340px,72vw)}}@media (max-width:640px){.assortment-lightbox{padding:0;place-items:end center}.assortment-lightbox-panel{width:100%;max-height:94vh;padding:24px 18px 20px;border-radius:20px 20px 0 0}.assortment-lightbox-head{align-items:center;margin-bottom:20px}.assortment-lightbox-head h3{font-size:38px}.assortment-lightbox-close{width:46px;height:46px}.plant-card{flex-basis:82vw}.plant-card>img{height:42vh;max-height:360px}.plant-card>div{min-height:126px;padding:18px 16px}.plant-card h4{font-size:18px}.plant-card p{font-size:14px}.plant-carousel-controls{display:none}.assortment-empty{min-height:300px}}.nursery-note{margin-top:12px;max-width:430px;color:#ffffff85;font-size:10px;line-height:1.45}@media (max-width:640px){.nursery-note{margin-top:10px;font-size:9px}}.form-consent{display:flex;align-items:flex-start;gap:8px;max-width:360px;color:#7c837d;font-size:9.5px;line-height:1.45}.form-consent>input{flex:0 0 auto;width:14px;height:14px;margin-top:1px}.privacy-link{display:inline;padding:0;border:0;background:none;color:#45634f;font:inherit;line-height:inherit;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.privacy-link:hover{color:#173e29}.privacy-lightbox{position:fixed;z-index:500;inset:0;display:grid;place-items:center;padding:32px;background:#02140dd1;backdrop-filter:blur(10px)}.privacy-lightbox-card{position:relative;width:min(760px,100%);max-height:min(780px,88vh);overflow:hidden;border-radius:14px;background:#f7f4ed;color:#173326;box-shadow:0 32px 100px #00000059}.privacy-lightbox-scroll{max-height:min(780px,88vh);overflow-y:auto;padding:48px 56px 52px}.privacy-lightbox-close{position:absolute;z-index:2;top:16px;right:16px;width:40px;height:40px;display:grid;place-items:center;padding:0;border:1px solid rgba(15,52,35,.14);border-radius:50%;background:#f7f4edf0;color:#173326;cursor:pointer}.privacy-lightbox h2{max-width:620px;margin:9px 0 28px;font-family:var(--serif);font-size:clamp(32px,4vw,48px);font-weight:400;line-height:1.06}.privacy-lightbox h3{margin:25px 0 7px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.privacy-lightbox p{margin:0;color:#626c65;font-size:12px;line-height:1.75}.privacy-lightbox p+p{margin-top:12px}.privacy-lightbox a{color:#315a42;text-decoration:underline;text-underline-offset:2px}.privacy-lightbox-note{margin-top:28px!important;padding-top:20px;border-top:1px solid rgba(15,52,35,.12);font-size:10.5px!important}@media (max-width:640px){.privacy-lightbox{padding:14px}.privacy-lightbox-card{max-height:90vh}.privacy-lightbox-scroll{max-height:90vh;padding:42px 24px 34px}.privacy-lightbox h2{padding-right:20px;font-size:32px}.form-consent{max-width:none}}.form-consent button.privacy-link{display:inline;width:auto;min-width:0;height:auto;min-height:0;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#52665b;font:inherit;font-weight:400;line-height:inherit;text-align:left;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.form-consent button.privacy-link:hover{background:transparent;color:#173e29;box-shadow:none}.footer-policy-link{display:inline;width:auto;min-width:0;height:auto;min-height:0;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:inherit;font:inherit;font-weight:inherit;line-height:inherit;text-decoration:none;cursor:pointer;opacity:.7}.footer-policy-link:hover{background:transparent;box-shadow:none;opacity:1;text-decoration:underline;text-underline-offset:3px}.policy-date{margin-top:-16px!important;margin-bottom:30px!important;font-size:10px!important;opacity:.7}
