:root{--green:#4ea93b;--green-dark:#2f7f2d;--green-soft:#eaf4e8;--ink:#1f2724;--muted:#68706d;--line:#dfe5e1;--bg:#f7f9f7;--white:#fff;--shadow:0 14px 40px rgba(26,56,36,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.skip{position:absolute;left:-9999px}.skip:focus{left:20px;top:20px;background:#fff;padding:10px;z-index:1000}
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.nav{height:78px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:14px;min-width:280px}.brand img{height:42px;width:auto}.brand .divider{width:1px;height:34px;background:var(--line)}.menu{margin-left:auto;display:flex;gap:22px;align-items:center}.menu a{font-size:14px;font-weight:700;color:#33413a}.menu a:hover,.menu a[aria-current="page"]{color:var(--green-dark)}.cta{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:var(--green);color:#fff!important;padding:12px 17px;font-weight:700}.burger{display:none;margin-left:auto;border:0;background:none;font-size:28px}
.hero{position:relative;min-height:620px;display:grid;align-items:end;color:#fff;overflow:hidden;background:#243229}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(26,86,38,.88) 0%,rgba(43,130,48,.72) 48%,rgba(15,35,24,.34) 100%)}.hero-content{position:relative;z-index:2;padding:105px 0 72px;max-width:780px}.eyebrow{font-size:13px;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:var(--green-dark)}.hero .eyebrow{color:#d9f0d3}.hero h1{font-size:clamp(42px,6vw,72px);line-height:1.02;margin:12px 0 20px;letter-spacing:-.03em}.hero p{font-size:21px;max-width:720px;margin:0 0 28px}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:8px;font-weight:800;border:1px solid transparent}.btn-primary{background:#fff;color:var(--green-dark)}.btn-secondary{border-color:rgba(255,255,255,.6);color:#fff}.btn-green{background:var(--green);color:#fff}.btn-outline{border-color:var(--green);color:var(--green-dark)}
section{padding:86px 0}.section-head{max-width:800px;margin-bottom:38px}.section-head h2{font-size:clamp(32px,4vw,48px);line-height:1.1;margin:8px 0 14px;letter-spacing:-.025em}.section-head p{font-size:18px;color:var(--muted)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px;box-shadow:0 1px 0 rgba(0,0,0,.02)}.card h3{margin:8px 0 10px;font-size:21px}.card p{margin:0;color:var(--muted)}.num{font-size:13px;font-weight:900;color:var(--green)}.link{display:inline-flex;margin-top:16px;font-weight:800;color:var(--green-dark)}
.soft{background:var(--bg)}.green-band{background:var(--green-dark);color:#fff}.green-band .section-head p,.green-band .eyebrow{color:#d8ead5}.media-card{padding:0;overflow:hidden}.media-card img{height:230px;width:100%;object-fit:cover}.media-card .body{padding:24px}.feature{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.feature img{width:100%;height:430px;object-fit:cover;border-radius:16px;box-shadow:var(--shadow)}.checklist{list-style:none;padding:0;margin:24px 0 0}.checklist li{position:relative;padding:10px 0 10px 28px;border-bottom:1px solid var(--line)}.checklist li:before{content:"";position:absolute;left:0;top:18px;width:9px;height:9px;border-radius:50%;background:var(--green)}
.process{counter-reset:step;display:grid;gap:0}.step{display:grid;grid-template-columns:58px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid var(--line)}.step b{font-size:17px}.step .n{font-weight:900;color:var(--green);font-size:24px}.step p{margin:4px 0 0;color:var(--muted)}
.logo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.logo-tile{height:126px;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;justify-content:center;padding:22px;background:#fff}.logo-tile img{max-height:62px;max-width:82%;object-fit:contain}.contacts{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.person img{aspect-ratio:1/1;object-fit:cover;border-radius:14px}.person h3{margin:14px 0 2px}.person small{display:block;color:var(--green-dark);font-weight:800;margin-bottom:10px}.person a{display:block;color:#44514b;font-size:14px}.contact-bars{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px}.contact-bar{background:var(--green-soft);border-radius:12px;padding:20px}.contact-bar b{display:block;color:var(--green-dark);margin-bottom:7px}.badge-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.badge{border:1px solid #cdd8cf;border-radius:999px;padding:9px 13px;font-weight:700;font-size:13px;background:#fff}
.subhero{position:relative;color:#fff;min-height:390px;display:grid;align-items:end;overflow:hidden;background:#355a3d}.subhero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.subhero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(44,126,45,.9),rgba(44,126,45,.55))}.subhero .inner{position:relative;z-index:2;padding:92px 0 56px;max-width:850px}.subhero h1{font-size:clamp(38px,5vw,62px);line-height:1.06;margin:8px 0 12px}.subhero p{font-size:20px;max-width:760px}.kicker{font-weight:900;text-transform:uppercase;font-size:13px;letter-spacing:.1em;color:#d9efd5}
footer{background:#1f2724;color:#d6ddda;padding:48px 0 30px}.foot{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:35px}.foot img{height:38px;width:auto;filter:brightness(0) invert(1);opacity:.9}.foot h4{color:#fff;margin:0 0 12px}.foot a{display:block;margin:7px 0;color:#d6ddda}.fine{border-top:1px solid #3a4640;margin-top:34px;padding-top:22px;font-size:13px;color:#aab5af;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
@media(max-width:980px){.menu{display:none;position:absolute;left:0;right:0;top:78px;background:#fff;padding:20px 24px;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start}.menu.open{display:flex}.burger{display:block}.grid-4{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:1fr 1fr}.feature{grid-template-columns:1fr}.contacts{grid-template-columns:1fr 1fr}.logo-grid{grid-template-columns:1fr 1fr}.foot{grid-template-columns:1fr 1fr}.hero{min-height:560px}}
@media(max-width:640px){.wrap{width:min(100% - 28px,1180px)}.brand{min-width:auto}.brand .divider,.brand img:nth-of-type(2){display:none}.nav{height:68px}.menu{top:68px}.hero{min-height:600px}.hero-content{padding:90px 0 52px}.hero p{font-size:18px}.grid-4,.grid-3,.grid-2,.contacts,.contact-bars,.logo-grid,.foot{grid-template-columns:1fr}.feature img{height:300px}section{padding:64px 0}.logo-tile{height:110px}}

/* Legal page */
.legal-hero{padding:76px 0 52px;background:linear-gradient(135deg,var(--green-soft),#fff)}
.legal-hero h1{font-size:clamp(38px,6vw,62px);line-height:1.05;margin:8px 0 12px;letter-spacing:-.03em}
.legal-hero p{font-size:18px;color:var(--muted);max-width:720px;margin:0}
.legal-section{padding-top:56px}
.legal-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:start}
.legal-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:32px;box-shadow:var(--shadow);min-width:0}
.legal-card h2{margin:0 0 18px;font-size:25px;line-height:1.2}
.legal-card address{font-style:normal;color:#435049;margin-bottom:22px}
.legal-data{margin:0;display:grid;gap:0}
.legal-data>div{display:grid;grid-template-columns:150px minmax(0,1fr);gap:18px;padding:12px 0;border-bottom:1px solid var(--line)}
.legal-data dt{font-weight:800;color:#38463f}
.legal-data dd{margin:0;min-width:0;overflow-wrap:anywhere;color:#4f5c56}
.legal-data a{color:var(--green-dark);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.legal-divider{height:1px;background:var(--line);margin:24px 0 8px}
.hours-box{margin-top:28px;background:var(--green-soft);border-radius:12px;padding:22px}
.hours-box h3{margin:0 0 10px;color:var(--green-dark)}
.hours-box p:last-child{margin-bottom:0}

/* Mobile hardening */
html,body{max-width:100%;overflow-x:hidden}
button,a{touch-action:manipulation}
.menu a,.btn,.cta,.burger{min-height:44px}
.burger{min-width:44px;align-items:center;justify-content:center;color:var(--ink);cursor:pointer}
.card,.person,.contact-bar,.logo-tile{min-width:0}
.person a,.contact-bar a,.foot a{overflow-wrap:anywhere}

@media(max-width:980px){
  .nav{position:relative}
  .menu{max-height:calc(100vh - 78px);overflow-y:auto;box-shadow:0 14px 30px rgba(0,0,0,.08)}
  .menu a{width:100%;display:flex;align-items:center}
  .menu .cta{justify-content:center}
  .legal-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  body{font-size:16px}
  .nav{gap:12px}
  .brand img{height:34px;max-width:190px;object-fit:contain}
  .burger{display:flex;padding:6px;font-size:26px}
  .hero{min-height:520px}
  .hero-content{padding:76px 0 44px}
  .hero h1{font-size:clamp(36px,11vw,52px)}
  .hero p,.subhero p{font-size:17px}
  .actions{display:grid;grid-template-columns:1fr;width:100%}
  .btn{width:100%;text-align:center}
  .section-head h2{font-size:clamp(30px,9vw,40px)}
  .card{padding:22px}
  .media-card{padding:0}
  .media-card img{height:210px}
  .feature{gap:30px}
  .feature img{height:260px}
  .contacts{gap:30px}
  .person img{max-width:320px}
  .contact-bar{padding:18px}
  .foot{gap:28px}
  .fine{display:block}
  .fine span{display:block;margin-top:10px}
  .legal-hero{padding:58px 0 38px}
  .legal-section{padding:42px 0 62px}
  .legal-card{padding:22px 18px;border-radius:12px}
  .legal-card h2{font-size:22px}
  .legal-data>div{grid-template-columns:1fr;gap:4px;padding:11px 0}
  .legal-data dt{font-size:14px;color:var(--muted)}
  .hours-box{padding:18px}
}
@media(max-width:380px){
  .wrap{width:min(100% - 20px,1180px)}
  .brand img{max-width:155px}
  .hero h1{font-size:34px}
  section{padding:54px 0}
}

/* Contact form + privacy-friendly map */
.contact-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:30px;align-items:start}
.contact-form{background:#fff;border:1px solid var(--line);border-radius:16px;padding:30px;box-shadow:var(--shadow)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid label{display:grid;gap:7px;font-weight:800;color:#39463f}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid #cfd8d2;border-radius:9px;padding:13px 14px;font:inherit;color:var(--ink);background:#fff}.form-grid textarea{resize:vertical;min-height:150px}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{outline:3px solid rgba(78,169,59,.16);border-color:var(--green)}.form-grid .full{grid-column:1/-1}.consent{grid-template-columns:22px 1fr!important;align-items:start;font-weight:400!important;font-size:14px;color:var(--muted)!important}.consent input{width:18px;height:18px;margin-top:2px}.consent a{color:var(--green-dark);text-decoration:underline}.hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-note{margin:12px 0 0;color:var(--muted);font-size:13px}.contact-side-card{background:var(--green-dark);color:#fff;border-radius:16px;padding:28px;position:sticky;top:104px}.contact-side-card h3{margin-top:0;font-size:24px}.contact-side-card a{display:block;margin:10px 0;font-weight:800}.contact-side-card p{color:#e2eee0}.location-section{padding-top:78px}.map-placeholder{position:relative;min-height:440px;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#eef3ef}.map-placeholder>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.8)}.map-placeholder:after{content:"";position:absolute;inset:0;background:rgba(20,35,26,.46)}.map-overlay{position:relative;z-index:2;min-height:440px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:620px;padding:42px;color:#fff}.map-overlay h3{font-size:32px;margin:0 0 8px}.map-overlay p{font-size:17px;margin:0 0 20px}.map-overlay .btn{margin:5px 0}.map-overlay .btn-outline{border-color:#fff;color:#fff}.map-frame{width:100%;height:440px;border:0;border-radius:16px;display:block}
@media(max-width:800px){.contact-layout{grid-template-columns:1fr}.contact-side-card{position:static}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}}
@media(max-width:640px){.contact-form{padding:20px 16px}.map-placeholder,.map-overlay,.map-frame{min-height:380px;height:380px}.map-overlay{padding:26px 20px}.map-overlay h3{font-size:27px}.map-overlay .btn{width:100%}}
.form-status{border-radius:10px;padding:13px 15px;margin-bottom:18px;font-weight:700}.form-status.success{background:#e8f5e5;color:#286d27;border:1px solid #b8d9b2}.form-status.error{background:#fff0ee;color:#8a2d24;border:1px solid #e8c1bc}

.map-direct{border-radius:16px;overflow:hidden;border:1px solid var(--line);background:#fff}.map-direct .map-frame{border-radius:0}.map-actions{padding:16px;display:flex;justify-content:flex-end;background:#fff}.map-actions .btn{margin:0}
@media(max-width:640px){.map-actions{padding:14px}.map-actions .btn{width:100%}}

/* v7 polish: dual-brand header, centered mobile menu, normalized logos, compact legal pages */
.nav{gap:18px}.brand{gap:10px;min-width:0;flex:0 0 auto}.brand img{height:30px;max-width:165px;object-fit:contain}.menu{gap:14px}.menu a{white-space:nowrap;line-height:1.2}

.company-lockup{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:26px 0 2px}.company-mark{min-height:94px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px 18px;display:flex;flex-direction:column;justify-content:center;gap:10px}.company-mark img{height:30px;width:auto;max-width:100%;object-fit:contain;object-position:left center;border-radius:0;box-shadow:none}.company-mark-label{font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--green-dark)}

.logo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;align-items:stretch}.logo-tile{grid-column:span 2;height:124px;padding:18px 14px}.logo-tile.logo-feature{grid-column:span 3;height:132px}.logo-tile img{height:52px;width:auto;max-height:52px;max-width:92%;object-fit:contain}.logo-tile.logo-lh img{height:52px;max-height:52px;max-width:none}.logo-tile.logo-lh:first-child img{max-width:92%}

.footer-logos{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px}.footer-logos img{height:28px;width:auto;max-width:150px;filter:none;opacity:.96}.footer-logo-divider{width:1px;height:24px;background:#4c5b54}.foot>div:first-child>img{display:none}

.legal-hero-compact{padding:46px 0 32px}.legal-hero-compact h1{font-size:clamp(34px,5vw,52px);margin-bottom:8px}.legal-hero-compact p{font-size:16px}.legal-grid-compact{gap:18px}.legal-card-compact{padding:24px}.legal-card-compact h2{font-size:22px;margin-bottom:12px}.legal-card-compact address{margin-bottom:14px}.legal-card-compact .legal-divider{margin:16px 0 4px}.legal-card-compact .legal-data>div{padding:8px 0}.legal-card-compact .legal-data{font-size:14px}

.terms-section{padding:54px 0 80px}.terms-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:34px;align-items:start}.terms-toc{position:sticky;top:102px;background:var(--bg);border:1px solid var(--line);border-radius:14px;padding:22px}.terms-toc h2{font-size:18px;margin:0 0 14px}.terms-toc ol{list-style:none;padding:0;margin:0;display:grid;gap:2px}.terms-toc a{display:grid;grid-template-columns:42px 1fr;gap:7px;padding:7px 0;font-size:13px;color:#4d5953;line-height:1.35}.terms-toc a:hover{color:var(--green-dark)}.terms-toc a span{font-weight:900;color:var(--green-dark)}.terms-content{min-width:0}.terms-intro{background:var(--green-soft);border-radius:14px;padding:26px;margin-bottom:28px}.terms-intro h2{margin:0 0 12px;font-size:25px}.terms-intro p:last-child{margin-bottom:0}.terms-major{padding:0;margin:0 0 38px}.terms-major>h2{font-size:27px;line-height:1.2;border-bottom:2px solid var(--green);padding-bottom:12px;margin:0 0 8px}.terms-major>p{color:#4e5a54}.terms-item{padding:22px 0;border-bottom:1px solid var(--line)}.terms-item h3{display:flex;gap:12px;align-items:flex-start;font-size:19px;line-height:1.3;margin:0 0 10px}.terms-item h3 span{min-width:44px;color:var(--green-dark);font-weight:900}.terms-item p{margin:8px 0;color:#46524c}.terms-item ul,.terms-item ol{margin:10px 0 10px 24px;color:#46524c}.terms-item li{margin:6px 0}

@media(max-width:1120px) and (min-width:981px){.nav{gap:12px}.brand img{height:26px;max-width:145px}.menu{gap:10px}.menu a{font-size:13px}.cta{padding:10px 13px}}
@media(max-width:980px){
  .menu{align-items:stretch;text-align:center;gap:4px;padding:14px 20px 20px}
  .menu a{justify-content:center!important;text-align:center;white-space:normal;line-height:1.28;padding:11px 16px;border-radius:8px}
  .menu a:not(.cta):hover,.menu a[aria-current="page"]{background:var(--green-soft)}
  .terms-layout{grid-template-columns:1fr}.terms-toc{position:static}.logo-grid{grid-template-columns:repeat(2,1fr)}.logo-tile,.logo-tile.logo-feature{grid-column:span 1}.logo-tile.logo-feature{grid-column:span 2}
}
@media(max-width:640px){
  .brand{gap:6px;flex:1;min-width:0}.brand .divider{display:block;width:1px;height:21px}.brand img,.brand img:nth-of-type(2){display:block;height:20px;max-width:105px}.nav{gap:8px}
  .menu{top:68px}
  .company-lockup{grid-template-columns:1fr;gap:10px;margin-top:22px}.company-mark{min-height:80px;padding:14px 16px}.company-mark img{height:25px}.company-mark-label{font-size:11px}
  .logo-grid{grid-template-columns:repeat(2,1fr);gap:10px}.logo-tile{grid-column:span 1;height:96px;padding:13px 9px}.logo-tile.logo-feature{grid-column:span 2;height:104px}.logo-tile img{height:40px;max-height:40px;max-width:88%}.logo-tile.logo-lh img{height:40px;max-height:40px;max-width:none}.logo-tile.logo-lh:first-child img{max-width:92%}
  .footer-logos{gap:7px}.footer-logos img{height:22px;max-width:112px}.footer-logo-divider{height:19px}
  .legal-hero-compact{padding:38px 0 26px}.legal-card-compact{padding:18px 16px}.legal-card-compact h2{font-size:20px}.legal-card-compact .legal-data>div{padding:7px 0}
  .terms-section{padding:38px 0 60px}.terms-toc{padding:17px}.terms-toc a{grid-template-columns:38px 1fr;font-size:12px}.terms-intro{padding:20px}.terms-intro h2{font-size:21px}.terms-major>h2{font-size:23px}.terms-item{padding:18px 0}.terms-item h3{font-size:17px;gap:8px}.terms-item h3 span{min-width:38px}
}
@media(max-width:360px){.brand img,.brand img:nth-of-type(2){height:18px;max-width:92px}.brand .divider{height:18px}.burger{min-width:40px}}

/* typographic rhythm cleanup */
p{margin-top:0}.section-head p{margin:0}.feature>div>p{margin:0 0 16px}.feature>div>p:last-of-type{margin-bottom:20px}.card h2,.card h3,.person h3,.contact-side-card h3{line-height:1.22}.card p:last-child,.legal-card p:last-child,.terms-item p:last-child{margin-bottom:0}.badge-row{margin-bottom:0}

/* v8 refinements: exact brand order/alignment, full warehouse image, equal reference tiles */
header .nav{height:82px;align-items:center}
header .brand{height:44px;display:flex;align-items:center;gap:12px}
header .brand img{display:block;width:auto;height:30px;max-width:178px;object-fit:contain;object-position:center}
header .brand .divider{height:30px;align-self:center}
header .menu{align-items:center}
header .menu a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;line-height:1.15;margin:0;padding-top:0;padding-bottom:0}
header .menu .cta{padding-left:17px;padding-right:17px}
.site-photo-full{height:auto!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important;background:#fff}
.logo-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.logo-tile,.logo-tile.logo-feature{grid-column:auto;height:126px;padding:20px;background:#fff}
.logo-tile img,.logo-tile.logo-lh img{display:block;width:78%;height:58px;max-width:78%;max-height:58px;object-fit:contain;object-position:center;margin:auto}
@media(max-width:1120px) and (min-width:981px){header .nav{height:78px}header .brand img{height:27px;max-width:154px}header .brand{gap:9px}.logo-tile{height:116px}}
@media(max-width:980px){header .menu{top:78px}.logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.logo-tile,.logo-tile.logo-feature{grid-column:auto;height:112px}.logo-tile img,.logo-tile.logo-lh img{width:76%;height:52px;max-width:76%;max-height:52px}}
@media(max-width:640px){header .nav{height:68px}header .brand{height:36px;gap:6px}header .brand img,header .brand img:nth-of-type(2){display:block;height:20px;max-width:104px}header .brand .divider{display:block;height:21px}.menu{top:68px}.logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.logo-tile,.logo-tile.logo-feature{height:100px;padding:13px 10px}.logo-tile img,.logo-tile.logo-lh img{width:82%;height:44px;max-width:82%;max-height:44px}.site-photo-full{width:100%!important;height:auto!important}}

/* Privacy page */
.privacy-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:34px;align-items:start}
.privacy-toc{position:sticky;top:104px;background:var(--bg);border:1px solid var(--line);border-radius:14px;padding:20px}
.privacy-toc h2{font-size:18px;margin:0 0 12px}.privacy-toc a{display:block;padding:7px 0;color:#4d5953;font-size:13px;line-height:1.35}.privacy-toc a:hover{color:var(--green-dark)}
.privacy-content{min-width:0}.privacy-block{padding:0 0 26px;margin:0 0 28px;border-bottom:1px solid var(--line)}.privacy-block:last-child{border-bottom:0}.privacy-block h2{font-size:27px;margin:0 0 12px}.privacy-block h3{font-size:19px;margin:18px 0 8px}.privacy-block p,.privacy-block li{color:#46524c}.privacy-block ul{margin:10px 0 10px 22px}.privacy-note{background:var(--green-soft);border-radius:12px;padding:18px 20px;margin:16px 0}.privacy-note p:last-child{margin-bottom:0}
@media(max-width:900px){.privacy-layout{grid-template-columns:1fr}.privacy-toc{position:static}.privacy-block h2{font-size:23px}}

/* v9 layout audit and project-flow correction */
.project-flow{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:34px;align-items:stretch}
.project-steps{min-width:0}
.project-steps .step:first-child{padding-top:0}
.project-steps .step:last-child{border-bottom:0;padding-bottom:0}
.project-image{min-width:0;display:flex;align-items:stretch}
.project-image img{width:100%;height:100%;min-height:520px;object-fit:cover;object-position:center;border-radius:14px;box-shadow:var(--shadow)}

/* consistent vertical rhythm across cards and content blocks */
section>.wrap>:first-child{margin-top:0}
.section-head{margin-bottom:34px}
.step{align-items:start}
.step .n{line-height:1.15;padding-top:1px}
.step b{display:block;line-height:1.28}
.step p{line-height:1.48}

/* stable header alignment on desktop */
@media(min-width:981px){
  header .nav{display:grid;grid-template-columns:auto 1fr;column-gap:26px}
  header .brand{justify-self:start}
  header .menu{justify-self:end;margin-left:0}
}

@media(max-width:980px){
  .project-flow{grid-template-columns:1fr;gap:26px}
  .project-image img{height:auto;min-height:0;max-height:none;object-fit:contain;background:#fff}
}
@media(max-width:640px){
  .project-flow{gap:22px}
  .project-steps .step{grid-template-columns:48px minmax(0,1fr);gap:12px;padding:15px 0}
  .project-steps .step .n{font-size:21px}
  .project-steps .step b{font-size:16px}
  .project-image img{border-radius:12px}
}


/* Consent manager */
.consent-backdrop{position:fixed;inset:0;background:rgba(20,31,26,.34);z-index:9998;opacity:0;pointer-events:none;transition:opacity .2s ease}
.consent-backdrop.show{opacity:1;pointer-events:auto}
.consent-banner{position:fixed;left:50%;bottom:22px;transform:translate(-50%,24px);width:min(760px,calc(100% - 32px));background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 24px 70px rgba(20,44,30,.22);z-index:9999;padding:24px;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}
.consent-banner.show{opacity:1;pointer-events:auto;transform:translate(-50%,0)}
.consent-banner h2{margin:0 0 9px;font-size:24px;line-height:1.2;letter-spacing:-.015em}
.consent-banner p{margin:0;color:var(--muted);line-height:1.55}
.consent-categories{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}
.consent-category{border:1px solid var(--line);border-radius:12px;padding:12px 14px;background:var(--bg)}
.consent-category strong{display:block;font-size:14px;margin-bottom:3px;color:var(--ink)}
.consent-category span{display:block;font-size:13px;color:var(--muted);line-height:1.4}
.consent-category.required{border-color:#cfe0d0;background:var(--green-soft)}
.consent-actions{display:flex;gap:10px;justify-content:flex-end;align-items:center;flex-wrap:wrap;margin-top:16px}
.consent-actions .btn{min-width:150px}
.consent-links{margin-top:13px;font-size:13px;color:var(--muted)}
.consent-links a{color:var(--green-dark);font-weight:800;text-decoration:underline;text-underline-offset:3px}
.consent-settings-link{display:inline!important;border:0;background:none;padding:0;color:inherit;font:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:3px}
.map-consent-placeholder{min-height:360px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(135deg,var(--green-soft),#f8faf8);display:flex;align-items:center;justify-content:center;text-align:center;padding:30px;color:var(--ink)}
.map-consent-placeholder .inner{max-width:520px}
.map-consent-placeholder h3{margin:0 0 8px;font-size:24px}
.map-consent-placeholder p{margin:0 0 18px;color:var(--muted)}
.map-frame.is-disabled{display:none}
body.consent-open{overflow:hidden}
@media(max-width:640px){
  .consent-banner{bottom:10px;width:calc(100% - 20px);padding:20px;border-radius:16px}
  .consent-banner h2{font-size:21px}
  .consent-categories{grid-template-columns:1fr}
  .consent-actions{display:grid;grid-template-columns:1fr;width:100%}
  .consent-actions .btn{width:100%;min-width:0}
  .map-consent-placeholder{min-height:300px;padding:24px 18px}
}

/* v12 footer compacting + stronger secondary GIV slash */
footer{padding:40px 0 24px}
.foot{gap:28px}
.foot h4{margin:0 0 8px;line-height:1.2}
.foot p{margin:0;line-height:1.38}
.foot a{margin:4px 0;line-height:1.3}
.footer-logos{margin-bottom:10px}
.fine{margin-top:28px;padding-top:18px;line-height:1.35;gap:14px}
.fine span{margin:0}
@media(max-width:640px){
  footer{padding:34px 0 22px}
  .foot{gap:20px}
  .foot h4{margin-bottom:6px}
  .foot>div{margin:0}
  .foot p{line-height:1.34}
  .foot a{margin:3px 0;line-height:1.28}
  .footer-logos{margin-bottom:9px}
  .fine{margin-top:22px;padding-top:16px;line-height:1.35}
  .fine span{margin-top:7px}
  .fine span:first-child{margin-top:0}
  .fine a,.consent-settings-link{line-height:1.35}
}


/* v16 logo normalization */
.logo-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.logo-tile,.logo-tile.logo-feature{grid-column:auto;height:126px;padding:18px 14px;background:#fff;display:flex;align-items:center;justify-content:center}
.logo-tile img,.logo-tile.logo-lh img{display:block;width:auto;height:auto;max-width:78%;max-height:46px;object-fit:contain;object-position:center;margin:auto}
.logo-tile.logo-lh img,.logo-tile.logo-lh-cargo img{max-width:74%;max-height:38px}
.logo-tile.logo-aircanada img{max-width:66%;max-height:26px}
.logo-tile.logo-kn img{max-width:76%;max-height:36px}
.logo-tile.logo-transway img{max-width:58%;max-height:38px}
.logo-tile.logo-speednext img{max-width:58%;max-height:44px}
.logo-tile.logo-acc img{max-width:56%;max-height:54px}
.logo-tile.logo-hpe img{max-width:34%;max-height:50px}
@media(max-width:1120px) and (min-width:981px){.logo-tile{height:116px}.logo-tile img,.logo-tile.logo-lh img{max-height:42px}.logo-tile.logo-lh img,.logo-tile.logo-lh-cargo img{max-height:35px}}
@media(max-width:980px){.logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.logo-tile,.logo-tile.logo-feature{height:112px}.logo-tile img,.logo-tile.logo-lh img{max-width:80%;max-height:42px}.logo-tile.logo-lh img,.logo-tile.logo-lh-cargo img{max-width:76%;max-height:34px}.logo-tile.logo-aircanada img{max-width:68%;max-height:23px}.logo-tile.logo-kn img{max-width:78%;max-height:32px}.logo-tile.logo-transway img{max-width:60%;max-height:34px}.logo-tile.logo-speednext img{max-width:60%;max-height:40px}.logo-tile.logo-acc img{max-width:58%;max-height:48px}.logo-tile.logo-hpe img{max-width:36%;max-height:44px}}
@media(max-width:640px){.logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.logo-tile,.logo-tile.logo-feature{height:100px;padding:13px 10px}.logo-tile img,.logo-tile.logo-lh img{max-width:82%;max-height:38px}.logo-tile.logo-lh img,.logo-tile.logo-lh-cargo img{max-width:78%;max-height:31px}.logo-tile.logo-aircanada img{max-width:70%;max-height:21px}.logo-tile.logo-kn img{max-width:80%;max-height:29px}.logo-tile.logo-transway img{max-width:62%;max-height:30px}.logo-tile.logo-speednext img{max-width:62%;max-height:36px}.logo-tile.logo-acc img{max-width:60%;max-height:42px}.logo-tile.logo-hpe img{max-width:38%;max-height:40px}}


/* v17 contact-card desktop fix */
.contacts{align-items:start}
.person{min-width:0;display:flex;flex-direction:column;align-items:flex-start}
.person img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:center top;border-radius:14px}
.person h3{margin:14px 0 4px;font-size:18px}
.person small{margin-bottom:10px;line-height:1.3}
.person a{line-height:1.45}
.contact-bars{align-items:stretch}
.contact-bar{min-height:84px;display:flex;flex-direction:column;justify-content:center}

@media(min-width:981px){
  .contacts{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
  .person img{aspect-ratio:4/5;min-height:0;max-height:none}
}
@media(max-width:980px){
  .contacts{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
}
@media(max-width:640px){
  .contacts{grid-template-columns:1fr;gap:28px}
  .person{max-width:340px}
  .person img{width:100%;aspect-ratio:1/1;max-width:none}
}


/* v20 logo section sizing fix */
.logo-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
.logo-tile,.logo-tile.logo-feature{grid-column:auto;height:136px;padding:18px 18px;display:flex;align-items:center;justify-content:center;background:#fff}
.logo-tile img{display:block;width:auto;height:auto;max-width:74%;max-height:52px;object-fit:contain;object-position:center;margin:auto}
.logo-tile.logo-lh img{max-width:74%;max-height:50px}
.logo-tile.logo-lh-cargo img{max-width:76%;max-height:48px}
.logo-tile.logo-aircanada img{max-width:72%;max-height:26px}
.logo-tile.logo-kn img{max-width:84%;max-height:46px}
.logo-tile.logo-transway img{max-width:56%;max-height:40px}
.logo-tile.logo-speednext img{max-width:56%;max-height:48px}
.logo-tile.logo-acc img{max-width:60%;max-height:62px}
.logo-tile.logo-hpe img{max-width:34%;max-height:58px}
@media(max-width:980px){
  .logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .logo-tile,.logo-tile.logo-feature{height:118px;padding:16px 14px}
  .logo-tile img{max-width:76%;max-height:44px}
  .logo-tile.logo-lh img{max-width:76%;max-height:42px}
  .logo-tile.logo-lh-cargo img{max-width:78%;max-height:40px}
  .logo-tile.logo-aircanada img{max-width:72%;max-height:24px}
  .logo-tile.logo-kn img{max-width:84%;max-height:40px}
  .logo-tile.logo-transway img{max-width:58%;max-height:34px}
  .logo-tile.logo-speednext img{max-width:58%;max-height:42px}
  .logo-tile.logo-acc img{max-width:62%;max-height:52px}
  .logo-tile.logo-hpe img{max-width:36%;max-height:50px}
}
@media(max-width:640px){
  .logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .logo-tile,.logo-tile.logo-feature{height:104px;padding:12px 10px}
  .logo-tile img{max-width:80%;max-height:38px}
  .logo-tile.logo-lh img{max-width:80%;max-height:36px}
  .logo-tile.logo-lh-cargo img{max-width:82%;max-height:34px}
  .logo-tile.logo-aircanada img{max-width:74%;max-height:22px}
  .logo-tile.logo-kn img{max-width:86%;max-height:34px}
  .logo-tile.logo-transway img{max-width:60%;max-height:30px}
  .logo-tile.logo-speednext img{max-width:60%;max-height:38px}
  .logo-tile.logo-acc img{max-width:64%;max-height:46px}
  .logo-tile.logo-hpe img{max-width:38%;max-height:44px}
}


/* v22 logo sizing rebalance */
.logo-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
.logo-tile,.logo-tile.logo-feature{grid-column:auto;height:140px;padding:16px 16px;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden}
.logo-tile img,.logo-tile.logo-lh img,.logo-tile.logo-lh-cargo img,.logo-tile.logo-aircanada img,.logo-tile.logo-kn img,.logo-tile.logo-transway img,.logo-tile.logo-speednext img,.logo-tile.logo-acc img,.logo-tile.logo-hpe img{display:block;width:auto;height:auto;max-width:88%;max-height:76px;object-fit:contain;object-position:center;margin:auto}
@media(max-width:980px){
  .logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .logo-tile,.logo-tile.logo-feature{height:120px;padding:14px 12px}
  .logo-tile img,.logo-tile.logo-lh img,.logo-tile.logo-lh-cargo img,.logo-tile.logo-aircanada img,.logo-tile.logo-kn img,.logo-tile.logo-transway img,.logo-tile.logo-speednext img,.logo-tile.logo-acc img,.logo-tile.logo-hpe img{max-width:88%;max-height:64px}
}
@media(max-width:640px){
  .logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .logo-tile,.logo-tile.logo-feature{height:104px;padding:12px 10px}
  .logo-tile img,.logo-tile.logo-lh img,.logo-tile.logo-lh-cargo img,.logo-tile.logo-aircanada img,.logo-tile.logo-kn img,.logo-tile.logo-transway img,.logo-tile.logo-speednext img,.logo-tile.logo-acc img,.logo-tile.logo-hpe img{max-width:90%;max-height:52px}
}

/* v23: ensure Google Maps consent placeholder actually disappears after consent */
.map-consent-placeholder[hidden]{display:none!important}

/* v24 logo normalization override */
.logo-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.logo-tile,.logo-tile.logo-feature{
  grid-column:auto;
  height:136px;
  padding:18px 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  overflow:hidden;
}
.logo-tile img,
.logo-tile.logo-lh img,
.logo-tile.logo-lh-cargo img,
.logo-tile.logo-aircanada img,
.logo-tile.logo-kn img,
.logo-tile.logo-transway img,
.logo-tile.logo-speednext img,
.logo-tile.logo-acc img,
.logo-tile.logo-hpe img{
  display:block;
  width:auto !important;
  height:56px !important;
  max-width:84% !important;
  max-height:none !important;
  object-fit:contain;
  object-position:center;
  margin:auto;
}
@media(max-width:980px){
  .logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .logo-tile,.logo-tile.logo-feature{height:116px;padding:15px 12px}
  .logo-tile img,
  .logo-tile.logo-lh img,
  .logo-tile.logo-lh-cargo img,
  .logo-tile.logo-aircanada img,
  .logo-tile.logo-kn img,
  .logo-tile.logo-transway img,
  .logo-tile.logo-speednext img,
  .logo-tile.logo-acc img,
  .logo-tile.logo-hpe img{height:48px !important;max-width:84% !important}
}
@media(max-width:640px){
  .logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .logo-tile,.logo-tile.logo-feature{height:104px;padding:12px 10px}
  .logo-tile img,
  .logo-tile.logo-lh img,
  .logo-tile.logo-lh-cargo img,
  .logo-tile.logo-aircanada img,
  .logo-tile.logo-kn img,
  .logo-tile.logo-transway img,
  .logo-tile.logo-speednext img,
  .logo-tile.logo-acc img,
  .logo-tile.logo-hpe img{height:42px !important;max-width:84% !important}
}


/* v25 fixes: iPhone image compatibility, no image distortion, tuned logo sizing */
.content-photo{display:block;width:100%;height:auto!important;max-width:100%;aspect-ratio:auto!important;object-fit:contain!important}
.logo-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
.logo-tile,.logo-tile.logo-feature{grid-column:auto;height:136px;padding:16px 16px;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden}
.logo-tile img,.logo-tile.logo-lh img,.logo-tile.logo-lh-cargo img,.logo-tile.logo-aircanada img,.logo-tile.logo-kn img,.logo-tile.logo-transway img,.logo-tile.logo-speednext img,.logo-tile.logo-acc img,.logo-tile.logo-hpe img{display:block;width:auto!important;height:auto!important;max-width:86%!important;max-height:56px!important;object-fit:contain;object-position:center;margin:auto}
@media(max-width:980px){.logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.logo-tile,.logo-tile.logo-feature{height:116px;padding:15px 12px}.logo-tile img,.logo-tile.logo-lh img,.logo-tile.logo-lh-cargo img,.logo-tile.logo-aircanada img,.logo-tile.logo-kn img,.logo-tile.logo-transway img,.logo-tile.logo-speednext img,.logo-tile.logo-acc img,.logo-tile.logo-hpe img{max-width:86%!important;max-height:48px!important}}
@media(max-width:640px){.logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.logo-tile,.logo-tile.logo-feature{height:104px;padding:12px 10px}.logo-tile img,.logo-tile.logo-lh img,.logo-tile.logo-lh-cargo img,.logo-tile.logo-aircanada img,.logo-tile.logo-kn img,.logo-tile.logo-transway img,.logo-tile.logo-speednext img,.logo-tile.logo-acc img,.logo-tile.logo-hpe img{max-width:88%!important;max-height:42px!important}}


/* v25 final mobile/desktop fixes */
.person img{display:block;width:100%;height:auto!important;aspect-ratio:4/5;object-fit:cover;object-position:center top;border-radius:14px;background:#f3f5f3}
.content-photo{display:block;width:100%;height:auto!important;max-width:100%;aspect-ratio:auto!important;object-fit:contain!important}
.logo-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
.logo-tile,.logo-tile.logo-feature{grid-column:auto;height:136px;padding:16px 16px;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden}
.logo-tile img,.logo-tile.logo-lh img,.logo-tile.logo-lh-cargo img,.logo-tile.logo-aircanada img,.logo-tile.logo-kn img,.logo-tile.logo-transway img,.logo-tile.logo-speednext img,.logo-tile.logo-acc img,.logo-tile.logo-hpe img{display:block;width:auto!important;height:auto!important;object-fit:contain;object-position:center;margin:auto;max-width:82%!important;max-height:50px!important}
.logo-tile.logo-lh img,.logo-tile.logo-lh-cargo img{max-width:82%!important;max-height:46px!important}
.logo-tile.logo-aircanada img{max-width:80%!important;max-height:28px!important}
.logo-tile.logo-kn img{max-width:78%!important;max-height:40px!important}
.logo-tile.logo-transway img{max-width:66%!important;max-height:42px!important}
.logo-tile.logo-speednext img{max-width:66%!important;max-height:46px!important}
.logo-tile.logo-acc img{max-width:68%!important;max-height:54px!important}
.logo-tile.logo-hpe img{max-width:44%!important;max-height:54px!important}
@media(max-width:980px){.logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.logo-tile,.logo-tile.logo-feature{height:116px;padding:15px 12px}.logo-tile img,.logo-tile.logo-lh img,.logo-tile.logo-lh-cargo img,.logo-tile.logo-aircanada img,.logo-tile.logo-kn img,.logo-tile.logo-transway img,.logo-tile.logo-speednext img,.logo-tile.logo-acc img,.logo-tile.logo-hpe img{max-width:84%!important;max-height:44px!important}.logo-tile.logo-lh img,.logo-tile.logo-lh-cargo img{max-height:40px!important}.logo-tile.logo-aircanada img{max-height:24px!important}.logo-tile.logo-kn img{max-height:35px!important}.logo-tile.logo-transway img{max-height:38px!important}.logo-tile.logo-speednext img{max-height:42px!important}.logo-tile.logo-acc img{max-height:48px!important}.logo-tile.logo-hpe img{max-width:46%!important;max-height:46px!important}}
@media(max-width:640px){.logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.logo-tile,.logo-tile.logo-feature{height:104px;padding:12px 10px}.logo-tile img,.logo-tile.logo-lh img,.logo-tile.logo-lh-cargo img,.logo-tile.logo-aircanada img,.logo-tile.logo-kn img,.logo-tile.logo-transway img,.logo-tile.logo-speednext img,.logo-tile.logo-acc img,.logo-tile.logo-hpe img{max-width:84%!important;max-height:38px!important}.logo-tile.logo-lh img,.logo-tile.logo-lh-cargo img{max-height:34px!important}.logo-tile.logo-aircanada img{max-height:21px!important}.logo-tile.logo-kn img{max-height:30px!important}.logo-tile.logo-transway img{max-height:33px!important}.logo-tile.logo-speednext img{max-height:36px!important}.logo-tile.logo-acc img{max-height:42px!important}.logo-tile.logo-hpe img{max-width:48%!important;max-height:40px!important}}

/* v26: final optical logo balancing */
.logo-tile.logo-lh img{transform:scale(1);transform-origin:center}
.logo-tile.logo-lh-cargo img{transform:scale(1.28);transform-origin:center}
.logo-tile.logo-aircanada img{transform:scale(1);transform-origin:center}
.logo-tile.logo-kn img{transform:scale(1);transform-origin:center}
.logo-tile.logo-transway img{transform:scale(1.13);transform-origin:center}
.logo-tile.logo-speednext img{transform:scale(1.10);transform-origin:center}
.logo-tile.logo-acc img{transform:scale(1);transform-origin:center}
.logo-tile.logo-hpe img{transform:scale(1.20);transform-origin:center}

/* v27 logo normalization: equalize Lufthansa crane size and fine-tune remaining logos */
.logo-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
.logo-tile,.logo-tile.logo-feature{grid-column:auto;height:136px;padding:16px 16px;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden}
.logo-tile img{display:block;width:auto!important;height:auto!important;max-width:84%!important;max-height:50px!important;object-fit:contain;object-position:center;margin:auto;transform-origin:center center}

/* baseline sizes */
.logo-tile.logo-lh img{max-width:82%!important;max-height:46px!important;transform:scale(1.00)!important}
/* scale up cargo so the crane symbol matches Lufthansa 1:1 */
.logo-tile.logo-lh-cargo img{max-width:82%!important;max-height:46px!important;transform:scale(1.36)!important}

/* keep these roughly as approved */
.logo-tile.logo-aircanada img{max-width:80%!important;max-height:28px!important;transform:scale(1.00)!important}
.logo-tile.logo-kn img{max-width:78%!important;max-height:40px!important;transform:scale(1.00)!important}

/* requested slight upsizing */
.logo-tile.logo-transway img{max-width:66%!important;max-height:42px!important;transform:scale(1.18)!important}
.logo-tile.logo-speednext img{max-width:66%!important;max-height:46px!important;transform:scale(1.15)!important}
.logo-tile.logo-acc img{max-width:68%!important;max-height:54px!important;transform:scale(1.00)!important}
.logo-tile.logo-hpe img{max-width:44%!important;max-height:54px!important;transform:scale(1.30)!important}

@media(max-width:980px){
  .logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .logo-tile,.logo-tile.logo-feature{height:116px;padding:15px 12px}
  .logo-tile img{max-width:86%!important;max-height:44px!important}
  .logo-tile.logo-lh img{max-height:40px!important;transform:scale(1.00)!important}
  .logo-tile.logo-lh-cargo img{max-height:40px!important;transform:scale(1.34)!important}
  .logo-tile.logo-aircanada img{max-height:24px!important;transform:scale(1.00)!important}
  .logo-tile.logo-kn img{max-height:35px!important;transform:scale(1.00)!important}
  .logo-tile.logo-transway img{max-height:38px!important;transform:scale(1.16)!important}
  .logo-tile.logo-speednext img{max-height:42px!important;transform:scale(1.13)!important}
  .logo-tile.logo-acc img{max-height:48px!important;transform:scale(1.00)!important}
  .logo-tile.logo-hpe img{max-width:46%!important;max-height:46px!important;transform:scale(1.25)!important}
}

@media(max-width:640px){
  .logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .logo-tile,.logo-tile.logo-feature{height:104px;padding:12px 10px}
  .logo-tile img{max-width:84%!important;max-height:38px!important}
  .logo-tile.logo-lh img{max-height:34px!important;transform:scale(1.00)!important}
  .logo-tile.logo-lh-cargo img{max-height:34px!important;transform:scale(1.32)!important}
  .logo-tile.logo-aircanada img{max-height:21px!important;transform:scale(1.00)!important}
  .logo-tile.logo-kn img{max-height:30px!important;transform:scale(1.00)!important}
  .logo-tile.logo-transway img{max-height:33px!important;transform:scale(1.14)!important}
  .logo-tile.logo-speednext img{max-height:36px!important;transform:scale(1.12)!important}
  .logo-tile.logo-acc img{max-height:42px!important;transform:scale(1.00)!important}
  .logo-tile.logo-hpe img{max-width:48%!important;max-height:40px!important;transform:scale(1.22)!important}
}


/* v28 local SEO landing pages */
.local-landing-links .grid-4{align-items:stretch}.local-link-card{display:block;color:inherit}.local-link-card h3{color:var(--green-dark)}.local-seo-strip{padding:34px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.local-seo-links{display:flex;flex-wrap:wrap;gap:10px 14px;margin-top:12px}.local-seo-link{font-size:14px;font-weight:700;color:var(--green-dark);padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:#fff}.local-seo-link:hover{border-color:var(--green);background:var(--green-soft)}
