:root{--ink:#101414;--paper:#f4f6f3;--white:#fff;--green:#3aab8a;--deep:#16755c;--orange:#f26a2e;--line:#cdd6d3;--muted:#46514f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,"DejaVu Sans",sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid var(--orange);outline-offset:3px}.header{height:88px;padding:0 5.5%;display:flex;align-items:center;gap:42px;background:var(--paper)}.brand img{width:170px;display:block}.header nav{display:flex;gap:30px;margin-left:auto;font-size:14px}.header nav a:hover,.text-link:hover{color:var(--orange)}.phone{font-weight:bold;color:var(--deep);font-size:15px}.menu{display:none;border:0;background:none;font-size:24px}.hero{min-height:630px;background:var(--green);display:grid;grid-template-columns:47% 53%;position:relative;overflow:hidden}.hero-copy{padding:90px 7.5%;position:relative;z-index:1}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:bold;margin:0 0 26px}.eyebrow.green{color:var(--deep)}.orange-text{color:var(--orange)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(42px,5vw,76px);line-height:.98;letter-spacing:-3px;margin-bottom:28px}h1 em,h2 i{font-style:normal;color:var(--orange)}.hero h1 em{color:var(--ink)}.lead{font-size:18px;line-height:1.45;max-width:430px;margin-bottom:38px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;background:var(--orange);color:var(--white);padding:18px 23px;border-radius:32px;font-weight:bold;min-width:220px}.button span{font-size:20px}.button-light{background:var(--ink)}.hero-image{position:relative}.hero-image img{height:100%;width:100%;object-fit:cover;display:block;clip-path:polygon(14% 0,100% 0,100% 100%,0 100%)}.route{position:absolute;bottom:38px;right:7%;font-size:12px;letter-spacing:2px;color:var(--white);font-weight:bold}.route span{font-size:22px;margin-left:15px}.section{padding:110px 7.5%}.section-head h2{font-size:clamp(40px,4.5vw,64px);line-height:.98;letter-spacing:-2px;margin-bottom:50px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.choice-card{height:360px;border-radius:28px;overflow:hidden;position:relative;color:var(--white);display:flex;flex-direction:column;justify-content:flex-end}.choice-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.72;transition:transform .4s}.choice-card:hover img{transform:scale(1.04)}.choice-card:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.8))}.choice-card>div{position:relative;z-index:1;padding:25px}.choice-card b{display:block;font-size:26px;margin-bottom:10px}.choice-card span{font-size:14px}.dark{background:var(--ink)}.orange{background:var(--orange)}.green-card{background:var(--deep)}.steps{background:var(--white)}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.step-grid article{border-top:2px solid var(--line);padding-top:22px}.step-grid strong{color:var(--orange);font-size:14px}.step-grid h3{font-size:30px;line-height:1.05;margin:35px 0 18px}.step-grid p,.service-copy>p{color:var(--muted);font-size:16px;line-height:1.5;max-width:300px}.contact{background:var(--ink);color:var(--white);display:flex;justify-content:space-between;align-items:end;border-radius:40px;margin:80px 5.5%;padding:80px 7.5%}.contact h2{font-size:clamp(42px,5vw,72px);line-height:.95;letter-spacing:-3px}.contact h2 i{color:var(--green)}.contact p{color:#b9c2bf;margin-bottom:30px}.contact-note{display:flex;flex-direction:column;gap:15px;text-align:right}.contact-note span{color:#aab6b1;font-size:12px}.contact-note a{color:var(--green);font-size:22px;font-weight:bold}.service{display:grid;grid-template-columns:1.1fr 1fr;gap:8%;align-items:center}.service-img img{width:100%;height:450px;object-fit:cover;border-radius:30px}.service-copy h2{font-size:clamp(40px,4.5vw,64px);line-height:.98;letter-spacing:-2px}.service-copy h2 i{color:var(--orange)}.text-link{display:inline-block;color:var(--deep);font-weight:bold;margin-top:22px}.locations{background:var(--white)}.location-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.location-grid article{border:1px solid var(--line);border-radius:26px;padding:32px;min-height:220px}.number{color:var(--orange);font-size:13px;font-weight:bold}.location-grid h3{font-size:25px;margin:25px 0 8px}.location-grid p{color:var(--muted);margin-bottom:22px}.location-grid b{display:block;font-size:13px;margin-bottom:25px}.location-grid a{color:var(--deep);font-weight:bold;font-size:14px}.footer{padding:35px 7.5%;display:flex;align-items:center;gap:30px;font-size:12px;color:var(--muted)}.footer img{width:140px}.footer a{margin-left:auto;color:var(--deep);font-weight:bold}@media(max-width:700px){.header{height:72px;padding:0 20px;gap:15px}.brand img{width:140px}.header nav{display:none}.header nav.open{display:flex;position:absolute;top:72px;left:0;right:0;background:var(--paper);padding:20px;flex-direction:column;z-index:5}.header .phone{display:none}.menu{display:block;margin-left:auto}.hero{display:flex;flex-direction:column;min-height:0}.hero-copy{padding:60px 20px 50px}.hero-image{height:270px}.hero-image img{clip-path:none}.route{bottom:20px;right:20px}.section{padding:70px 20px}.section-head h2{margin-bottom:32px}.cards,.step-grid,.location-grid,.service{grid-template-columns:1fr}.choice-card{height:280px}.step-grid{gap:25px}.step-grid h3{margin:22px 0 12px}.contact{margin:35px 12px;padding:55px 28px;display:block;border-radius:28px}.contact-note{text-align:left;margin-top:35px}.service-img img{height:280px}.service-copy{padding-top:10px}.footer{padding:28px 20px;flex-wrap:wrap;gap:15px}.footer span{order:3;width:100%}.footer a{margin-left:0}h1{letter-spacing:-2px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.choice-card img{transition:none}}