:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}#home,#about,#services,#geography,#contacts{scroll-margin-top:110px}body,h1,h2,h3,p{margin:0}ul{margin:0;padding:0}button{cursor:pointer;background:0 0;border:none}:root{--color-text:#032842;--color-heading:#012a2d;--color-muted:#435254;--color-hero:#435254;--color-border:#cad1d3;--color-accent:#17e88f;--color-primary:#003f2d;--color-secondary:#538184;--color-wheat:#dbd99a;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.topbar{z-index:1000;background:var(--color-hero);justify-content:space-between;align-items:center;width:100%;min-height:76px;margin:0;padding:18px max(32px,50vw - 900px);transition:transform .25s,opacity .25s;display:flex;position:fixed;top:0;left:0;right:0}.topbar--visible{opacity:1;transform:translateY(0)}.topbar--hidden{opacity:0;transform:translateY(-100%)}.brand{align-items:center;display:flex}.brand__logo{width:auto;height:38px;display:block}.menu-toggle{display:none}.nav{align-items:center;gap:clamp(20px,2.2vw,42px);display:flex}.nav__link{color:#fffffff0;border-bottom:2px solid #0000;padding:7px 0 5px;font-size:.95rem;font-weight:500;transition:color .2s,border-color .2s}.nav__link:hover,.nav__link.active{border-bottom-color:var(--color-accent);color:var(--color-accent)}.nav__link:focus-visible,.menu-toggle:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px}.hero{background:var(--color-hero);width:min(1584px,100vw - 32px);min-height:677px;box-shadow:0 0 0 100vmax var(--color-hero);clip-path:inset(0 -100vmax);grid-template-columns:minmax(0,1fr) minmax(420px,.85fr);align-items:stretch;margin:0 0 0 50%;padding:92px 0 0;display:grid;transform:translate(-50%)}.hero__visual{grid-area:1/1;min-width:0;min-height:540px;overflow:hidden}.hero__visual-image{object-fit:cover;width:100%;height:90%}.hero__content{flex-direction:column;grid-area:1/2;justify-content:center;min-width:0;padding:clamp(46px,5vw,76px) clamp(34px,5vw,72px);display:flex}.hero h1{color:#fff;letter-spacing:-.035em;max-width:660px;font-size:clamp(2.35rem,3.7vw,4rem);font-weight:400;line-height:.98}.hero__stats{align-items:stretch;gap:14px;margin-top:34px;display:flex}.hero__stat{flex-direction:column;flex:1;min-width:0;display:flex}.hero__stat strong{color:var(--color-accent);margin-bottom:6px;font-size:clamp(1.7rem,2.5vw,2.35rem);line-height:1}.hero__stat span{color:#ffffffc2;max-width:130px;font-size:.82rem;line-height:1.45}.hero__stat-divider{background:#ffffff38;width:1px}@media (width<=1020px){.hero{grid-template-columns:1fr;padding:76px 20px 40px}.hero__visual{aspect-ratio:16/10;grid-area:1/1;min-height:0}.hero__content{grid-area:2/1;padding:42px 28px 14px}}@media (width<=900px){.topbar{flex-wrap:wrap;min-height:68px;padding:12px 18px}.brand__logo{height:34px}.menu-toggle{color:#fff;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;margin-left:auto;padding:10px;display:flex}.menu-toggle__line{transform-origin:50%;background:currentColor;width:24px;height:2px;transition:transform .25s,opacity .2s;display:block}.menu-toggle[aria-expanded=true] .menu-toggle__line:first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle[aria-expanded=true] .menu-toggle__line:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] .menu-toggle__line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav{opacity:0;visibility:hidden;width:100%;max-height:0;transition:max-height .3s,opacity .2s,padding .3s,visibility .3s;display:grid;overflow:hidden}.topbar--menu-open .nav{opacity:1;visibility:visible;max-height:360px;padding:14px 0 8px}.nav__link{border-top:1px solid #ffffff29;padding:12px 4px}body.menu-open{overflow:hidden}}@media (width<=600px){.hero{width:calc(100vw - 24px);min-height:0;padding:68px 12px 30px}.hero__visual{aspect-ratio:4/3}.hero__content{padding:32px 12px 8px}.hero__stats{gap:8px}.hero__stat strong{font-size:1.65rem}.hero__stat span{font-size:.75rem}}*{box-sizing:border-box}body{color:var(--color-text);background-color:#f7f8f8;background-image:radial-gradient(circle at 70% 25%,#17e88f1f 0%,#0000 42%),radial-gradient(circle at 20% 75%,#5381841f 0%,#0000 52%),radial-gradient(circle at 50% 15%,#003f2d14 0%,#0000 65%),radial-gradient(circle at 82% 82%,#dbd99a14 0%,#0000 72%);margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}#root{min-height:100vh}.app-shell{flex-direction:column;min-height:100vh;display:flex}main{flex:1;width:min(1200px,100% - 32px);margin:0 auto}.section-heading p,.footer p,.footer a{color:var(--color-muted);line-height:1.7}.section{padding:24px 0 36px}.section--services{padding:32px 0 48px}.section-heading{padding:16px 0 0 24px;position:relative}.section-heading:before{content:"";background:linear-gradient(90deg, var(--color-accent), var(--color-primary));width:40px;height:5px;position:absolute;top:4px;left:5px}.section-heading:after{content:"";background:linear-gradient(180deg, var(--color-accent), var(--color-wheat));width:5px;height:44px;position:absolute;top:4px;left:0}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 26px;display:grid}.services-card{isolation:isolate;border-radius:0;min-height:392px;position:relative;overflow:hidden;box-shadow:0 8px 22px #0328421c}.services-card:before{content:"";z-index:0;background-image:var(--services-card-bg);background-position:100%;background-repeat:no-repeat;background-size:cover;transition:transform .6s;position:absolute;inset:0;transform:scale(1)}.services-card:hover:before{transform:scale(1.045)}.services-card__body{z-index:2;background:linear-gradient(90deg,#fff 0% 43%,#fffffffa 57%,#ffffffd1 68%,#ffffff52 82%,#fff0 100%);flex-direction:column;align-items:flex-start;width:100%;height:100%;padding:26px 26px 28px;display:flex;position:relative}.services-card h3{max-width:310px;color:var(--color-heading);margin:13px 0 10px;font-size:1.5rem;font-weight:750;line-height:1.16}.services-card__icon{background:linear-gradient(145deg,#eff7f2,#e4f0e9);border-radius:15px;flex:none;place-items:center;width:74px;height:74px;display:grid}.services-card__icon img{object-fit:contain;width:56px;height:56px}.services-card__desc{color:#354749;max-width:420px;min-height:42px;margin:0 0 16px;font-size:.82rem;line-height:1.55}.services-card__lists{color:#354749;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:min(520px,77%);margin:0 0 16px;font-size:.82rem;line-height:1.35;display:grid}.services-card__lists ul{min-width:0;margin:0;padding:0;list-style:none}.services-card__lists ul+ul{border-left:1px solid #5381842e;padding-left:18px}.services-card__lists li{margin-bottom:7px;padding-left:15px;position:relative}.services-card__lists li:before{content:"•";color:#00865e;font-size:.95em;position:absolute;top:0;left:0}@media (width<=1160px){.services-grid{grid-template-columns:1fr}.services-card{min-height:392px}.services-card__lists{width:min(520px,68%)}.services-card__body{background:linear-gradient(90deg,#fff 0%,#fffffffc 46%,#ffffffdb 62%,#ffffff38 79%,#fff0 100%)}}@media (width<=760px){.services-grid{grid-template-columns:1fr}.services-card{min-height:390px}.services-card__lists{width:82%}}@media (width<=480px){.services-card{min-height:470px}.services-card:before{background-position:62%}.services-card__body{background:linear-gradient(90deg,#fff 0%,#fffffffc 68%,#ffffffd1 100%);padding:22px}.services-card__icon{width:64px;height:64px}.services-card__icon img{width:50px;height:50px}.services-card__lists{grid-template-columns:1fr;gap:0;width:100%}.services-card__lists ul+ul{border-left:0;padding-left:0}}.section-heading{margin-bottom:24px}.section-heading__top{justify-content:space-between;align-items:baseline;gap:24px;display:flex}.section-heading h2{color:var(--color-heading);margin:8px 0;font-size:clamp(1.7rem,2.6vw,2.3rem)}.footer{border-top:1px solid var(--color-border);justify-content:space-between;gap:48px;width:min(1200px,100% - 32px);margin:0 auto 24px;padding:24px;display:flex}.footer>div:first-child{max-width:560px}.footer>div:last-child{text-align:right;flex:none}.footer__title{color:#0b1b2d;font-weight:700}.footer a{margin-top:6px;display:block}.contact-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 48px;padding:18px 24px 0;display:grid}.contact-details a{color:var(--color-heading);font-size:1.08rem;font-weight:700}.contact-details p{color:var(--color-muted);line-height:1.6}@media (width<=600px){.section-heading__top{flex-direction:column;align-items:flex-start;gap:4px}}.about-copy-section{padding-top:64px}.about-copy{border-bottom:1px solid var(--color-border);grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(40px,8vw,110px);padding:18px 24px 56px;display:grid}.about-copy__lead{color:var(--color-heading);letter-spacing:-.025em;font-size:clamp(1.45rem,2.5vw,2.15rem);font-weight:600;line-height:1.35}.about-copy__detail p{color:var(--color-muted);font-size:1.02rem;line-height:1.75}.about-copy__detail p+p{margin-top:20px}.geography-section{min-width:0;padding-top:54px;overflow:hidden}.geography-map-scroll{overscroll-behavior-x:contain;scrollbar-gutter:stable;scrollbar-color:var(--color-primary) #53818429;scrollbar-width:thin;-webkit-overflow-scrolling:touch;width:100%;min-width:0;max-width:100%;display:flex;position:relative;overflow:scroll hidden}.geography-map-scroll::-webkit-scrollbar{-webkit-appearance:none;height:10px;display:block}.geography-map-scroll::-webkit-scrollbar-track{background:#53818429;border-radius:999px}.geography-map-scroll::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:999px}.geography-map{aspect-ratio:889/560;flex:1 0 720px;width:100%;min-width:720px;position:relative;overflow:hidden}.geography-map__routes{width:100%;height:100%;position:absolute;inset:0}.geography-map__routes line{fill:none;stroke:var(--color-secondary);stroke-dasharray:1.7 1.5;stroke-linecap:round;stroke-width:.52px;opacity:.52;vector-effect:non-scaling-stroke}.geography-point{top:var(--point-y);left:var(--point-x);z-index:1;flex-direction:column;align-items:center;display:flex;position:absolute;transform:translate(-50%,-24%)}.geography-point__dot{z-index:2;background:var(--color-accent);box-sizing:content-box;background-clip:padding-box;border:3px solid #17e88f33;border-radius:50%;width:10px;height:10px;position:relative}.geography-point__label{z-index:1;color:var(--color-text);white-space:nowrap;border-radius:999px;margin-top:2px;padding:5px 10px;font-size:clamp(.68rem,1.15vw,.88rem);font-weight:650;line-height:1;position:relative}.geography-point--major .geography-point__dot{border-width:5px;width:17px;height:17px}.geography-point--major .geography-point__label,.geography-point--hub .geography-point__label{background:var(--color-primary);color:#fff;padding:7px 12px;font-size:clamp(.8rem,1.4vw,1rem)}.geography-point--hub:before{content:"";background:#17e88f1f;border-radius:50%;width:72px;height:72px;position:absolute;top:-22px;left:50%;transform:translate(-50%)}.geography-point--hub .geography-point__dot{background:var(--color-primary);border-width:6px;border-color:#53818459;width:27px;height:27px}@media (width<=900px){.about-copy{grid-template-columns:1fr;gap:28px}}@media (width<=600px){.about-copy-section{padding-top:38px}.about-copy{gap:24px;padding:8px 0 38px}.geography-section{padding-top:38px}.geography-map-scroll{overscroll-behavior-inline:contain;scrollbar-width:thin;width:100%;overflow:scroll hidden}.geography-map{width:720px}.contact-details{grid-template-columns:1fr;padding-left:0;padding-right:0}.footer{flex-direction:column;justify-content:flex-start;gap:28px;padding:24px 4px}.footer>div:first-child{max-width:100%}.footer>div:last-child{text-align:left}}@media (width<=767px){body{overflow-x:clip}main{width:calc(100% - 24px)}.topbar{min-height:64px;padding:10px 14px}.topbar--menu-open{max-height:100dvh;overflow-y:auto}.brand__logo{height:31px}.nav__link{min-height:46px;padding:13px 4px;font-size:1rem}.hero{width:calc(100vw - 24px);padding:64px 0 28px}.hero__visual{aspect-ratio:4/3}.hero__visual-image{height:100%}.hero__content{padding:28px 12px 4px}.hero h1{font-size:clamp(2rem,10vw,2.8rem);line-height:1.02}.hero__stats{gap:8px;margin-top:28px}.hero__stat strong{font-size:clamp(1.55rem,7vw,1.9rem)}.hero__stat span{font-size:.74rem;line-height:1.35}.section{padding:32px 0}.section--services,.about-copy-section,.geography-section{padding-top:40px}.section-heading{margin-bottom:22px;padding:14px 0 0 20px}.section-heading h2{font-size:clamp(1.65rem,8vw,2rem);line-height:1.08}.section-heading p{font-size:.94rem;line-height:1.55}.about-copy{grid-template-columns:1fr;gap:22px;padding:4px 0 34px}.about-copy__lead{font-size:clamp(1.35rem,6.5vw,1.7rem)}.about-copy__detail p{font-size:.96rem;line-height:1.65}.services-grid{gap:16px}.services-card{min-height:440px}.services-card__body{padding:20px}.services-card h3{max-width:270px;font-size:1.3rem}.services-card__desc,.services-card__lists{font-size:.78rem}.services-card__lists{grid-template-columns:1fr;gap:0;width:100%}.services-card__lists ul+ul{border-left:0;padding-left:0}.geography-map-scroll{width:100%;margin-left:0;padding-bottom:8px}.contact-details{grid-template-columns:1fr;gap:14px;padding:4px 0 0}.contact-details a,.contact-details p{overflow-wrap:anywhere}.footer{flex-direction:column;gap:24px;width:calc(100% - 24px);margin-bottom:12px;padding:24px 0}.footer>div:last-child{text-align:left}}@media (width<=380px){.hero__content{padding-left:6px;padding-right:6px}.hero__stats{gap:5px}.hero__stat span{font-size:.69rem}.services-card{min-height:460px}}@media (width<=767px){:root{--mobile-gutter:20px}main{width:100%;margin:0}.topbar{width:100%;padding-right:var(--mobile-gutter);padding-left:var(--mobile-gutter)}.hero{width:100%;padding:76px var(--mobile-gutter) 36px;box-shadow:none;clip-path:none;margin:0;transform:none}.hero__visual,.hero__content{width:100%}.hero__content{padding:36px 0 4px}.section,.section--services,.about-copy-section,.geography-section,.contacts-section{width:100%;padding:44px var(--mobile-gutter);margin:0}.section-heading{width:100%;margin:0 0 28px}.about-copy,.services-grid,.geography-map-scroll,.contact-details{width:100%;margin-left:0;margin-right:0}.about-copy{padding-left:0;padding-right:0}.services-grid{padding:0}.geography-map-scroll{touch-action:auto;min-width:0;max-width:100%;padding-bottom:10px;display:flex;overflow:scroll hidden}.geography-map{flex:0 0 720px;width:720px;min-width:720px;max-width:none}.contact-details{padding-left:0;padding-right:0}.footer{width:100%;padding:32px var(--mobile-gutter);margin:0}}@media (width<=380px){:root{--mobile-gutter:16px}}
