@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700;800;900&display=swap');
:root{--blue:#008dc5;--black:#101113;--muted:#acafb8}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{margin:0;background:var(--black);color:#f6f7fb;font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #00b8f4;outline-offset:7px}header{height:96px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #343538;background:#101113} .brand{display:flex;align-items:center;gap:17px}.brand strong{font-style:italic;font-size:44px;font-weight:900;letter-spacing:-4px;line-height:1}.brand strong span{font-size:12px;vertical-align:top;letter-spacing:0;margin-left:5px}.brand small{font-size:10px;font-weight:600;line-height:1.45;letter-spacing:1.1px;border-left:1px solid #555;padding-left:17px}nav{display:flex;gap:36px;font-size:14px}nav a:hover{color:#00b8f4}nav span{margin-left:12px}.hero{position:relative;min-height:760px;overflow:hidden;background:#0a0d12}.hero-top{position:relative;z-index:2;display:flex;justify-content:space-between;padding:24px 5%;font-size:12px;letter-spacing:1.5px;align-items:center}.opening{border:1px solid #525c76;padding:7px 14px}.opening b{margin-left:14px;color:#bcc6ff}.hero-copy{position:relative;z-index:2;padding:64px 5% 128px;max-width:850px}.eyebrow{font-size:12px;font-weight:600;letter-spacing:2px;margin:0 0 30px;color:var(--muted)}h1,h2,h3,p{margin-top:0}h1{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;text-transform:uppercase;font-size:clamp(64px,8.4vw,132px);line-height:.95;letter-spacing:-2px;margin-bottom:30px;font-weight:700}h2{font-size:clamp(32px,3.4vw,54px);line-height:1.15;letter-spacing:-2px;font-weight:600}.intro{color:#c5c8cf;line-height:1.7;margin-bottom:34px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:45px;padding:17px 24px;background:var(--blue);font-size:14px;font-weight:600}.button:hover{background:#0076aa}.button span{font-size:23px;line-height:1}.hero-photo{position:absolute;inset:0;background-size:cover;background-position:center right;z-index:0}.hero-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,8,13,.97) 0%,rgba(5,8,13,.83) 30%,rgba(5,8,13,.08) 100%),linear-gradient(0deg,#080c12 0%,transparent 50%)}.hero-bottom{position:absolute;bottom:0;left:5%;right:5%;z-index:2;display:flex;justify-content:space-between;border-top:1px solid #ffffff30;padding:22px 0;font-size:12px;letter-spacing:1.7px}.hero-bottom a{color:#a7aebb}.section{padding:90px 5%}.services{background:#f0f1f3;color:#15161a}.services .eyebrow{color:#64666e}.section-heading{display:grid;grid-template-columns:1fr 2fr;gap:32px;margin-bottom:40px}.section-heading .eyebrow{padding-top:11px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-grid article{position:relative;padding:32px;border-top:2px solid #111;background:#fff;min-height:310px}.number{font-size:13px;color:#6c7078}.service-icon{position:absolute;right:32px;top:22px;font-size:32px;color:var(--blue)}h3{font-size:23px;letter-spacing:-.6px;margin-top:50px;margin-bottom:15px}.service-grid p{font-size:15px;line-height:1.75;color:#5c6069;max-width:330px}.tags{display:flex;gap:8px;margin-top:26px;flex-wrap:wrap}.tags span{font-size:12px;border:1px solid #d9dbe0;padding:3px 10px}.about{padding-top:96px;padding-bottom:100px}.about-content{display:grid;grid-template-columns:1.4fr 1fr;gap:80px}.about h2{margin:0}.about h2 span{color:#00b8f4}.about-content p{color:#b6bac4;max-width:540px}.signature{font-size:40px;font-weight:900;font-style:italic;letter-spacing:-3px;margin-top:40px}.signature span{display:block;font-size:10px;font-style:normal;font-weight:500;letter-spacing:2px}.location{background:#008dc5;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.location .eyebrow{color:#d1f2ff}.location h2{font-size:clamp(40px,4vw,64px);margin-bottom:25px}.address{font-size:19px}.dark{background:#11131a}.dark:hover{background:#272b3a}.date-block{border-left:1px solid #ffffff50;padding-left:15%}.date-block>span{font-size:13px;letter-spacing:2px}.date-block>strong{font-family:'Barlow Condensed',Arial,sans-serif;display:block;font-size:clamp(95px,12vw,190px);letter-spacing:-4px;line-height:1.1}.date-block>div{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ffffff50;padding-top:15px}.date-block b{font-size:42px;line-height:1}.date-block div span{font-size:14px;line-height:1.5}footer{padding:45px 5%;display:flex;align-items:center;justify-content:space-between;gap:30px}footer p,footer>a:last-child{font-size:12px;color:#9b9fa9;margin:0}footer .brand strong{font-size:33px}footer .brand small{font-size:9px}@media(min-width:1700px){header,.section{padding-left:max(5%,calc((100% - 1500px)/2));padding-right:max(5%,calc((100% - 1500px)/2))}}@media(max-width:800px){header{height:80px}.brand strong{font-size:36px}.brand small{font-size:8px}nav{gap:18px}nav a{font-size:12px}nav a:nth-child(3){display:none}.hero{min-height:700px}.hero-top{align-items:flex-start;gap:15px;font-size:10px;letter-spacing:.6px}.opening{white-space:nowrap;padding:5px 8px}.opening b{margin-left:5px}.hero-copy{padding-top:78px}.hero-photo{background-position:65% center}.hero-photo:after{background:linear-gradient(90deg,rgba(5,8,13,.9),rgba(5,8,13,.25)),linear-gradient(0deg,#080c12,transparent 80%)}h1{font-size:86px}.hero-bottom{font-size:10px}.hero-bottom a{font-size:9px;letter-spacing:.7px}.section{padding:65px 6%}.section-heading{display:block;margin-bottom:30px}.section-heading .eyebrow{padding-top:0}.service-grid{grid-template-columns:1fr;gap:16px}.service-grid article{min-height:0;padding:26px}h3{margin-top:30px}.service-grid p{max-width:none}.about-content{grid-template-columns:1fr;gap:30px}.location{grid-template-columns:1fr;gap:55px}.date-block{border-left:0;border-top:1px solid #ffffff50;padding:28px 0 0}.date-block>strong{font-size:140px}footer{flex-wrap:wrap}footer p{width:100%;order:3}.eyebrow{margin-bottom:20px}}@media(max-width:380px){.brand small{display:none}h1{font-size:72px}.hero-top>span:first-child{max-width:125px}.hero-bottom>span{max-width:130px}.date-block>strong{font-size:115px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.hero-photo{background:radial-gradient(ellipse at 88% 45%,#243788 0%,#101a38 30%,#090d14 68%)}.hero-photo>span{position:absolute;right:-20px;top:130px;font-size:clamp(220px,32vw,550px);font-weight:900;font-style:italic;letter-spacing:-25px;line-height:1;color:#5979ff26;transform:rotate(-8deg)}.hero-photo:after{background:linear-gradient(90deg,#080c12e6,transparent)}@media(max-width:800px){.hero-photo>span{top:330px;right:0;font-size:240px;letter-spacing:-18px}}

.hero-photo{background-image:url('hero.jpg');background-size:58% auto;background-repeat:no-repeat;background-position:right 64%;background-color:#080c12}.hero-photo>span{display:none}.hero-photo:after{background:linear-gradient(90deg,#080c12 30%,#080c12e0 43%,#080c1220 85%),linear-gradient(0deg,#080c12,transparent 35%,#080c1270)}@media(max-width:800px){.hero-photo{background-size:auto 100%;background-position:65% center}.hero-photo:after{background:linear-gradient(90deg,#080c12ed,#080c1250),linear-gradient(0deg,#080c12,transparent)}}

.order-note{font-size:13px;color:#b9bfcd;margin-top:16px;line-height:1.65}.contact-links{display:grid;gap:16px;margin:26px 0 30px}.contact-links a{display:block;font-size:18px;overflow-wrap:anywhere}.contact-links a:hover{text-decoration:underline}.contact-links span{display:block;font-size:11px;letter-spacing:1.7px;color:#d1f2ff}.service-link{display:inline-block;color:#008dc5;font-weight:600;font-size:14px;margin-top:22px}.hero-copy{padding-bottom:125px}.hero{min-height:850px}@media(max-width:800px){.hero{min-height:790px}.contact-links a{font-size:16px}}

header{height:116px;background:#050708}.brand img{width:130px;height:96px;object-fit:contain;mix-blend-mode:screen}.signature img{width:210px;height:auto;mix-blend-mode:screen}footer .brand img{width:115px;height:85px}.location{background:#087da8}.hero-photo{background-image:none}@media(max-width:800px){header{height:96px}.brand img{width:108px;height:80px}}

.hero-photo{background-image:url('hero.jpg');background-size:78% auto;background-position:right 60%}.hero-photo:after{background:linear-gradient(90deg,#080c12 15%,#080c12f5 35%,#080c1250 65%,#080c1220),linear-gradient(0deg,#080c12 0%,transparent 45%,#080c12c0)}.photo-credit{padding:0 5% 25px;font-size:12px;color:#a6adb6}.photo-credit a{text-decoration:underline}@media(max-width:800px){.hero-photo{background-size:auto 75%;background-position:63% 95%}.hero-photo:after{background:linear-gradient(90deg,#080c12eb,#080c1260),linear-gradient(0deg,#080c12,transparent 55%,#080c12)}}

.appointment-button{margin-left:12px;background:#101722;border:1px solid #668390}.appointment-button:hover{background:#173449}.service-grid{grid-template-columns:repeat(2,1fr)}@media(max-width:1100px){.appointment-button{display:flex;max-width:300px;margin:12px 0 0}}@media(max-width:800px){.service-grid{grid-template-columns:1fr}.hero{min-height:875px}}

.hero{display:flex;flex-direction:column;min-height:0}.hero-top{order:0}.hero-photo{position:relative;order:1;inset:auto;width:100%;aspect-ratio:1672/941;background:url('aaz-original-hero.png') center/contain no-repeat;background-color:#020609}.hero-photo:after{display:none}.hero-copy{order:2;padding:48px 5% 42px;max-width:none;display:block;background:#080c12}.hero-copy h1{font-size:clamp(46px,5vw,74px);line-height:1}.hero-bottom{order:3;position:relative;left:auto;right:auto;margin:0 5%}.call-link{display:block;width:fit-content;margin-top:20px;font-size:17px;font-weight:600;color:#78dfff}.call-link:hover{text-decoration:underline}@media(max-width:800px){.hero{min-height:0}.hero-photo{background-size:contain;background-position:center;aspect-ratio:1672/941}.hero-copy{padding:32px 6%}.hero-top{font-size:10px}.hero-bottom{padding-bottom:25px}}

.hero-animation{display:block;object-fit:contain;background:#020609;height:auto;width:100%;aspect-ratio:16/9}

.vehicles{background:#0d121a;color:#f6f7fb;border-top:1px solid #26303d;border-bottom:1px solid #26303d}.vehicles .section-heading .eyebrow{color:#8693a5}.vehicle-empty{display:grid;grid-template-columns:1.35fr .65fr;gap:36px;align-items:stretch;padding:48px;border:1px solid #2b3948;background:linear-gradient(130deg,#111923,#0b1017)}.vehicle-label{display:inline-block;color:#00b8f4;font-size:12px;font-weight:700;letter-spacing:2px}.vehicle-empty h3{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;text-transform:uppercase;font-size:clamp(34px,4vw,58px);line-height:1.02;letter-spacing:-1px;margin:24px 0 18px;max-width:600px}.vehicle-empty p{color:#c0c8d4;max-width:570px;line-height:1.75}.vehicle-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:30px}.vehicle-mail{font-size:14px;font-weight:600;color:#8de4ff}.vehicle-mail:hover{text-decoration:underline}.vehicle-spec{min-height:250px;border-left:1px solid #ffffff25;padding-left:36px;display:flex;flex-direction:column;justify-content:space-between}.vehicle-spec>span{font-size:12px;letter-spacing:2px;color:#8f9bae}.vehicle-spec strong{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-size:clamp(58px,7vw,108px);line-height:.87;letter-spacing:-2px;color:#dfe8f4}.vehicle-spec small{font-size:13px;color:#9ca8b8;letter-spacing:.4px}@media(max-width:800px){.vehicle-empty{grid-template-columns:1fr;padding:30px 24px;gap:34px}.vehicle-spec{min-height:190px;border-left:0;border-top:1px solid #ffffff25;padding:28px 0 0}.vehicle-empty h3{font-size:43px}.vehicle-actions{align-items:flex-start;flex-direction:column;gap:16px}.vehicle-actions .button{width:100%;max-width:320px}}

.vehicle-form{margin-top:34px;padding-top:28px;border-top:1px solid #ffffff22;max-width:650px}.vehicle-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px}.vehicle-form label{display:grid;gap:7px;font-size:13px;color:#b9c3d0}.vehicle-form input,.vehicle-form textarea{width:100%;border:1px solid #344354;background:#0a1018;color:#f6f7fb;padding:12px 13px;font:inherit;font-size:14px;border-radius:0}.vehicle-form input::placeholder,.vehicle-form textarea::placeholder{color:#7f8b9a}.vehicle-form input:focus,.vehicle-form textarea:focus{outline:2px solid #00b8f4;outline-offset:1px}.vehicle-form textarea{resize:vertical;min-height:92px}.vehicle-form>label{margin-bottom:18px}.form-help{display:block;font-size:12px;color:#8f9baa;margin-top:5px}.vehicle-form button{border:0;cursor:pointer;font-family:inherit}@media(max-width:540px){.vehicle-form-grid{grid-template-columns:1fr}.vehicle-form .button{width:100%;max-width:none}}
