@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap";:root{color:#f5f5f5;color-scheme:dark;font-synthesis:none;--bg:#1f1f1f;--surface:#292929;--line:#ffffff24;--muted:#c4c4cb;--accent:#bbc5ff;background:#1f1f1f;font-family:Inter,Arial,sans-serif}*{box-sizing:border-box}body{background:var(--bg);margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:5px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Barlow Condensed,Arial,sans-serif;line-height:1.05}h1{letter-spacing:-.025em;font-size:clamp(3rem,5.5vw,5.7rem);font-weight:700}h2{font-size:clamp(2.5rem,4vw,3.5rem)}h3{font-size:1.9rem}p{line-height:1.8}.section{max-width:1280px;margin:auto;padding:64px 40px}.button{color:#fff;background:linear-gradient(135deg,#3c4c96,#2c376e);border:1px solid #8797ed66;border-radius:999px;justify-content:center;align-items:center;gap:20px;min-height:48px;padding:13px 23px;font-size:.9375rem;font-weight:600;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s;display:inline-flex;box-shadow:0 5px 20px #0002,inset 0 1px #ffffff12}.button:hover{background:linear-gradient(135deg,#4b5ca9,#394781);border-color:#a5b2ff;transform:translateY(-2px);box-shadow:0 8px 24px #0004}.button span{font-size:1.2rem}.button svg{width:19px;height:19px}.button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.skip{z-index:99;background:var(--bg);padding:15px;position:absolute;top:-100px;left:10px}.skip:focus{top:10px}header{z-index:20;background:var(--bg);border-bottom:1px solid var(--line);position:relative}.header-inner{justify-content:space-between;align-items:center;gap:24px;max-width:1440px;margin:auto;padding:20px 40px;display:flex}.brand img{width:310px;height:auto}.header-actions,.social-links{align-items:center;display:flex}.header-actions{gap:24px}.social-links{gap:5px}.social-links a{color:#e3e3e8;border-radius:50%;place-items:center;width:42px;height:42px;transition:background .2s,color .2s;display:grid}.social-links a:hover{color:var(--accent);background:#ffffff0b}nav{position:relative}.menu summary{cursor:pointer;border:1px solid var(--line);border-radius:50%;place-items:center;width:48px;height:48px;list-style:none;transition:background .2s;display:grid}.menu summary::-webkit-details-marker{display:none}.menu summary:hover{background:#ffffff0a}.hamburger{gap:5px;width:20px;display:grid}.hamburger i{background:#eee;width:20px;height:1.5px;transition:transform .2s,opacity .2s;display:block}.menu[open] .hamburger i:first-child{transform:translateY(6.5px)rotate(45deg)}.menu[open] .hamburger i:nth-child(2){opacity:0}.menu[open] .hamburger i:last-child{transform:translateY(-6.5px)rotate(-45deg)}.menu-panel{background:var(--bg);border:1px solid var(--line);border-radius:16px;width:340px;max-width:calc(100vw - 32px);padding:12px;position:absolute;top:calc(100% + 18px);right:0;box-shadow:0 20px 60px #0008}.menu-panel a{border-radius:8px;justify-content:space-between;gap:20px;padding:16px 14px;font-size:.9375rem;line-height:1.5;display:flex}.menu-panel a:hover,.menu-panel a[aria-current]{color:var(--accent);background:#ffffff0a}.menu-panel a span{color:#999}.hero{background:var(--bg);color:#fff;isolation:isolate;align-items:center;min-height:600px;display:flex;position:relative}.hero-image{object-fit:cover;z-index:-2;width:100%;height:100%;position:absolute;inset:0}.hero:after{content:"";z-index:-1;background:linear-gradient(90deg,#0a101deb,#0a101d99 50%,#0a101d14);position:absolute;inset:0}.hero-inner{width:1280px;margin:auto;padding:76px 40px}.hero h1{max-width:680px;margin-bottom:24px}.hero p{color:#e2e6ee;max-width:530px;margin-bottom:32px;font-size:1.125rem}.hero-small{min-height:300px}.services{text-align:center;padding-top:48px;padding-bottom:50px}.services h2{margin-bottom:28px}.service-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;display:grid}.service-card{display:block}.service-photo{border-radius:8px;overflow:hidden}.service-photo img{aspect-ratio:16/9;object-fit:cover;width:100%;transition:transform .35s,filter .35s}.service-card h3{justify-content:center;align-items:center;min-height:2.3em;margin:17px 0 13px;font-size:1.65rem;line-height:1.15;display:flex}.more-info{color:#e4e6f4;background:#ffffff05;border:1px solid #ffffff30;border-radius:999px;align-items:center;gap:15px;padding:10px 17px;font-size:.875rem;font-weight:500;transition:transform .25s,background .25s,border-color .25s;display:inline-flex}.more-info span{transition:transform .25s;display:inline-block}.service-card:hover img,.service-card:focus-visible img{filter:brightness(1.08);transform:scale(1.045)}.service-card:hover .more-info,.service-card:focus-visible .more-info{background:#36437a;border-color:#8c9ce0;transform:translateY(-3px)}.service-card:hover .more-info span{transform:translate(2px,-2px)}.about{isolation:isolate;position:relative;overflow:hidden}.about-image{object-fit:cover;object-position:center;z-index:-2;width:100%;height:100%;position:absolute;inset:0}.about:after{content:"";z-index:-1;background:linear-gradient(90deg,#10141beb,#10141bd4 58%,#10141ba3);position:absolute;inset:0}.about .section{padding-top:76px;padding-bottom:76px}.about .prose{max-width:850px}.prose p{color:var(--muted);font-size:1rem}.about .prose p,.about .prose li{color:#eceef3}.prose h3{margin:30px 0 14px}.prose ul{grid-template-columns:1fr 1fr;gap:10px 25px;margin:22px 0 30px;padding-left:20px;line-height:1.6;display:grid}.location{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:25px;padding-top:32px;padding-bottom:32px;display:flex}.location h2{margin:0;font-size:2rem}.location a{text-underline-offset:5px;color:#d9dce7;line-height:1.6;text-decoration:underline}.contact{grid-template-columns:1fr 1fr;gap:80px;display:grid}.contact .prose h3:first-child{margin-top:0;font-size:3rem}.contact .prose .small{margin-bottom:7px;font-size:.875rem}.contact form{background:var(--bg);border:1px solid var(--line);border-radius:16px;align-self:start;padding:30px}label{flex-direction:column;gap:10px;margin-bottom:20px;font-size:.875rem;font-weight:600;display:flex}input,textarea,select{color:#f5f5f5;background:#272727;border:1px solid #ffffff30;border-radius:8px;width:100%;min-width:0;padding:13px}input:focus,textarea:focus,select:focus{outline:2px solid var(--accent);outline-offset:2px}.form-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.form-note{color:#b9b9c2;margin:16px 0 0;font-size:.8125rem}.service-detail{grid-template-columns:1fr 1fr;align-items:center;gap:64px;min-height:650px;display:grid}.service-detail>img{object-fit:cover;border-radius:10px;width:100%;height:470px}.service-detail h1{font-size:3.7rem}.quotes{padding-top:0;padding-bottom:0}.quotes figure{border-bottom:1px solid var(--line);max-width:900px;margin:0;padding:38px 0}.quotes blockquote{margin:0 0 20px;font-size:1.3rem;line-height:1.75}.quotes figcaption{color:var(--accent);font-weight:600}.quotes:last-child{padding-bottom:65px}.gallery>div{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.gallery img{object-fit:cover;border-radius:8px;width:100%;height:340px}.gallery img:first-child,.gallery img:nth-child(5){grid-column:span 2}.gallery h1{margin-bottom:40px}footer{background:var(--bg);border-top:1px solid var(--line)}.footer-inner{justify-content:space-between;align-items:center;gap:30px;max-width:1280px;margin:auto;padding:40px;display:flex}.footer-inner img{max-width:270px;height:auto}@media (width<=1000px){.service-grid{gap:18px}.service-card h3{font-size:1.5rem}.header-actions{gap:12px}.brand img{width:270px}.contact{gap:35px}.service-detail{gap:30px}.service-detail h1{font-size:3rem}}@media (width<=720px){.header-inner{flex-wrap:wrap;gap:15px;padding:16px 20px}.brand img{width:250px;max-width:65vw}.header-actions{gap:12px;margin-left:auto}.header-actions .call{min-height:44px;padding:11px 17px}.social-links a{width:36px;height:40px}.menu summary{width:44px;height:44px}.hero{min-height:530px}.hero-inner{padding:60px 24px}.hero h1{font-size:3.5rem}.hero:after{background:linear-gradient(90deg,#0a101deb,#0a101d70)}.hero-small{min-height:280px}.section{padding:44px 24px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 18px}.service-card h3{min-height:2.3em;margin:13px 0 12px;font-size:1.5rem}.more-info{padding:9px 14px;font-size:.875rem}.about .section{padding:50px 24px}.about:after{background:#10141bdc}.location{flex-direction:column;align-items:flex-start;gap:15px;padding-top:30px;padding-bottom:30px}.contact{grid-template-columns:1fr;gap:30px}.contact form{padding:22px}.form-row{grid-template-columns:1fr;gap:0}.service-detail{grid-template-columns:1fr;gap:30px}.service-detail>img{height:290px}.service-detail h1{font-size:3rem}.quotes{padding-top:0;padding-bottom:0}.quotes blockquote{font-size:1.125rem}.gallery>div{grid-template-columns:1fr 1fr;gap:14px}.gallery img{height:220px}.footer-inner{flex-direction:column;padding:35px 24px}.prose ul{grid-template-columns:1fr 1fr}}@media (width<=380px){.header-actions{gap:8px}.social-links{gap:0}.service-grid{gap:24px 12px}.service-card h3{font-size:1.35rem}.prose ul{grid-template-columns:1fr}}.hero-inner{width:100%;min-width:0;max-width:1280px}.hero h1.home-headline{max-width:1000px;font-size:clamp(3rem,5.5vw,5.4rem)}.home-headline>span{display:block}@media (width<=720px){.hero h1.home-headline{letter-spacing:-.025em;font-size:clamp(1.35rem,6.9vw,3.1rem)}.home-headline>span{white-space:nowrap}}.social-links a{border:1px solid var(--line);width:48px;height:48px}.social-links svg{width:24px;height:24px}@media (width<=720px){.header-inner>.brand{flex-basis:100%;justify-content:center;display:flex}.header-actions{margin-left:auto;margin-right:auto}.social-links a{width:44px;height:44px}.social-links svg{width:23px;height:23px}}.location{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);align-items:center;gap:48px;padding-top:44px;padding-bottom:44px;display:grid}.location-details h2{margin-bottom:18px;font-size:2.5rem}.location-details a{line-height:1.8;display:inline}.location-details a span{white-space:nowrap}.location-map{border:1px solid var(--line);background:var(--surface);border-radius:12px;overflow:hidden}.location-map iframe{border:0;width:100%;height:280px;display:block}@media (width<=720px){.location{grid-template-columns:minmax(0,1fr);gap:24px;padding-top:36px;padding-bottom:36px}.location-details h2{margin-bottom:12px}.location-map iframe{height:240px}}.form-honeypot{display:none}.form-captcha{min-height:78px;margin:0 0 22px}.form-note:empty{display:none}.form-note[data-state=success]{color:#acd9b8}.form-note[data-state=error]{color:#ffb9b9}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
