*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%}body{background-color:#1a1a1a;color:#f5f5f5;font-family:'Inter',sans-serif;line-height:1.6;min-height:100vh;overflow-x:hidden}:root{--bg:#1a1a1a;--dark-gray:#4a4a4a;--mid-gray:#9a9a9a;--light:#f5f5f5;--card-bg:#2a2a2a;--accent:#f5f5f5;--border:#4a4a4a;--shadow:0 4px 20px rgba(0,0,0,.5)}img{max-width:100%;height:auto;display:block}a{color:#f5f5f5;text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.75}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea,select,button{font-family:inherit;font-size:inherit}.skip-link{position:absolute;top:-100%;left:1rem;background:#f5f5f5;color:#1a1a1a;padding:.75rem 1.5rem;font-weight:700;z-index:9999;border-radius:0 0 2px 2px;transition:top .2s ease}.skip-link:focus{top:0}:focus-visible{outline:2px solid #f5f5f5;outline-offset:3px}h1,h2,h3,h4,h5,h6{font-family:'Playfair Display',serif;font-weight:700;line-height:1.2;color:#f5f5f5}h1{font-size:clamp(2.5rem,6vw,5rem)}h2{font-size:clamp(1.8rem,4vw,3rem)}h3{font-size:clamp(1.2rem,2.5vw,1.75rem)}h4{font-size:1.25rem}p{color:#9a9a9a;line-height:1.8}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}section{padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{margin-bottom:1rem}.section-header p{max-width:600px;margin:0 auto;color:#9a9a9a}.accent-line{width:60px;height:3px;background:#f5f5f5;margin:1rem auto 0;display:block}header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(26,26,26,.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(74,74,74,.5);transition:background .3s ease}nav{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;max-width:1200px;margin:0 auto;min-height:70px}.nav-logo{font-family:'Playfair Display',serif;font-size:1.4rem;font-weight:700;color:#f5f5f5;letter-spacing:.05em;text-transform:uppercase}.nav-logo span{color:#9a9a9a}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:#9a9a9a;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;transition:color .2s ease;padding:.5rem 0;min-height:44px;display:flex;align-items:center}.nav-links a:hover,.nav-links a.active{color:#f5f5f5}.hamburger{display:none;flex-direction:column;gap:5px;padding:.5rem;min-width:44px;min-height:44px;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(74,74,74,.5);border-radius:2px}.hamburger span{display:block;width:22px;height:2px;background:#f5f5f5;transition:transform .3s ease,opacity .3s ease}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}#hero{height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background-color:#1a1a1a}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(26,26,26,.92) 0%,rgba(26,26,26,.75) 100%);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;padding:0 1.5rem}.hero-content h1{margin-bottom:1.5rem;text-shadow:0 2px 20px rgba(0,0,0,.5)}.hero-content p{font-size:1.2rem;color:#9a9a9a;margin-bottom:2.5rem;max-width:560px;margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2.5rem;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border-radius:2px;transition:all .3s ease;min-height:44px;cursor:pointer}.btn-primary{background:#f5f5f5;color:#1a1a1a;border:2px solid #f5f5f5}.btn-primary:hover{background:transparent;color:#f5f5f5;opacity:1}.btn-secondary{background:transparent;color:#f5f5f5;border:2px solid #f5f5f5}.btn-secondary:hover{background:#f5f5f5;color:#1a1a1a;opacity:1}.btn-outline{background:transparent;color:#f5f5f5;border:2px solid #4a4a4a}.btn-outline:hover{border-color:#f5f5f5;opacity:1}.card{background:#2a2a2a;border:1px solid #4a4a4a;padding:2rem;border-radius:2px;box-shadow:0 4px 20px rgba(0,0,0,.5);transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.7)}.card-grid{display:grid;gap:1.5rem}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}#services{background:#1a1a1a}.service-icon{width:48px;height:48px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.service-icon svg{width:100%;height:100%;stroke:#f5f5f5;fill:none;stroke-width:1.5}.service-card h3{margin-bottom:1rem;font-size:1.25rem}.service-card p{color:#9a9a9a;font-size:.95rem}#about{background:#222}.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{margin-bottom:1rem}.about-text .accent-line{margin:1rem 0 1.5rem;display:block}.about-text p{margin-bottom:1.5rem;color:#9a9a9a}.about-text p:last-of-type{margin-bottom:0}.about-stats{background:#2a2a2a;border:1px solid #4a4a4a;border-radius:2px;padding:2rem}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;text-align:center}.stat-item h3{font-size:2.5rem;color:#f5f5f5;margin-bottom:.25rem}.stat-item p{color:#9a9a9a;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em}#testimonials{background:#1a1a1a}.testimonial-card{position:relative;padding:2.5rem}.testimonial-card::before{content:'\201C';font-family:'Playfair Display',serif;font-size:6rem;color:rgba(245,245,245,.1);position:absolute;top:-1rem;left:1.5rem;line-height:1}.testimonial-quote{color:#9a9a9a;font-style:italic;margin-bottom:1.5rem;position:relative;z-index:1}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author strong{color:#f5f5f5;font-size:.95rem}.testimonial-author span{color:#9a9a9a;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}#contact{background:#222}.contact-inner{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.contact-info h3{margin-bottom:1.5rem}.contact-detail{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1.25rem;background:#2a2a2a;border:1px solid #4a4a4a;border-radius:2px}.contact-detail-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.contact-detail-icon svg{width:20px;height:20px;stroke:#f5f5f5;fill:none;stroke-width:1.5}.contact-detail-text p:first-child{color:#f5f5f5;font-weight:600;margin-bottom:.25rem}.contact-detail-text p:last-child,.contact-detail-text a{color:#9a9a9a;font-size:.9rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#f5f5f5;font-size:.9rem;font-weight:500;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.form-group input,.form-group textarea,.form-group select{width:100%;background:#1a1a1a;border:1px solid #4a4a4a;border-radius:2px;color:#f5f5f5;padding:.875rem 1rem;font-size:1rem;transition:border-color .2s ease;min-height:44px}.form-group input::placeholder,.form-group textarea::placeholder{color:#4a4a4a}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:2px solid #f5f5f5;outline-offset:2px;border-color:#f5f5f5}.form-group textarea{resize:vertical;min-height:140px}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%239a9a9a' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;cursor:pointer}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-row-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.checkbox-group{display:flex;align-items:flex-start;gap:.75rem}.checkbox-group input[type=checkbox]{width:20px;height:20px;flex-shrink:0;margin-top:.15rem;accent-color:#f5f5f5;cursor:pointer}.checkbox-group label{color:#9a9a9a;font-size:.9rem;text-transform:none;letter-spacing:0;font-weight:400}.honeypot-field{position:absolute;left:-9999px;top:-9999px;opacity:0;height:0;width:0;overflow:hidden}.form-messages{margin-top:1rem;padding:1rem 1.5rem;border-radius:2px;display:none}.form-success{background:rgba(74,74,74,.3);border:1px solid #9a9a9a;color:#f5f5f5}.form-error{background:rgba(74,74,74,.2);border:1px solid #4a4a4a;color:#9a9a9a}footer{background:#111;border-top:1px solid rgba(74,74,74,.5);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand p{color:#9a9a9a;margin-top:1rem;font-size:.9rem;max-width:280px}.footer-col h4{color:#f5f5f5;font-size:.85rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:1.25rem;font-family:'Inter',sans-serif;font-weight:600}.footer-col ul{display:flex;flex-direction:column;gap:.75rem}.footer-col ul li a{color:#9a9a9a;font-size:.9rem;transition:color .2s ease}.footer-col ul li a:hover{color:#f5f5f5;opacity:1}.footer-bottom{border-top:1px solid rgba(74,74,74,.5);padding-top:2rem;display:flex;align-items:center;justify-content:center;text-align:center}.footer-bottom p{color:#4a4a4a;font-size:.85rem}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;background:#2a2a2a;border:1px solid #4a4a4a;border-radius:2px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s ease;z-index:999}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{background:#4a4a4a}.back-to-top svg{width:18px;height:18px;stroke:#f5f5f5;fill:none;stroke-width:2}.breadcrumb-nav{padding:2rem 0;border-bottom:1px solid rgba(74,74,74,.5)}.breadcrumb-nav ol{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.breadcrumb-nav li{color:#9a9a9a;font-size:.9rem}.breadcrumb-nav li+li::before{content:'/';margin-right:.5rem;color:#4a4a4a}.breadcrumb-nav li a{color:#9a9a9a}.breadcrumb-nav li a:hover{color:#f5f5f5}.breadcrumb-nav li[aria-current=page]{color:#f5f5f5}.page-main{padding-top:70px}.legal-content{padding:4rem 0}.legal-article{max-width:800px;margin:0 auto}.legal-article h1{margin-bottom:.5rem}.legal-article .last-updated{color:#9a9a9a;font-size:.9rem;margin-bottom:3rem;display:block}.legal-article h2{margin-top:3rem;margin-bottom:1rem;font-size:1.5rem;padding-bottom:.75rem;border-bottom:1px solid rgba(74,74,74,.5)}.legal-article h3{margin-top:2rem;margin-bottom:.75rem;font-size:1.2rem;color:#f5f5f5}.legal-article p{margin-bottom:1.25rem;color:#9a9a9a}.legal-article ul{list-style:disc;margin-left:1.5rem;margin-bottom:1.25rem}.legal-article ul li{color:#9a9a9a;margin-bottom:.5rem}.apply-page{padding-top:70px}.apply-hero{padding:4rem 0 2rem;text-align:center;border-bottom:1px solid rgba(74,74,74,.5)}.apply-hero h1{margin-bottom:1rem}.apply-hero p{max-width:600px;margin:0 auto;color:#9a9a9a}.apply-form-section{padding:4rem 0}.apply-form{max-width:900px;margin:0 auto}.apply-form .form-section-title{font-size:1.1rem;color:#f5f5f5;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid rgba(74,74,74,.5);font-family:'Inter',sans-serif;font-weight:600}.apply-form .form-group-wrap{background:#2a2a2a;border:1px solid #4a4a4a;border-radius:2px;padding:2rem;margin-bottom:2rem}.not-found{min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem}.not-found-content{max-width:600px}.not-found-404{font-size:clamp(6rem,20vw,12rem);font-family:'Playfair Display',serif;color:rgba(74,74,74,.5);line-height:1;margin-bottom:1rem;display:block}.not-found h1{margin-bottom:1rem}.not-found p{color:#9a9a9a;margin-bottom:2.5rem}.not-found-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media(max-width:1200px){.footer-grid{grid-template-columns:1fr 1fr 1fr 1fr;gap:2rem}}@media(max-width:1024px){.about-inner{grid-template-columns:1fr;gap:2.5rem}.contact-inner{grid-template-columns:1fr;gap:2.5rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.form-row-4{grid-template-columns:1fr 1fr}}@media(max-width:768px){.nav-links{display:none;position:fixed;top:70px;left:0;right:0;background:rgba(26,26,26,.98);flex-direction:column;padding:2rem 1.5rem;gap:0;border-bottom:1px solid rgba(74,74,74,.5)}.nav-links.open{display:flex}.nav-links a{padding:1rem 0;border-bottom:1px solid rgba(74,74,74,.3);width:100%;min-height:44px}.nav-links a:last-child{border-bottom:none}.hamburger{display:flex}.grid-3{grid-template-columns:1fr 1fr}.stat-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.form-row{grid-template-columns:1fr}.form-row-4{grid-template-columns:1fr 1fr}section{padding:4rem 0}}@media(max-width:480px){.grid-3{grid-template-columns:1fr}.grid-2{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.not-found-links{flex-direction:column;align-items:center}.apply-form .form-row-4{grid-template-columns:1fr}}@media print{*{background:white!important;color:black!important;box-shadow:none!important;text-shadow:none!important}a{color:black!important;text-decoration:underline!important}header,footer,.back-to-top,.hamburger,.skip-link{display:none!important}main{padding-top:0!important}.card{border:1px solid #ccc!important;break-inside:avoid}}