*{margin:0;padding:0;box-sizing:border-box}:root{--primary-orange: #EF7D00;--primary-dark-green: #183423;--beige-light: #F5F1ED;--beige: #E8E1D9;--white: #FFFFFF;--black: #000000;--gray-900: #1A1A1A;--gray-800: #262626;--gray-700: #333333;--gray-600: #4D4D4D;--gray-500: #666666;--gray-400: #808080;--gray-300: #999999;--gray-200: #B3B3B3;--gray-100: #CCCCCC;--gray-50: #E6E6E6;--max-width: 1200px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;line-height:1.6;color:var(--gray-800);background-color:var(--beige-light)}h1,h2,h3,h4,h5,h6{font-weight:900;line-height:1.2;text-transform:uppercase;letter-spacing:-.02em}h1{font-size:3.5rem;margin-bottom:1.5rem}h2{font-size:2.75rem;margin-bottom:1.5rem}h3{font-size:2rem;margin-bottom:1.25rem}h4{font-size:1.5rem;margin-bottom:1rem}h5{font-size:1.25rem;margin-bottom:1rem}h6{font-size:1rem;margin-bottom:.75rem}.sub-heading-1{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.sub-heading-2{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}p{margin-bottom:1rem}.paragraph-l{font-size:1.125rem;line-height:1.8}.paragraph-m{font-size:1rem;line-height:1.7}.paragraph-s{font-size:.875rem;line-height:1.6}.paragraph-xs{font-size:.75rem;line-height:1.5}.paragraph-xxs{font-size:.625rem;line-height:1.4}.btn{display:inline-block;padding:14px 28px;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;border-radius:0}.btn-primary{background-color:var(--primary-orange);color:var(--white)}.btn-primary:hover{background-color:#d66f00;transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:var(--gray-800);border:2px solid var(--gray-800)}.btn-secondary:hover{background-color:var(--gray-800);color:var(--white)}.header-top{background-color:var(--primary-dark-green);color:var(--white);padding:8px 0}.header-top-content{max-width:var(--max-width);margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;font-size:.75rem}.header-top-left{display:flex;align-items:center;gap:10px}.rating{display:flex;align-items:center;gap:5px}.star{color:var(--primary-orange)}.header-top-right{display:flex;gap:15px;align-items:center}.social-links{display:flex;gap:10px;align-items:center}.social-links a{color:var(--primary-orange);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease}.social-links a svg{display:block;transition:transform .3s ease}.social-links a:hover{color:var(--white)}.social-links a:hover svg{transform:scale(1.1)}.header-main{background-color:var(--beige-light);padding:20px 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 5px #0000000d}.header-main-content{max-width:var(--max-width);margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700}.logo img{height:50px;width:auto}.nav-desktop{display:flex;align-items:center;gap:40px}.nav-links{display:flex;list-style:none;gap:30px}.nav-links a{text-decoration:none;color:var(--gray-800);font-weight:500;font-size:.9rem;transition:color .3s ease}.nav-links a:hover{color:var(--primary-orange)}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.hamburger span{width:25px;height:3px;background-color:var(--gray-800);transition:all .3s ease}.mobile-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--primary-dark-green);z-index:9999;padding:40px;overflow-y:auto}.mobile-menu.active{display:block}.mobile-menu-header{display:flex;justify-content:flex-end;margin-bottom:60px}.close-menu{background:none;border:none;color:var(--white);font-size:2rem;cursor:pointer;display:flex;align-items:center;gap:10px;text-transform:uppercase;font-weight:700;letter-spacing:.1em}.mobile-nav-links{list-style:none;text-align:center}.mobile-nav-links li{margin-bottom:40px}.mobile-nav-links a{text-decoration:none;color:var(--white);font-size:2rem;font-weight:900;text-transform:uppercase;letter-spacing:-.02em;transition:color .3s ease}.mobile-nav-links a:hover{color:var(--primary-orange)}.mobile-menu-footer{text-align:center;margin-top:80px}.mobile-menu-footer p{color:var(--white);margin-bottom:20px}.mobile-menu-footer .social-links{justify-content:center}.hero{background-color:var(--primary-dark-green);color:var(--white);padding:80px 20px;border-radius:0 0 30px 30px;margin-bottom:60px}.hero-content{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-text h1{color:var(--white);margin-bottom:20px}.hero-text .sub-heading-1{color:var(--primary-orange);margin-bottom:15px}.hero-text p{font-size:1rem;line-height:1.7;margin-bottom:30px}.hero-image{border-radius:20px;overflow:hidden}.hero-image img{width:100%;height:auto;display:block}.section{max-width:var(--max-width);margin:0 auto 80px;padding:0 20px}.section-header{text-align:center;margin-bottom:60px}.section-header h2{margin-bottom:20px}.section-header .sub-heading-1{color:var(--primary-orange);margin-bottom:10px}.section a{text-decoration:none;color:var(--gray-800)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.card{background-color:var(--white);padding:40px 30px;border-radius:15px;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.card-icon{width:50px;height:50px;margin:0 0 20px;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:1.5rem}.card h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;vertical-align:bottom;margin-bottom:15px}.card p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0;color:var(--gray-600)}.feature-section{background-color:var(--primary-dark-green);color:var(--white);padding:80px 20px;border-radius:30px;margin-bottom:80px}.feature-content{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.feature-text h2{color:var(--white);margin-bottom:30px}.feature-text .sub-heading-1{color:var(--primary-orange);margin-bottom:15px}.feature-text blockquote{font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:20px;border:none}.feature-text cite{font-style:normal;font-size:.875rem;color:var(--primary-orange);text-transform:uppercase}.feature-list{list-style:none}.feature-list li{background-color:var(--white);color:var(--gray-800);padding:20px 25px;border-radius:10px;display:flex;align-items:center;gap:15px;font-weight:600}.feature-list li:before{content:"✓";color:var(--primary-orange);font-size:1.5rem;font-weight:700}.feature-image{border-radius:20px;overflow:hidden}.feature-image img{width:100%;height:auto;display:block}.team-grid{display:flex;justify-content:center;gap:30px}.team-member{text-align:center;max-width:335px}.team-member-image{background-color:var(--gray-200);border-radius:15px;overflow:hidden;margin-bottom:20px;aspect-ratio:3/4;max-width:335px}.team-member-image img{width:100%;height:100%;object-fit:cover}.team-member h5{margin-bottom:5px;text-transform:none;font-size:1.25rem}.team-member p{font-size:.875rem;color:var(--gray-600)}.location-content{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.location-text{background-color:var(--primary-dark-green);color:var(--white);padding:60px;border-radius:30px}.location-text h2{color:var(--white);margin-bottom:20px}.location-text p{font-size:1rem;line-height:1.7}.location-image{padding:60px!important;overflow:hidden}.location-image img{border-radius:20px;width:100%;height:100%;object-fit:cover}.cta-section{background-color:var(--primary-dark-green);color:var(--white);text-align:center;padding:80px 20px;border-radius:30px;margin-bottom:80px}.cta-section h2{color:var(--white);margin-bottom:20px}.cta-section p{font-size:1rem;margin-bottom:30px;max-width:600px;margin-left:auto;margin-right:auto}.content-header{max-width:900px;margin:60px auto 40px;padding:0 20px}.content-header h1{margin-bottom:30px}.content-body{max-width:900px;margin:0 auto 80px;padding:0 20px}.content-body h2{margin-top:50px;margin-bottom:20px}.content-body h3{margin-top:40px;margin-bottom:15px}.content-body p{font-size:1rem;line-height:1.8;margin-bottom:20px}.content-body a{color:var(--primary-orange);text-decoration:underline}.content-body a:hover{text-decoration:none}.content-body table{width:100%;margin:40px 0;border-collapse:separate;border-spacing:0;background-color:var(--white);border-radius:15px;overflow:hidden;box-shadow:0 2px 10px #00000014}.content-body thead{background-color:var(--primary-dark-green);color:var(--white)}.content-body thead th{padding:20px 25px;text-align:left;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.content-body tbody tr{border-bottom:1px solid var(--beige);transition:background-color .2s ease}.content-body tbody tr:last-child{border-bottom:none}.content-body tbody tr:hover{background-color:var(--beige-light)}.content-body tbody td{padding:20px 25px;font-size:.95rem;color:var(--gray-800)}.content-body tbody td:first-child{font-weight:600}.content-body tbody td:last-child{color:var(--primary-orange);font-weight:700}.content-body tfoot{background-color:var(--beige-light)}.content-body tfoot td{padding:20px 25px;font-size:.875rem;font-style:italic;color:var(--gray-600);text-align:center}.footer{background-color:var(--primary-dark-green);color:var(--white);padding:40px 20px}.footer-content{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-info{display:flex;gap:30px;flex-wrap:wrap}.footer-info p{font-size:.875rem;margin:0}.footer-links{display:flex;gap:20px;list-style:none}.footer-links a{color:var(--white);text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-links a:hover{color:var(--primary-orange)}@media(max-width:768px){h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}.nav-desktop{display:none}.hamburger{display:flex}.header-top-content{font-size:.625rem}.hero{padding:60px 20px}.hero-content{grid-template-columns:1fr;gap:40px}.feature-content{grid-template-columns:1fr}.feature-content .feature-image{order:-1}.location-content{grid-template-columns:1fr}.location-text{padding:40px 30px}.cards-grid{grid-template-columns:1fr}.team-grid{flex-direction:column;align-items:center}.team-member{max-width:280px}.feature-list{grid-template-columns:1fr}.footer-content{flex-direction:column;text-align:center}.footer-info{flex-direction:column;gap:10px}.content-body table{font-size:.875rem}.content-body thead th,.content-body tbody td,.content-body tfoot td{padding:15px 12px}.content-body thead th{font-size:.75rem}}@media(max-width:480px){.btn{width:100%;padding:16px}.content-body thead th,.content-body tbody td,.content-body tfoot td{padding:12px 10px;font-size:.8rem}}
