:root{--ink:#182026;--paper:#fafaf7;--muted:#566166;--orange:#ff794d;--line:#d8dcd7;--radius:20px;--ease:cubic-bezier(.2,.7,.2,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:16px/1.55 -apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;color:var(--ink);background:var(--paper)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}button{cursor:pointer}img{max-width:100%;display:block}button{color:inherit}[hidden]{display:none!important}:focus-visible{outline:3px solid var(--orange);outline-offset:5px}.skip{position:fixed;top:-100px;background:white;padding:12px;z-index:100}.skip:focus{top:10px}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.052em;line-height:1.05;font-weight:500;text-wrap:balance}h1{font-size:clamp(54px,6.5vw,96px)}h2{font-size:clamp(36px,4.1vw,61px)}h3{font-size:28px}p{max-width:620px}.label{font-size:11px;letter-spacing:.13em;font-weight:600;text-transform:uppercase;display:block}.eyebrow{display:flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.eyebrow i,.header-city i{width:6px;height:6px;border-radius:50%;background:var(--orange);display:inline-block}.muted{color:var(--muted)}.note{font-size:12px;color:var(--muted);line-height:1.55}.wrap{max-width:1500px;margin:auto;padding:0 5%}header{height:96px;display:flex;align-items:center;gap:32px;padding:0 4%;position:absolute;top:0;left:0;right:0;z-index:20;color:white;border-bottom:1px solid #ffffff24}.brand{font-size:35px;font-weight:700;letter-spacing:-2.5px;white-space:nowrap}.header-city{font-size:10px;letter-spacing:.04em;display:flex;align-items:center;gap:8px;white-space:nowrap}header nav{display:flex;gap:26px;margin-left:auto;font-size:12px}header nav a{transition:color .2s}header nav a:hover,header nav a[aria-current]{color:var(--orange)}.header-cta{background:#ffffff12;backdrop-filter:blur(15px);border:1px solid #ffffff40;padding:13px 17px;border-radius:5px;display:flex;gap:25px;align-items:center;font-size:12px}.menu-toggle{display:none;background:transparent;border:1px solid #ffffff50;color:inherit;width:44px;height:44px;font-size:22px}.mobile-menu{position:fixed;z-index:40;inset:80px 0 0;background:#152027;color:white;padding:35px 6%;overflow:auto}.mobile-menu a{display:block;font-size:28px;padding:16px 0;border-bottom:1px solid #ffffff25}.hero{position:relative;min-height:850px;height:calc(100svh - 28px);max-height:1120px;overflow:hidden;background:#111c2a;color:white;border-radius:0 0 28px 28px}.hero-scene{position:absolute;inset:-2%;width:104%;height:104%;max-width:none;object-fit:cover;object-position:right 65%;transform:translate3d(var(--mx,0px),var(--my,0px),0) scale(1.035);transition:transform 1.2s var(--ease);will-change:transform}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#08121c77 0%,#0c152b18 65%),linear-gradient(0deg,#0a131eb0,transparent 33%,#0a132021 65%,#0a132055)}.hero-copy{position:relative;z-index:2;padding:170px 5% 0;max-width:890px}.hero h1{font-size:clamp(62px,6.7vw,102px);line-height:1.02;margin:28px 0 24px;letter-spacing:-.057em}.hero-copy>p{font-size:16px;line-height:1.65;max-width:330px;color:#d1d8db}.buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;padding:17px 23px;min-height:57px;border:0;border-radius:5px;background:var(--orange);color:#172027;font-size:13px;font-weight:600;transition:transform .25s,background .25s}.btn:hover{background:#ff926e;transform:translateY(-3px)}.btn.soft{background:#ffffff0e;border:1px solid #ffffff70;color:white;backdrop-filter:blur(12px)}.btn.light{background:white;border:1px solid #d2d8d2}.btn.dark{background:var(--ink);color:white}.btn span{font-size:20px;font-weight:400}.hero-bottom{position:absolute;bottom:34px;left:5%;right:5%;display:flex;align-items:end;justify-content:space-between;z-index:3}.hero-bottom p{font-size:10px;color:#ccd2d6;margin:0;max-width:260px}.scroll-note{display:flex;align-items:center;gap:15px;font-size:11px;letter-spacing:.04em}.scroll-note i{border:1px solid #ffffff70;border-radius:50%;display:grid;place-items:center;width:37px;height:48px;font-style:normal}.hero-location{position:absolute;right:5%;top:140px;color:#d4d8dc;text-align:right;font-size:10px;letter-spacing:.06em}.hero-line{position:absolute;right:5%;top:186px;width:50px;border-top:1px solid var(--orange)}.intro{padding-top:110px;padding-bottom:104px;display:grid;grid-template-columns:1fr 2fr;gap:70px}.intro h2{max-width:860px;margin-bottom:32px}.intro p{font-size:18px;color:var(--muted);max-width:640px}.section{padding:90px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:45px}.section-heading h2{margin:15px 0 0;max-width:730px}.section-heading p{font-size:14px;max-width:300px;color:var(--muted);margin:0}.formats{display:grid;grid-template-columns:1fr 1fr;gap:22px}.format{position:relative;min-height:480px;border-radius:var(--radius);padding:38px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;background:#e6e9e2}.format h3{font-size:40px;max-width:320px;margin:18px 0}.format p{max-width:310px;font-size:14px}.format .format-top,.format .format-bottom{position:relative;z-index:2}.format-bottom{display:flex;align-items:end;justify-content:space-between;gap:20px}.round-arrow{width:52px;height:52px;border-radius:50%;border:1px solid currentColor;display:grid;place-items:center;font-size:25px;flex-shrink:0;transition:transform .3s}.format:hover .round-arrow{transform:rotate(45deg)}.format-number{position:absolute;bottom:100px;right:-5px;font-size:190px;letter-spacing:-.1em;line-height:1;font-weight:600;color:#bdc7bb;transform:rotate(-12deg)}.format:first-child:after{content:'';position:absolute;width:500px;height:150px;border:1px solid #a4b5a3;border-radius:50%;transform:rotate(-30deg);bottom:140px;left:160px}.format.photo{background:#162025;color:white}.format.photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1s}.format.photo:after{content:'';position:absolute;inset:0;background:linear-gradient(#101d2370,#101d2305 50%,#101d23e0)}.format.photo:hover img{transform:scale(1.04)}.format.photo p{color:#d8dedf}.photo-story{height:630px;position:relative;border-radius:24px;overflow:hidden;margin:30px 0}.photo-story>img{width:100%;height:100%;object-fit:cover}.photo-story:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#0a161ab5,transparent 75%)}.story-copy{position:absolute;left:5%;bottom:60px;color:white;z-index:2;max-width:540px}.story-copy h2{margin-top:20px}.story-copy p{font-size:15px;max-width:340px}.class-tabs{display:flex;gap:4px;flex-wrap:wrap;border-bottom:1px solid var(--line);margin-bottom:22px}.class-tabs button{border:0;background:none;padding:17px 24px;border-bottom:2px solid transparent;color:var(--muted);font-size:14px}.class-tabs button.active{border-color:var(--ink);color:var(--ink)}.fleet-intro{display:flex;justify-content:space-between;align-items:center;padding:24px 0;gap:25px}.fleet-intro h3{margin:0;font-size:32px}.fleet-intro p{margin:0;font-size:13px;color:var(--muted)}.dark-section{background:#182327;color:white;border-radius:28px;padding:85px 5%;margin:20px 0}.dark-section .label{color:#b2bcb9}.dark-section p{color:#b6c2c1}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:55px}.step{border-top:1px solid #74827a55;padding-top:24px}.step-number{width:34px;height:34px;border:1px solid #778477;border-radius:50%;display:grid;place-items:center;font-size:11px;margin-bottom:38px}.step h3{font-size:27px}.step p{font-size:14px;line-height:1.65}.office-preview{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.office-preview .photo{height:440px;border-radius:18px;overflow:hidden}.office-preview .photo img{width:100%;height:100%;object-fit:cover;object-position:left}.office-preview h2{margin-top:20px}.office-preview p{font-size:15px;color:var(--muted)}.text-link{display:inline-flex;align-items:center;gap:40px;border-bottom:1px solid;padding:12px 0;font-size:14px}.faq details{border-bottom:1px solid var(--line);padding:25px 0}.faq summary{display:flex;justify-content:space-between;gap:25px;cursor:pointer;font-size:22px;line-height:1.35;list-style:none;letter-spacing:-.025em}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:'+';font-size:24px}.faq details[open] summary:after{content:'−'}.faq details p{font-size:15px;color:var(--muted);margin-top:20px;max-width:800px}.faq-grid{display:grid;grid-template-columns:1fr 1.8fr;gap:70px}.footer-top{display:grid;grid-template-columns:1fr 2fr auto;gap:35px;align-items:start}.footer-top .brand{font-size:52px}.footer-top h2{font-size:45px;font-weight:400}.circle-link{width:76px;height:76px;background:var(--orange);border-radius:50%;display:grid;place-items:center;font-size:35px;color:var(--ink)}footer{padding:70px 5% 24px;background:#101a1e;color:#f2f4f0;margin-top:80px}.footer-nav{display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:35px;margin:60px 0}.footer-nav>div{display:flex;flex-direction:column;gap:12px}.footer-nav .label{color:#81918e;margin-bottom:8px}.footer-nav a,.footer-nav p{font-size:13px}.footer-note{padding-left:20%}.fineprint{border-top:1px solid #ffffff20;padding-top:22px;display:flex;justify-content:space-between;gap:22px;font-size:10px;color:#98a5a5}.sub-hero{background:#17242b;color:white;padding:160px 5% 60px;border-radius:0 0 26px 26px;position:relative;overflow:hidden;min-height:460px}.sub-hero h1{max-width:960px;margin:30px 0 25px;position:relative;z-index:2;font-size:clamp(48px,5.3vw,80px)}.sub-hero .lead{color:#cad2d4;max-width:480px;font-size:15px;position:relative;z-index:2}.sub-hero .eyebrow{position:relative;z-index:2}.sub-hero .sub-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 63%;opacity:.34;mask-image:linear-gradient(90deg,transparent,#000)}.sub-hero .sub-art{position:absolute;right:7%;top:130px;font-size:200px;color:#ffffff0b;line-height:1;font-weight:600;letter-spacing:-.08em}.breadcrumbs{font-size:11px;color:#a0afad;position:relative;z-index:2}.breadcrumbs a{border-bottom:1px solid #ffffff40}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:70px}.lead-copy{font-size:19px;color:var(--muted)}.facts{margin:30px 0}.fact{display:flex;justify-content:space-between;gap:30px;padding:18px 0;border-bottom:1px solid var(--line);font-size:14px}.fact span:last-child{color:var(--muted);text-align:right}.rate-object{border-radius:22px;min-height:470px;position:relative;overflow:hidden;background:radial-gradient(ellipse at 70% 15%,#596658,#1a2c2f 70%);color:white;padding:36px;display:flex;flex-direction:column;justify-content:space-between}.rate-object .huge{font-size:clamp(140px,15vw,230px);line-height:1;letter-spacing:-.09em;position:relative;z-index:2;text-shadow:0 3px 0 #879283,0 18px 22px #091c2788;color:#edf0e4}.rate-object:after,.rate-object:before{content:'';position:absolute;bottom:18%;right:-50px;width:500px;height:220px;border:2px solid #ff9c6870;border-radius:50%;transform:rotate(-25deg);box-shadow:0 0 22px #ff794d15}.rate-object:before{bottom:26%;right:-80px}.rate-object p{font-size:13px;max-width:280px;z-index:2;margin:0;color:#d3dfda}.photo-tile{border-radius:20px;overflow:hidden;height:470px;background:#c2c7c1}.photo-tile img{width:100%;height:100%;object-fit:cover}.catalog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.vehicle-card{border-radius:19px;overflow:hidden;border:1px solid var(--line);background:white}.vehicle-photo{height:290px;position:relative;overflow:hidden;background:#26353f}.vehicle-photo img{width:100%;height:100%;object-fit:cover;object-position:75% 68%;transform:scale(1.25);transition:transform .7s}.vehicle-card:hover .vehicle-photo img{transform:scale(1.35)}.vehicle-photo span{position:absolute;top:20px;left:20px;font-size:10px;border:1px solid #ffffff50;border-radius:20px;padding:5px 10px;color:white;background:#15232b55}.vehicle-text{padding:27px}.vehicle-text h3{font-size:32px;margin:0 0 15px}.vehicle-text .meta{font-size:12px;color:var(--muted);display:flex;gap:18px;margin-bottom:24px}.vehicle-text a{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:18px;font-size:13px}.catalog-grid .vehicle-card:nth-child(2) img{filter:brightness(1.2);object-position:85% 70%}.catalog-grid .vehicle-card:nth-child(3) img{filter:grayscale(.8)}.company-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding:35px 0}.company-strip article{border-top:1px solid var(--line);padding-top:25px}.company-strip h3{font-size:30px}.company-strip p{font-size:14px;color:var(--muted)}.office-list{border-top:1px solid var(--line)}.office-item{display:grid;grid-template-columns:60px 1fr auto;align-items:center;gap:25px;padding:30px 0;border-bottom:1px solid var(--line)}.office-item .index{color:var(--muted);font-size:12px}.office-item h3{font-size:27px;margin:0 0 10px}.office-item p{font-size:12px;color:var(--muted);margin:0}.office-item a{font-size:13px}.form-layout{display:grid;grid-template-columns:1fr 1fr;gap:100px}.form-image{height:100%;min-height:630px;border-radius:20px;overflow:hidden;position:relative}.form-image img{height:100%;width:100%;object-fit:cover;object-position:74% center}.form-image:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent,#112028d0)}.form-image>div{position:absolute;bottom:40px;left:35px;right:35px;z-index:2;color:white}.form-image h2{font-size:43px}.form-image p{font-size:13px}.form-fields{display:grid;gap:23px}label{display:block;font-size:12px;font-weight:500}input,select{width:100%;display:block;border:1px solid #bfc8be;background:#ffffff90;color:var(--ink);padding:16px;margin-top:9px;border-radius:5px;min-height:53px;font-size:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.check{display:flex;gap:12px;align-items:flex-start;font-size:12px;color:var(--muted);font-weight:400}.check input{width:18px;min-height:18px;height:18px;flex-shrink:0;margin-top:1px}.success{padding:35px;background:#e3eadd;border:1px solid #b7c6b5;border-radius:12px}.success h2{font-size:40px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.visible{opacity:1;transform:translateY(0)}.is-static .reveal{opacity:1;transform:none}@media(min-width:1700px){.hero-copy{padding-top:210px}}@media(max-width:1120px){header{gap:20px}.header-city{display:none}header nav{gap:18px}.hero{min-height:810px}.hero h1{font-size:76px}.hero-copy{max-width:740px}.intro{gap:35px}.two-col{gap:35px}.form-layout{gap:45px}.footer-top h2{font-size:38px}.vehicle-photo{height:240px}}@media(max-width:760px){header{height:80px;padding:0 6%;position:absolute;gap:20px}.brand{font-size:31px}header nav,.header-cta{display:none}.header-city{display:flex;margin-left:auto;font-size:9px;max-width:120px;white-space:normal;line-height:1.5}.menu-toggle{display:block}.hero{height:900px;min-height:0;max-height:none;border-radius:0 0 20px 20px}.hero-scene{width:190%;max-width:none;left:-72%;object-fit:cover;object-position:63% bottom;height:70%;top:32%;transform:translate3d(0,0,0);mask-image:linear-gradient(transparent 0%,black 25%)}.hero-shade{background:linear-gradient(#111c2a00 50%,#0a141533 80%,#0a1415e0)}.hero-copy{padding:124px 6% 0;max-width:none}.hero h1{font-size:57px;line-height:1.02;margin:25px 0 20px;max-width:380px}.hero-copy>p{font-size:14px;max-width:265px}.hero .buttons{margin-top:23px}.hero .btn{min-height:52px;padding:13px 18px;font-size:12px;gap:22px}.hero .btn.soft{background:#13202ec0}.hero-location,.hero-line{display:none}.hero-bottom{bottom:25px;left:6%;right:6%;align-items:center}.hero-bottom p{font-size:9px;max-width:180px}.scroll-note{font-size:9px;gap:8px}.scroll-note i{width:28px;height:38px}.wrap{padding:0 6%}.intro{padding-top:65px;padding-bottom:40px;grid-template-columns:1fr;gap:25px}.intro h2{font-size:38px;margin-bottom:22px}.intro p{font-size:16px}.section{padding:55px 0}.section-heading{display:block;margin-bottom:30px}.section-heading h2{font-size:38px;margin:15px 0 20px}.section-heading p{font-size:13px;max-width:340px}.formats{grid-template-columns:1fr;gap:18px}.format{min-height:410px;padding:28px}.format h3{font-size:34px}.format-number{font-size:175px;bottom:96px}.format p{max-width:240px;font-size:13px}.photo-story{height:530px;margin:15px 0}.photo-story img{object-position:65% center}.story-copy{left:7%;bottom:30px;right:7%}.story-copy h2{font-size:39px}.story-copy p{font-size:14px}.photo-story:after{background:linear-gradient(0deg,#0a161ac0,transparent)}.class-tabs{flex-wrap:nowrap;overflow:auto;white-space:nowrap;margin-right:-6vw}.class-tabs button{padding:15px 17px;font-size:13px}.fleet-intro{align-items:start}.fleet-intro h3{font-size:26px}.fleet-intro p{font-size:11px;max-width:180px}.fleet-intro .btn{padding:12px;gap:10px;font-size:11px;min-height:44px}.dark-section{padding:48px 7%;border-radius:20px}.dark-section h2{font-size:39px}.steps{grid-template-columns:1fr;gap:30px;margin-top:35px}.step-number{margin-bottom:22px}.step h3{font-size:28px;margin-bottom:13px}.step p{margin:0;font-size:14px}.office-preview{grid-template-columns:1fr;gap:35px}.office-preview .photo{height:340px}.office-preview h2{font-size:38px}.faq-grid{grid-template-columns:1fr;gap:15px}.faq summary{font-size:19px}.faq details{padding:22px 0}.faq details p{font-size:14px}.footer-top{grid-template-columns:1fr auto;gap:28px}.footer-top .brand{font-size:40px;grid-column:1/-1}.footer-top h2{font-size:32px}.circle-link{width:54px;height:54px;font-size:29px}.footer-nav{grid-template-columns:1fr 1fr;gap:35px;margin:30px 0}.footer-note{grid-column:1/-1;padding:0}.fineprint{flex-direction:column;gap:12px}.sub-hero{padding:120px 6% 42px;min-height:400px}.sub-hero h1{font-size:48px;margin-top:25px;overflow-wrap:anywhere}.sub-hero .lead{font-size:14px}.sub-hero .sub-art{font-size:170px;top:auto;bottom:20px;right:0}.sub-hero .sub-image{object-position:65% center;opacity:.25}.two-col{grid-template-columns:1fr;gap:32px}.lead-copy{font-size:17px}.rate-object{min-height:400px;padding:28px}.rate-object .huge{font-size:170px}.photo-tile{height:350px}.catalog-grid{grid-template-columns:1fr;gap:22px}.vehicle-photo{height:250px}.vehicle-text{padding:23px}.vehicle-text h3{font-size:29px}.company-strip{grid-template-columns:1fr;gap:30px}.office-item{grid-template-columns:25px 1fr;gap:12px;padding:25px 0}.office-item h3{font-size:22px}.office-item a{grid-column:2;font-size:12px}.form-layout{grid-template-columns:1fr;gap:35px}.form-image{min-height:0;height:350px}.form-image h2{font-size:35px}.form-image>div{left:25px;bottom:25px}.form-image p{margin:0}.form-row{grid-template-columns:1fr}footer{margin-top:45px;padding:48px 6% 25px}.facts .fact{font-size:13px;gap:15px}}@media(max-width:360px){.hero h1{font-size:50px}.hero{height:880px}.hero .buttons{gap:8px}.hero .btn{font-size:11px;padding:13px;gap:14px}.sub-hero h1{font-size:42px}.header-city{display:none}.menu-toggle{margin-left:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}.hero-scene{transform:none;will-change:auto}}

/* Daylight direction: one light surface system across all eight routes. */
:root{color-scheme:light;--surface:#eef1ed;--muted:#566166;--line:#d6ddda}
header{color:var(--ink);background:#fafaf7ed;border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}
.header-cta{background:white;border-color:#b8c2bf;backdrop-filter:none}.header-cta:hover{background:var(--surface)}
header nav a:hover,header nav a[aria-current]{color:#aa3b17}
.menu-toggle{border-color:#aebbb6}.mobile-menu{background:var(--paper);color:var(--ink)}.mobile-menu a{border-color:var(--line)}
.hero{background:#e5edf0;color:var(--ink);height:calc(100svh - 20px);min-height:850px;max-height:1080px;border-radius:0 0 24px 24px}
.hero-scene{object-position:center 60%;inset:0;width:100%;height:100%;transform:translate3d(var(--mx,0px),var(--my,0px),0) scale(1.035)}
.hero-shade{background:linear-gradient(90deg,#fafaf7e8 0%,#fafaf7bb 25%,#fafaf70a 58%),linear-gradient(0deg,#fafaf7da,transparent 16%)}
.hero-copy{padding-top:160px;max-width:830px}.hero h1{font-size:clamp(62px,6.2vw,92px)}
.hero-copy>p{color:#37464d;max-width:350px}.hero .btn.soft,.btn.soft{background:#fafaf7e8;color:var(--ink);border-color:#9aa9ad;backdrop-filter:none}
.hero-bottom p,.hero-location{color:#384b54}.scroll-note i{border-color:#798d93}.hero-location{top:125px}.hero-line{top:170px}
.format{background:#e9eee7}.format.photo{background:white;color:var(--ink);padding-top:270px;min-height:530px;border:1px solid var(--line)}
.format.photo img{height:245px;object-position:center 55%}.format.photo:after{display:none}.format.photo h3{font-size:34px}.format.photo p{color:var(--muted)}
.photo-story{display:grid;grid-template-columns:1.1fr 1fr;height:500px;background:var(--surface);border-radius:20px}
.photo-story>img{height:100%;min-width:0;object-position:60% center}.photo-story:after{display:none}
.story-copy{position:static;padding:54px 11%;align-self:center;color:var(--ink);max-width:none}.story-copy h2{font-size:clamp(36px,3.5vw,52px)}.story-copy p{color:var(--muted)}
.dark-section{background:var(--surface);color:var(--ink)}.dark-section .label,.dark-section p{color:var(--muted)}
footer{background:#e8ede8;color:var(--ink)}.footer-nav .label,.fineprint{color:var(--muted)}.fineprint{border-color:#c4ceca}
.sub-hero{background:var(--surface);color:var(--ink);min-height:535px;padding-bottom:64px}
.sub-hero h1{max-width:850px}.sub-hero .lead{color:#46565d;max-width:440px}
.sub-hero .sub-image{left:auto;right:0;width:58%;opacity:1;object-position:72% 62%;mask-image:linear-gradient(90deg,transparent,#000 50%)}
.sub-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#eef1ed 0%,#eef1edee 33%,#eef1ed50 62%,transparent 83%);pointer-events:none}
.breadcrumbs{color:#536267}.breadcrumbs a{border-color:#8e9b9c}
.rate-object{background:#e7ede5;color:var(--ink)}.rate-object .huge{color:#293e35;text-shadow:none}.rate-object p{color:#465b50}.rate-object:before,.rate-object:after{border-color:#9cab99;box-shadow:none}
.vehicle-photo{background:var(--surface)}.vehicle-photo img{transform:none;object-position:right 68%}.vehicle-card:hover .vehicle-photo img{transform:scale(1.035)}
.vehicle-photo span{color:var(--ink);background:#fafaf7eb;border-color:#c4ceca}.catalog-grid .vehicle-card:nth-child(n) img{filter:none;object-position:right 68%}
.form-image{background:var(--surface);display:flex;flex-direction:column;min-height:0;height:auto;align-self:start}.form-image img{height:370px;object-position:75% center}.form-image:after{display:none}.form-image>div{position:static;color:var(--ink);padding:36px}.form-image p{color:var(--muted)}
.office-preview .photo img{object-position:72% center}
@media(max-width:1120px) and (min-width:761px){.hero-copy{max-width:700px}.hero h1{font-size:72px}.photo-story{height:470px}.story-copy{padding:30px}.sub-hero h1{max-width:730px}}
@media(max-width:760px){
 .hero{height:900px;min-height:0}.hero-copy{padding:122px 6% 0}.hero h1{font-size:clamp(43px,13.5vw,65px);max-width:460px}.hero-copy>p{max-width:310px}
 .hero-scene{inset:auto 0 0;width:100%;height:650px;object-fit:cover;object-position:center bottom;mask-image:linear-gradient(transparent,#000 22%);transform:none}
 .hero-shade{background:linear-gradient(#fafaf7 0%,#fafaf7f2 22%,#fafaf740 45%,transparent 58%),linear-gradient(0deg,#fafaf7ee,transparent 14%)}
 .hero .btn.soft{background:#fafaf7e8}.hero-bottom{gap:14px}.hero-bottom p{max-width:150px}.scroll-note{max-width:170px;font-size:8px}
 .format.photo{padding-top:255px;min-height:535px}.format.photo img{height:230px}.format.photo h3{font-size:32px;margin-top:16px}
 .photo-story{height:auto;grid-template-columns:1fr}.photo-story>img{height:290px}.story-copy{padding:30px 7% 35px}.story-copy h2{font-size:37px}.story-copy p{margin-bottom:0}
 .sub-hero{padding-top:120px;padding-bottom:245px;min-height:0}.sub-hero h1{font-size:46px}.sub-hero .lead{color:#46565d;max-width:100%}
 .sub-hero .sub-image{inset:auto 0 0;width:100%;height:240px;opacity:1;object-position:76% 62%;mask-image:linear-gradient(transparent,#000 24%)}
 .sub-hero:after{display:none}.form-image img{height:280px}.form-image>div{padding:28px}.form-image h2{font-size:35px}
 .class-tabs{margin-right:0}.dark-section h2{font-size:36px}
}
@media(max-width:360px){.hero{height:860px}.hero-scene{height:580px}.hero h1{font-size:43px}.sub-hero h1{font-size:40px}.format{padding:24px}.format h3{font-size:32px}.format-number{font-size:155px}}
@media(prefers-reduced-motion:reduce){.hero-scene{transform:none;will-change:auto}}
@media(min-width:761px){.hero-scene{object-position:right center}}

/* User-supplied serif wordmark and square symbol; no enclosing frame. */
.brand{display:inline-flex;align-items:center;flex-shrink:0;line-height:0;letter-spacing:normal}.brand img{display:block;width:132px;height:auto}.footer-top .brand img{width:185px}@media(max-width:760px){.brand img{width:114px}.footer-top .brand img{width:155px}}

.hero-phone{display:inline-flex;align-items:center;gap:16px;margin-top:20px;min-height:44px;color:var(--ink)}.hero-phone span{font-size:12px}.hero-phone strong{font-size:25px;font-weight:500;letter-spacing:-.03em;border-bottom:1px solid #87989b}.hero-phone:hover strong{border-color:var(--ink)}

/* Branch directory remains visible at every screen size. */
.header-city{line-height:1.6;flex-shrink:0}.header-city i{flex-shrink:0}.header-city:hover{color:var(--orange)}
@media(min-width:761px) and (max-width:1120px){header{gap:16px;flex-wrap:wrap;height:112px;align-content:center;row-gap:8px}.header-city{display:flex;font-size:10px}header nav{gap:14px}.header-cta{margin-left:auto}}
@media(max-width:760px){header{gap:12px}.header-city{display:flex;max-width:none;font-size:9px;white-space:nowrap;margin-left:auto;gap:5px}.menu-toggle{flex-shrink:0}}
@media(max-width:380px){header{gap:8px;padding-left:4%;padding-right:4%}.brand img{width:92px}.header-city{font-size:8px;gap:4px}.menu-toggle{margin-left:0}}
@media(min-width:761px) and (max-width:1000px){header{height:96px;flex-wrap:nowrap}.header-cta{display:none}}

/* Single-row header: identity left, contact group centred, navigation right. */
header{display:grid;grid-template-columns:1fr auto 1fr;grid-template-rows:96px;gap:0 24px;height:96px;padding:0 4%;align-content:initial;align-items:center}
.header-identity{display:flex;align-items:center;gap:22px;justify-self:start}
header .header-city{display:flex;margin:0;font-size:10px;max-width:none;white-space:nowrap}
header>nav{grid-column:3;grid-row:1;display:flex;justify-self:end;align-items:center;gap:22px;margin:0;font-size:12px;border:0}
.header-contacts{grid-column:2;grid-row:1;justify-self:center;display:flex;align-items:center;gap:8px}
.header-phone{display:flex;flex-direction:column;justify-content:center;min-height:44px;padding-right:12px;white-space:nowrap;font-size:17px;font-weight:500;line-height:1.4;letter-spacing:-.025em}
.contact-caption{font-size:10px;font-weight:400;letter-spacing:.04em;color:var(--muted)}
.header-phone:hover{color:var(--orange)}
.header-messenger{width:44px;height:44px;padding:10px;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink);display:flex;align-items:center;justify-content:center;opacity:1;cursor:default;flex-shrink:0}
.header-messenger svg{display:block;width:24px;height:24px}
header>.menu-toggle{display:none}
@media(min-width:761px) and (max-width:1200px){header{gap:0 16px}.header-identity{gap:14px}.header-identity .brand img{width:112px}header nav{gap:14px;font-size:11px}.header-phone{font-size:15px;padding-right:6px}}
@media(min-width:761px) and (max-width:1100px){header{grid-template-columns:1fr auto 1fr}header>nav{display:none}header>.menu-toggle{display:block;grid-column:3;grid-row:1;justify-self:end;margin:0}.header-identity{gap:12px}header .header-city{font-size:9px}.mobile-menu{top:96px}}
@media(max-width:760px){
 header{height:140px;grid-template-columns:1fr auto;grid-template-rows:76px 64px;padding:0 6%;gap:0 10px}
 .header-identity{gap:14px}header .header-city{font-size:9px;gap:5px}
 header>.menu-toggle{display:block;grid-column:2;grid-row:1;justify-self:end;margin:0}
 header>nav{display:none}
 .header-contacts{grid-column:1/-1;grid-row:2;justify-self:stretch;align-self:stretch;justify-content:center;border-top:1px solid var(--line);gap:10px}
 .header-phone{font-size:16px;padding-right:14px}.contact-caption{font-size:9px}
 .hero-copy{padding-top:182px}.hero{height:960px}.sub-hero{padding-top:180px}.mobile-menu{top:140px}
}
@media(max-width:380px){header{padding:0 4%;gap:0 8px}.header-identity{gap:12px}header .header-city{font-size:8px}.header-phone{font-size:15px}.hero{height:920px}}
