.hero-section{width:100%;height:100vh;padding:0;position:relative;overflow:hidden}.hero-image-wrapper{width:100%;height:100%;position:relative}.hero-image{object-fit:cover}.hero-overlay{background:linear-gradient(#00000080 0%,#0006 50%,#000000b3 100%);flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:absolute;inset:0}.hero-actions{z-index:10;flex-direction:column;justify-content:center;gap:1rem;width:100%;max-width:320px;display:flex}.hero-content{text-align:center;z-index:10;flex-direction:column;align-items:center;max-width:800px;margin-bottom:2rem;display:flex}.hero-title{color:#fff;letter-spacing:-.025em;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.hero-separator{opacity:.8;background-color:#fff;width:60px;height:2px;margin-bottom:1.5rem}.hero-intro-text{color:#fff;opacity:.9;font-size:1rem;font-weight:400;line-height:1.6}.hero-action-link{width:100%;text-decoration:none}@media (min-width:768px){.hero-actions{flex-direction:row;gap:1.5rem;max-width:800px}.hero-title{font-size:3.5rem}.hero-intro-text{font-size:1rem}.hero-action-link{width:200px}}
.about-section{background-color:var(--bg-primary);padding:4rem 1.5rem;position:relative;overflow:hidden}.about-container{z-index:2;max-width:1280px;margin:0 auto;position:relative}.about-grid{grid-template-columns:1fr;gap:3rem;display:grid}.about-text-wrapper{flex-direction:column;gap:1.5rem;display:flex}.about-text{color:var(--text-secondary);font-size:1rem;font-weight:400;line-height:1.6;font-family:var(--font-outfit),sans-serif}.about-strong{color:var(--text-primary);font-weight:600}.about-section:before{content:"";background:radial-gradient(circle at 10% 50%,var(--bg-secondary)0%,transparent 60%);opacity:.6;z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}@media (min-width:900px){.about-section{padding:6rem 3rem}.about-grid{text-align:center;align-items:center;gap:5rem;max-width:900px;margin:0 auto}.about-text-wrapper{align-items:center}}
.services-section{background-color:var(--bg-secondary);padding:4rem 1.5rem}.services-container{max-width:1280px;margin:0 auto}.services-header{text-align:center;margin-bottom:3rem}.services-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.services-card{background:var(--bg-primary);border:1px solid var(--border-color);color:inherit;cursor:pointer;border-radius:.75rem;flex-direction:column;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.services-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -10px #8b5e3c26}.services-card:hover .services-image{transform:scale(1.05)}.services-image-container{aspect-ratio:1;border-bottom:1px solid var(--border-color);width:100%;position:relative;overflow:hidden}.services-image{object-fit:cover;transition:transform .5s}.services-content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.services-card .subsection-title{margin-top:0;margin-bottom:.75rem}.services-card-text{color:var(--text-secondary);font-size:1rem;font-weight:400;line-height:1.6;font-family:var(--font-outfit),sans-serif;margin:0}@media (min-width:768px){.services-section{padding:6rem 1.5rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.services-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1.5rem;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.services-modal-content{background:var(--bg-primary);border-radius:1rem;flex-direction:column;width:100%;max-width:900px;max-height:90vh;display:flex;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.services-modal-close{cursor:pointer;z-index:10;width:2.5rem;height:2.5rem;color:var(--text-primary);background:#fffc;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;top:1rem;right:1rem}.services-modal-close:hover{background:#fff}.services-modal-image-container{width:100%;height:40vh;min-height:300px;position:relative}.services-modal-image{object-fit:cover}.services-modal-text{flex-direction:column;padding:2.5rem;display:flex}.services-modal-text .section-title{font-size:2rem}.services-modal-cta{align-self:flex-start}@media (min-width:768px){.services-modal-content{flex-direction:row;overflow:hidden}.services-modal-image-container{width:50%;height:auto;min-height:500px}.services-modal-text{justify-content:center;width:50%}.services-modal-text .section-title{font-size:2.5rem}}
.brands-section{background-color:var(--bg-secondary);padding:6rem 0;position:relative;overflow:hidden}.brands-container{max-width:1200px;margin:0 auto 4rem;padding:0 1.5rem}.brands-header{text-align:center;margin-bottom:2rem}.brands-description-center{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:800px;margin:0 auto;display:flex}.brands-main-text{color:var(--text-primary);font-size:1rem;font-weight:400;line-height:1.6;font-family:var(--font-outfit),sans-serif;margin:0}.brands-main-text strong{color:var(--logo-grey);font-weight:500}.brands-sub-text{color:var(--text-secondary);font-size:1rem;font-weight:400;line-height:1.6;font-family:var(--font-outfit),sans-serif;margin:0}.brands-sub-text strong{color:var(--text-primary);font-weight:500}.brands-cta{letter-spacing:.2em;text-transform:uppercase;color:var(--darker-grey);border-bottom:1px solid #0000;align-items:center;gap:.5rem;width:fit-content;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.brands-cta:hover{color:var(--logo-grey);border-bottom-color:var(--logo-grey);gap:.75rem}.brands-cta svg{transition:transform .3s}.brands-cta:hover svg{transform:translate(4px)}.brands-marquee-container{white-space:nowrap;width:100%;position:relative;overflow:hidden}.brands-marquee-container:before,.brands-marquee-container:after{content:"";z-index:2;pointer-events:none;width:15vw;height:100%;position:absolute;top:0}.brands-marquee-container:before{background:linear-gradient(to right,var(--bg-secondary),transparent);left:0}.brands-marquee-container:after{background:linear-gradient(to left,var(--bg-secondary),transparent);right:0}.brands-marquee{width:max-content;animation:60s linear infinite marquee;display:flex}.brands-marquee:hover{animation-play-state:paused}.brands-marquee-content{gap:2rem;padding-right:2rem;display:flex}.brands-logo-wrapper{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:.75rem;justify-content:center;align-items:center;min-width:180px;min-height:100px;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 12px 30px -10px #8b5e3c14}.brands-logo-wrapper:hover{border-color:#8b5e3c4d;transform:translateY(-4px);box-shadow:0 20px 40px -10px #8b5e3c26}.brands-logo{object-fit:contain;filter:grayscale();opacity:.7;width:auto;max-width:100%;height:auto;max-height:60px;transition:all .3s}.brands-logo-wrapper:hover .brands-logo{filter:grayscale(0%);opacity:1}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:968px){.brands-section{padding:4rem 0}}@media (max-width:640px){.brands-section{padding:3rem 0}.brands-header{margin-bottom:2rem}.brands-main-text,.brands-sub-text{font-size:1rem}.brands-marquee-container:before,.brands-marquee-container:after{width:10vw}.brands-logo-wrapper{min-width:140px;min-height:80px;padding:1rem}.brands-logo{max-height:50px}}
.philosophy-section{background-color:var(--bg-primary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:5rem 1.5rem}.philosophy-container{max-width:1280px;margin:0 auto}.philosophy-header{text-align:center;margin-bottom:3rem}.philosophy-steps{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.philosophy-step{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-left:3px solid var(--logo-grey);border-radius:.5rem;flex-direction:column;align-items:flex-start;gap:1.5rem;padding:1.5rem;transition:transform .2s;display:flex;box-shadow:0 12px 30px -10px #8b5e3c14}.philosophy-step:hover{transform:translate(4px)}.philosophy-number{color:#a67c5266;font-size:1.5rem;font-weight:800;font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,sans-serif;line-height:1}.philosophy-content{flex:1}.philosophy-step-description{color:var(--text-secondary);font-size:1rem;font-weight:400;line-height:1.6;font-family:var(--font-outfit),sans-serif}@media (min-width:768px){.philosophy-section{padding:7rem 1.5rem}.philosophy-steps{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:100%;display:grid}.philosophy-step{gap:1rem;padding:2rem}.philosophy-number{font-size:2.5rem}.philosophy-step-title{font-size:1.125rem}.philosophy-step-description{font-size:1rem}}@media (min-width:1024px){.philosophy-steps{grid-template-columns:repeat(3,1fr)}}
