@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=Lato:wght@300;400;700&display=swap";@font-face{font-family:TeeCustomFont;src:url(/fonts/highendecs.ttf) format("truetype");font-weight:400;font-style:normal}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark}body{margin:0;padding:0;min-width:100vw;min-height:100vh;overflow-x:hidden}#root{width:100%;max-width:100%;margin:0;padding:0;text-align:left}:root{--bg-paper: #f9f8f4;--bg-white: #ffffff;--text-dark: #1a1a1a;--text-grey: #666666;--accent-green: #2F3E46;--gold-accent: #C5A059;--font-heading: "Playfair Display", serif;--font-body: "Lato", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg-paper);color:var(--text-dark);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-heading);color:var(--accent-green);font-weight:400}h2{font-weight:400;letter-spacing:-.5px}em{font-style:italic;font-family:var(--font-heading);color:var(--gold-accent)}.section{padding:120px 20px;max-width:1400px;margin:0 auto}.bg-white{background-color:var(--bg-white);width:100%}.section-header{text-align:center;margin-bottom:70px}.section-tag{text-transform:uppercase;letter-spacing:4px;font-size:.7rem;color:#999;display:block;margin-bottom:20px;font-weight:700}.section-header h2{font-size:3.5rem}.navbar{position:fixed;top:0;width:100%;padding:30px 50px;display:flex;justify-content:space-between;align-items:center;z-index:100;transition:.4s ease;color:#fff}.navbar.scrolled{padding:15px 50px;background:#f9f8f4f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);color:var(--accent-green)}.logo{font-family:var(--font-heading);font-size:1.6rem;font-weight:500;letter-spacing:1px;color:inherit}.nav-links a{color:inherit;text-decoration:none;margin-left:40px;text-transform:uppercase;font-size:.75rem;letter-spacing:2px;font-weight:700;transition:.3s}.nav-links a:hover{opacity:.7}.btn-contact{border-bottom:1px solid currentColor;padding-bottom:2px}.menu-icon{display:none;color:inherit;cursor:pointer}.hero{height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#000}.hero-image-container{position:absolute;inset:0;z-index:0}.hero-image-container img{width:100%;height:100%;object-fit:cover;filter:brightness(.7)}.hero-content{position:relative;z-index:10;text-align:center;color:#fff;padding:20px;max-width:1000px}.hero h1{font-size:5.5rem;line-height:1.1;color:#fff;margin-top:15px;font-weight:400;margin-bottom:30px}.subtitle{text-transform:uppercase;letter-spacing:6px;font-size:.85rem;opacity:.9;font-weight:700;display:block}.slider-dots{display:flex;justify-content:center;gap:15px;margin-top:40px}.dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(255,255,255,.5);cursor:pointer;transition:.3s}.dot.active{background-color:#fff;transform:scale(1.2)}.philosophy-section{padding:140px 20px;background:var(--bg-paper)}.philosophy-container{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:80px}.quote-box{flex:1}.quote-box h2{font-size:3rem;line-height:1.3;margin-bottom:30px}.founder-note{font-family:var(--font-heading);font-style:italic;font-size:1.3rem;color:var(--text-grey)}.philosophy-image{flex:1;height:550px;overflow:hidden}.philosophy-image img{width:100%;height:100%;object-fit:cover;transition:.5s}.philosophy-image:hover img{transform:scale(1.05)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:60px;text-align:center;margin-top:40px}.service-card{padding:10px}.icon-box{color:var(--accent-green);margin-bottom:25px}.service-card h3{font-size:1.5rem;margin-bottom:15px}.service-card p{font-size:1rem;color:var(--text-grey);font-weight:300}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px}.card{cursor:pointer}.image-wrapper{height:450px;overflow:hidden;margin-bottom:25px}.image-wrapper img{width:100%;height:100%;object-fit:cover;transition:.8s ease}.card:hover img{transform:scale(1.1)}.card-info{text-align:center}.tag{font-size:.7rem;text-transform:uppercase;letter-spacing:2px;color:#999;display:block;margin-bottom:10px}.card-info h3{font-size:1.8rem;margin-bottom:15px}.link-arrow{text-decoration:none;color:var(--accent-green);text-transform:uppercase;font-size:.75rem;letter-spacing:2px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;transition:.3s}.link-arrow:hover{gap:12px}.testimonial-container{text-align:center;max-width:800px;margin:0 auto;padding:60px 0}.quote-text{font-family:var(--font-heading);font-size:2.2rem;font-style:italic;line-height:1.5;margin:35px 0;color:var(--accent-green)}.author{font-size:.85rem;text-transform:uppercase;letter-spacing:2px;font-weight:700;color:var(--text-dark)}.author .location{color:#888;font-weight:400}footer{text-align:center;padding:80px 20px;border-top:1px solid #e5e5e5;background-color:var(--bg-paper)}.footer-link{color:var(--accent-green);text-decoration:none;font-size:1.2rem;font-family:var(--font-heading);font-style:italic}@media(max-width:768px){.hero h1{font-size:2.8rem;line-height:1.2;padding:0 10px}.subtitle{font-size:.7rem;letter-spacing:3px;margin-bottom:10px}.hero-content{width:100%;padding:0 15px}.navbar{padding:20px}.navbar.scrolled{padding:15px 20px}.menu-icon{display:block;position:relative;z-index:200}.navbar.mobile-active .logo,.navbar.mobile-active .menu-icon{color:var(--accent-green)}.nav-links{position:fixed;top:0;right:0;height:100vh;width:100%;background:var(--bg-paper);display:flex;flex-direction:column;justify-content:center;align-items:center;transform:translate(100%);transition:.4s cubic-bezier(.77,0,.175,1);z-index:99}.nav-links.open{transform:translate(0)}.nav-links a{color:var(--accent-green);font-size:1.4rem;margin:25px 0;opacity:0;transform:translateY(20px);transition:.3s}.nav-links.open a{opacity:1;transform:translateY(0)}.philosophy-section{padding:80px 20px}.philosophy-container{flex-direction:column-reverse;gap:40px}.philosophy-image{width:100%;height:300px}.quote-box h2{font-size:2rem}.founder-note{font-size:1rem}.section{padding:60px 20px}.section-header h2{font-size:2.2rem}.image-wrapper{height:300px}.quote-text{font-size:1.3rem}}.testimonial-container .dot.active{background-color:var(--accent-green)}.form-input{width:100%;padding:15px;background:#fff;color:#1a1a1a;border:1px solid #ccc;border-radius:4px;font-family:var(--font-body);font-size:1rem;transition:.3s}.form-input::placeholder{color:#888;opacity:1}.form-input:focus{border-color:var(--accent-green);background:#fff;color:#000;outline:none;box-shadow:0 0 0 3px #2f3e461a}.form-group label{display:block;margin-bottom:8px;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;color:var(--accent-green)}.submit-btn{background-color:var(--accent-green);color:#fff;padding:18px;font-size:1rem;border:none;cursor:pointer;text-transform:uppercase;letter-spacing:2px;display:flex;justify-content:center;align-items:center;gap:10px;transition:.3s;margin-top:10px;width:100%}.submit-btn:hover{background-color:var(--text-dark)}.PhoneInputInput{background-color:transparent!important;border:none!important;outline:none!important;color:inherit;padding-left:10px}.PhoneInputInput:focus{outline:none!important;box-shadow:none!important}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
