.hero-section{background-color:#EEEDEB;height:70vh;position:relative;overflow:hidden;padding:5rem 2rem}.hero-container,.hero-section{display:flex;align-items:center}.hero-container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;gap:4rem}.hero-content{flex:1;max-width:600px;padding-top:4rem}.hero-title{font-size:45px;font-weight:400;margin:0 0 1rem;letter-spacing:-.02em;line-height:1.1;color:#7F8560}.hero-summary{font-size:1.4rem;line-height:1.6;color:#555;margin-bottom:2rem;font-family:Montserrat,sans-serif}.hero-buttons{display:flex;gap:1rem;margin-top:2rem}.hero-button{background-color:#7F8560;color:white;padding:1rem 2rem;border-radius:40px;text-decoration:none;font-weight:500;transition:all .3s ease;font-family:Cormorant Garamond,serif}.hero-button:hover{background-color:#6a6d4f;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.hero-image-content{width:100%;max-width:600px;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.1);object-fit:cover}.services-section{background-color:#EEEDEB;padding:5rem 2rem;position:relative}.services-title{font-size:45px;font-weight:400;color:#7F8560;text-align:left!important;margin:0 0 1rem;letter-spacing:-.02em;line-height:1.1;position:relative;z-index:999}.services-accordion{width:100vw;margin-left:calc(-50vw + 50%);position:relative}.service-card{background:#8E907A;border-radius:0;border-top-left-radius:30px;border-top-right-radius:30px;transition:all .6s cubic-bezier(.16,1,.3,1);cursor:pointer;margin-top:-25px;position:relative;overflow:hidden;animation:slideInFromBottom .8s cubic-bezier(.16,1,.3,1) forwards;opacity:0;transform:translateY(50px);box-shadow:0 -8px 24px rgba(0,0,0,.15)}.service-card:first-child{animation-delay:.2s;background:#8E907A}.service-card:nth-child(2){animation-delay:.4s;background:#E9E5DF}.service-card:nth-child(3){animation-delay:.6s;background:#666855}.service-card:nth-child(4){animation-delay:.8s;background:#525442}.service-card:nth-child(5){animation-delay:1s;background:#3E4032}.service-card:hover{z-index:2;transform:translateY(-12px);box-shadow:0 20px 40px rgba(0,0,0,.2)}.service-card:first-child{margin-top:0}.service-card:first-child:hover{z-index:2}.service-header{padding:1.6rem 2rem;display:flex;justify-content:center;align-items:center;position:relative;z-index:999}.service-card:first-child .service-header,.service-card:nth-child(2) .service-header,.service-card:nth-child(3) .service-header,.service-card:nth-child(4) .service-header,.service-card:nth-child(5) .service-header{background:#7F8560}.service-card.active .service-header{padding-bottom:1rem}.service-title{font-size:40px;font-weight:600;color:#EEEDEB!important;margin:0;text-align:center!important;letter-spacing:-.02em}.service-content{max-height:0;overflow:hidden;transition:all .6s cubic-bezier(.16,1,.3,1);padding:0;opacity:0;transform:translateY(-20px);display:flex;align-items:stretch;position:relative;width:100%}.service-card.active .service-content{max-height:none;opacity:1;transform:translateY(0);position:relative;background:transparent;display:flex;align-items:center;justify-content:center;min-height:20vh}.service-image{width:50%;min-width:500px;height:600px;object-fit:cover;flex-shrink:0;border-radius:50px!important;padding:20px;transition:all .6s cubic-bezier(.16,1,.3,1)}.service-card.active .service-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:0!important;padding:0;z-index:1;filter:brightness(.4)}.service-card.active .service-content:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:1;pointer-events:none}.service-content-right{flex:1;display:flex;flex-direction:column;justify-content:flex-start;padding:2rem;background:transparent;height:100%;transition:all .6s cubic-bezier(.16,1,.3,1);width:100%;max-width:none}.service-card.active .service-content-right{position:relative;z-index:2;background:transparent;backdrop-filter:none;border-radius:20px;margin:2rem;padding:3rem;align-self:center;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%!important;max-width:none!important}.service-description{color:white;font-weight:200;line-height:1.7;margin-bottom:3rem;text-shadow:1px 1px 2px rgba(0,0,0,.2);font-size:1.1rem;text-align:left;font-family:Montserrat,sans-serif}.service-card.active .service-description{color:white;text-shadow:2px 2px 4px rgba(0,0,0,.5);text-align:center}.service-buttons{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;margin-top:.5rem}.service-card.active .service-buttons{justify-content:center;gap:2rem}.service-button{margin-right:auto}.consultation-button{margin-left:auto}.service-button{background:#fff;color:#8E907A;padding:.8rem 1.5rem;border-radius:40px;text-decoration:none;font-weight:500;transition:all .3s ease;font-family:Cormorant Garamond,serif}.service-button:hover{background:#8E907A;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.consultation-button{background:#7F8560;color:#fff;padding:.8rem 1.5rem;border-radius:40px;text-decoration:none;font-weight:500;transition:all .3s ease;font-family:Cormorant Garamond,serif}.consultation-button:hover{background:#6a6d4f;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.service-title-animated{max-height:0;opacity:0;transform:translateY(30px);transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);overflow:hidden;margin-bottom:0}.service-title-animated.show{max-height:180px;opacity:1;transform:translateY(0);margin-top:4rem}.service-title-content{font-size:2.5rem;font-weight:400;color:#333;margin:1rem 0 .5rem;text-align:center;width:100%}.service-card.active .service-title-content{color:white;text-shadow:2px 2px 4px rgba(0,0,0,.5);text-align:center}.service-title-header{font-size:40px;font-weight:400;color:#7F8560;margin:0;text-align:center}.service-card.active .service-title-header{color:white;text-shadow:2px 2px 4px rgba(0,0,0,.5);text-align:center}.r3-education-section{background-color:#EEEDEB;padding:5rem 2rem;position:relative}.r3-education-container{display:flex;align-items:center;width:100%;max-width:1400px;margin:0 auto;gap:4rem}.r3-education-content{flex:1;max-width:600px}.r3-education-title{font-size:45px;font-weight:400;color:#7F8560;margin:0 0 1rem;text-align:left;letter-spacing:-.02em;line-height:1.1}.r3-education-subtitle{font-size:35px;font-weight:300;color:#333;margin:0 0 2rem;text-align:left;font-family:Cormorant Garamond,serif}.r3-education-summary{font-size:1.4rem;line-height:1.6;color:#555;margin-bottom:3rem;font-family:Montserrat,sans-serif}.r3-education-button{background-color:#7F8560;color:white;padding:1rem 2rem;border-radius:40px;text-decoration:none;font-weight:500;transition:all .3s ease;font-family:Cormorant Garamond,serif;display:inline-block}.r3-education-button:hover{background-color:#6a6d4f;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.r3-education-video{flex:1;display:flex;justify-content:center;align-items:center}.r3-education-video-element{width:100%;max-width:600px;max-height:400px;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.1);object-fit:cover}.upcoming-workshops-section{background-color:#EEEDEB;padding:5rem 2rem;position:relative}.upcoming-workshops-container{max-width:1400px;margin:0 auto;text-align:center}.upcoming-workshops-title{font-size:45px;font-weight:400;color:#7F8560;margin:0 0 1rem;text-align:center;letter-spacing:-.02em;line-height:1.1}.upcoming-workshops-subtitle{font-size:1.4rem;color:#555;margin-bottom:4rem;font-family:Montserrat,sans-serif}.upcoming-workshops-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.upcoming-workshop-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.08);transition:all .3s ease;display:flex;flex-direction:column}.upcoming-workshop-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(0,0,0,.12)}.upcoming-workshop-image{width:100%;height:200px;overflow:hidden}.upcoming-workshop-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.upcoming-workshop-card:hover .upcoming-workshop-img{transform:scale(1.05)}.upcoming-workshop-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.upcoming-workshop-title-text{font-size:1.5rem;font-weight:600;color:#333;margin:0 0 1rem;line-height:1.3}.upcoming-workshop-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.upcoming-workshop-date,.upcoming-workshop-location,.upcoming-workshop-price{font-size:.9rem;color:#666;margin:0;font-family:Montserrat,sans-serif}.upcoming-workshop-price{font-weight:600;color:#7F8560}.upcoming-workshop-description{font-size:.95rem;line-height:1.5;color:#555;margin-bottom:1.5rem;flex:1;font-family:Montserrat,sans-serif}.upcoming-workshop-button{background-color:#7F8560;color:white;padding:.75rem 1.5rem;border-radius:40px;text-decoration:none;font-weight:500;transition:all .3s ease;font-family:Cormorant Garamond,serif;display:inline-block;text-align:center;margin-top:auto}.upcoming-workshop-button:hover{background-color:#6a6d4f;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.upcoming-workshops-loading{grid-column:1/-1;text-align:center;padding:2rem;color:#666;font-family:Montserrat,sans-serif}.upcoming-workshops-footer{text-align:center;margin-top:2rem}.upcoming-workshops-view-all{background-color:transparent;color:#7F8560;padding:1rem 2rem;border:2px solid #7f8560;border-radius:40px;text-decoration:none;font-weight:500;transition:all .3s ease;font-family:Montserrat,sans-serif;display:inline-block}.upcoming-workshops-view-all:hover{background-color:#7F8560;color:white;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.biomimicry-section{background-image:url(/images/tandya-rachmat-TlROlpRnRrw-unsplash.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;padding:5rem 2rem;display:flex;justify-content:center;align-items:center;position:relative}.biomimicry-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:1}.biomimicry-container{width:95%;max-width:1400px;background:transparent;border-radius:17px;padding:4rem;display:flex;align-items:center;gap:4rem;position:relative;z-index:2}.biomimicry-content{flex:1}.biomimicry-title{font-size:64px;font-weight:400;color:white;margin:0 0 1rem;letter-spacing:-.02em;line-height:1.1}.biomimicry-summary{font-size:1.3rem;line-height:1.6;color:rgba(255,255,255,.9);margin-bottom:3rem;font-family:Montserrat,sans-serif}.biomimicry-button{background-color:white;color:#7F8560;padding:1rem 2rem;border-radius:40px;text-decoration:none;font-weight:600;transition:all .3s ease;font-family:Cormorant Garamond,serif;display:inline-block;font-size:1.1rem}.biomimicry-button:hover{background-color:#EEEDEB;transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.resources-section{width:100%;background:#EEEDEB;padding:5rem 2rem;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.resources-title{font-size:64px;font-weight:400;color:#8E907A;text-align:left;margin:0 0 1rem;letter-spacing:-.02em;line-height:1.1}.resources-description{color:#7F8560;font-size:1.3rem;text-align:center;margin-bottom:3rem;max-width:700px;font-family:Montserrat,sans-serif}.resources-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin:0 auto;padding:0 2rem;width:100%;max-width:1400px}.resources-loading{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#fff}.resources-loading p{margin-top:1rem;font-size:1.1rem;opacity:.9}.resources-error{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:left}.error-message{color:#fff;font-size:1.1rem;margin-bottom:1.5rem;background:rgba(220,38,38,.2);padding:1rem 2rem;border-radius:40px;border:1px solid rgba(220,38,38,.3)}.retry-button{background:#DDD0BD;color:#5E5F51;border:none;padding:.75rem 2rem;border-radius:40px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Cormorant Garamond,serif}.retry-button:hover{background:#5E5F51;color:#fff;transform:translateY(-2px)}.resources-empty{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:left}.no-resources{color:#fff;font-size:1.3rem;margin-bottom:.5rem;font-weight:500}.resources-subtitle{color:#fff;font-size:1rem;opacity:.8}.loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.resource-card{background:rgb(96,114,75);padding:0;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:0;position:relative;align-items:center;text-align:center;overflow:hidden;text-decoration:none;cursor:pointer;border-radius:12px}.resource-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.resource-image{position:relative;width:100%;height:380px;overflow:hidden}.image-cover{width:100%;height:100%;object-fit:cover;border-radius:0!important;margin-bottom:0;display:block;box-sizing:border-box;margin-left:0;margin-right:0}.resource-card:hover .image-cover{transform:none}.resource-type{position:absolute;top:10px;right:10px;background-color:#8E907A;color:white;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:500}.resource-card-content{padding:2rem;display:flex;flex-direction:column;align-items:center;width:100%;flex:1;background:#ffffff}.resource-card-title{color:#8E907A;font-size:1.2rem;font-weight:600;font-style:italic;margin-bottom:1.2rem;text-align:center}.resource-card-description{color:#666;font-size:.9rem;line-height:1.5;margin-bottom:0;flex-grow:1;font-family:Montserrat,sans-serif;text-align:center}.see-more-resources{display:inline-block;margin:3rem auto 0;background:#7F8560;color:#fff;padding:1rem 3rem;border-radius:40px;font-size:1.2rem;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 8px 32px rgba(0,0,0,.1);transition:background .3s,color .3s,transform .3s;position:relative;z-index:10;font-family:Cormorant Garamond,serif}.see-more-resources:hover{background:#6a6d4f;color:#fff;transform:scale(1.05)}.clientele-section{background:#EEEDEB;padding:5rem 2rem;position:relative}.clientele-container,.clientele-section{width:100%;display:flex;flex-direction:column;align-items:center}.clientele-container{max-width:1400px;padding:0 2rem}.clientele-title{font-size:64px;font-weight:400;color:#8E907A;text-align:center;margin:0 0 1rem;letter-spacing:-.02em;line-height:1.1}.clientele-summary{color:#666;font-size:1.3rem;text-align:center;margin-bottom:4rem;max-width:800px;line-height:1.6;font-family:Montserrat,sans-serif}.clientele-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;width:100%;max-width:1200px}.clientele-card{background:#fff;border-radius:20px 20px 0 0;box-shadow:0 8px 32px rgba(0,0,0,.1);overflow:hidden;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;display:flex;flex-direction:column;width:100%;height:auto}.clientele-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px rgba(0,0,0,.16)}.clientele-image{position:relative;width:100%;height:350px;overflow:hidden;display:block;background-color:#f8f8f8}.clientele-img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;display:block;border:none;outline:none}.clientele-card:hover .clientele-img{transform:scale(1.05)}.clientele-card-title{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.8));color:#fff;font-size:1.4rem;font-weight:600;text-align:center;padding:2rem 1rem 1.5rem;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.5);letter-spacing:-.01em}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.contact-form-section{width:100%;background:#7F8560;padding:5rem 2rem;display:flex;justify-content:center;align-items:center}.contact-form-container{width:100%;max-width:1200px;text-align:center}.contact-form-section-title{font-size:45px;font-weight:400;color:#fff;margin:0 0 1rem;letter-spacing:-.02em;line-height:1.1}.contact-form-section-summary{font-size:1.3rem;line-height:1.6;color:rgba(255,255,255,.9);margin-bottom:3rem;font-family:Montserrat,sans-serif;max-width:800px;margin-left:auto;margin-right:auto}.contact-form-wrapper{width:95%;max-width:1000px;margin:0 auto;background:#fff;border-radius:25px;padding:3rem;box-shadow:0 20px 40px rgba(0,0,0,.1)}.contact-form-title{font-size:2rem;font-weight:600;color:#7F8560;margin:0 0 2rem;text-align:center;font-family:Cormorant Garamond,serif}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form-row{display:flex;gap:1.5rem;width:100%}.contact-form-group{flex:1;display:flex;flex-direction:column}.contact-form-group-full{flex:1}.contact-form-label{font-size:.9rem;font-weight:600;color:#5E5F51;margin-bottom:.5rem;text-align:left;font-family:Cormorant Garamond,serif}.contact-form-input,.contact-form-textarea{width:100%;padding:1rem;border:2px solid #d0d1c8;border-radius:25px;font-size:1rem;font-family:Montserrat,sans-serif;transition:border-color .3s ease,box-shadow .3s ease;background:#fff}.contact-form-input:focus,.contact-form-textarea:focus{outline:none;border-color:#7F8560;box-shadow:0 0 0 3px rgba(127,133,96,.1)}.contact-form-textarea{resize:vertical;min-height:120px}.contact-form-submit{background:#7F8560;color:#fff;padding:1rem 3rem;border:none;border-radius:40px;font-size:1.1rem;font-weight:600;font-family:Cormorant Garamond,serif;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em;align-self:center;margin-top:1rem}.contact-form-submit:hover{background:#6a6d4f;transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.15)}@media (max-width:768px){.hero-section{height:auto;min-height:100vh;padding:2rem 1rem}.hero-container{flex-direction:column;gap:2rem;padding:0 1rem}.hero-content{order:2;padding-top:0;text-align:center;max-width:100%}.hero-title{font-size:28px;line-height:1.2;margin-bottom:1.5rem}.hero-summary{font-size:1.1rem;line-height:1.5;margin-bottom:2rem}.hero-buttons{flex-direction:column;gap:1rem;align-items:center}.hero-button{width:100%;max-width:280px;text-align:center;padding:1rem 1.5rem}.hero-image{order:1;width:100%}.hero-image-content{max-width:100%;border-radius:8px}.services-section{padding:3rem 1rem}.services-title{font-size:32px;text-align:center!important;margin-bottom:2rem}.services-accordion{width:100%;margin-left:0}.service-card{margin-top:-15px;border-radius:0;border-top-left-radius:20px;border-top-right-radius:20px}.service-card:first-child{margin-top:0;border-radius:20px 20px 0 0}.service-header{padding:1.2rem 1rem}.service-title{font-size:24px;line-height:1.3}.service-content{flex-direction:column}.service-image{width:100%;min-width:auto;height:250px;border-radius:0!important;padding:0}.service-card.active .service-image{height:100%;border-radius:0!important}.service-content-right{padding:1.5rem;width:100%}.service-card.active .service-content-right{margin:1rem;padding:2rem}.service-description{font-size:1rem;margin-bottom:2rem}.service-buttons{flex-direction:column;gap:1rem}.consultation-button,.service-button{width:100%;text-align:center;padding:1rem 1.5rem}.r3-education-section{padding:3rem 1rem}.r3-education-container{flex-direction:column;gap:2rem}.r3-education-content{order:2;text-align:center;max-width:100%}.r3-education-title{font-size:32px;text-align:center}.r3-education-subtitle{font-size:24px;text-align:center}.r3-education-summary{font-size:1.1rem;text-align:center}.r3-education-video{order:1;width:100%}.r3-education-video-element{max-height:250px;border-radius:8px}.upcoming-workshops-section{padding:3rem 1rem}.upcoming-workshops-title{font-size:32px}.upcoming-workshops-subtitle{font-size:1.1rem;margin-bottom:2rem}.upcoming-workshops-grid{grid-template-columns:1fr;gap:1.5rem}.upcoming-workshop-card{margin:0 auto;max-width:400px}.upcoming-workshop-content{padding:1.2rem}.upcoming-workshop-title-text{font-size:1.3rem}.biomimicry-section{padding:3rem 1rem}.biomimicry-container{width:100%;padding:2rem;flex-direction:column;gap:2rem}.biomimicry-title{font-size:36px;text-align:center}.biomimicry-summary{font-size:1.1rem;text-align:center}.biomimicry-button{width:100%;max-width:280px;text-align:center}.resources-section{padding:3rem 1rem}.resources-title{font-size:36px;text-align:center}.resources-description{font-size:1.1rem;text-align:center;margin-bottom:2rem}.resources-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.resource-card{max-width:400px;margin:0 auto}.resource-image{height:250px}.resource-card-content{padding:1.5rem}.resource-card-title{font-size:1.1rem}.see-more-resources{width:100%;max-width:280px;text-align:center;padding:1rem 2rem;font-size:1rem}.clientele-section{padding:3rem 1rem}.clientele-title{font-size:36px}.clientele-summary{font-size:1.1rem;margin-bottom:2rem}.clientele-grid{grid-template-columns:1fr;gap:1.5rem}.clientele-card{max-width:400px;margin:0 auto}.clientele-image{height:250px;position:relative;display:block;width:100%;overflow:hidden;background-color:#f0f0f0}.clientele-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border:none;outline:none}.clientele-card-title{font-size:1.2rem;padding:1.5rem 1rem 1rem}.contact-form-section{padding:3rem 1rem}.contact-form-section-title{font-size:32px}.contact-form-section-summary{font-size:1.1rem;margin-bottom:2rem}.contact-form-wrapper{width:100%;padding:2rem 1.5rem;border-radius:15px}.contact-form-title{font-size:1.5rem;margin-bottom:1.5rem}.contact-form-row{flex-direction:column;gap:1rem}.contact-form-group{width:100%}.contact-form-input,.contact-form-textarea{padding:.8rem;font-size:.9rem}.contact-form-submit{width:100%;max-width:280px;padding:1rem 2rem;font-size:1rem}}@media (min-width:769px) and (max-width:1024px){.hero-section{height:80vh;padding:3rem 2rem}.hero-container{gap:3rem}.hero-title{font-size:38px}.hero-summary{font-size:1.2rem}.services-section{padding:4rem 2rem}.services-title{font-size:40px}.service-title{font-size:32px}.service-image{height:400px}.r3-education-section{padding:4rem 2rem}.r3-education-title{font-size:40px}.r3-education-subtitle{font-size:28px}.upcoming-workshops-section{padding:4rem 2rem}.upcoming-workshops-title{font-size:40px}.upcoming-workshops-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.biomimicry-section{padding:4rem 2rem}.biomimicry-title{font-size:48px}.resources-section{padding:4rem 2rem}.resources-title{font-size:48px}.resources-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.clientele-section{padding:4rem 2rem}.clientele-title{font-size:48px}.clientele-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.contact-form-section{padding:4rem 2rem}.contact-form-section-title{font-size:40px}.contact-form-wrapper{padding:2.5rem}}@media (min-width:481px) and (max-width:768px){.hero-title{font-size:32px}.hero-buttons{flex-direction:row;justify-content:center;flex-wrap:wrap}.hero-button{width:auto;min-width:200px}.services-title{font-size:36px}.service-title{font-size:26px}.r3-education-title,.upcoming-workshops-title{font-size:36px}.biomimicry-title,.clientele-title,.resources-title{font-size:40px}.contact-form-section-title{font-size:36px}}@media (max-width:480px){.hero-section{padding:1.5rem .5rem}.hero-container{padding:0 .5rem}.hero-title{font-size:24px;line-height:1.3}.hero-summary{font-size:1rem}.hero-button{padding:.8rem 1.2rem;font-size:.9rem}.services-section{padding:2rem .5rem}.services-title{font-size:28px}.service-header{padding:1rem .8rem}.service-title{font-size:20px}.service-content-right{padding:1rem}.service-card.active .service-content-right{margin:.5rem;padding:1.5rem}.r3-education-section{padding:2rem .5rem}.r3-education-title{font-size:28px}.r3-education-subtitle{font-size:20px}.r3-education-video-element{max-height:200px}.upcoming-workshops-section{padding:2rem .5rem}.upcoming-workshops-title{font-size:28px}.biomimicry-section{padding:2rem .5rem}.biomimicry-container{padding:1.5rem}.biomimicry-title{font-size:32px}.resources-section{padding:2rem .5rem}.resources-title{font-size:32px}.resources-grid{padding:0 .5rem}.clientele-section{padding:2rem .5rem}.clientele-title{font-size:32px}.contact-form-section{padding:2rem .5rem}.contact-form-section-title{font-size:28px}.contact-form-wrapper{padding:1.5rem 1rem}.contact-form-title{font-size:1.3rem}}@media (max-width:768px){.service-card{min-height:60px}.service-header{min-height:60px;display:flex;align-items:center;justify-content:center}.biomimicry-button,.consultation-button,.contact-form-submit,.hero-button,.r3-education-button,.see-more-resources,.service-button,.upcoming-workshop-button{min-height:44px;display:flex;align-items:center;justify-content:center}.biomimicry-summary,.clientele-summary,.contact-form-section-summary,.hero-summary,.r3-education-summary,.resources-description,.upcoming-workshops-subtitle{line-height:1.6}.clientele-card,.resource-card,.service-card,.upcoming-workshop-card{margin-bottom:1rem}.contact-form-input,.contact-form-textarea{font-size:16px}}