@media (min-width: 0px){#home-hero-section{min-height:70vh;height:fit-content;position:relative;background:#09331bbf}#home-hero-section img{user-select:none}#home-hero-section .hero-content{position:relative;display:flex;flex-direction:column;justify-content:center;height:100%;gap:1rem}#home-hero-section #hero-topping{color:var(--text-color-light);background:linear-gradient(to right,var(--accent-color) 50%,transparent 105%);background-size:100%;width:fit-content;padding:.5rem .7rem;animation:slide-topping-bg 1s forwards ease-out;font-weight:900}#home-hero-section #page-header,#home-hero-section #mission-statement{animation:fade-text forwards .5s ease}#home-hero-section #page-header{color:var(--text-color-light);font-weight:900;font-size:clamp(2rem,6vw,4rem)}#home-hero-section #page-header span{text-decoration:underline}#home-hero-section #mission-statement{color:var(--text-color-light)}#home-hero-section .button-wrapper{display:flex;flex-direction:column;gap:clamp(1rem,4vw,1.875rem)}#home-hero-section .ring{display:none;position:absolute;left:-7.5%;top:-15%;z-index:-1;width:30rem;height:30rem}#home-hero-section .ring:before,#home-hero-section .ring:after{content:"";position:absolute;inset:0;width:100%;height:100%;border-radius:50%}#home-hero-section .ring:before{backdrop-filter:blur(20px);-webkit-mask:conic-gradient(transparent 30%,rgba(255,255,255,1) 90%,transparent 100%),radial-gradient(circle,transparent 60%,white 61%);mask:conic-gradient(transparent 30%,white 90%,transparent 100%),radial-gradient(circle,transparent 60%,white 61%);-webkit-mask-composite:destination-in;mask-composite:composite}#home-hero-section .ring:after{background:conic-gradient(transparent 30%,rgba(255,255,255,.8) 90%,transparent 100%);-webkit-mask:radial-gradient(circle,transparent 60%,rgba(255,255,255,.5) 60%);mask:radial-gradient(circle,transparent 60%,rgba(255,255,255,.5) 60%);rotate:45deg;animation:spin-ring .75s forwards ease-out}#home-hero-section .grass-wrapper{position:absolute;left:0;bottom:-3px;width:100%;height:100%;user-select:none;-webkit-user-drag:none;pointer-events:none;background-image:url(/GrassStrip.svg);background-position:0 0;background-repeat:no-repeat;background-size:100%;overflow-y:hidden;animation:forwards grow-grass 1s ease-out;will-change:background-poisition,opacity;transform:translateZ(0)}}@media (min-width: 768px){#home-hero-section .button-wrapper{flex-direction:row}#home-hero-section .ring{display:block}#home-hero-section .grass-wrapper{background-repeat:repeat-x;background-size:50%}}@media (min-width: 1024px){#home-hero-section{background:linear-gradient(to right,#00996140,#09331bbf 0%);min-height:80vh}#home-hero-section .grass-wrapper{background-size:20%}}@keyframes slide-topping-bg{0%{background-position:0% 100%}to{background-position:100% 100%}}@keyframes fade-text{0%{opacity:0;translate:0px 3px}to{opacity:1;translate:0px}}@keyframes spin-ring{0%{rotate:-400deg}to{rotate:45deg}}@keyframes grow-grass{0%{background-position:0% 105%;opacity:1}to{background-position:left bottom;opacity:1}}@media (min-width: 0px){#about-us-section{background-color:var(--primary-color);position:relative;overflow:hidden;z-index:1;height:fit-content}#standout-card-container{display:flex;flex-direction:column;flex:1;width:100%;gap:1rem;max-width:35rem;margin:0 auto}#standout-card-container .standout-card{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end;gap:1.25rem;padding:1.875rem;background:linear-gradient(-45deg,var(--tertiary-color) 50%,white 55%,var(--tertiary-color) 70%);background-size:500% 500%;background-position:100% 100%;border-radius:.313rem;position:relative;overflow:hidden;box-shadow:-2px 2px 3px #00000040;transition:transform .2s ease-out,box-shadow .2s ease-out;h2{font-family:var(--heading-font);font-size:1.5rem;font-weight:900}.image-wrapper{width:5.625rem;max-width:5.625rem;min-width:5.625rem;background-color:#f7f7f7;padding:1rem;border-radius:50%;outline:3px solid var(--primary-color);user-select:none;-webkit-user-drag:none;pointer-events:none}}#standout-card-container .standout-card:after{content:"";width:4rem;height:4rem;border-radius:50%;background-color:var(--highlight-color);position:absolute;left:88%;bottom:-10%;transition:background-color .2s ease-out}@media (pointer: fine){#standout-card-container .standout-card:hover{transform:translate(8px,-8px);box-shadow:0 8px 24px #0000002e;background-position:0% 0%;transition:transform .2s ease,box-shadow .2s ease,background-position 1s ease}#standout-card-container .standout-card:hover:after{background-color:var(--accent-color);transition:background-color .2s ease}}#about-container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:clamp(3rem,8vw,10rem);margin-top:clamp(4rem,3vw,5rem);height:fit-content}@media (orientation: landscape){#about-container{height:fit-content}}#about-container .top-content{height:100%;width:auto;position:relative;z-index:1}#about-container .top-content:after{content:"";position:absolute;left:-3%;top:-3%;width:75%;height:90%;background-color:var(--accent-color);border-radius:.625rem;z-index:-1}#about-container #stat-wrapper{background:var(--tertiary-color);text-align:center;border-radius:50%;padding:1rem;position:absolute;left:70%;bottom:70%;flex-direction:column;justify-content:center;width:clamp(7rem,15vw,10rem);height:clamp(7rem,15vw,10rem);.years{font-size:3rem}}#about-container #main-image-wrapper{height:100%;width:100%;user-select:none;-webkit-user-drag:none;pointer-events:none}#about-container #accent-image-wrapper{position:absolute;z-index:1;left:-2%;bottom:5%;width:75%;height:25%;outline:5px solid var(--primary-color);border-radius:.625rem;background-color:#000;overflow:hidden;user-select:none;-webkit-user-drag:none;pointer-events:none;img{opacity:.85}}#main-about-image{border-radius:.625rem}#about-container .topping-text{display:block;width:fit-content;padding:.25rem 1rem;color:var(--text-color-light);background:var(--accent-color)}#about-container .bottom-content{display:flex;flex-direction:column;height:100%}#about-container .section-statement{margin-bottom:2.7rem;margin-top:1rem}#about-container .bottom-content .about-list{display:flex;flex-direction:column;gap:1rem;list-style:none;padding:0;margin-bottom:2.7rem}#about-container .bottom-content .about-list .about-element{display:flex;flex-direction:row;align-items:center;gap:1rem}#about-container .bottom-content .about-list #middle-about-element{position:relative}#about-container .bottom-content .about-list #middle-about-element:before{content:"";width:75%;height:.2rem;left:12.5%;bottom:105%;background-color:#ffffff40;position:absolute;border-radius:70%}#about-container .bottom-content .about-list #middle-about-element:after{content:"";width:75%;height:.2rem;left:12.5%;top:105%;background-color:#ffffff40;position:absolute;border-radius:70%}#about-container .bottom-content .about-list .image-wrapper{width:3.75rem;max-width:3.75rem;background-color:var(--secondary-color);background-color:var(--tertiary-color);padding:.25rem;border-radius:.313rem;flex-shrink:0;user-select:none;-webkit-user-drag:none;pointer-events:none;img{filter:brightness(0) saturate(100%) invert(14%) sepia(18%) saturate(2184%) hue-rotate(94deg) brightness(92%) contrast(93%)}}#floating-ring{position:absolute;width:25rem;height:25rem;border-radius:50%;left:100%;bottom:50%;translate:-50% 0%;background:radial-gradient(circle at 50%,transparent 50%,rgba(255,255,255,.25) 50%);z-index:-1}#floating-ring:after{content:"";position:absolute;width:5rem;height:5rem;left:0%;bottom:0%;border-radius:50%;translate:-50% 50%;background-color:#ffffff73}@media (prefers-reduced-motion: no-preference){#floating-ring{animation:forwards infinite 90s ring-float ease}#floating-ring:after{animation:forwards infinite 150s circle-float ease}}#about-us-section #lettuce-wrapper{display:none;user-select:none;-webkit-user-drag:none;pointer-events:none}#about-us-section #flower-wrapper{width:18rem;position:absolute;left:100%;bottom:-5%;translate:-75% 0%;rotate:-45deg;opacity:.25;z-index:-1;user-select:none;-webkit-user-drag:none;pointer-events:none}}@media (min-width: 768px){#about-container{flex-direction:row;margin-top:7.5rem;height:fit-content}#about-us-section #lettuce-wrapper{display:block;width:8.625rem;height:9.69rem;position:absolute;left:5%;top:15%;opacity:.25;z-index:-1}#about-container #stat-wrapper{width:12.5rem;height:12.5rem;left:50%;display:flex;.years{font-size:5rem}}#about-us-section #flower-wrapper{width:30rem;position:absolute;left:100%;bottom:-10%;translate:-75% 0%;rotate:-45deg;opacity:.25;z-index:-1}}@media (min-width: 1024px){#standout-card-container{display:flex;flex-direction:row;flex:1;width:100%;justify-content:space-between;max-width:unset;margin:0}#standout-card-container .standout-card{.image-wrapper{min-width:4rem}}#about-container #stat-wrapper{left:70%}}@media (min-width: 1425px){#about-container #accent-image-wrapper{left:-10%}}@keyframes ring-float{0%{translate:-50% 0%}10%{translate:-50% 6%}20%{translate:-50% 12%}30%{translate:-50% 8%}40%{translate:-50% 0%}50%{translate:-50% -8%}60%{translate:-50% -12%}70%{translate:-50% -8%}80%{translate:-50% 0%}90%{translate:-50% 6%}to{translate:-50% 0%}}@keyframes circle-float{0%{translate:-50% 50%}10%{translate:-50% -70%}20%{translate:-50% 90%}30%{translate:-50% -60%}40%{translate:-50% 40%}50%{translate:-50% -30%}60%{translate:-50% 10%}70%{translate:-50% -30%}80%{translate:-50% 60%}90%{translate:-50% -80%}to{translate:-50% 50%}}@media (min-width: 0px){#service-section{background-color:#f7f7f7;position:relative;z-index:1;overflow:hidden}#service-section .container{display:flex;flex-direction:column;gap:clamp(1rem,2vw,2rem)}#service-section .text-content{display:flex;flex-direction:column;gap:1rem;width:100%;height:fit-content}#service-section .description-container{display:flex;flex-direction:column;gap:1rem}#service-section .service-card-container{display:grid;width:100%;height:100%;grid-template-columns:1fr;grid-template-rows:repeat(6,auto);row-gap:clamp(1.75rem,6vw,2.25rem);column-gap:clamp(1.75rem,6vw,2.25rem)}#service-section #card-1{grid-row:1;grid-column:1}#service-section #card-2{grid-row:2;grid-column:1}#service-section #card-3{grid-row:3;grid-column:1}#service-section #card-4{grid-row:4;grid-column:1}#service-section #card-5{grid-row:5;grid-column:1}#service-section #card-6{grid-row:6;grid-column:1}#service-flower-wrapper{position:absolute;left:-30%;top:-10%;rotate:135deg;z-index:-1;opacity:.25}}@media (min-width: 768px){#service-section .text-content{flex-direction:row;gap:0rem}#service-section .service-card-container{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto}#service-section #card-1{grid-row:1;grid-column:1}#service-section #card-2{grid-row:1;grid-column:2}#service-section #card-3{grid-row:2;grid-column:1}#service-section #card-4{grid-row:2;grid-column:2}#service-section #card-5{grid-row:3;grid-column:1}#service-section #card-6{grid-row:3;grid-column:2}#service-flower-wrapper{left:-10%}}@media (min-width: 1024px){#service-section .service-card-container{grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto}#service-section #card-1{grid-row:1;grid-column:1}#service-section #card-2{grid-row:1;grid-column:2}#service-section #card-3{grid-row:1;grid-column:3}#service-section #card-4{grid-row:2;grid-column:1}#service-section #card-5{grid-row:2;grid-column:2}#service-section #card-6{grid-row:2;grid-column:3}}@media (min-width: 0px){.service-card{padding:1.875rem;background-color:var(--secondary-color);border-radius:.625rem;box-shadow:-3px 3px #00000040;transition:background-color .2s ease-out;position:relative;overflow:hidden;z-index:1;width:100%;height:fit-content}.service-card .image-wrapper{width:100%;height:auto;max-height:15rem;margin-bottom:1.875rem;img{max-height:15rem;border-radius:.625rem}}.service-card .icon-link-bar{display:flex;flex-direction:row;justify-content:space-between}.service-card .icon-wrapper{width:2.5rem;height:2.5rem;img{filter:brightness(0) saturate(100%) invert(98%) sepia(3%) saturate(7500%) hue-rotate(158deg) brightness(101%) contrast(105%);user-select:none;-webkit-user-drag:none;pointer-events:none}}.service-card .link{display:block;background-color:var(--accent-color);padding:0;border-radius:50%;img{scale:70%;rotate:-45deg}}.service-card h3,.service-card p{color:var(--text-color-light)}.service-card h3{margin:1.875rem 0rem .5rem}@media (pointer: fine){.service-card:hover{background-color:var(--primary-color);transition:background-color .3s ease}.service-card .link:hover{cursor:pointer;outline:2px solid white;img{rotate:-405deg;transition:rotate .3s ease}}}.service-card .service-loop{position:absolute;left:100%;top:100%;translate:-60% -60%;width:10rem;height:10rem;border-radius:50%;background-color:#f7f7f7;z-index:-1;opacity:.2}.service-card .service-loop:after{content:"";position:absolute;left:50%;top:50%;translate:-50% -50%;width:50%;height:50%;border-radius:50%;background-color:var(--secondary-color)}}@media (min-width: 1024px){.service-card .image-wrapper{max-height:10rem;img{max-height:10rem}}}@media (min-width: 0px){#work-process-section{background-color:var(--primary-color)}#work-process-section .title-container{text-align:center;span{margin:0 auto}}#work-process-section .work-list{display:flex;flex-direction:column;gap:1rem;margin:1rem auto 0rem;width:fit-content;list-style:none;position:relative;z-index:1}#work-process-section .work-card{background-color:#f7f7f7;padding:1.875rem;border-radius:.625rem;counter-increment:card-counter;max-width:30rem}@media (pointer: fine){#work-process-section .work-card:hover{background-color:var(--tertiary-color)}}#work-process-section .work-card:before{content:"0"counter(card-counter);position:absolute;font-weight:700;font-size:2rem;color:var(--accent-color)}#work-process-section .card-title{font-weight:900}#work-process-section .card-icon-wrapper{width:4rem;margin-left:auto;padding:1rem;background-color:#f7f7f7;border-radius:50%;border:2px dashed var(--primary-color);margin-bottom:.5rem}}@media (min-width: 768px){#work-process-section .work-list{flex-direction:row;justify-content:space-between;gap:1rem;margin-top:10.5rem;width:fit-content}#work-process-section .work-card{text-align:center;position:relative;max-width:unset;margin-left:0;margin-right:0}#work-process-section .work-card:before{display:block;left:50%;bottom:150%;background-color:var(--secondary-color);color:var(--text-color-light);padding:.625rem;border-radius:50%;translate:-50% 0%;font-size:1rem}#work-process-section .work-card:after{content:"";position:absolute;left:50%;bottom:0%;width:1px;height:150%;border-left:#F7F7F7 dashed 2px;z-index:-1}#work-process-section .work-list:after{content:"";width:100%;height:2rem;background-color:#00000080;border-radius:60%;position:absolute;left:0%;bottom:0%;translate:0% 50%;z-index:-1}#work-process-section .work-list:before{content:"";width:100%;height:1px;border-top:2px dashed white;position:absolute;left:0;bottom:160%}#work-process-section .card-icon-wrapper{margin:auto}}@media (min-width: 0px){#testimonial-section{background-color:var(--tertiary-color);position:relative;width:100%;height:fit-content;z-index:1}#testimonial-section .title-container{text-align:center;margin-bottom:5rem;span{margin:0 auto}}#testimonial-section .testimonial-card{position:relative;background-color:var(--secondary-color);color:var(--text-color-light);padding:3.75rem;display:flex;flex-direction:column;gap:3rem;border-radius:.625rem;box-shadow:-10px 10px #09331b80,-20px 20px #09331b40;p{max-width:100%}}#testimonial-section .testimonial-card.card-swap{box-shadow:-15px 15px #09331b80,-20px 20px #09331b66,-30px 30px #09331b33;translate:10px -10px;transition:box-shadow .2s ease,translate .2s ease;transition-delay:.2s}#testimonial-section .background-image-wrapper{opacity:.2;img{user-select:none;-webkit-user-drag:none}}#testimonial-section .controller-wrapper{display:flex;flex-direction:row;justify-content:space-evenly;margin-top:3rem;align-items:center}#testimonial-section #quote-point-wrapper{display:flex;width:fit-content;height:fit-content;background-color:#0000004d;padding:.5rem;border-radius:.625rem;gap:.5rem}#testimonial-section .testimonial-reel-point{width:1rem;height:1rem;border:2px solid #F7F7F7;border-radius:50%;transition:background-color .2s ease-out}#testimonial-section .current-point{background-color:#f7f7f7;transition:background-color .2s ease}#testimonial-section .quote-button{border:none;background-color:var(--primary-color);border-radius:.313rem;transition:.2s ease background-color;img{filter:brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(391%) hue-rotate(272deg) brightness(113%) contrast(94%)}}#testimonial-section #previous-quote-button{img{rotate:180deg}}@media (pointer: fine){#testimonial-section .quote-button:hover{cursor:pointer;outline:2px solid var(--accent-color);background-color:var(--secondary-color);transition:.2s ease background-color,.2s ease outline}}}@media (min-width: 768px){#testimonial-section .testimonial-card:after{content:'"';position:absolute;right:0%;bottom:-60%;color:var(--text-color-light);font-family:Courier New,Courier,monospace;font-size:20rem;height:fit-content;opacity:.5}}
