:root{--navy:#082d65;--deep:#041e46;--blue:#1465e6;--sky:#22a8ef;--cyan:#63cef4;--ink:#0a2a5c;--muted:#5f6e82;--line:#dce6f2;--pale:#f6f9fc;--white:#fff;--orange:#ffab22}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;background:#fff;line-height:1.45}img{display:block;width:100%}a{text-decoration:none;color:inherit}.wrap{max-width:1180px;margin:0 auto;padding-left:28px;padding-right:28px}.site-header{background:#fff;position:sticky;top:0;z-index:30;box-shadow:0 1px 0 rgba(2,31,69,.08)}.nav{height:96px;display:grid;grid-template-columns:150px 1fr 225px;align-items:center;gap:18px}.brand img{width:96px;height:76px;object-fit:contain}.nav nav{display:flex;justify-content:center;gap:28px;font-size:12px;font-weight:700;padding-top:18px}.header-right{align-self:stretch;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:10px}.header-meta{display:flex;justify-content:flex-end;gap:24px;font-size:9px;font-weight:600;color:#375170}.header-meta a{font-weight:800}.btn{display:inline-flex;align-items:center;justify-content:center;gap:13px;padding:13px 18px;border-radius:2px;font-weight:700;font-size:12px;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--blue);color:white;border:1px solid var(--blue)}.btn-outline{border:1px solid var(--blue);color:var(--blue);background:#fff}.btn-light{background:white;color:var(--blue);border:1px solid white}.nav-cta{align-self:flex-end;min-width:180px}.menu-btn{display:none}
.hero{max-width:1500px;margin:0 auto;min-height:440px;display:grid;grid-template-columns:40% 60%;overflow:hidden;background:#fff}.hero-copy{padding:54px 48px 55px max(46px,calc((100vw - 1180px)/2 + 28px));position:relative;overflow:hidden}.hero h1,.story h2,.club h2,.areas h2{font-family:'Libre Baskerville',Georgia,serif;font-weight:400;letter-spacing:-.038em}.hero h1{font-size:49px;line-height:1.08;margin:0 0 19px}.hero-copy>p{max-width:430px;color:#52647d;font-size:14px;line-height:1.55}.hero-actions{display:flex;gap:15px;margin-top:26px;position:relative;z-index:2}.hero-photo{height:440px}.hero-photo img{height:100%;object-fit:cover;object-position:center 52%}.van-wave{pointer-events:none;background-image:url("assets/blu-air-stream.svg");background-repeat:no-repeat;background-size:135% 100%;background-position:50% 50%;transform-origin:center;will-change:transform,background-position;animation:bluAirDrift 11s ease-in-out infinite alternate,bluAirBreathe 5.5s ease-in-out infinite}
.hero-wave{position:absolute;left:-34px;right:-42px;bottom:-26px;height:125px;opacity:.78;filter:saturate(1.08)}
@keyframes bluAirDrift{0%{background-position:42% 50%;transform:translate3d(-1.5%,2px,0) scaleX(1.03)}50%{background-position:55% 50%;transform:translate3d(1.2%,-2px,0) scaleX(1.06)}100%{background-position:68% 50%;transform:translate3d(2.8%,1px,0) scaleX(1.03)}}
@keyframes bluAirBreathe{0%,100%{filter:saturate(1.03);opacity:.72}50%{filter:saturate(1.15);opacity:.9}}
.trust-strip{background:linear-gradient(90deg,#062555,#08336d);color:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:76px}.trust-grid>div{display:flex;gap:16px;align-items:center;justify-content:center;border-right:1px solid rgba(255,255,255,.22);font-size:11px;line-height:1.35;letter-spacing:.2px}.trust-grid>div:last-child{border:0}.trust-icon{font-size:26px;font-weight:400;line-height:1}.people{font-size:23px}
.story{display:grid;grid-template-columns:40% 60%;max-width:1500px;margin:0 auto;background:linear-gradient(104deg,#fff 0,#f3f8fd 100%)}.story-photo{height:390px}.story-photo img{height:100%;object-fit:cover;object-position:center 47%}.story-copy{padding:37px 7vw 32px 5.5vw}.eyebrow{font-size:9px;letter-spacing:1.5px;font-weight:800;color:var(--blue);margin-bottom:10px}.eyebrow.light{color:#7fc6ff}.story h2{font-size:34px;line-height:1.16;margin:0 0 12px}.story-copy>p{max-width:570px;color:#55687f;font-size:13px;line-height:1.55}.reasons{display:grid;grid-template-columns:repeat(3,1fr);margin-top:25px}.reasons>div{display:flex;gap:12px;padding:0 16px;border-right:1px solid var(--line)}.reasons>div:first-child{padding-left:0}.reasons>div:last-child{border:0}.reasons span{color:var(--blue);font-size:21px}.reasons b{display:block;font-size:11px;line-height:1.18}.reasons small{display:block;color:#758296;font-size:9px;line-height:1.45;margin-top:6px;max-width:120px}
.services{padding-top:31px;padding-bottom:34px}.services-label{text-align:center;margin-bottom:20px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.service-card{height:286px;position:relative;overflow:hidden;background:#123;border-radius:3px}.service-card img{height:100%;object-fit:cover;transition:.4s}.service-card:nth-child(1) img{object-position:44% center}.service-card:nth-child(2) img{object-position:center}.service-card:nth-child(3) img{object-position:48% center}.service-card:nth-child(4) img{object-position:center}.service-card:hover img{transform:scale(1.03)}.service-card .shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.83),rgba(0,0,0,.03) 67%)}.service-text{position:absolute;left:18px;right:16px;bottom:15px;color:#fff}.service-text h3{font-size:14px;margin:0 0 5px}.service-text p{font-size:11px;line-height:1.4;margin:0 0 11px;color:#eef3fa;max-width:190px}.service-text span{display:inline-flex;width:34px;height:26px;align-items:center;justify-content:center;background:var(--blue)}
.wave-section{position:relative;background:linear-gradient(105deg,#052554,#073474);color:#fff;overflow:hidden}.section-wave{position:absolute;z-index:0;opacity:.7;background-image:url("assets/blu-air-stream.svg");background-repeat:no-repeat;background-size:145% 100%;background-position:50% 50%;will-change:transform,background-position;animation:bluSectionFlow 16s ease-in-out infinite alternate}
@keyframes bluSectionFlow{0%{background-position:35% 50%;transform:translate3d(-2%,0,0) scaleY(.94)}50%{background-position:52% 50%;transform:translate3d(1%,3px,0) scaleY(1.03)}100%{background-position:72% 50%;transform:translate3d(3%,0,0) scaleY(.96)}}
.wave-left{left:-90px;right:45%;bottom:-50px;height:160px}.wave-right{left:48%;right:-100px;bottom:-38px;height:145px}.club-grid{position:relative;z-index:1;display:grid;grid-template-columns:45% 55%;min-height:360px;padding-top:40px;padding-bottom:40px;gap:42px}.club h2{font-size:31px;line-height:1.14;margin:0 0 13px;color:#fff}.club-copy p{color:#dceaff;max-width:480px;font-size:12px}.price{font-size:13px;margin:14px 0 18px}.price strong{font-size:29px}.price span{font-size:10px}.club-gallery{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:6px;height:282px}.club-gallery img{height:100%;object-fit:cover}.club-gallery .big{grid-row:1/3}
.reviews{padding-top:27px;padding-bottom:34px}.review-layout{display:grid;grid-template-columns:44% 56%;gap:35px}.review-layout blockquote{margin:0;background:#fff;padding:21px 25px;box-shadow:0 5px 22px rgba(14,49,89,.08);position:relative;border:1px solid #eef3f8;min-height:145px}.quote{font-family:Georgia;font-size:51px;color:var(--blue);line-height:.7;float:left;margin-right:9px}.review-layout blockquote p{font-weight:700;font-size:13px;line-height:1.4;margin:4px 0 13px}.review-by{display:flex;align-items:center;gap:12px}.stars{color:var(--orange);letter-spacing:1.4px;font-size:11px}.review-layout cite{font-style:normal;color:#5c6b7e;font-size:10px}.mini-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);min-height:145px}.mini-reviews article{background:#fff;padding:18px 15px}.mini-reviews p{font-size:10px;line-height:1.45}.mini-reviews b{font-size:9px}
.areas{display:grid;grid-template-columns:42% 58%;min-height:236px}.area-photo{position:relative;z-index:1}.area-photo img{height:100%;object-fit:cover;object-position:center 58%}.area-copy{position:relative;z-index:1;padding:37px 7vw 30px 5vw}.areas h2{font-size:31px;margin:0 0 6px;color:#fff}.area-copy p{color:#e6effa;font-size:11px;margin:0 0 18px}.area-copy .btn{padding:10px 14px;font-size:10px}
.resources{position:relative;overflow:hidden;background:#fff}.resources-inner{position:relative;z-index:2;padding-top:18px;padding-bottom:24px}.resources-kicker{text-align:center;margin-bottom:13px}.resource-row{display:grid;grid-template-columns:170px 1fr auto;align-items:center;border:0;background:#fff;min-height:108px;box-shadow:0 0 0 1px #e3ebf3}.resource-row>img{height:108px;object-fit:cover}.resource-row>div{padding:10px 20px}.resource-row .eyebrow{margin-bottom:4px}.resource-row h3{margin:0 0 5px;font-family:'Libre Baskerville',Georgia,serif;font-weight:400;font-size:16px}.resource-row p{font-size:10px;color:#66778e;max-width:520px;margin:0 0 6px}.resource-row a:not(.btn){color:var(--blue);font-weight:700;font-size:9px}.resource-row>.btn{margin-right:22px;font-size:10px;padding:11px 15px}.resources-wave{position:absolute;z-index:1;right:-95px;bottom:-28px;width:560px;height:145px;opacity:.48;background-image:url("assets/blu-air-stream.svg");background-repeat:no-repeat;background-size:150% 100%;background-position:40% 50%;will-change:transform,background-position;animation:bluResourceFlow 14s ease-in-out infinite alternate}
@keyframes bluResourceFlow{0%{background-position:30% 50%;transform:translateX(-2%)}100%{background-position:78% 50%;transform:translateX(3%)}}
@media (prefers-reduced-motion:reduce){.van-wave,.section-wave,.resources-wave{animation:none!important;transform:none!important}.service-card img,.btn{transition:none}}
footer{background:#041e46;color:#fff;padding:30px 0 25px}.footer-grid{display:grid;grid-template-columns:1.45fr .95fr .95fr .95fr 1.1fr 1.35fr;gap:25px;align-items:start}.footer-brand img{width:86px;height:55px;object-fit:contain;background:white;padding:4px}.footer-grid p,.footer-grid a{display:block;font-size:8px;color:#bdd0e8;line-height:1.9}.footer-grid b{display:block;font-size:8px;letter-spacing:.9px;margin-bottom:6px;color:#78b6ff}.footer-contact{display:flex;flex-direction:column;align-items:stretch;gap:8px}.footer-contact .phone{color:#fff;font-size:10px;font-weight:800;text-align:center}.footer-contact .btn{font-size:9px;padding:10px 10px}.social{text-align:center;font-size:15px}.footer-contact small{text-align:center;color:#9eb7d4;font-size:8px}
@media(max-width:900px){.nav{height:75px;grid-template-columns:95px 1fr auto}.nav nav{display:none;position:absolute;top:75px;left:0;right:0;background:white;flex-direction:column;padding:20px 28px;border-top:1px solid var(--line)}.nav nav.open{display:flex}.menu-btn{display:block;justify-self:end;border:0;background:transparent;color:var(--ink);font-weight:700}.header-right{display:none}.brand img{width:76px;height:57px}.hero{grid-template-columns:1fr}.hero-copy{padding:48px 28px 65px}.hero h1{font-size:42px}.hero-photo{height:360px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid>div{padding:20px;border-bottom:1px solid rgba(255,255,255,.16)}.story{grid-template-columns:1fr}.story-photo{height:340px}.story-copy{padding:42px 28px}.reasons{grid-template-columns:1fr;gap:18px}.reasons>div{padding:0;border:0}.service-grid{grid-template-columns:repeat(2,1fr)}.club-grid{grid-template-columns:1fr}.review-layout{grid-template-columns:1fr}.areas{grid-template-columns:1fr}.area-photo{height:280px}.resource-row{grid-template-columns:140px 1fr}.resource-row>.btn{grid-column:1/3;margin:0 18px 18px;justify-self:start}.footer-grid{grid-template-columns:repeat(3,1fr)}.footer-brand{grid-column:1/2}.footer-contact{grid-column:3/4}}
@media(max-width:560px){.wrap{padding-left:20px;padding-right:20px}.hero h1{font-size:36px}.hero-actions{flex-direction:column;align-items:stretch}.hero-photo{height:275px}.trust-grid{grid-template-columns:1fr}.trust-grid>div{justify-content:flex-start;border-right:0}.story h2,.club h2,.areas h2{font-size:29px}.service-grid{grid-template-columns:1fr}.service-card{height:280px}.club-gallery{height:250px}.mini-reviews{grid-template-columns:1fr}.resource-row{grid-template-columns:1fr}.resource-row>img{height:170px}.resource-row>.btn{grid-column:1;margin:0 18px 18px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/3}.footer-contact{grid-column:1/3}.footer-grid>div:nth-child(3),.footer-grid>div:nth-child(4){display:none}}

/* v4 polish: larger branding, deliberate photo crops, visibly moving BLU airflow */
.nav{grid-template-columns:190px 1fr 225px;height:108px}
.brand{display:flex;align-items:center;height:100%}
.brand img{width:150px;height:96px;object-fit:contain}
.hero-photo img{object-position:center 48%}
.story-photo img{object-position:center 38%}
.service-card:nth-child(1) img{object-position:50% 42%}
.service-card:nth-child(2) img{object-position:50% 58%}
.service-card:nth-child(3) img{object-position:50% 36%}
.service-card:nth-child(4) img{object-position:50% 54%}
.club-gallery .big{object-position:50% 54%}
.club-gallery img:nth-child(2){object-position:50% 48%}
.club-gallery img:nth-child(3){object-position:50% 55%}
.area-photo img{object-position:center 53%}
.resource-row>img{object-position:center 55%}

.van-wave,.section-wave,.resources-wave{
  animation-duration:6s!important;
  animation-timing-function:linear!important;
  animation-iteration-count:infinite!important;
  animation-direction:normal!important;
  opacity:.92!important;
}
.van-wave,.section-wave{background-size:190% 100%!important;animation-name:bluVisibleFlow!important}
.resources-wave{background-size:190% 100%!important;animation-name:bluVisibleFlow!important}
@keyframes bluVisibleFlow{
  0%{background-position:0% 50%;transform:translate3d(-3%,0,0)}
  50%{background-position:50% 50%;transform:translate3d(2%,3px,0)}
  100%{background-position:100% 50%;transform:translate3d(7%,0,0)}
}
.hero-wave{height:145px;bottom:-32px}
.wave-left{height:185px}.wave-right{height:170px}.resources-wave{height:165px}

@media(max-width:900px){.nav{height:82px;grid-template-columns:130px 1fr auto}.brand img{width:118px;height:74px}.nav nav{top:82px}}


/* v5 conversion + local SEO layout */
.hero-kicker{margin-bottom:14px}.hero-copy{padding-top:44px}.hero h1{font-size:47px}.hero-copy>p{font-size:13px;max-width:470px}
.centered{text-align:center}.need-help{padding:42px 0 44px;background:#fff}.need-help h2{font-family:'Libre Baskerville',Georgia,serif;font-weight:400;text-align:center;font-size:28px;letter-spacing:-.035em;margin:0 auto 26px}.need-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line)}.need-card{padding:25px 20px 23px;min-height:180px;border-right:1px solid var(--line);display:flex;flex-direction:column;transition:.2s;background:#fff}.need-card:last-child{border-right:0}.need-card:hover{background:#f6faff;transform:translateY(-2px)}.need-card>span{font-size:9px;letter-spacing:1px;color:#81a2c9;margin-bottom:18px}.need-card b{font-size:13px;margin-bottom:7px}.need-card small{font-size:10px;line-height:1.5;color:#697a90;flex:1}.need-card em{font-style:normal;color:var(--blue);font-weight:800;font-size:9px;margin-top:16px;text-transform:uppercase;letter-spacing:.3px}
.story-photo{height:350px}.story-copy{padding-top:31px;padding-bottom:27px}.reasons{margin-top:20px}
.conversion-cta{position:relative;overflow:hidden;background:linear-gradient(100deg,#06275b,#0b418f);color:#fff}.conversion-inner{position:relative;z-index:2;min-height:178px;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center;padding-top:30px;padding-bottom:30px}.conversion-inner h2,.faq-intro h2,.final-cta h2,.review-head h2{font-family:'Libre Baskerville',Georgia,serif;font-weight:400;letter-spacing:-.035em}.conversion-inner h2{font-size:27px;margin:0 0 6px;color:#fff}.conversion-inner p{font-size:11px;color:#d9e8fb;max-width:690px;margin:0}.conversion-actions{display:flex;align-items:center;gap:22px;white-space:nowrap}.cta-phone{font-size:13px;font-weight:800;color:#fff}.cta-wave{position:absolute;left:-6%;right:48%;bottom:-54px;height:150px;opacity:.36!important}
.services{padding-top:47px;padding-bottom:50px}
.review-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.review-head h2{font-size:25px;margin:0}.review-rating{text-align:right;display:flex;flex-direction:column;gap:4px}.review-rating b{font-size:9px;color:#61748a}.review-layout{grid-template-columns:48% 52%;gap:44px}.review-layout blockquote{border:0;box-shadow:none;padding:14px 28px 14px 0;min-height:150px}.review-layout blockquote p{font-family:'Libre Baskerville',Georgia,serif;font-weight:400;font-size:18px;line-height:1.55}.quote{font-size:68px}.mini-reviews{background:transparent;gap:0}.mini-reviews article{border-left:1px solid var(--line);padding:22px 20px}.mini-reviews p{font-size:11px;min-height:46px}
.areas{min-height:300px;grid-template-columns:42% 58%}.area-copy{padding-top:31px;padding-bottom:28px}.area-copy p{max-width:600px;font-size:11px;line-height:1.55;margin-bottom:13px}.area-links{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 15px}.area-links a{border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:5px 9px;color:#fff;font-size:8px;font-weight:700}.area-links a:hover{background:#fff;color:var(--blue)}.wave-right{height:115px;bottom:-42px}
.resources-inner{padding-top:22px;padding-bottom:28px}.resources{overflow:visible}.resources-wave{display:none!important}
.faq-section{background:#f5f8fc;padding:56px 0}.faq-grid{display:grid;grid-template-columns:35% 65%;gap:70px}.faq-intro h2{font-size:30px;line-height:1.2;margin:0 0 12px}.faq-intro p{color:#65768b;font-size:12px;line-height:1.6}.faq-list details{border-top:1px solid #ccd9e7;padding:17px 0}.faq-list details:last-child{border-bottom:1px solid #ccd9e7}.faq-list summary{cursor:pointer;font-weight:800;font-size:12px;list-style:none;padding-right:30px;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';position:absolute;right:3px;color:var(--blue);font-size:18px;top:-4px}.faq-list details[open] summary:after{content:'−'}.faq-list details p{font-size:11px;color:#607287;line-height:1.65;max-width:720px;margin:12px 0 0}
.final-cta{position:relative;overflow:hidden;background:#1264e7;color:#fff}.final-cta-inner{position:relative;z-index:2;min-height:180px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:45px;padding-top:30px;padding-bottom:30px}.final-cta h2{font-size:30px;margin:0 0 6px;color:#fff}.final-cta p{font-size:11px;color:#eaf3ff;margin:0;max-width:680px}.final-actions{display:flex;align-items:center;gap:22px}.final-actions>a:last-child{font-size:12px;font-weight:800;color:#fff}.final-wave{position:absolute;right:-12%;left:54%;bottom:-50px;height:150px;opacity:.35!important;filter:brightness(1.5)}
.mobile-action-bar{display:none}

/* supporting page shell */
.sub-hero{background:linear-gradient(110deg,#f7fbff,#eaf4ff);padding:72px 0 64px}.sub-hero .eyebrow{margin-bottom:12px}.sub-hero h1{font-family:'Libre Baskerville',Georgia,serif;font-weight:400;font-size:46px;line-height:1.1;letter-spacing:-.04em;margin:0 0 17px;max-width:850px}.sub-hero p{max-width:760px;color:#586c83;font-size:14px;line-height:1.65}.sub-actions{display:flex;gap:14px;margin-top:26px}.content-section{padding:58px 0}.content-grid{display:grid;grid-template-columns:1fr 380px;gap:70px}.content-section h2{font-family:'Libre Baskerville',Georgia,serif;font-weight:400;font-size:29px;letter-spacing:-.03em;margin:0 0 14px}.content-section h3{font-size:15px;margin:30px 0 9px}.content-section p,.content-section li{font-size:12px;line-height:1.75;color:#5e7085}.content-section ul{padding-left:20px}.side-card{background:#072d64;color:#fff;padding:30px;align-self:start;position:sticky;top:130px}.side-card h3{font-family:'Libre Baskerville',Georgia,serif;font-weight:400;font-size:24px;margin:0 0 10px;color:#fff}.side-card p{color:#dce9f8}.side-card .btn{margin-top:12px;width:100%}.local-link-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:22px}.local-link-grid a{padding:14px;background:#f3f7fb;color:var(--ink);font-size:10px;font-weight:800;border:1px solid #e3ebf3}.breadcrumbs{font-size:9px;color:#71849a;margin-bottom:18px}.breadcrumbs a{color:var(--blue)}
@media(max-width:900px){.hero-copy{padding-top:40px}.need-grid{grid-template-columns:repeat(2,1fr)}.need-card{border-bottom:1px solid var(--line)}.need-card:nth-child(2n){border-right:0}.conversion-inner,.final-cta-inner{grid-template-columns:1fr;gap:20px}.conversion-actions,.final-actions{justify-content:flex-start}.review-head{align-items:start;gap:20px}.faq-grid{grid-template-columns:1fr;gap:30px}.content-grid{grid-template-columns:1fr}.side-card{position:static}.local-link-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){body{padding-bottom:58px}.hero-copy{padding:35px 20px 68px}.hero-kicker{font-size:8px}.hero h1{font-size:35px}.need-help{padding:35px 0}.need-help h2{font-size:23px}.need-grid{grid-template-columns:1fr}.need-card,.need-card:nth-child(2n){border-right:0}.conversion-actions,.final-actions{flex-direction:column;align-items:stretch}.cta-phone,.final-actions>a:last-child{text-align:center;padding:8px}.review-head{display:block}.review-rating{text-align:left;margin-top:12px}.review-layout blockquote p{font-size:16px}.mini-reviews{grid-template-columns:1fr}.mini-reviews article{border-left:0;border-top:1px solid var(--line)}.area-links{gap:5px}.faq-section{padding:42px 0}.final-cta h2{font-size:26px}.mobile-action-bar{position:fixed;z-index:50;display:grid;grid-template-columns:1fr 1fr;left:0;right:0;bottom:0;background:#fff;box-shadow:0 -4px 20px rgba(2,31,69,.15)}.mobile-action-bar a{padding:17px 8px;text-align:center;font-size:11px;font-weight:800;color:var(--ink)}.mobile-action-bar a:last-child{background:var(--blue);color:#fff}.sub-hero{padding:46px 0}.sub-hero h1{font-size:34px}.sub-actions{flex-direction:column}.local-link-grid{grid-template-columns:1fr}}

/* v6 brand polish: stronger header logo + soft hero photo transition */
.nav{grid-template-columns:215px 1fr 225px}
.brand{overflow:visible}
.brand img{
  width:176px;
  height:auto;
  max-height:94px;
  object-fit:contain;
}
.hero-photo{
  position:relative;
  overflow:hidden;
}
.hero-photo::before{
  content:"";
  position:absolute;
  z-index:2;
  left:0;
  top:0;
  bottom:0;
  width:105px;
  pointer-events:none;
  background:linear-gradient(90deg,
    #fff 0%,
    rgba(255,255,255,.9) 18%,
    rgba(255,255,255,.58) 44%,
    rgba(255,255,255,.22) 70%,
    rgba(255,255,255,0) 100%);
}
.hero-photo img{position:relative;z-index:1}

@media(max-width:900px){
  .nav{grid-template-columns:150px 1fr auto}
  .brand img{width:132px;max-height:70px}
  .hero-photo::before{
    left:0;right:0;top:0;bottom:auto;width:auto;height:58px;
    background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.55) 46%,rgba(255,255,255,0) 100%);
  }
}
