
/* =========================================================
   TOP INFORMATION BAR — matches approved reference
   ========================================================= */
.utility-bar{background:#0f4b9c;color:#fff;font-size:14px;line-height:1.25;position:relative;z-index:60}
.utility-bar .container{width:min(1600px,calc(100% - 34px));min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.utility-left,.utility-right{display:flex;align-items:center;flex-wrap:wrap;gap:12px}
.utility-link,.utility-text,.utility-hours{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:#fff}
.utility-link:hover{text-decoration:none;color:#fff}
.tb-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.tb-icon svg{width:14px;height:14px;fill:#f8b410;display:block}
.utility-sep{color:rgba(255,255,255,.5);font-weight:700}
.utility-hours{white-space:nowrap}
.utility-socials{display:flex;align-items:center;gap:10px;margin-left:6px}
.utility-social{width:34px;height:34px;border-radius:999px;border:2px solid #f8b410;color:#f8b410;display:grid;place-items:center;background:transparent;font-weight:900;line-height:1;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}
.utility-social svg{width:16px;height:16px;fill:currentColor;display:block}
.utility-social-google{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:20px;letter-spacing:-.02em;padding-top:1px}
@media(max-width:1280px){.utility-bar .container{width:min(1280px,calc(100% - 28px))}.utility-left,.utility-right{gap:10px}.utility-hours{font-size:13px}}
@media(max-width:1040px){.utility-bar .container{min-height:auto;padding:10px 0;flex-direction:column;align-items:flex-start}.utility-right{width:100%;justify-content:space-between}.utility-hours{white-space:normal}}
@media(max-width:760px){.utility-bar{font-size:13px}.utility-bar .container{padding:9px 0}.utility-left{gap:8px}.utility-right{align-items:flex-start;flex-direction:column;gap:10px}.utility-sep{display:none}.utility-link,.utility-text{width:100%}.utility-social{width:32px;height:32px}}
@media(max-width:520px){.utility-bar .container{width:min(100%,calc(100% - 22px))}.utility-left,.utility-right{gap:7px}.utility-hours{font-size:12px}.tb-icon svg{width:13px;height:13px}.utility-socials{gap:8px}.utility-social{width:30px;height:30px}}

:root{
  --navy:#062f5d;
  --blue:#0f70b7;
  --blue2:#1595cf;
  --sky:#e9f6fd;
  --pale:#f5fbfe;
  --yellow:#f8c92d;
  --ink:#10283f;
  --text:#3c5368;
  --line:#d8e7ef;
  --white:#fff;
  --radius:18px;
  --shadow:0 18px 44px rgba(6,47,93,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--text);font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:16px;line-height:1.65}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 42px));margin:0 auto}
.skip-link{position:absolute;left:-9999px;top:8px;z-index:999;background:#fff;color:#000;padding:10px 14px}.skip-link:focus{left:8px}

.site-header{background:#fff;position:relative;z-index:50;border-bottom:1px solid #edf2f5}
.header-inner{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.site-logo{flex:0 0 auto;line-height:0}.site-logo img{width:330px;height:auto;max-height:78px;object-fit:contain}
.main-nav{display:flex;align-items:center;gap:31px;margin-left:auto;font-weight:700;color:#14344e}
.main-nav a{position:relative;padding:35px 0 31px;white-space:nowrap}
.main-nav a:not(.header-button)::after{content:"";position:absolute;left:0;right:100%;bottom:26px;height:3px;background:var(--yellow);border-radius:3px;transition:.2s ease}
.main-nav a:hover::after,.main-nav a.active::after{right:0}.main-nav a:hover,.main-nav a.active{color:var(--blue)}
.header-button,.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:0;border-radius:7px;background:var(--yellow);color:var(--navy)!important;font-weight:800;line-height:1;box-shadow:none;transition:transform .15s ease,filter .15s ease;cursor:pointer}.header-button{padding:0 21px!important}.header-button:hover,.button:hover{transform:translateY(-1px);filter:brightness(1.035)}
.button.blue{background:var(--blue);color:#fff!important}.button.outline{background:transparent;border:2px solid #fff;color:#fff!important}.button.white{background:#fff;color:var(--navy)!important}
.menu-toggle{display:none;border:0;background:transparent;color:var(--navy);font-size:30px;line-height:1;padding:9px;cursor:pointer}
.hero-home{position:relative;isolation:isolate;min-height:650px;color:#fff;overflow:hidden;background:var(--navy)}
.hero-home .hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.hero-home::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(4,38,74,.96) 0%,rgba(4,38,74,.91) 41%,rgba(4,38,74,.52) 67%,rgba(4,38,74,.22) 100%)}
.hero-home .container{min-height:650px;display:flex;align-items:center;padding:74px 0}
.hero-copy{width:min(650px,100%)}
.eyebrow{margin:0 0 13px;color:var(--blue);font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.hero-home .eyebrow{color:#8edcff}
h1,h2,h3,h4{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;color:var(--navy);margin-top:0}
h1{font-size:clamp(48px,6.3vw,82px);line-height:.98;letter-spacing:-.045em;margin:0 0 23px;font-weight:900}.hero-home h1{color:#fff}
.hero-home .lead{max-width:630px;font-size:19px;line-height:1.65;color:#eef8fd;margin:0}
.actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:27px}
.hero-points{display:flex;gap:10px 24px;flex-wrap:wrap;margin:32px 0 0;padding:0;list-style:none;font-size:14px;font-weight:700;color:#fff}.hero-points li{display:flex;align-items:center;gap:8px}.hero-points li::before{content:"✓";display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:var(--yellow);color:var(--navy);font-size:12px;font-weight:900}
section{padding:88px 0}.section-intro{max-width:790px;margin-bottom:38px}.section-intro.center{text-align:center;margin-left:auto;margin-right:auto}.section-intro h2,.split-copy h2,.review-box h2,.visit-box h2,.page-intro h2{font-size:clamp(35px,4.2vw,57px);line-height:1.06;letter-spacing:-.038em;margin:0 0 17px;font-weight:900}.section-intro p,.split-copy>p,.page-intro>p{font-size:18px;margin:0;color:#526a7d}
.service-three{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-tile{display:flex;flex-direction:column;min-height:255px;padding:31px 29px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 8px 24px rgba(6,47,93,.06)}.service-tile .num{font-weight:900;color:var(--blue);font-size:13px;letter-spacing:.1em}.service-tile h3{font-size:24px;line-height:1.15;margin:16px 0 12px}.service-tile p{margin:0}.text-link{margin-top:auto;padding-top:20px;color:var(--blue);font-weight:800}.text-link:hover{text-decoration:underline}
.soft{background:var(--pale)}.split{display:grid;grid-template-columns:1fr 1fr;gap:66px;align-items:center}.split-copy h2{margin-bottom:20px}.feature-list{display:grid;gap:18px;margin-top:29px}.feature-row{display:grid;grid-template-columns:40px 1fr;gap:14px;align-items:flex-start}.feature-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--yellow);color:var(--navy);font-weight:900}.feature-row strong{display:block;color:var(--navy);font-size:17px;margin-bottom:2px}.feature-row span{display:block;color:#5d7180}.photo-card{position:relative;overflow:hidden;border-radius:18px;box-shadow:var(--shadow);background:#dfeef5}.photo-card>img{width:100%;height:100%;min-height:480px;object-fit:cover}.photo-badge{position:absolute;right:18px;bottom:18px;background:var(--yellow);color:var(--navy);font-weight:900;padding:10px 15px;border-radius:6px;font-size:13px}
.car-strip{background:var(--navy);color:#fff}.car-strip h2{color:#fff}.car-strip p{color:#dcecf6}.car-strip .eyebrow{color:#85d9ff}.car-strip .photo-card{box-shadow:none}.car-strip .photo-card>img{min-height:420px}
.review-section{background:#f4fafd}.review-box{max-width:900px;margin:0 auto;text-align:center;padding:18px 0}.review-box .review-stars{color:#f1b600;font-size:24px;letter-spacing:4px;margin:8px 0 12px}.review-box p{font-size:18px;max-width:680px;margin:0 auto 14px}.review-box .small-review{font-size:16px;color:#617486}
.visit-section{padding:70px 0}.visit-box{display:flex;align-items:center;justify-content:space-between;gap:30px;background:var(--yellow);padding:42px 46px;border-radius:16px}.visit-box h2{margin-bottom:6px}.visit-box p{margin:0;color:#5c4d08}.visit-actions{display:flex;gap:10px;flex-wrap:wrap}.visit-box .button{background:var(--navy);color:#fff!important}.visit-box .button.alt{background:#fff;color:var(--navy)!important}
.page-top{background:#edf8fd;padding:27px 0}.page-top .container{display:flex;align-items:center;gap:8px;color:#668092;font-size:14px}.page-top a{color:var(--blue);font-weight:700}.page-intro{padding:72px 0 42px}.page-intro .intro-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:62px;align-items:center}.page-intro h2{font-size:clamp(44px,5vw,68px)}.page-intro .overline{color:var(--blue);font-weight:900;font-size:14px;text-transform:uppercase;letter-spacing:.11em;margin-bottom:11px}.page-intro .intro-media{height:450px;overflow:hidden;border-radius:16px}.page-intro .intro-media img{width:100%;height:100%;object-fit:cover}.page-intro .subnote{font-size:14px;font-weight:900;color:var(--blue);letter-spacing:.09em;margin:13px 0 0;text-transform:uppercase}
.mosaic{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-template-rows:230px 230px;gap:14px}.mosaic img{width:100%;height:100%;object-fit:cover;border-radius:14px}.mosaic img:first-child{grid-row:1/3}.mosaic.four{grid-template-columns:1.15fr .85fr;grid-template-rows:290px 290px}.mosaic.four img:first-child{grid-row:auto}.mosaic.four img:nth-child(1){grid-column:1;grid-row:1/3}.mosaic.four img:nth-child(2){grid-column:2;grid-row:1}.mosaic.four img:nth-child(3){grid-column:2;grid-row:2}.mosaic.four img:nth-child(4){display:none}
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.value-card{padding:27px 28px;border-top:4px solid var(--yellow);background:#fff;border-radius:0 0 12px 12px;box-shadow:0 9px 27px rgba(5,45,87,.08)}.value-card h3{font-size:23px;margin:0 0 9px}.value-card p{margin:0}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{padding:28px 28px 26px;border:1px solid var(--line);border-radius:14px;background:#fff}.service-card h3{font-size:23px;margin:0 0 10px}.service-card p{margin:0 0 15px}.service-card ul{padding:0;margin:0;list-style:none;display:grid;gap:7px;color:#587083}.service-card li{position:relative;padding-left:18px}.service-card li::before{content:"•";position:absolute;left:1px;color:var(--blue);font-weight:900}.service-card.help-card{background:var(--navy);color:#dcecf6;border-color:var(--navy)}.service-card.help-card h3{color:#fff}.service-card.help-card .button{margin-top:12px}
.wash-callout{background:#edf8fd}.wash-callout .split{grid-template-columns:.9fr 1.1fr}.wash-callout .photo-card>img{min-height:390px}
.car-gallery{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:245px 245px;gap:14px}.car-gallery img{width:100%;height:100%;object-fit:cover;border-radius:15px}.car-gallery img:first-child{grid-row:1/3}.feature-three{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:37px}.feature-block{padding-top:22px;border-top:3px solid var(--yellow)}.feature-block h3{font-size:22px;margin:0 0 8px}.feature-block p{margin:0}.location-split{display:grid;grid-template-columns:1.1fr .9fr;gap:55px;align-items:start}.address-card{background:#f4fafd;border-radius:14px;padding:30px}.address-card h3{font-size:25px;margin:0 0 18px}.hours-list{display:grid;gap:0;margin:19px 0 0}.hours-row{display:flex;justify-content:space-between;gap:20px;padding:9px 0;border-bottom:1px solid #d9e9f1}.hours-row strong{color:var(--navy)}
.contact-section{padding:75px 0}.contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:start}.contact-form-wrap{background:#fff;border:1px solid var(--line);border-radius:15px;padding:31px;box-shadow:0 9px 30px rgba(6,47,93,.07)}.contact-form-wrap h2{font-size:35px;margin:0 0 23px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:6px;margin-bottom:15px}.field label{font-weight:800;color:var(--navy);font-size:14px}.field input,.field textarea{width:100%;border:1px solid #cbdbe4;border-radius:6px;background:#fff;color:#263e51;padding:13px 13px;outline:none}.field input:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(15,112,183,.11)}.form-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-status{margin-top:14px;padding:12px 14px;border-radius:7px}.form-status.success{background:#eaf8ee;color:#165f32}.form-status.error{background:#fff0f0;color:#8c1d1d}.contact-copy h2{font-size:clamp(39px,4.3vw,57px);line-height:1.05;letter-spacing:-.035em;margin-bottom:18px}.contact-copy h3{font-size:20px;margin:27px 0 6px}.contact-copy p{margin:0}.map-frame{width:100%;height:420px;border:0;display:block}.map-section{padding:0;background:#e9f5fb}.area-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.area-tags span{background:#eaf6fc;color:#174e75;border-radius:999px;padding:6px 11px;font-size:13px;font-weight:700}
.site-footer{background:#082d52;color:#cfdfeb;padding:45px 0 0}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:35px;padding-bottom:34px}.footer-logo img{width:300px;max-width:100%;height:auto}.footer-contact{display:flex;gap:24px;flex-wrap:wrap;justify-content:flex-end;font-size:14px}.footer-contact a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);padding:17px 0;color:#a9bfce;font-size:13px}.footer-bottom .container{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-bottom a{color:#fff}.footer-bottom a:hover{text-decoration:underline}
.thank-you{min-height:420px;display:grid;place-items:center;text-align:center;padding:80px 20px}.thank-you h1{font-size:52px}.thank-you p{font-size:19px}
@media(max-width:980px){.header-inner{min-height:82px}.site-logo img{width:285px}.menu-toggle{display:block}.main-nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid #e9eff2;border-bottom:1px solid #dce7ed;padding:18px 22px;flex-direction:column;align-items:stretch;gap:0;margin:0}.main-nav.open{display:flex}.main-nav a{padding:13px 0}.main-nav a:not(.header-button)::after{display:none}.main-nav .header-button{margin-top:10px}.service-three,.values,.services-grid,.feature-three{grid-template-columns:1fr 1fr}.split,.page-intro .intro-grid,.location-split,.contact-grid{grid-template-columns:1fr;gap:38px}.page-intro .intro-media{height:430px}.photo-card>img{min-height:390px}.mosaic{grid-template-columns:1fr 1fr;grid-template-rows:300px 210px}.mosaic img:first-child{grid-column:1/3;grid-row:auto}.car-gallery{grid-template-rows:230px 230px}.footer-main{align-items:flex-start;flex-direction:column}.footer-contact{justify-content:flex-start}.wash-callout .split{grid-template-columns:1fr}}
@media(max-width:680px){.container{width:min(100% - 28px,1180px)}.utility-bar .container{padding:8px 0;align-items:flex-start;flex-direction:column;gap:3px}.utility-left{gap:5px}.utility-left .address-part{display:none}.site-logo img{width:245px;max-width:calc(100vw - 88px)}.hero-home,.hero-home .container{min-height:590px}.hero-home .container{padding:58px 0}.hero-home::after{background:rgba(4,38,74,.81)}h1{font-size:48px}.hero-home .lead{font-size:17px}section{padding:67px 0}.section-intro h2,.split-copy h2,.review-box h2,.visit-box h2,.page-intro h2,.contact-copy h2{font-size:37px}.service-three,.values,.services-grid,.feature-three{grid-template-columns:1fr}.visit-box{padding:32px 26px;align-items:flex-start;flex-direction:column}.page-top{padding:18px 0}.page-intro{padding:55px 0 35px}.page-intro .intro-media{height:330px}.mosaic,.mosaic.four,.car-gallery{display:grid;grid-template-columns:1fr;grid-template-rows:auto}.mosaic img,.mosaic img:first-child,.mosaic.four img,.mosaic.four img:nth-child(1),.mosaic.four img:nth-child(2),.mosaic.four img:nth-child(3),.car-gallery img,.car-gallery img:first-child{display:block;grid-column:auto;grid-row:auto;height:255px}.form-row{grid-template-columns:1fr}.contact-form-wrap{padding:23px}.footer-bottom .container{flex-direction:column}.hero-points{display:grid;grid-template-columns:1fr 1fr;gap:10px}.actions .button{width:100%}}


.hero-home{
  position:relative;
  isolation:isolate;
  min-height:590px;
  color:#fff;
  overflow:hidden;
  background:#0b3763;
}
.hero-home .hero-photo{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 49%;
  z-index:-4;
  transform:scale(1.002);
}
.hero-home::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background:
    linear-gradient(90deg,rgba(0,91,181,.88) 0%,rgba(0,73,147,.76) 38%,rgba(5,45,88,.77) 70%,rgba(3,28,53,.86) 100%),
    linear-gradient(180deg,rgba(0,54,105,.14) 0%,rgba(2,29,55,.16) 48%,rgba(1,20,38,.62) 100%);
}
.hero-home::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:radial-gradient(circle at 26% 50%,rgba(0,115,226,.22),transparent 41%);
}
.hero-home .hero-inner{
  min-height:590px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:38px 0 30px;
}
.hero-home .hero-copy{
  width:min(760px,100%);
  margin:0 auto;
  text-align:center;
  position:relative;
  z-index:2;
  transform:translateY(-2px);
}
.hero-location{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 19px;
  padding:6px 14px 6px 12px;
  border:1px solid rgba(255,255,255,.32);
  border-radius:999px;
  background:rgba(106,151,195,.24);
  box-shadow:inset 0 0 18px rgba(255,255,255,.04);
  color:#fff;
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.hero-location .pin{
  position:relative;
  width:9px;
  height:12px;
  overflow:hidden;
  color:#ffb400;
  font-size:15px;
  line-height:8px;
  transform:translateY(-1px);
}
.hero-home h1{
  margin:0 0 21px;
  color:#fff;
  font-size:clamp(39px,3.05vw,48px);
  line-height:1.05;
  letter-spacing:-.018em;
  font-weight:900;
  text-transform:uppercase;
}
.hero-home h1 span,.hero-home h1 em{display:block}
.hero-home h1 em{
  margin-top:2px;
  color:#f8b632;
  font-style:italic;
  font-weight:900;
  letter-spacing:-.035em;
}
.hero-home .lead{
  max-width:640px;
  margin:0 auto;
  color:#f3f7fb;
  font-size:18px;
  line-height:1.55;
  font-weight:500;
  text-shadow:0 1px 2px rgba(0,0,0,.18);
}
.hero-actions{
  justify-content:center;
  gap:12px;
  margin-top:27px;
}
.hero-actions .button{
  min-height:44px;
  padding:0 23px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  gap:11px;
}
.hero-primary{
  background:#ffb000!important;
  color:#050505!important;
  box-shadow:0 5px 15px rgba(0,0,0,.16)!important;
}
.hero-primary span{font-size:20px;font-weight:400;line-height:0;transform:translateY(-1px)}
.hero-secondary{
  border:1px solid rgba(255,255,255,.76)!important;
  background:rgba(5,49,89,.34)!important;
  color:#fff!important;
  backdrop-filter:blur(2px);
}
.hero-secondary .map-pin{
  position:relative;
  width:13px;
  height:15px;
  overflow:hidden;
  color:#fff;
  font-size:21px;
  line-height:10px;
  transform:translateY(-1px);
}
.hero-feature-line{
  max-width:690px;
  margin:38px auto 0;
  padding:20px 0 0;
  border-top:1px solid rgba(255,255,255,.23);
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  column-gap:25px;
  row-gap:13px;
  color:#e9f1f8;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
}
.hero-feature-line span{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.hero-feature-line b{color:#ffb000;font-size:14px;line-height:1;font-weight:900}

.hero-bubbles{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}
.bubble{
  position:absolute;
  display:block;
  width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.23);
  background:
    radial-gradient(circle at 31% 28%,rgba(255,255,255,.18) 0 3%,transparent 5%),
    radial-gradient(circle at 35% 30%,rgba(255,255,255,.08),rgba(77,142,193,.035) 45%,rgba(2,23,47,.18) 100%);
  box-shadow:
    inset -7px -8px 13px rgba(0,0,0,.09),
    inset 6px 5px 11px rgba(255,255,255,.06),
    0 2px 8px rgba(0,0,0,.11);
  opacity:.72;
  will-change:transform;
}
.bubble-1{width:54px;height:54px;left:61.1%;top:53%;animation:bubbleFloatA 9s ease-in-out infinite}
.bubble-2{width:39px;height:39px;left:36%;top:72%;animation:bubbleFloatB 11s ease-in-out -2s infinite}
.bubble-3{width:42px;height:42px;left:79.2%;top:74%;animation:bubbleFloatA 10.5s ease-in-out -4.3s infinite}
.bubble-4{width:52px;height:52px;left:18.5%;top:96%;animation:bubbleRise 13s linear -7s infinite}
.bubble-5{width:49px;height:49px;left:91%;top:96%;animation:bubbleRise2 15s linear -5s infinite}
.bubble-6{width:28px;height:28px;left:54.3%;top:63%;animation:bubbleFloatB 8.5s ease-in-out -1.2s infinite;opacity:.44}
.bubble-7{width:32px;height:32px;left:72%;top:59%;animation:bubbleRise 16s linear -11s infinite;opacity:.34}
.bubble-8{width:24px;height:24px;left:25%;top:37%;animation:bubbleFloatA 12s ease-in-out -6s infinite;opacity:.27}
@keyframes bubbleFloatA{
  0%,100%{transform:translate3d(0,0,0) scale(1)}
  25%{transform:translate3d(10px,-18px,0) scale(1.03)}
  50%{transform:translate3d(-6px,-34px,0) scale(.98)}
  75%{transform:translate3d(9px,-15px,0) scale(1.02)}
}
@keyframes bubbleFloatB{
  0%,100%{transform:translate3d(0,0,0)}
  33%{transform:translate3d(-13px,-20px,0)}
  66%{transform:translate3d(8px,-39px,0)}
}
@keyframes bubbleRise{
  0%{transform:translate3d(0,80px,0) scale(.88);opacity:0}
  12%{opacity:.56}
  48%{transform:translate3d(22px,-200px,0) scale(1);opacity:.68}
  100%{transform:translate3d(-12px,-620px,0) scale(1.08);opacity:0}
}
@keyframes bubbleRise2{
  0%{transform:translate3d(0,100px,0) scale(.92);opacity:0}
  15%{opacity:.48}
  55%{transform:translate3d(-28px,-220px,0) scale(1.05);opacity:.63}
  100%{transform:translate3d(11px,-650px,0) scale(1.12);opacity:0}
}
@media (prefers-reduced-motion:reduce){.bubble{animation:none!important}}

@media(max-width:980px){
  .hero-home,.hero-home .hero-inner{min-height:610px}
  .hero-home .hero-photo{object-position:center center}
  .hero-home .hero-copy{width:min(710px,100%)}
  .hero-home h1{font-size:clamp(38px,5.7vw,47px)}
}
@media(max-width:680px){
  .hero-home,.hero-home .hero-inner{min-height:650px}
  .hero-home .hero-inner{padding:42px 0 32px}
  .hero-home::before{background:linear-gradient(180deg,rgba(3,67,128,.78),rgba(2,34,66,.88))}
  .hero-home .hero-copy{transform:none}
  .hero-location{font-size:10px;margin-bottom:17px}
  .hero-home h1{font-size:clamp(34px,10vw,44px);line-height:1.06;margin-bottom:18px}
  .hero-home .lead{font-size:16px;line-height:1.55;max-width:520px}
  .desktop-break{display:none}
  .hero-actions{display:flex;flex-direction:column;align-items:center;margin-top:23px}
  .hero-actions .button{width:auto;min-width:170px}
  .hero-feature-line{margin-top:29px;padding-top:17px;display:grid;grid-template-columns:1fr 1fr;gap:12px 18px;font-size:11px;text-align:left}
  .hero-feature-line span{white-space:normal}
  .bubble-1{left:76%;top:47%}.bubble-2{left:13%;top:76%}.bubble-3{left:83%;top:82%}
}

/* Screenshot-matched WHAT WE DO section — 2026-08-10 */
.home-what-we-do{
  background:#fafbfd;
  padding:3px 0 39px;
  color:#0d1012;
}
.whatdo-wrap{
  width:min(1216px,calc(100% - 64px));
  margin:0 auto;
}
.whatdo-intro{
  text-align:center;
}
.whatdo-badge{
  width:max-content;
  min-height:28px;
  margin:0 auto;
  padding:4px 13px 4px 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid #a9dcf6;
  border-radius:999px;
  background:#e4f2fb;
  color:#043e8f;
  font-size:12px;
  line-height:18px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.whatdo-grid-icon{
  width:14px;
  height:14px;
  flex:0 0 14px;
  fill:#f6a400;
}
.whatdo-intro h2{
  margin:15px 0 0;
  color:#043e8f;
  font-size:40px;
  line-height:1.13;
  letter-spacing:-.017em;
  font-weight:900;
  text-transform:uppercase;
}
.whatdo-intro h2 span,
.whatdo-intro h2 em{
  display:block;
}
.whatdo-intro h2 em{
  margin-top:0;
  color:#ffc14d;
  font-style:italic;
  font-weight:900;
  letter-spacing:-.02em;
}
.whatdo-lead{
  margin:13px auto 0;
  color:#0d1012;
  font-size:18px;
  line-height:1.52;
  font-weight:400;
}
.whatdo-cards{
  margin-top:62px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:46px;
}
.whatdo-card{
  height:302px;
  padding:45px 28px 30px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  background:#fff;
  border:1px solid #ebf0f6;
  border-radius:18px;
  box-shadow:none;
}
.whatdo-icon{
  width:61px;
  height:61px;
  flex:0 0 61px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f6a400;
  color:#090c0e;
  box-shadow:0 9px 23px rgba(246,164,0,.20);
}
.whatdo-icon svg{
  width:28px;
  height:28px;
  display:block;
}
.whatdo-card h3{
  margin:13px 0 7px;
  color:#043e8f;
  font-size:17px;
  line-height:1.25;
  font-weight:900;
  letter-spacing:-.01em;
  text-transform:uppercase;
}
.whatdo-card p{
  margin:0;
  color:#0d1012;
  font-size:16px;
  line-height:1.43;
  font-weight:400;
}
.whatdo-link{
  margin-top:auto;
  padding-top:16px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#043e8f;
  font-size:13px;
  line-height:1;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.whatdo-link span{
  color:#f6a400;
  font-size:20px;
  line-height:1;
  font-weight:400;
  transform:translateY(-1px);
  transition:transform .18s ease;
}
.whatdo-link:hover{
  text-decoration:none;
}
.whatdo-link:hover span{
  transform:translate(3px,-1px);
}

@media(max-width:980px){
  .home-what-we-do{padding-bottom:48px}
  .whatdo-wrap{width:min(860px,calc(100% - 42px))}
  .whatdo-intro h2{font-size:clamp(34px,5.5vw,40px)}
  .whatdo-cards{grid-template-columns:1fr 1fr;gap:24px;margin-top:48px}
  .whatdo-card:last-child{grid-column:1 / -1;width:calc(50% - 12px);justify-self:center}
}
@media(max-width:680px){
  .home-what-we-do{padding:20px 0 38px}
  .whatdo-wrap{width:min(100% - 28px,520px)}
  .whatdo-intro h2{margin-top:16px;font-size:clamp(31px,9.1vw,38px);line-height:1.08}
  .whatdo-intro h2 em{margin-top:5px}
  .whatdo-lead{font-size:16px;line-height:1.5;max-width:450px}
  .whatdo-desktop-break{display:none}
  .whatdo-cards{grid-template-columns:1fr;gap:18px;margin-top:39px}
  .whatdo-card,.whatdo-card:last-child{width:100%;height:auto;min-height:286px;grid-column:auto;padding:38px 20px 27px}
  .whatdo-card p br{display:none}
}

/* Ridgewood homepage — What We Do spacing match */
.home-what-we-do {
  padding-top: 60px !important;
  padding-bottom: 50px !important;
}

.home-what-we-do .whatdo-intro h2 {
  margin-top: 39px !important;
}

.home-what-we-do .whatdo-lead {
  margin-top: 47px !important;
}

.home-what-we-do .whatdo-cards {
  margin-top: 90px !important;
}

/* Keep the tighter mobile layout */
@media (max-width: 680px) {
  .home-what-we-do {
    padding-top: 28px !important;
  }
  .home-what-we-do .whatdo-intro h2 {
    margin-top: 18px !important;
  }
  .home-what-we-do .whatdo-lead {
    margin-top: 16px !important;
  }
  .home-what-we-do .whatdo-cards {
    margin-top: 40px !important;
  }
}

/* WHAT SETS US APART — professional redesign using original Ridgewood photo */
.apart-section{
  background:#f6f9fc;
  padding:64px 0 72px;
  overflow:hidden;
}
.apart-wrap{
  width:min(1520px,calc(100% - 80px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:72px;
  align-items:center;
}
.apart-copy{
  max-width:650px;
  padding-left:2px;
}
.apart-eyebrow{
  margin:0;
  color:#0b3f7d;
  font-size:17px;
  line-height:1;
  font-weight:900;
  letter-spacing:.20em;
  text-transform:uppercase;
}
.apart-accent{
  display:block;
  width:72px;
  height:5px;
  margin:18px 0 29px;
  border-radius:999px;
  background:#ffc21f;
}
.apart-copy h2{
  margin:0;
  color:#0a3e7a;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size:clamp(54px,4.35vw,74px);
  line-height:1.015;
  letter-spacing:-.045em;
  font-weight:900;
}
.apart-intro{
  max-width:625px;
  margin:31px 0 0;
  color:#31475e;
  font-size:19px;
  line-height:1.66;
  font-weight:400;
}
.apart-features{
  display:grid;
  gap:23px;
  margin-top:31px;
}
.apart-feature{
  display:grid;
  grid-template-columns:66px minmax(0,1fr);
  gap:20px;
  align-items:center;
}
.apart-feature-icon{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#ffc21f;
  color:#0a3e7a;
  box-shadow:0 8px 20px rgba(255,194,31,.22);
}
.apart-feature-icon svg{
  width:38px;
  height:38px;
  display:block;
}
.apart-feature-copy strong{
  display:block;
  margin:0 0 5px;
  color:#0a3e7a;
  font-size:20px;
  line-height:1.25;
  font-weight:900;
}
.apart-feature-copy span{
  display:block;
  color:#50647a;
  font-size:16px;
  line-height:1.35;
}
.apart-photo{
  position:relative;
  margin:0;
  min-height:760px;
  overflow:hidden;
  border-radius:22px;
  background:#dfe6ec;
  box-shadow:0 18px 42px rgba(7,42,77,.10);
}
.apart-photo>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:50% 50%;
}
.apart-photo-badge{
  position:absolute;
  right:24px;
  bottom:27px;
  display:inline-flex;
  align-items:center;
  gap:14px;
  min-height:72px;
  padding:0 25px 0 20px;
  border-radius:13px;
  background:#ffc21f;
  color:#073d79;
  box-shadow:0 9px 24px rgba(0,0,0,.14);
  font-size:18px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
}
.apart-photo-badge svg{
  width:36px;
  height:36px;
  flex:0 0 auto;
}
@media(max-width:1180px){
  .apart-wrap{
    width:min(100% - 48px,1100px);
    grid-template-columns:1fr 1fr;
    gap:46px;
  }
  .apart-copy h2{font-size:clamp(48px,5.3vw,64px)}
  .apart-photo{min-height:650px}
  .apart-intro{font-size:17px}
  .apart-feature-copy strong{font-size:18px}
  .apart-feature-copy span{font-size:15px}
}
@media(max-width:900px){
  .apart-section{padding:62px 0}
  .apart-wrap{
    width:min(100% - 36px,760px);
    grid-template-columns:1fr;
    gap:44px;
  }
  .apart-copy{max-width:none}
  .apart-copy h2{font-size:clamp(48px,9vw,68px)}
  .apart-photo{min-height:620px}
}
@media(max-width:620px){
  .apart-section{padding:52px 0 56px}
  .apart-wrap{width:min(100% - 28px,560px);gap:36px}
  .apart-eyebrow{font-size:13px;letter-spacing:.17em}
  .apart-accent{width:58px;height:4px;margin:14px 0 23px}
  .apart-copy h2{font-size:clamp(42px,13vw,56px);line-height:1.02}
  .apart-intro{margin-top:24px;font-size:16px;line-height:1.58}
  .apart-features{gap:19px;margin-top:26px}
  .apart-feature{grid-template-columns:54px 1fr;gap:15px}
  .apart-feature-icon{width:52px;height:52px}
  .apart-feature-icon svg{width:31px;height:31px}
  .apart-feature-copy strong{font-size:17px}
  .apart-feature-copy span{font-size:14px}
  .apart-photo{min-height:500px;border-radius:17px}
  .apart-photo-badge{right:14px;bottom:14px;min-height:56px;padding:0 16px 0 14px;gap:10px;border-radius:10px;font-size:14px}
  .apart-photo-badge svg{width:28px;height:28px}
}

/* More desktop breathing room for WHAT SETS US APART */
.apart-wrap {
  width: min(1400px, calc(100% - 160px));
  gap: 66px;
}

@media (max-width: 1180px) {
  .apart-wrap {
    width: min(100% - 80px, 1100px);
  }
}

@media (max-width: 900px) {
  .apart-wrap {
    width: min(100% - 36px, 760px);
  }
}

@media (max-width: 620px) {
  .apart-wrap {
    width: min(100% - 28px, 560px);
  }
}

/* =========================================================
   RIDGEWOOD CAR WASH — OPTION 5 EXACT IMAGE SECTION
   Only styles this section.
   ========================================================= */

.carwash-option5-image-section {
  background: #031f3f;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.carwash-option5-image-wrap {
  position: relative;
  width: 100%;
  max-width: 1664px;
  margin: 0 auto;
  line-height: 0;
}

.carwash-option5-art {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

/*
 * Transparent real link placed directly over the yellow
 * "See the Car Wash" button that is part of the artwork.
 * Percentages make it scale with the image responsively.
 */
.carwash-option5-button-hotspot {
  position: absolute;
  left: 60.9%;
  top: 57.8%;
  width: 16.4%;
  height: 6.8%;
  display: block;
  border-radius: 8px;
  z-index: 3;
  cursor: pointer;
}

.carwash-option5-button-hotspot:focus-visible {
  outline: 4px solid #ffffff;
  outline-offset: 4px;
}

/* Accessible text remains available to screen readers. */
.carwash-option5-image-section .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Keep the approved composition intact on tablets/phones. */
@media (max-width: 900px) {
  .carwash-option5-image-wrap {
    width: 100%;
  }
}

/* =========================================================
   LATEST HOMEPAGE OVERRIDES
   ========================================================= */
.hero-home h1{margin-bottom:0!important}
.hero-home .hero-actions{margin-top:18px!important}
.hero-home .hero-feature-line{
  width:min(820px,92%);
  max-width:820px;
  margin:28px auto 0!important;
  padding-top:22px;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  column-gap:44px!important;
  row-gap:20px!important;
  justify-items:center;
  align-items:center;
  text-align:center!important;
  font-size:17px!important;
  line-height:1.25!important;
  font-weight:800;
}
.hero-home .hero-feature-line span{
  width:100%;
  display:flex!important;
  align-items:center;
  justify-content:center;
  gap:10px!important;
  white-space:nowrap!important;
  text-align:center;
}
.hero-home .hero-feature-line b{flex:0 0 auto;font-size:20px!important;line-height:1!important}

/* Three-line title exactly: navy / navy / gold. */
#apart-title{
  margin:0;
  padding:0;
  color:#0a3e7a;
  font-family:inherit;
  font-size:clamp(38px,3vw,50px);
  font-weight:900;
  line-height:1.12;
  letter-spacing:-.035em;
}
#apart-title .apart-title-line{display:block;white-space:nowrap;color:#0a3e7a}
#apart-title .apart-title-gold{color:#d2a23b}

@media(max-width:1180px){#apart-title{font-size:clamp(36px,4vw,48px)}}
@media(max-width:900px){#apart-title{font-size:clamp(34px,6vw,44px)}}
@media(max-width:680px){
  .hero-home .hero-actions{margin-top:16px!important}
  .hero-home .hero-feature-line{
    width:min(500px,96%);
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    column-gap:16px!important;
    row-gap:16px!important;
    margin-top:24px!important;
    padding-top:18px;
    font-size:13.5px!important;
  }
  .hero-home .hero-feature-line span{gap:7px!important;white-space:normal!important}
  .hero-home .hero-feature-line b{font-size:17px!important}
}
@media(max-width:620px){
  #apart-title{font-size:clamp(25px,7.1vw,36px);line-height:1.16;letter-spacing:-.03em}
}
@media(max-width:390px){
  #apart-title{font-size:24px;letter-spacing:-.035em}
  .hero-home .hero-feature-line{width:100%;column-gap:10px!important;row-gap:14px!important;font-size:12.5px!important}
}

/* =========================================================
   HOVER EFFECTS ONLY — requested 2026-08-10
   1) Car-wash image button presses inward on hover.
   2) What We Do cards lift/shadow/top-accent like reference video.
   Nothing else is changed.
   ========================================================= */

/* --- Car Wash: transparent click hotspot over button already printed in artwork --- */
.carwash-option5-button-hotspot{
  display:block;
  background:transparent !important;
  color:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  text-decoration:none;
  transition:box-shadow .14s ease, filter .14s ease;
  user-select:none;
  -webkit-tap-highlight-color:transparent;
  overflow:hidden;
}

/* Do not draw a second yellow button or duplicate label. */
.carwash-option5-button-hotspot::before{
  content:"" !important;
  display:block;
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  transition:box-shadow .14s ease, background .14s ease;
}

/* Press the button visually by shading the existing artwork inward. */
.carwash-option5-button-hotspot:hover{
  transform:none !important;
  filter:brightness(.985);
  box-shadow:none !important;
}
.carwash-option5-button-hotspot:hover::before{
  background:rgba(104,67,0,.035);
  box-shadow:inset 0 5px 9px rgba(92,57,0,.24);
}

.carwash-option5-button-hotspot:active{
  transform:none !important;
  box-shadow:none !important;
}
.carwash-option5-button-hotspot:active::before{
  background:rgba(104,67,0,.06);
  box-shadow:inset 0 7px 11px rgba(78,47,0,.32);
}

/* --- What We Do cards: match hover behavior shown in supplied video --- */
.whatdo-card{
  position:relative;
  overflow:hidden;
  transition:
    transform .28s cubic-bezier(.2,.75,.25,1),
    box-shadow .28s ease,
    border-color .28s ease;
}

.whatdo-card::before{
  content:"";
  position:absolute;
  top:-1px;
  left:-1px;
  right:-1px;
  height:3px;
  border-radius:18px 18px 0 0;
  background:linear-gradient(90deg,#f6a400 0%,#55caec 100%);
  opacity:0;
  transform:scaleX(.82);
  transform-origin:center;
  transition:opacity .24s ease,transform .28s ease;
  pointer-events:none;
}

.whatdo-card:hover,
.whatdo-card:focus-within{
  transform:translateY(-8px);
  border-color:#a9dfee;
  box-shadow:
    0 18px 36px rgba(6,71,135,.15),
    0 6px 14px rgba(6,71,135,.08);
}

.whatdo-card:hover::before,
.whatdo-card:focus-within::before{
  opacity:1;
  transform:scaleX(1);
}

/* Keep touch devices stable — effect remains available on keyboard focus. */
@media (hover:none){
  .whatdo-card:hover{transform:none;box-shadow:none;border-color:#ebf0f6}
  .whatdo-card:hover::before{opacity:0;transform:scaleX(.82)}
  .carwash-option5-button-hotspot:hover{
    transform:none;
    filter:none;
    box-shadow:0 4px 0 rgba(135,89,0,.46),0 8px 16px rgba(0,0,0,.18);
  }
}

/* =========================================================
   CAR WASH OPTION 5 — REAL BUTTON FINAL FIX
   Exact overlay coordinates measured from approved artwork.
   Covers the printed button completely, then behaves like a real button.
   ========================================================= */
.carwash-option5-button-hotspot {
  /* Exact approved-image button location, with ~1px safety overlap */
  left: 61.52% !important;
  top: 58.36% !important;
  width: 16.55% !important;
  height: 7.08% !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #ffc62a !important;
  color: #062f5c !important;
  border: 1px solid rgba(116, 78, 0, .28) !important;
  border-radius: 9px !important;
  box-sizing: border-box !important;

  /* One raised button — not a second offset yellow layer */
  box-shadow:
    0 4px 0 #d69b00,
    0 8px 14px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .32) !important;

  filter: none !important;
  transform: none !important;
  overflow: visible !important;
  text-decoration: none !important;
  cursor: pointer !important;
  user-select: none !important;
  -webkit-tap-highlight-color: transparent;

  font-family: inherit !important;
  font-size: clamp(8px, 1.08vw, 18px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;

  transition:
    box-shadow .12s ease,
    background .12s ease,
    filter .12s ease !important;
}

/* Remove all earlier hotspot shading layers. */
.carwash-option5-button-hotspot::before {
  content: none !important;
  display: none !important;
}

/* Draw the visible label on the real overlay button. */
.carwash-option5-button-hotspot::after {
  content: "See the Car Wash" !important;
  display: block !important;
  position: static !important;
  color: #062f5c !important;
  background: transparent !important;
  box-shadow: none !important;
  font: inherit !important;
  white-space: nowrap !important;
  pointer-events: none !important;
  transform: translateY(0) !important;
  transition: transform .12s ease !important;
}

/* Hover = button visually depresses inward. */
.carwash-option5-button-hotspot:hover {
  background: #ffc326 !important;
  filter: brightness(.995) !important;
  transform: none !important;
  box-shadow:
    0 2px 0 #cf9300,
    0 4px 8px rgba(0, 0, 0, .15),
    inset 0 4px 7px rgba(113, 72, 0, .16),
    inset 0 1px 0 rgba(255, 255, 255, .14) !important;
}
.carwash-option5-button-hotspot:hover::after {
  transform: translateY(1px) !important;
}

/* Click/tap = stronger pressed state. */
.carwash-option5-button-hotspot:active {
  background: #f7bb1d !important;
  filter: brightness(.98) !important;
  transform: none !important;
  box-shadow:
    0 1px 0 #c88d00,
    0 2px 5px rgba(0, 0, 0, .12),
    inset 0 6px 10px rgba(94, 58, 0, .25) !important;
}
.carwash-option5-button-hotspot:active::after {
  transform: translateY(2px) !important;
}

.carwash-option5-button-hotspot:focus-visible {
  outline: 3px solid #fff !important;
  outline-offset: 3px !important;
}

@media (max-width: 700px) {
  .carwash-option5-button-hotspot {
    border-radius: 5px !important;
    box-shadow:
      0 2px 0 #d69b00,
      0 4px 8px rgba(0,0,0,.16) !important;
  }
}

/* =========================================================
   APPROVED HOMEPAGE HERO — desktop artwork exactly as selected
   Only the homepage hero is changed. Mobile keeps the responsive
   live HTML hero so the text/buttons remain legible on small screens.
   ========================================================= */
.hero-home.hero-approved{
  position:relative;
  min-height:0 !important;
  padding:0 !important;
  background:#041f3d !important;
  overflow:hidden;
  isolation:isolate;
}
.hero-home.hero-approved::before,
.hero-home.hero-approved::after{
  content:none !important;
  display:none !important;
}
.hero-approved-desktop{
  position:relative;
  width:100%;
  line-height:0;
  background:#041f3d;
}
.hero-approved-art{
  display:block;
  width:100%;
  height:auto;
  max-width:none;
  user-select:none;
  -webkit-user-drag:none;
}
.hero-approved-mobile{display:none}

/* Clickable regions sit exactly over the two printed buttons.
   They stay visually transparent so the approved artwork is unchanged. */
.hero-art-hotspot{
  position:absolute;
  z-index:3;
  display:block;
  border-radius:999px;
  background:transparent;
  text-decoration:none;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
  transition:box-shadow .14s ease, background-color .14s ease, transform .14s ease;
}
.hero-art-services{
  left:27.9%;
  top:57.25%;
  width:21.2%;
  height:7.75%;
}
.hero-art-directions{
  left:50.85%;
  top:57.25%;
  width:21.35%;
  height:7.75%;
}
.hero-art-hotspot:hover{
  background:rgba(0,0,0,.045);
  box-shadow:inset 0 5px 10px rgba(0,0,0,.18);
}
.hero-art-hotspot:active{
  background:rgba(0,0,0,.09);
  box-shadow:inset 0 7px 13px rgba(0,0,0,.27);
  transform:translateY(1px);
}
.hero-art-hotspot:focus-visible{
  outline:3px solid #fff;
  outline-offset:4px;
}

@media(max-width:760px){
  .hero-approved-desktop{display:none}
  .hero-approved-mobile{display:block;position:relative;min-height:650px}
  .hero-home.hero-approved{
    min-height:650px !important;
    color:#fff;
  }
  .hero-home.hero-approved .hero-approved-mobile::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background:linear-gradient(180deg,rgba(3,67,128,.78),rgba(2,34,66,.88));
  }
  .hero-home.hero-approved .hero-approved-mobile .hero-photo{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    z-index:-2;
  }
  .hero-home.hero-approved .hero-inner{
    min-height:650px;
    display:flex;
    align-items:center;
    padding:42px 0 32px;
  }
}

/* =========================================================
   FINAL LIVE HOMEPAGE HERO — no baked sign, no baked bubbles
   Approved composition rebuilt with live HTML/CSS.
   ========================================================= */
.hero-home.hero-live-final{
  position:relative;
  min-height:720px !important;
  padding:0 !important;
  overflow:hidden;
  isolation:isolate;
  background:#052d58;
  color:#fff;
}
.hero-home.hero-live-final::before{
  content:"" !important;
  display:block !important;
  position:absolute;
  inset:0;
  z-index:-3;
  background:
    linear-gradient(180deg,rgba(4,49,92,.50) 0%,rgba(3,42,80,.68) 40%,rgba(2,28,54,.90) 100%),
    linear-gradient(90deg,rgba(5,60,113,.35),rgba(2,26,50,.45));
}
.hero-home.hero-live-final::after{
  content:"" !important;
  display:block !important;
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 50% 42%,rgba(12,103,190,.18),transparent 44%),
    linear-gradient(180deg,transparent 60%,rgba(1,18,37,.42) 100%);
  pointer-events:none;
}
.hero-home.hero-live-final .hero-photo{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 52%;
  z-index:-4;
  transform:scale(1.015);
  filter:saturate(.92) contrast(1.03) brightness(.88);
}
.hero-home.hero-live-final .hero-inner{
  min-height:720px !important;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:44px 0 38px !important;
}
.hero-home.hero-live-final .hero-copy{
  width:min(1080px,100%);
  margin:0 auto;
  text-align:center;
  position:relative;
  z-index:3;
  transform:none !important;
}
.hero-home.hero-live-final .hero-location{
  display:inline-flex;
  align-items:center;
  gap:18px;
  margin:0 0 24px;
  padding:9px 19px 9px 16px;
  border:1px solid rgba(255,255,255,.38);
  border-radius:999px;
  background:rgba(22,77,128,.34);
  box-shadow:inset 0 0 20px rgba(255,255,255,.035),0 3px 12px rgba(0,0,0,.12);
  color:#fff;
  font-size:14px;
  line-height:1;
  font-weight:900;
  letter-spacing:.055em;
  text-transform:uppercase;
  backdrop-filter:blur(3px);
}
.hero-location-pin{color:#ffb000;font-size:18px;line-height:1;transform:translateY(-1px)}
.hero-home.hero-live-final h1{
  margin:0 !important;
  color:#fff;
  font-size:clamp(52px,5.1vw,76px);
  line-height:.98;
  letter-spacing:-.035em;
  font-weight:900;
  text-transform:uppercase;
  text-shadow:0 3px 8px rgba(0,0,0,.18);
}
.hero-home.hero-live-final h1 span,
.hero-home.hero-live-final h1 em{display:block}
.hero-home.hero-live-final h1 em{
  margin-top:8px;
  color:#ffad00;
  font-size:.78em;
  line-height:1;
  font-style:italic;
  font-weight:900;
  letter-spacing:-.035em;
  white-space:nowrap;
}
.hero-home.hero-live-final .hero-actions{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:28px;
  margin:34px 0 0 !important;
}
.hero-home.hero-live-final .hero-actions .button{
  width:auto !important;
  min-width:248px;
  min-height:66px;
  padding:0 34px;
  border-radius:999px;
  font-size:19px;
  line-height:1;
  font-weight:900;
  gap:16px;
  transition:transform .12s ease,box-shadow .12s ease,filter .12s ease,background-color .12s ease;
  will-change:transform;
}
.hero-home.hero-live-final .hero-primary{
  border:1px solid #ffc12a !important;
  background:linear-gradient(180deg,#ffc431 0%,#ffac00 100%) !important;
  color:#072f59 !important;
  box-shadow:
    0 7px 0 #c78300,
    0 13px 24px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.42) !important;
}
.hero-home.hero-live-final .hero-secondary{
  border:2px solid rgba(255,255,255,.82) !important;
  background:linear-gradient(180deg,rgba(8,57,105,.72),rgba(4,41,79,.82)) !important;
  color:#fff !important;
  box-shadow:
    0 6px 0 rgba(1,22,43,.75),
    0 12px 22px rgba(0,0,0,.20),
    inset 0 1px 0 rgba(255,255,255,.10) !important;
  backdrop-filter:blur(4px);
}
.hero-home.hero-live-final .hero-press-button:hover{
  transform:translateY(4px) !important;
  filter:brightness(1.025);
}
.hero-home.hero-live-final .hero-primary:hover{
  box-shadow:0 3px 0 #c78300,0 7px 15px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.40) !important;
}
.hero-home.hero-live-final .hero-secondary:hover{
  box-shadow:0 2px 0 rgba(1,22,43,.78),0 6px 14px rgba(0,0,0,.17),inset 0 2px 8px rgba(0,0,0,.10) !important;
}
.hero-home.hero-live-final .hero-press-button:active{
  transform:translateY(7px) !important;
}
.hero-home.hero-live-final .hero-primary:active{
  box-shadow:0 0 0 #c78300,0 3px 8px rgba(0,0,0,.15),inset 0 5px 10px rgba(160,96,0,.16) !important;
}
.hero-home.hero-live-final .hero-secondary:active{
  box-shadow:0 0 0 rgba(1,22,43,.78),0 2px 7px rgba(0,0,0,.14),inset 0 6px 12px rgba(0,0,0,.18) !important;
}
.hero-home.hero-live-final .hero-press-button:focus-visible{
  outline:3px solid #fff;
  outline-offset:5px;
}
.hero-arrow{font-size:27px;font-weight:400;line-height:.7;transform:translateY(-1px)}
.hero-button-icon{width:22px;height:22px;flex:0 0 auto;color:#fff}

.hero-feature-divider{
  width:min(960px,88%);
  margin:44px auto 0;
  display:grid;
  grid-template-columns:1fr 58px 1fr;
  align-items:center;
  gap:20px;
}
.hero-feature-divider>span{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.48))}
.hero-feature-divider>span:last-child{background:linear-gradient(90deg,rgba(255,255,255,.48),transparent)}
.hero-feature-divider>b{
  width:48px;
  height:48px;
  margin:auto;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(5,42,81,.72);
  box-shadow:0 4px 12px rgba(0,0,0,.18),inset 0 0 14px rgba(255,255,255,.04);
}
.hero-feature-divider svg{width:27px;height:27px}

.hero-home.hero-live-final .hero-feature-line-final{
  width:min(980px,94%) !important;
  max-width:none !important;
  margin:19px auto 0 !important;
  padding:0 !important;
  border:0 !important;
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:0 !important;
  align-items:stretch;
  justify-items:stretch;
  text-align:left !important;
}
.hero-feature-item{
  position:relative;
  min-height:96px;
  padding:0 28px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  color:#fff;
  font-size:17px;
  line-height:1.25;
  font-weight:800;
  text-align:left;
}
.hero-feature-item:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:18%;
  bottom:18%;
  width:1px;
  background:rgba(255,255,255,.25);
}
.hero-feature-icon{
  flex:0 0 64px;
  width:64px;
  height:64px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#ffb000;
  background:rgba(11,54,101,.74);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:inset 0 0 18px rgba(255,255,255,.035),0 5px 14px rgba(0,0,0,.14);
}
.hero-feature-icon svg{width:34px;height:34px}

/* Real animated soap bubbles. The background image itself contains none. */
.hero-home.hero-live-final .hero-bubbles-final{z-index:2}
.hero-home.hero-live-final .bubble{
  border:1px solid rgba(212,239,255,.42);
  background:
    radial-gradient(circle at 30% 25%,rgba(255,255,255,.42) 0 2%,transparent 6%),
    radial-gradient(circle at 70% 74%,rgba(115,205,255,.12),transparent 35%),
    radial-gradient(circle at 35% 35%,rgba(255,255,255,.075),rgba(69,145,210,.035) 47%,rgba(2,24,49,.08) 72%);
  box-shadow:
    inset -8px -10px 18px rgba(0,25,58,.17),
    inset 8px 7px 14px rgba(255,255,255,.11),
    0 4px 14px rgba(0,0,0,.12),
    0 0 12px rgba(110,208,255,.10);
  opacity:.72;
}
.hero-home.hero-live-final .bubble-1{width:112px;height:112px;left:2.5%;top:3%;animation:bubbleFloatA 10s ease-in-out infinite}
.hero-home.hero-live-final .bubble-2{width:48px;height:48px;left:20%;top:12%;animation:bubbleFloatB 11s ease-in-out -2.5s infinite}
.hero-home.hero-live-final .bubble-3{width:38px;height:38px;left:88%;top:13%;animation:bubbleFloatA 9s ease-in-out -4s infinite}
.hero-home.hero-live-final .bubble-4{width:82px;height:82px;left:91%;top:24%;animation:bubbleFloatB 12s ease-in-out -1s infinite}
.hero-home.hero-live-final .bubble-5{width:72px;height:72px;left:2%;top:66%;animation:bubbleRise 14s linear -8s infinite}
.hero-home.hero-live-final .bubble-6{width:46px;height:46px;left:79%;top:38%;animation:bubbleFloatA 8.5s ease-in-out -3s infinite;opacity:.5}
.hero-home.hero-live-final .bubble-7{width:92px;height:92px;left:89%;top:82%;animation:bubbleRise2 15s linear -6s infinite}
.hero-home.hero-live-final .bubble-8{width:30px;height:30px;left:10%;top:36%;animation:bubbleRise 17s linear -10s infinite;opacity:.42}
.hero-home.hero-live-final .bubble-9{width:42px;height:42px;left:67%;top:70%;animation:bubbleRise2 18s linear -13s infinite;opacity:.40}

@media(max-width:1050px){
  .hero-home.hero-live-final,
  .hero-home.hero-live-final .hero-inner{min-height:700px !important}
  .hero-home.hero-live-final h1{font-size:clamp(46px,6.4vw,64px)}
  .hero-feature-item{padding:0 16px;font-size:15px;gap:12px}
  .hero-feature-icon{flex-basis:54px;width:54px;height:54px}
  .hero-feature-icon svg{width:30px;height:30px}
}
@media(max-width:760px){
  .hero-home.hero-live-final,
  .hero-home.hero-live-final .hero-inner{min-height:700px !important}
  .hero-home.hero-live-final .hero-inner{padding:46px 0 34px !important}
  .hero-home.hero-live-final .hero-photo{object-position:center center;transform:scale(1.04)}
  .hero-home.hero-live-final .hero-location{font-size:10px;padding:7px 12px;margin-bottom:18px}
  .hero-home.hero-live-final h1{font-size:clamp(34px,10.6vw,46px);line-height:1.03}
  .hero-home.hero-live-final h1 em{font-size:.70em;margin-top:7px;white-space:normal}
  .hero-home.hero-live-final .hero-actions{flex-direction:column;gap:16px;margin-top:26px !important}
  .hero-home.hero-live-final .hero-actions .button{min-width:230px;min-height:56px;font-size:16px;padding:0 26px}
  .hero-feature-divider{width:94%;margin-top:34px;grid-template-columns:1fr 48px 1fr;gap:12px}
  .hero-feature-divider>b{width:42px;height:42px}
  .hero-home.hero-live-final .hero-feature-line-final{
    width:min(540px,100%) !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    row-gap:8px !important;
  }
  .hero-feature-item{min-height:80px;padding:8px 12px;font-size:13px;justify-content:flex-start}
  .hero-feature-item:nth-child(2)::after{display:none}
  .hero-feature-item::after{top:12%;bottom:12%}
  .hero-feature-icon{flex-basis:46px;width:46px;height:46px}
  .hero-feature-icon svg{width:26px;height:26px}
  .hero-home.hero-live-final .bubble-1{width:78px;height:78px;left:-3%;top:6%}
  .hero-home.hero-live-final .bubble-4{width:60px;height:60px;left:87%;top:27%}
  .hero-home.hero-live-final .bubble-7{width:65px;height:65px;left:84%;top:85%}
}
@media(max-width:420px){
  .hero-home.hero-live-final,
  .hero-home.hero-live-final .hero-inner{min-height:735px !important}
  .hero-home.hero-live-final h1{font-size:34px}
  .hero-home.hero-live-final .hero-actions .button{width:100% !important;max-width:280px}
  .hero-feature-item{font-size:12px;gap:8px;padding:6px 7px}
  .hero-feature-icon{flex-basis:42px;width:42px;height:42px}
  .hero-feature-icon svg{width:23px;height:23px}
}

/* ===== Visit card — approved artwork, thinner banner ===== */
.visit-section-artwork{
  padding:40px 0 44px;
  background:#fff;
}
.visit-artwork-card{
  position:relative;
  width:100%;
  max-width:1548px;
  aspect-ratio:1548 / 400;
  margin:0 auto;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(12,48,78,.12);
  isolation:isolate;
}
.visit-artwork-image{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.visit-artwork-hotspot{
  position:absolute;
  z-index:3;
  display:block;
  border-radius:10px;
  cursor:pointer;
  outline:none;
  background:transparent;
  transition:transform .14s ease, box-shadow .14s ease, background-color .14s ease;
}
.visit-artwork-directions{
  left:60.98%;
  top:64.75%;
  width:16.30%;
  height:21.99%;
}
.visit-artwork-contact{
  left:78.88%;
  top:64.75%;
  width:16.15%;
  height:21.99%;
}
.visit-artwork-hotspot:hover,
.visit-artwork-hotspot:focus-visible{
  transform:translateY(2px) scale(.988);
  box-shadow:inset 0 3px 7px rgba(0,0,0,.22),0 0 0 2px rgba(48,190,201,.28);
  background:rgba(255,255,255,.025);
}
.visit-artwork-hotspot:active{
  transform:translateY(4px) scale(.98);
  box-shadow:inset 0 5px 10px rgba(0,0,0,.28);
}
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
@media(max-width:760px){
  .visit-section-artwork{padding:38px 0 42px}
  .visit-artwork-card{
    aspect-ratio:auto;
    border-radius:20px;
  }
  .visit-artwork-image{
    position:relative;
    inset:auto;
    width:100%;
    height:auto;
    object-fit:initial;
  }
  .visit-artwork-directions{
    top:59.93%;
    height:14.81%;
  }
  .visit-artwork-contact{
    top:59.93%;
    height:14.81%;
  }
}


/* =========================================================
   RIDGEWOOD FOOTER V2 — compact redesign
   ========================================================= */
.site-footer.footer-v2{
  position:relative;
  overflow:hidden;
  background:radial-gradient(circle at 50% 18%,#0d477f 0%,#082f59 45%,#051e38 100%);
  color:#e8f3ff;
  padding:24px 0 0;
  margin-top:0;
}
.site-footer.footer-v2::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.018),rgba(255,255,255,0) 24%,rgba(255,255,255,.018) 50%,rgba(255,255,255,0) 76%,rgba(255,255,255,.018));
  pointer-events:none;
}
.footer-v2 .footer-wrap{position:relative;z-index:2}
.footer-v2 .footer-logo{display:flex;justify-content:center;align-items:center;margin:0 auto 18px;width:max-content;max-width:100%;line-height:0}
.footer-v2 .footer-logo img{width:355px;max-width:min(100%,355px);height:auto;filter:drop-shadow(0 12px 26px rgba(0,0,0,.25))}
.footer-v2 .footer-contact-row{display:grid;grid-template-columns:.9fr 1.28fr 1.2fr auto;align-items:center;gap:0;margin:0 auto}
.footer-v2 .footer-contact-item,.footer-v2 .footer-socials{min-height:62px}
.footer-v2 .footer-contact-item{display:flex;align-items:center;justify-content:center;gap:13px;padding:0 18px;color:#f7fbff;font-size:15px;font-weight:700;white-space:nowrap;border-right:1px solid rgba(91,153,219,.48)}
.footer-v2 .footer-contact-item:hover{color:#fff;text-decoration:none}
.footer-v2 .footer-contact-item:nth-of-type(3){border-right:1px solid rgba(91,153,219,.48)}
.footer-v2 .footer-contact-icon{width:50px;height:50px;border-radius:999px;display:grid;place-items:center;background:radial-gradient(circle at 30% 30%,#4fa0ff,#104a94 64%,#0a336b 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.14),0 9px 17px rgba(0,0,0,.2);flex:0 0 auto}
.footer-v2 .footer-contact-icon svg{width:23px;height:23px;fill:#fff;display:block}
.footer-v2 .footer-socials{display:flex;align-items:center;justify-content:center;gap:14px;padding-left:18px}
.footer-v2 .footer-social{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(134,177,232,.44);background:rgba(5,28,54,.18);box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);transition:transform .18s ease,border-color .18s ease,background .18s ease}
.footer-v2 a.footer-social:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.65);background:rgba(255,255,255,.08)}
.footer-v2 .footer-social svg{width:25px;height:25px;display:block}
.footer-v2 .footer-divider{display:flex;align-items:center;gap:22px;margin:15px 0 0;color:#49b9ff}
.footer-v2 .footer-divider::before,.footer-v2 .footer-divider::after{content:"";height:1px;background:linear-gradient(90deg,rgba(93,171,244,.82),rgba(93,171,244,.24));flex:1}
.footer-v2 .footer-divider::after{background:linear-gradient(90deg,rgba(93,171,244,.24),rgba(93,171,244,.82))}
.footer-v2 .footer-divider-center{display:flex;align-items:center;gap:3px;filter:drop-shadow(0 0 7px rgba(92,189,255,.24))}
.footer-v2 .footer-divider-center span{display:block;border:2px solid rgba(117,204,255,.95);border-radius:50%;background:rgba(13,55,97,.24)}
.footer-v2 .footer-divider-center span:nth-child(1){width:14px;height:14px}
.footer-v2 .footer-divider-center span:nth-child(2){width:22px;height:22px}
.footer-v2 .footer-divider-center span:nth-child(3){width:9px;height:9px;margin-left:-2px}
.footer-v2 .footer-meta{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:15px 0 19px;color:#d4e2ef;font-size:14px}
.footer-v2 .footer-meta a{color:#53acff;font-weight:700}
.footer-v2 .footer-meta a:hover{text-decoration:underline}
.footer-v2 .footer-bubble{position:absolute;border-radius:50%;border:4px solid rgba(140,188,243,.12);box-shadow:inset -10px -12px 22px rgba(255,255,255,.03),inset 8px 8px 18px rgba(255,255,255,.05);pointer-events:none;z-index:1}
.footer-v2 .footer-bubble::after{content:"";position:absolute;inset:7px auto auto 8px;width:13px;height:13px;border-radius:50%;background:rgba(255,255,255,.08)}
.footer-v2 .footer-bubble-lg{width:76px;height:76px}
.footer-v2 .footer-bubble-sm{width:32px;height:32px;border-width:3px}
.footer-v2 .footer-bubble-left{left:22px;top:32px}
.footer-v2 .footer-bubble-left-sm{left:50px;top:112px}
.footer-v2 .footer-bubble-right{right:22px;top:32px}
.footer-v2 .footer-bubble-right-sm{right:50px;top:112px}

@media(max-width:1220px){
  .footer-v2 .footer-contact-item{font-size:14px;padding:0 12px}
  .footer-v2 .footer-contact-icon{width:46px;height:46px}
  .footer-v2 .footer-logo img{width:330px}
}
@media(max-width:1050px){
  .footer-v2 .footer-contact-row{grid-template-columns:1fr 1fr}
  .footer-v2 .footer-contact-item:nth-of-type(2){border-right:none}
  .footer-v2 .footer-contact-item:nth-of-type(3){border-top:1px solid rgba(91,153,219,.34)}
  .footer-v2 .footer-socials{border-top:1px solid rgba(91,153,219,.34);padding-left:0}
}
@media(max-width:720px){
  .site-footer.footer-v2{padding-top:20px}
  .footer-v2 .footer-logo{margin-bottom:12px}
  .footer-v2 .footer-logo img{width:290px}
  .footer-v2 .footer-contact-row{grid-template-columns:1fr}
  .footer-v2 .footer-contact-item,.footer-v2 .footer-socials{border-right:none!important;justify-content:flex-start;padding:0;min-height:auto}
  .footer-v2 .footer-contact-item{padding:10px 0;font-size:14px;white-space:normal;border-bottom:1px solid rgba(91,153,219,.32)!important;border-top:none!important}
  .footer-v2 .footer-socials{padding:13px 0 2px;gap:12px;border-top:none}
  .footer-v2 .footer-contact-icon,.footer-v2 .footer-social{width:46px;height:46px}
  .footer-v2 .footer-divider{margin-top:13px;gap:10px}
  .footer-v2 .footer-meta{padding:14px 0 18px;font-size:13px;flex-direction:column;align-items:flex-start}
  .footer-v2 .footer-bubble-lg{width:60px;height:60px}
  .footer-v2 .footer-bubble-left,.footer-v2 .footer-bubble-right{top:24px}
  .footer-v2 .footer-bubble-left-sm,.footer-v2 .footer-bubble-right-sm{top:88px}
}
@media(max-width:500px){
  .footer-v2 .footer-logo img{width:255px;max-width:94%}
  .footer-v2 .footer-contact-item{font-size:13px;gap:10px}
  .footer-v2 .footer-contact-icon,.footer-v2 .footer-social{width:42px;height:42px}
  .footer-v2 .footer-contact-icon svg,.footer-v2 .footer-social svg{width:22px;height:22px}
  .footer-v2 .footer-bubble-left{left:8px}.footer-v2 .footer-bubble-right{right:8px}
  .footer-v2 .footer-bubble-left-sm{left:28px}.footer-v2 .footer-bubble-right-sm{right:28px}
}


/* =========================================================
   ABOUT / OUR STORY — EDGEWATER SPLIT REDESIGN
   ========================================================= */
.story-edgewater{
  position:relative;
  display:grid;
  grid-template-columns:58% 42%;
  min-height:640px;
  padding:0;
  overflow:hidden;
  background:#062f5d;
  isolation:isolate;
}
.story-edgewater__left{
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  min-width:0;
  background:linear-gradient(180deg,#ffd133,#f8b500);
  clip-path:polygon(0 0,87% 0,100% 100%,0 100%);
  isolation:isolate;
}
.story-edgewater__left::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background:
    radial-gradient(circle at 18% 24%,rgba(24,116,189,.16),transparent 28%),
    linear-gradient(135deg,#031d38 0%,#052c55 56%,#073a70 100%);
  clip-path:polygon(0 0,calc(87% - 10px) 0,calc(100% - 10px) 100%,0 100%);
}
.story-edgewater__inner{
  width:min(760px,calc(100% - 84px));
  margin-left:max(42px,calc((100vw - 1180px)/2));
  padding:70px 90px 70px 0;
  color:#fff;
}
.story-edgewater__eyebrow{
  display:flex;
  align-items:center;
  gap:18px;
  margin:0 0 30px;
  color:#f7bd20;
  font-size:17px;
  line-height:1;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.story-edgewater__icon{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
}
.story-edgewater__icon svg{
  width:64px;
  height:64px;
  fill:none;
  stroke:#f7bd20;
  stroke-width:2.3;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.story-edgewater__eyebrow::after{
  content:"";
  width:82px;
  height:2px;
  margin-left:2px;
  background:#f7bd20;
  border-radius:999px;
}
.story-edgewater__title{
  margin:0;
  max-width:690px;
  color:#fff;
  font-size:clamp(46px,4.15vw,70px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:900;
  text-transform:uppercase;
}
.story-edgewater__title span,
.story-edgewater__title em{
  display:block;
}
.story-edgewater__title em{
  margin-top:18px;
  color:#f8bd21;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size:.86em;
  line-height:1.02;
  font-style:italic;
  font-weight:900;
  text-transform:none;
  letter-spacing:-.04em;
}
.story-edgewater__rule{
  display:block;
  width:92px;
  height:3px;
  margin:26px 0 26px;
  border-radius:999px;
  background:#f8bd21;
}
.story-edgewater__copy{
  max-width:650px;
  color:#eef7ff;
  font-size:17px;
  line-height:1.65;
}
.story-edgewater__copy p{
  margin:0 0 22px;
}
.story-edgewater__copy p:last-child{
  margin-bottom:0;
}
.story-edgewater__actions{
  display:flex;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
  margin-top:34px;
}
.story-edgewater__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  min-width:190px;
  min-height:60px;
  padding:0 27px;
  border-radius:10px;
  font-size:16px;
  line-height:1;
  font-weight:900;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease;
}
.story-edgewater__button--gold{
  color:#062f5d;
  background:linear-gradient(180deg,#ffc72d,#f6b500);
  box-shadow:0 9px 0 rgba(171,114,0,.42),0 14px 28px rgba(0,0,0,.18);
}
.story-edgewater__button--gold:hover{
  transform:translateY(3px);
  box-shadow:0 5px 0 rgba(171,114,0,.42),0 10px 20px rgba(0,0,0,.16);
}
.story-edgewater__button--gold:active{
  transform:translateY(7px);
  box-shadow:0 1px 0 rgba(171,114,0,.42),0 5px 12px rgba(0,0,0,.14);
}
.story-edgewater__button--outline{
  color:#fff;
  border:2px solid rgba(255,255,255,.92);
  background:rgba(255,255,255,.025);
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}
.story-edgewater__button--outline:hover{
  transform:translateY(2px);
  background:rgba(255,255,255,.09);
  box-shadow:inset 0 3px 8px rgba(0,0,0,.12);
}
.story-edgewater__button--outline:active{
  transform:translateY(5px);
  background:rgba(255,255,255,.12);
}
.story-edgewater__button:focus-visible{
  outline:3px solid #6bd4ff;
  outline-offset:4px;
}
.story-edgewater__media{
  position:absolute;
  z-index:1;
  inset:0 0 0 48%;
  overflow:hidden;
  background:#7ec8ef;
}
.story-edgewater__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:44% 50%;
  transform:scale(1.01);
}
.story-edgewater__gold-edge{display:none}
.story-edgewater__bubbles{
  position:absolute;
  inset:0;
  overflow:hidden;
  pointer-events:none;
}
.story-edgewater__bubble{
  position:absolute;
  display:block;
  border-radius:50%;
  border:1px solid rgba(117,209,255,.22);
  background:radial-gradient(circle at 28% 24%,rgba(255,255,255,.16),rgba(68,179,240,.04) 48%,rgba(0,53,102,.02) 72%);
  box-shadow:inset -6px -7px 13px rgba(255,255,255,.03),inset 5px 5px 12px rgba(94,204,255,.06);
  animation:storyBubbleFloat 8s ease-in-out infinite alternate;
}
.story-edgewater__bubble--1{width:58px;height:58px;right:11%;top:7%;animation-delay:-2s}
.story-edgewater__bubble--2{width:28px;height:28px;right:6%;top:12%;animation-delay:-4s}
.story-edgewater__bubble--3{width:18px;height:18px;right:3%;top:7%;animation-delay:-1s}
.story-edgewater__bubble--4{width:64px;height:64px;left:4%;bottom:3%;animation-delay:-5s}
.story-edgewater__bubble--5{width:22px;height:22px;left:1%;bottom:13%;animation-delay:-3s}
@keyframes storyBubbleFloat{
  from{transform:translate3d(0,8px,0) scale(.98);opacity:.45}
  to{transform:translate3d(5px,-12px,0) scale(1.04);opacity:.78}
}

@media(max-width:1100px){
  .story-edgewater{grid-template-columns:62% 38%;min-height:620px}
  .story-edgewater__left{clip-path:polygon(0 0,90% 0,100% 100%,0 100%)}
  .story-edgewater__left::before{clip-path:polygon(0 0,calc(90% - 10px) 0,calc(100% - 10px) 100%,0 100%)}
  .story-edgewater__inner{width:calc(100% - 50px);margin-left:26px;padding-right:76px}
  .story-edgewater__title{font-size:clamp(42px,5.3vw,60px)}
  .story-edgewater__copy{font-size:16px}
  .story-edgewater__media{left:54%}
  .story-edgewater__gold-edge{left:59.6%;transform:rotate(-7.8deg)}
}

@media(max-width:820px){
  .story-edgewater{
    display:flex;
    flex-direction:column;
    min-height:0;
    background:#052b52;
  }
  .story-edgewater__left{
    order:1;
    clip-path:none;
    min-height:0;
    background:#052b52;
  }
  .story-edgewater__left::before{display:none}
  .story-edgewater__inner{
    width:min(100% - 36px,680px);
    margin:0 auto;
    padding:54px 0 48px;
  }
  .story-edgewater__eyebrow{margin-bottom:24px}
  .story-edgewater__eyebrow::after{width:52px}
  .story-edgewater__icon,.story-edgewater__icon svg{width:52px;height:52px}
  .story-edgewater__title{font-size:clamp(40px,10vw,58px)}
  .story-edgewater__title em{margin-top:12px}
  .story-edgewater__copy{max-width:100%;font-size:16px}
  .story-edgewater__media{
    position:relative;
    order:2;
    inset:auto;
    width:100%;
    height:390px;
  }
  .story-edgewater__media img{object-position:50% 46%}
  .story-edgewater__gold-edge{
    position:relative;
    order:2;
    left:auto;top:auto;
    width:100%;height:7px;
    transform:none;
  }
}

@media(max-width:540px){
  .story-edgewater__inner{padding:42px 0 38px}
  .story-edgewater__eyebrow{font-size:14px;gap:12px}
  .story-edgewater__icon,.story-edgewater__icon svg{width:44px;height:44px}
  .story-edgewater__title{font-size:38px;line-height:1}
  .story-edgewater__title em{font-size:.82em}
  .story-edgewater__copy{font-size:15px;line-height:1.58}
  .story-edgewater__actions{gap:13px;margin-top:28px}
  .story-edgewater__button{width:100%;min-height:56px}
  .story-edgewater__media{height:300px}
}

@media(prefers-reduced-motion:reduce){
  .story-edgewater__bubble{animation:none}
  .story-edgewater__button{transition:none}
}


/* ===== ABOUT: WHAT WE STAND FOR — WASHER VALUES ===== */
.values-washers{
  position:relative;
  overflow:hidden;
  padding:54px 0 66px;
  background:
    radial-gradient(circle at 8% 26%,rgba(63,171,224,.09) 0 2px,transparent 2.4px) 0 0/22px 22px,
    linear-gradient(180deg,#f5fbfe 0%,#eef8fd 100%);
}
.values-washers::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:14px;
  background:linear-gradient(180deg,#f8c92d 0 4px,#062f5d 4px 100%);
}
.values-washers__container{
  width:min(1180px,calc(100% - 72px));
  margin:0 auto;
}
.values-washers__header{margin:0 0 30px}
.values-washers__eyebrow{
  margin:0 0 10px;
  display:flex;
  align-items:center;
  gap:13px;
  color:#f2ae00;
  font-size:17px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.values-washers__eyebrow span{width:44px;height:3px;border-radius:999px;background:#f8c92d;display:block}
.values-washers__header h2{
  margin:0;
  color:#06356a;
  font-size:clamp(34px,3.05vw,48px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:900;
  text-transform:uppercase;
  white-space:nowrap;
}
.values-washers__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  align-items:end;
}
.washer-value{
  position:relative;
  min-width:0;
  border-radius:8px 8px 6px 6px;
  overflow:hidden;
  filter:drop-shadow(0 12px 20px rgba(5,45,87,.10));
  transition:transform .18s ease,filter .18s ease;
}
.washer-value:hover{transform:translateY(-4px);filter:drop-shadow(0 18px 26px rgba(5,45,87,.15))}
.washer-value__top{
  position:relative;
  height:56px;
  border:1px solid #a3afb6;
  border-bottom:1px solid #88949b;
  background:
    linear-gradient(180deg,rgba(255,255,255,.6),rgba(255,255,255,0) 38%),
    linear-gradient(90deg,#d7dde1 0%,#eef1f3 24%,#c4cbcf 53%,#eef1f3 77%,#d3d9dd 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85), inset 0 -1px 0 rgba(90,104,112,.28);
}
.washer-value__top::before{
  content:"";
  position:absolute;left:0;right:0;top:0;height:8px;
  background:linear-gradient(90deg,#0a457e,#06356a 55%,#0a457e);
}
.washer-value__drawer{
  position:absolute;left:24px;top:20px;width:82px;height:26px;border:2px solid #92a0a9;border-radius:4px;
  background:linear-gradient(180deg,#edf0f2,#d3d9dd);
  box-shadow:inset 0 0 0 10px rgba(255,255,255,.32), inset 0 -2px 4px rgba(110,122,129,.12);
}
.washer-value__display{
  position:absolute;right:26px;top:19px;width:80px;height:28px;border-radius:4px;
  background:
    linear-gradient(180deg,rgba(113,163,188,.18),transparent 40%),
    linear-gradient(180deg,#162531,#0a1822 70%,#132432);
  box-shadow:inset 0 0 0 2px #65727a,inset 0 0 0 1px rgba(255,255,255,.08);
}
.washer-value__body{
  position:relative;
  min-height:312px;
  padding:16px 16px 18px;
  border-left:1px solid #a7b1b7;
  border-right:1px solid #a7b1b7;
  background:
    linear-gradient(90deg,rgba(255,255,255,.3) 0, rgba(255,255,255,.05) 13%, rgba(255,255,255,.15) 48%, rgba(255,255,255,.03) 84%, rgba(255,255,255,.28) 100%),
    linear-gradient(180deg,#d4d9dd 0%,#c6ccd0 52%,#d8dde0 100%);
  display:grid;
  place-items:center;
}
.washer-value__rim{
  position:relative;
  width:min(86%,264px);
  aspect-ratio:1;
  padding:11px;
  border-radius:50%;
  background:
    radial-gradient(circle at 32% 24%,rgba(255,255,255,.95) 0 6%,transparent 7%),
    conic-gradient(from 120deg,#90999f, #f4f6f7 12%, #a8b0b5 24%, #e7ebed 36%, #7d858a 50%, #d6dcdf 64%, #fafcfc 78%, #9fa7ad 89%, #c2c9cd 100%);
  box-shadow:0 8px 16px rgba(0,0,0,.18), inset 0 0 0 2px rgba(255,255,255,.6);
}
.washer-value__rim::after{
  content:"";
  position:absolute;inset:7px;
  border-radius:50%;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.16), inset 0 0 0 10px rgba(255,255,255,.08);
}
.washer-value__door{
  position:relative;
  width:100%;height:100%;border-radius:50%;
  padding:24px 24px 22px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  color:#fff;
  background:
    linear-gradient(155deg,rgba(255,255,255,.12) 0 16%,transparent 16% 100%),
    radial-gradient(circle at 34% 28%,rgba(95,171,234,.28),transparent 36%),
    radial-gradient(circle at 50% 50%,#0b4d8b 0%,#083f79 48%,#052f5f 76%,#031d3d 100%);
  box-shadow:inset 0 0 0 3px #0d1b28,inset 0 0 24px rgba(0,0,0,.36),0 0 0 3px rgba(255,255,255,.08);
}
.washer-value__door::before{
  content:"";
  position:absolute;
  left:20%;right:20%;top:14%;height:24%;
  border-radius:50%;
  background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,0));
  filter:blur(1px);
}
.washer-value__icon{width:38px;height:38px;display:grid;place-items:center;margin-bottom:8px;color:#f8c92d;flex:0 0 auto}
.washer-value__icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}
.washer-value__door h3{margin:0;color:#fff;font-size:clamp(18px,1.35vw,23px);line-height:1.04;font-weight:900;letter-spacing:-.025em}
.washer-value__rule{width:38px;height:4px;margin:10px 0 11px;background:#f8c92d;border-radius:999px;flex:0 0 auto}
.washer-value__door p{margin:0;color:#eef7ff;font-size:clamp(12px,.88vw,14px);line-height:1.34;max-width:205px}
.washer-value__handle{position:absolute;z-index:5;left:18px;top:50%;transform:translateY(-50%);width:16px;height:96px;border-radius:10px;background:linear-gradient(90deg,#111517,#353b3e 48%,#090b0c);box-shadow:0 3px 7px rgba(0,0,0,.32)}
.washer-value__service-panel{position:absolute;right:16px;bottom:16px;width:56px;height:48px;border:1px solid #808b91;border-radius:4px;background:linear-gradient(135deg,#dde2e5,#bcc4c8);box-shadow:inset 0 0 0 1px rgba(255,255,255,.52)}
.washer-value__base{height:24px;border:1px solid #2b5278;border-top:0;background:linear-gradient(180deg,#0b467f,#063568);box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}

@media(max-width:1200px){
  .values-washers__container{width:min(1080px,calc(100% - 48px))}
  .values-washers__header h2{font-size:clamp(32px,3.3vw,43px)}
  .washer-value__body{min-height:300px;padding-left:14px;padding-right:14px}
  .washer-value__rim{width:min(86%,248px)}
  .washer-value__door{padding:23px 22px 20px}
  .washer-value__door p{font-size:12.5px;line-height:1.34}
}
@media(max-width:900px){
  .values-washers__header h2{white-space:normal;max-width:760px}
  .values-washers__grid{grid-template-columns:1fr;gap:24px;max-width:470px;margin:0 auto}
  .washer-value__top{height:62px}
  .washer-value__body{min-height:360px}
  .washer-value__rim{width:min(84%,300px)}
  .washer-value__door{padding:28px 28px 24px}
  .washer-value__door h3{font-size:23px}
  .washer-value__door p{font-size:14px;max-width:230px}
}
@media(max-width:680px){
  .values-washers{padding:46px 0 58px}
  .values-washers__container{width:min(100% - 28px,600px)}
  .values-washers__header{margin-bottom:24px}
  .values-washers__eyebrow{font-size:14px}
  .values-washers__eyebrow span{width:38px;height:3px}
  .values-washers__header h2{font-size:clamp(30px,9vw,40px);line-height:1.02}
  .washer-value__top{height:58px}
  .washer-value__drawer{left:18px;top:19px;width:66px;height:24px}
  .washer-value__display{right:18px;top:18px;width:66px;height:25px}
  .washer-value__body{min-height:338px;padding:16px 12px 18px}
  .washer-value__rim{width:min(86%,276px);padding:10px}
  .washer-value__door{padding:24px 22px 22px}
  .washer-value__icon{width:36px;height:36px}
  .washer-value__door h3{font-size:27px}
  .washer-value__door p{font-size:14px;line-height:1.38}
  .washer-value__handle{left:10px;width:18px;height:72px}
  .washer-value__service-panel{right:10px;bottom:12px;width:42px;height:36px}
  .washer-value__base{height:40px}
}

/* =========================================================
   ABOUT CTA — homepage Visit Us visual treatment
   Keeps the original About CTA footprint/spacing.
   ========================================================= */
.about-visit-home-look{
  padding:70px 0; /* preserve existing section spacing */
  background:#fff;
}
.about-visit-box-home{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:0;
  padding:42px 46px; /* identical to original .visit-box */
  border-radius:16px; /* identical footprint */
  background:#eaf8fb;
  box-shadow:0 14px 34px rgba(12,48,78,.12);
}
.about-visit-box-home::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,
      rgba(240,251,253,.99) 0%,
      rgba(240,251,253,.97) 35%,
      rgba(240,251,253,.84) 52%,
      rgba(240,251,253,.42) 68%,
      rgba(240,251,253,.12) 100%),
    url('/assets/images/home-interior.webp') center 43% / cover no-repeat;
}
.about-visit-box-home::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  z-index:-1;
  width:235px;
  height:118px;
  opacity:.34;
  background-image:radial-gradient(circle,#4bc1c9 2px,transparent 2.2px);
  background-size:13px 13px;
  -webkit-mask-image:linear-gradient(135deg,#000 0%,transparent 72%);
  mask-image:linear-gradient(135deg,#000 0%,transparent 72%);
  pointer-events:none;
}
.about-visit-copy{
  position:relative;
  z-index:2;
  max-width:690px;
}
.about-visit-box-home .eyebrow{
  margin:0 0 8px;
  color:#299ea6;
  font-size:13px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.about-visit-box-home h2{
  margin:0 0 8px;
  color:var(--navy);
}
.about-visit-rule{
  display:block;
  width:min(560px,70%);
  height:2px;
  margin:4px 0 12px;
  background:linear-gradient(90deg,#36b5bd,rgba(54,181,189,.35));
}
.about-visit-box-home p{
  margin:0;
  color:#27445e;
}
.about-visit-contact{
  position:relative;
  z-index:2;
  min-width:154px;
  min-height:58px;
  gap:10px;
  border-radius:9px;
  background:var(--navy)!important;
  color:#fff!important;
  box-shadow:0 9px 0 #052443,0 14px 22px rgba(5,45,87,.18)!important;
  transition:transform .14s ease,box-shadow .14s ease,filter .14s ease!important;
}
.about-visit-contact:hover,
.about-visit-contact:focus-visible{
  transform:translateY(3px)!important;
  box-shadow:0 6px 0 #052443,0 10px 18px rgba(5,45,87,.16)!important;
  filter:none!important;
}
.about-visit-contact:active{
  transform:translateY(7px)!important;
  box-shadow:0 2px 0 #052443,0 5px 10px rgba(5,45,87,.13)!important;
}
.about-visit-contact span{
  color:#42bdc6;
  font-size:19px;
  font-weight:900;
  line-height:1;
}
@media(max-width:680px){
  .about-visit-box-home{
    padding:32px 26px; /* preserves existing mobile .visit-box footprint */
    align-items:flex-start;
    flex-direction:column;
    background:#eaf8fb;
  }
  .about-visit-box-home::before{
    background:
      linear-gradient(180deg,rgba(240,251,253,.98) 0%,rgba(240,251,253,.88) 62%,rgba(240,251,253,.62) 100%),
      url('/assets/images/home-interior.webp') center / cover no-repeat;
  }
  .about-visit-rule{width:78%}
  .about-visit-contact{width:100%;max-width:230px}
}


/* ===== ABOUT: MODERN VALUES SECTION ===== */
.values-modern{
  position:relative;
  padding:42px 0 48px;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 12%,rgba(90,174,224,.07),transparent 26%),
    radial-gradient(circle at 86% 18%,rgba(90,174,224,.05),transparent 24%),
    linear-gradient(180deg,#f6fbfe 0%,#eef7fc 100%);
}
.values-modern__container{
  width:min(1120px,calc(100% - 96px));
  margin:0 auto;
}
.values-modern__header{
  text-align:center;
  margin:0 auto 26px;
}
.values-modern__eyebrow{
  margin:0 0 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  color:#f3ad00;
  font-size:14px;
  line-height:1;
  font-weight:900;
  letter-spacing:.075em;
  text-transform:uppercase;
}
.values-modern__eyebrow span{
  display:block;
  width:48px;
  height:2px;
  border-radius:999px;
  background:#f4b20b;
}
.values-modern__header h2{
  margin:0;
  color:#062f63;
  font-size:clamp(28px,2.35vw,40px);
  line-height:1;
  letter-spacing:-.04em;
  font-weight:900;
  text-transform:uppercase;
  white-space:nowrap;
}
.values-modern__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.values-modern__card{
  position:relative;
  min-height:282px;
  padding:24px 26px 28px;
  border:1px solid rgba(15,66,112,.05);
  border-radius:16px;
  background:rgba(255,255,255,.96);
  box-shadow:0 10px 24px rgba(20,67,107,.09);
  transition:transform .18s ease,box-shadow .18s ease;
}
.values-modern__card:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 28px rgba(20,67,107,.13);
}
.values-modern__icon{
  width:76px;
  height:76px;
  margin:0 0 18px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:radial-gradient(circle at 36% 32%,#0b4b87 0%,#06386b 58%,#03264e 100%);
  box-shadow:0 8px 18px rgba(4,42,82,.14),inset 0 0 0 1px rgba(255,255,255,.05);
  color:#ffbe19;
}
.values-modern__icon svg{
  width:40px;
  height:40px;
  fill:none;
  stroke:currentColor;
  stroke-width:3.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.values-modern__card h3{
  margin:0;
  max-width:320px;
  color:#062f63;
  font-size:clamp(20px,1.45vw,24px);
  line-height:1.08;
  letter-spacing:-.025em;
  font-weight:900;
}
.values-modern__rule{
  display:block;
  width:42px;
  height:3px;
  margin:18px 0 18px;
  border-radius:999px;
  background:#f4b20b;
}
.values-modern__card p{
  margin:0;
  max-width:340px;
  color:#142b49;
  font-size:15px;
  line-height:1.5;
}
@media(max-width:1180px){
  .values-modern__container{width:min(1020px,calc(100% - 56px))}
  .values-modern__header h2{font-size:clamp(26px,2.7vw,36px)}
  .values-modern__grid{gap:16px}
  .values-modern__card{min-height:270px;padding:22px 22px 25px}
  .values-modern__icon{width:70px;height:70px;margin-bottom:16px}
  .values-modern__icon svg{width:36px;height:36px}
  .values-modern__card h3{font-size:21px}
  .values-modern__card p{font-size:14px}
}
@media(max-width:900px){
  .values-modern{padding:40px 0 46px}
  .values-modern__container{width:min(760px,calc(100% - 40px))}
  .values-modern__header{margin-bottom:24px}
  .values-modern__header h2{white-space:normal;max-width:720px;margin-inline:auto;font-size:clamp(30px,5.3vw,42px)}
  .values-modern__grid{grid-template-columns:1fr;gap:16px;max-width:620px;margin:0 auto}
  .values-modern__card{min-height:auto;padding:24px 26px 26px}
  .values-modern__card h3{font-size:24px}
  .values-modern__card p{font-size:16px;max-width:540px}
}
@media(max-width:680px){
  .values-modern{padding:36px 0 42px}
  .values-modern__container{width:min(100% - 28px,560px)}
  .values-modern__eyebrow{gap:10px;font-size:13px;margin-bottom:12px}
  .values-modern__eyebrow span{width:30px;height:2px}
  .values-modern__header h2{font-size:clamp(28px,8vw,38px);line-height:1.02}
  .values-modern__header{margin-bottom:22px}
  .values-modern__card{padding:22px 22px 25px;border-radius:14px}
  .values-modern__icon{width:68px;height:68px;margin-bottom:16px}
  .values-modern__icon svg{width:36px;height:36px}
  .values-modern__card h3{font-size:23px}
  .values-modern__rule{width:38px;height:3px;margin:16px 0 17px}
  .values-modern__card p{font-size:15px;line-height:1.48}
}


/* =========================================================
   SERVICES PAGE — OPTION 1 CLEAN REDESIGN (2026-08-11)
   ========================================================= */
.services-option1-page{background:#fff}
.services-option1-shell{width:min(1260px,calc(100% - 72px));margin:0 auto}
.services-option1-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:385px;
  padding:68px 0 112px;
  background:#f6fbfe;
}
.services-option1-hero__photo{
  position:absolute;
  inset:0 0 0 auto;
  z-index:-4;
  width:66%;
  height:100%;
  object-fit:cover;
  object-position:center 51%;
}
.services-option1-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background:linear-gradient(90deg,#f8fcff 0%,#f8fcff 31%,rgba(248,252,255,.97) 41%,rgba(248,252,255,.76) 57%,rgba(248,252,255,.18) 77%,rgba(248,252,255,.04) 100%);
}
.services-option1-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:linear-gradient(180deg,rgba(5,47,93,.01),rgba(5,47,93,.04));
}
.services-option1-hero__wash{position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(circle at 20% 35%,rgba(255,255,255,.82),transparent 35%)}
.services-option1-hero__copy{width:min(760px,62%);padding-left:4px}
.services-option1-kicker{margin:0 0 12px;color:#e5a800;font-size:13px;line-height:1;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.services-option1-hero h1{margin:0;color:#073568;font-size:clamp(40px,3.45vw,54px);line-height:1;letter-spacing:-.04em;font-weight:900;white-space:nowrap}
.services-option1-accent{display:block;width:50px;height:4px;border-radius:99px;background:#f8b410;margin:24px 0 21px}
.services-option1-hero__copy>p:last-child{margin:0;color:#314b62;font-size:17px;line-height:1.55}

.services-option1-options{position:relative;padding:20px 0 88px;background:linear-gradient(180deg,#f6fbfe 0,#fff 320px)}
.services-option1-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:22px;margin-top:42px}
.services-option1-card{display:flex;flex-direction:column;min-height:250px;padding:28px 26px 24px;background:#fff;border:1px solid #dbe7ee;border-radius:15px;box-shadow:0 10px 28px rgba(6,47,93,.09);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.services-option1-card:hover{transform:translateY(-4px);border-color:#c8dce7;box-shadow:0 16px 32px rgba(6,47,93,.13)}
.services-option1-card:nth-child(1),.services-option1-card:nth-child(2),.services-option1-card:nth-child(3){grid-column:span 4}
.services-option1-card:nth-child(4),.services-option1-card:nth-child(5){grid-column:span 6}

.services-option1-icon{display:grid;place-items:center;width:58px;height:58px;margin:0 0 18px;border-radius:50%;background:#eaf5fb;color:#073568;flex:0 0 auto}
.services-option1-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}
.services-option1-card h2{margin:0 0 10px;color:#082f5d;font-size:19px;line-height:1.15;letter-spacing:-.02em;font-weight:900}
.services-option1-card p{margin:0;color:#536b7d;font-size:14px;line-height:1.5}
.services-option1-link{display:inline-flex;align-items:center;gap:7px;width:max-content;margin-top:auto;padding-top:20px;color:#0b4f8d;font-size:13px;font-weight:900}
.services-option1-link:hover{text-decoration:underline}
.services-option1-link span{color:#f0ad00;font-size:16px;line-height:1}

.services-option1-payment{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;margin-top:28px;padding:24px 32px;border-radius:14px;background:linear-gradient(90deg,#052e5b,#073d73 60%,#052e5b);color:#fff;box-shadow:0 12px 28px rgba(6,47,93,.12)}
.services-option1-payment__icon{display:grid;place-items:center;width:54px;height:54px;border:2px solid #f8b410;border-radius:50%;color:#f8b410}
.services-option1-payment__icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.services-option1-payment__copy h2{margin:0 0 3px;color:#fff;font-size:22px;line-height:1.1;letter-spacing:-.02em;font-weight:900}
.services-option1-payment__copy p{margin:0;color:#dceaf5;font-size:14px;line-height:1.45}
.services-option1-payment__button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 24px;border-radius:8px;background:#f8b410;color:#062f5d;font-size:14px;font-weight:900;box-shadow:0 6px 0 #c98e00;transition:transform .14s ease,box-shadow .14s ease,filter .14s ease;white-space:nowrap}
.services-option1-payment__button:hover{transform:translateY(2px);box-shadow:0 4px 0 #c98e00;filter:brightness(1.02)}
.services-option1-payment__button:active{transform:translateY(5px);box-shadow:0 1px 0 #c98e00}

@media(max-width:1120px){
  .services-option1-shell{width:min(1040px,calc(100% - 40px))}
  .services-option1-hero{min-height:350px;padding:58px 0 100px}
  .services-option1-hero__photo{width:61%}
  .services-option1-hero__copy{width:min(700px,66%)}
  .services-option1-hero h1{font-size:clamp(36px,4vw,46px)}
  .services-option1-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:34px;gap:18px}
  .services-option1-card{min-height:240px;padding:26px 24px 22px}
  .services-option1-card:nth-child(4),.services-option1-card:nth-child(5){min-height:225px}
}
@media(max-width:760px){
  .services-option1-shell{width:min(100% - 28px,640px)}
  .services-option1-hero{min-height:auto;padding:52px 0 64px;background:#f5fbfe}
  .services-option1-hero__photo{position:absolute;width:100%;opacity:.18;object-position:center}
  .services-option1-hero::before{background:rgba(248,252,255,.88)}
  .services-option1-hero__copy{width:100%;padding:0}
  .services-option1-hero h1{font-size:clamp(38px,9vw,50px);line-height:1.01;white-space:normal}
  .services-option1-hero__copy>p:last-child{font-size:16px}
  .services-option1-options{padding:26px 0 56px}
  .services-option1-grid{grid-template-columns:1fr;margin-top:0;gap:14px}
  .services-option1-card{min-height:0;padding:22px 21px}
  .services-option1-icon{width:54px;height:54px;margin-bottom:15px}
  .services-option1-card h2{font-size:20px}
  .services-option1-payment{grid-template-columns:auto 1fr;gap:15px;padding:20px;margin-top:20px}
  .services-option1-payment__button{grid-column:1/-1;width:100%;margin-top:2px}
}
@media(max-width:420px){
  .services-option1-hero h1{font-size:38px;white-space:normal}
  .services-option1-kicker{font-size:12px}
  .services-option1-payment__icon{width:48px;height:48px}
  .services-option1-payment__copy h2{font-size:20px}
}


/* =========================================================
   CAR WASH PAGE — MODERN SELECTED DESIGN (2026-08-11)
   Scoped to .cw-modern-page only.
   ========================================================= */
.cw-modern-page{background:#fff;color:#082f5d}
.cw-modern-shell{width:min(1260px,calc(100% - 64px));margin:0 auto}
.cw-modern-hero{position:relative;display:grid;grid-template-columns:minmax(0,46%) minmax(0,54%);min-height:438px;overflow:hidden;background:#f7fbfe;border-bottom:1px solid #e2edf4}
.cw-modern-hero__copy{position:relative;z-index:2;display:flex;align-items:center;background:linear-gradient(135deg,#fff 0%,#f8fcff 74%,#eef8fd 100%)}
.cw-modern-hero__copy::after{content:"";position:absolute;top:0;right:-90px;width:150px;height:100%;background:linear-gradient(165deg,rgba(255,255,255,.99) 0 49%,rgba(255,255,255,0) 50%);pointer-events:none;z-index:3}
.cw-modern-hero__inner{position:relative;z-index:5;width:min(600px,calc(100% - 80px));margin-left:max(54px,calc((100vw - 1260px)/2));padding:40px 0}
.cw-modern-kicker{display:flex;align-items:center;gap:14px;margin:0 0 18px;color:#e6a400;font-size:16px;line-height:1;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.cw-modern-kicker__icon{width:50px;height:42px;display:grid;place-items:center;color:#073568}
.cw-modern-kicker__icon svg{width:45px;height:40px;fill:none;stroke:#073568;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.cw-modern-hero h1{margin:0;color:#073568;font-size:clamp(48px,4.45vw,70px);line-height:.98;letter-spacing:-.045em;font-weight:900}
.cw-modern-lede{max-width:470px;margin:24px 0 0;color:#334d63;font-size:18px;line-height:1.45}
.cw-modern-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:28px}
.cw-modern-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 24px;border-radius:7px;font-size:15px;font-weight:800;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}
.cw-modern-button svg{width:20px;height:20px;fill:currentColor}
.cw-modern-button--navy{background:#072f5d;color:#fff;box-shadow:0 5px 0 #041e3c}
.cw-modern-button--navy:hover{transform:translateY(2px);box-shadow:0 3px 0 #041e3c;color:#fff}
.cw-modern-button--gold{background:#ffbd17;color:#062f5d;box-shadow:0 5px 0 #d99a00}
.cw-modern-button--gold:hover{transform:translateY(2px);box-shadow:0 3px 0 #d99a00;color:#062f5d}
.cw-modern-play{width:22px;height:22px;border:2px solid currentColor;border-radius:50%;display:grid;place-items:center;font-size:9px;padding-left:1px}
.cw-modern-hero__media{position:relative;overflow:hidden;background:#b5d7ee}
.cw-modern-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center 45%;display:block;transform:scale(1.02)}
.cw-modern-hero__media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(231,245,253,.28),rgba(5,47,93,.04) 38%,rgba(5,47,93,.08));pointer-events:none}
.cw-modern-bubble{position:absolute;border-radius:50%;border:1px solid rgba(86,161,216,.18);box-shadow:inset -6px -8px 15px rgba(41,113,170,.08),inset 5px 6px 12px rgba(255,255,255,.8);z-index:1;pointer-events:none}
.cw-modern-bubble--1{width:76px;height:76px;right:70px;top:36px}
.cw-modern-bubble--2{width:34px;height:34px;right:128px;top:156px}
.cw-modern-bubble--3{width:48px;height:48px;left:20px;bottom:40px}
.cw-modern-splash{position:absolute;left:0;right:0;bottom:0;height:74px;opacity:.28;background:radial-gradient(ellipse at 8% 120%,#72c7f3 0 2px,transparent 3px),radial-gradient(ellipse at 22% 110%,#5dbdec 0 2px,transparent 3px);pointer-events:none}

.cw-modern-benefits{padding:24px 0 20px;background:#fff}
.cw-modern-benefits__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.cw-modern-benefit{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:20px;min-height:130px;padding:24px 30px;background:#fff;border:1px solid #dce7ee;border-radius:16px;box-shadow:0 8px 24px rgba(6,47,93,.05)}
.cw-modern-benefit__icon{width:82px;height:82px;display:grid;place-items:center;border:1px solid #dce7ee;border-radius:50%;background:#fbfdff;color:#073568;flex:0 0 auto}
.cw-modern-benefit__icon svg{width:48px;height:48px;fill:none;stroke:#073568;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.cw-modern-benefit h2{margin:0 0 8px;color:#082f5d;font-size:20px;line-height:1.08;font-weight:900}
.cw-modern-benefit p{margin:0;color:#536b7d;font-size:15px;line-height:1.45}

.cw-modern-location{padding:0 0 26px;background:#fff}
.cw-modern-location__panel{position:relative;display:grid;grid-template-columns:280px 1.05fr .95fr 1.1fr;gap:0;overflow:hidden;border:1px solid #dce7ee;border-radius:16px;background:linear-gradient(90deg,#fff,#fbfdff);box-shadow:0 10px 28px rgba(6,47,93,.05)}
.cw-modern-location__panel::after{content:"";position:absolute;right:-28px;bottom:-42px;width:150px;height:150px;border:3px solid rgba(64,170,224,.16);border-radius:50%;box-shadow:0 0 0 22px rgba(64,170,224,.05),0 0 0 45px rgba(64,170,224,.025);pointer-events:none}
.cw-modern-location__photo{min-height:190px;padding:14px}
.cw-modern-location__photo img{width:100%;height:100%;min-height:162px;object-fit:cover;border-radius:10px;display:block}
.cw-modern-location__visit,.cw-modern-location__hours,.cw-modern-location__simple{display:grid;grid-template-columns:auto 1fr;gap:14px;align-content:center;padding:28px 24px;border-left:1px solid #e0e9ee}
.cw-modern-location__icon{width:36px;height:36px;color:#073568;display:grid;place-items:center;margin-top:2px}
.cw-modern-location__icon svg{width:32px;height:32px;fill:#073568;stroke:#073568;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cw-modern-location__icon--bubbles svg{fill:none}
.cw-modern-location h2{margin:0 0 7px;color:#082f5d;font-size:19px;line-height:1.1;font-weight:900}
.cw-modern-address{margin:0 0 14px;color:#082f5d;font-size:18px;line-height:1.35;font-weight:800}
.cw-modern-direction{display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:0 18px;border-radius:6px;background:#072f5d;color:#fff;font-size:14px;font-weight:800;box-shadow:0 4px 0 #041e3c}
.cw-modern-direction:hover{color:#fff;transform:translateY(1px);box-shadow:0 3px 0 #041e3c}
.cw-modern-hours-row{display:grid;grid-template-columns:96px 1fr;gap:16px;margin:8px 0;color:#425a70;font-size:14px;line-height:1.3}
.cw-modern-hours-row strong{color:#082f5d}
.cw-modern-last-wash{margin:11px 0 0;color:#e3a100;font-size:13px;font-weight:800}
.cw-modern-location__simple p{margin:0;color:#536b7d;font-size:14px;line-height:1.5;max-width:250px}

.cw-modern-last-cta{padding:0 0 34px;background:#fff}
.cw-modern-last-cta__panel{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:24px 30px;border-radius:14px;background:linear-gradient(90deg,#052c58,#073d73 58%,#052c58);color:#fff;box-shadow:0 12px 28px rgba(6,47,93,.11)}
.cw-modern-last-cta__eyebrow{margin:0 0 4px;color:#f8b410;font-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.cw-modern-last-cta h2{margin:0 0 4px;color:#fff;font-size:25px;line-height:1.1;font-weight:900}
.cw-modern-last-cta p{margin:0;color:#dbe9f4;font-size:14px;line-height:1.45}
.cw-modern-last-cta__button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 22px;border-radius:7px;background:#ffbd17;color:#062f5d;font-size:14px;font-weight:900;box-shadow:0 5px 0 #d99a00;white-space:nowrap}
.cw-modern-last-cta__button:hover{transform:translateY(2px);box-shadow:0 3px 0 #d99a00;color:#062f5d}

@media(max-width:1120px){
  .cw-modern-shell{width:min(100% - 40px,1000px)}
  .cw-modern-hero{grid-template-columns:48% 52%;min-height:410px}
  .cw-modern-hero__inner{width:calc(100% - 48px);margin-left:28px}
  .cw-modern-hero h1{font-size:clamp(44px,5vw,58px)}
  .cw-modern-benefit{padding:22px 20px;gap:15px}
  .cw-modern-benefit__icon{width:68px;height:68px}
  .cw-modern-benefit__icon svg{width:40px;height:40px}
  .cw-modern-location__panel{grid-template-columns:230px 1fr 1fr}
  .cw-modern-location__simple{grid-column:1/-1;border-left:0;border-top:1px solid #e0e9ee}
}
@media(max-width:820px){
  .cw-modern-hero{display:block;min-height:auto}
  .cw-modern-hero__copy{min-height:430px;background:linear-gradient(90deg,rgba(250,253,255,.97),rgba(250,253,255,.90))}
  .cw-modern-hero__copy::after{display:none}
  .cw-modern-hero__media{position:absolute;inset:0;z-index:0;opacity:.18}
  .cw-modern-hero__inner{width:min(100% - 40px,640px);margin:0 auto;padding:54px 0}
  .cw-modern-hero h1{font-size:clamp(44px,10vw,62px)}
  .cw-modern-benefits__grid{grid-template-columns:1fr;gap:14px}
  .cw-modern-benefit{min-height:0}
  .cw-modern-location__panel{grid-template-columns:1fr 1fr}
  .cw-modern-location__photo{grid-column:1/-1;min-height:230px}
  .cw-modern-location__visit{border-left:0;border-top:1px solid #e0e9ee}
  .cw-modern-location__hours{border-top:1px solid #e0e9ee}
  .cw-modern-location__simple{grid-column:1/-1}
}
@media(max-width:560px){
  .cw-modern-shell{width:min(100% - 28px,520px)}
  .cw-modern-hero__copy{min-height:440px}
  .cw-modern-hero__inner{width:calc(100% - 28px);padding:44px 0}
  .cw-modern-kicker{font-size:13px;gap:9px}
  .cw-modern-kicker__icon{width:38px;height:34px}
  .cw-modern-kicker__icon svg{width:36px;height:32px}
  .cw-modern-hero h1{font-size:clamp(40px,13vw,54px)}
  .cw-modern-lede{font-size:16px;margin-top:20px}
  .cw-modern-actions{gap:14px;margin-top:24px}
  .cw-modern-button{width:100%;min-height:48px}
  .cw-modern-benefits{padding-top:18px}
  .cw-modern-benefit{grid-template-columns:64px 1fr;padding:20px 18px;gap:14px}
  .cw-modern-benefit__icon{width:60px;height:60px}
  .cw-modern-benefit__icon svg{width:35px;height:35px}
  .cw-modern-benefit h2{font-size:18px}
  .cw-modern-benefit p{font-size:14px}
  .cw-modern-location__panel{grid-template-columns:1fr}
  .cw-modern-location__photo{grid-column:auto;min-height:210px}
  .cw-modern-location__visit,.cw-modern-location__hours,.cw-modern-location__simple{grid-column:auto;border-left:0;border-top:1px solid #e0e9ee;padding:23px 20px}
  .cw-modern-last-cta__panel{align-items:flex-start;flex-direction:column;padding:22px 20px}
  .cw-modern-last-cta__button{width:100%}
}


/* =========================================================
   CAR WASH HERO — OPTION 4 CURVED PHOTO / WAVE DESIGN
   Changes hero only. All sections below remain unchanged.
   ========================================================= */
.cw-modern-page .cw-modern-hero{
  position:relative;
  display:block;
  min-height:560px;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 24% 34%,rgba(205,235,251,.38),transparent 32%),
    linear-gradient(135deg,#ffffff 0%,#f8fcff 66%,#eef8fd 100%);
  border-bottom:0;
}

/* Yellow sweep along the top, like the selected Option 4 mockup */
.cw-modern-page .cw-modern-hero::before{
  content:"";
  position:absolute;
  z-index:7;
  top:-30px;
  left:16%;
  width:64%;
  height:58px;
  border-top:4px solid #ffbd17;
  border-radius:50%;
  pointer-events:none;
}

.cw-modern-page .cw-modern-hero::after{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  background:
    radial-gradient(circle at 8% 92%,rgba(72,177,230,.08),transparent 17%),
    linear-gradient(90deg,rgba(255,255,255,0) 0 39%,rgba(255,255,255,.06) 56%,rgba(7,53,104,.05) 100%);
  pointer-events:none;
}

.cw-modern-page .cw-modern-hero__copy{
  position:relative;
  z-index:5;
  width:100%;
  min-height:560px;
  display:flex;
  align-items:center;
  background:transparent;
}

.cw-modern-page .cw-modern-hero__copy::after{
  display:none;
}

.cw-modern-page .cw-modern-hero__inner{
  position:relative;
  z-index:8;
  width:min(620px,calc(48vw - 42px));
  margin-left:max(54px,calc((100vw - 1260px)/2));
  padding:54px 0 114px;
}

.cw-modern-page .cw-modern-kicker{
  gap:10px;
  margin-bottom:14px;
  font-size:14px;
}

.cw-modern-page .cw-modern-kicker__icon{
  width:38px;
  height:34px;
}

.cw-modern-page .cw-modern-kicker__icon svg{
  width:35px;
  height:32px;
}

.cw-modern-page .cw-modern-hero h1{
  max-width:540px;
  font-size:clamp(42px,3.35vw,54px);
  line-height:.97;
  letter-spacing:-.045em;
}

.cw-modern-page .cw-modern-lede{
  max-width:430px;
  margin-top:19px;
  font-size:16px;
  line-height:1.45;
}

.cw-modern-page .cw-modern-actions{
  gap:16px;
  margin-top:22px;
}

.cw-modern-page .cw-modern-button{
  min-height:46px;
  padding:0 20px;
  font-size:14px;
}

/* Curved photo edge: the photo is not zoomed and no longer looks chopped */
.cw-modern-page .cw-modern-hero__media{
  position:absolute;
  z-index:1;
  top:0;
  right:0;
  bottom:0;
  width:64%;
  overflow:hidden;
  background:#b5d7ee;
  clip-path:ellipse(80% 94% at 82% 47%);
}

.cw-modern-page .cw-modern-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 42%;
  display:block;
  transform:none;
}

.cw-modern-page .cw-modern-hero__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(219,240,252,.16),rgba(5,47,93,.02) 40%,rgba(5,47,93,.06));
  pointer-events:none;
}

/* Light bubble details */
.cw-modern-page .cw-modern-bubble{
  display:none;
}
.cw-modern-page .cw-modern-bubble--1{width:56px;height:56px;right:46%;top:56px}
.cw-modern-page .cw-modern-bubble--2{width:30px;height:30px;right:50%;top:122px}
.cw-modern-page .cw-modern-bubble--3{width:42px;height:42px;left:30px;bottom:86px}

/* Two-layer blue wave across the bottom */
.cw-modern-page .cw-modern-splash{
  position:absolute;
  z-index:9;
  left:0;
  right:0;
  bottom:-1px;
  height:84px;
  opacity:1;
  background:linear-gradient(90deg,#0964b7 0%,#0e72c8 46%,#0b5ca5 100%);
  clip-path:polygon(
    0 58%, 7% 44%, 15% 31%, 24% 35%, 34% 54%,
    45% 61%, 56% 49%, 67% 39%, 78% 45%, 89% 55%,
    100% 46%, 100% 100%, 0 100%
  );
  pointer-events:none;
}

.cw-modern-page .cw-modern-splash::after{
  content:"";
  position:absolute;
  inset:18px 0 0;
  background:linear-gradient(90deg,#49a7e0,#2f91d5 55%,#318bc9);
  clip-path:polygon(
    0 52%, 10% 38%, 20% 25%, 31% 34%, 42% 51%,
    53% 55%, 64% 44%, 75% 34%, 86% 41%, 100% 30%,
    100% 100%, 0 100%
  );
}

/* Tablet */
@media(max-width:1120px){
  .cw-modern-page .cw-modern-hero{
    min-height:500px;
  }
  .cw-modern-page .cw-modern-hero__copy{
    min-height:500px;
  }
  .cw-modern-page .cw-modern-hero__inner{
    width:min(540px,46vw);
    margin-left:32px;
    padding:46px 0 102px;
  }
  .cw-modern-page .cw-modern-hero h1{
    max-width:500px;
    font-size:clamp(40px,4.25vw,50px);
  }
  .cw-modern-page .cw-modern-hero__media{
    width:63%;
    clip-path:ellipse(82% 95% at 84% 47%);
  }
}

/* Mobile: keep the same look, but stack it cleanly */
@media(max-width:820px){
  .cw-modern-page .cw-modern-hero{
    display:flex;
    flex-direction:column;
    min-height:auto;
  }
  .cw-modern-page .cw-modern-hero::before{
    display:none;
  }
  .cw-modern-page .cw-modern-hero__copy{
    min-height:auto;
    order:1;
    background:
      radial-gradient(circle at 80% 18%,rgba(205,235,251,.48),transparent 24%),
      linear-gradient(180deg,#fff,#f7fbfe);
  }
  .cw-modern-page .cw-modern-hero__inner{
    width:min(100% - 36px,640px);
    margin:0 auto;
    padding:48px 0 52px;
  }
  .cw-modern-page .cw-modern-hero__media{
    position:relative;
    order:2;
    width:100%;
    height:340px;
    clip-path:none;
    opacity:1;
  }
  .cw-modern-page .cw-modern-hero__media img{
    object-position:center 35%;
  }
  .cw-modern-page .cw-modern-splash{
    height:58px;
  }
  .cw-modern-page .cw-modern-bubble--1{
    right:28px;
    top:38px;
  }
  .cw-modern-page .cw-modern-bubble--2{
    right:88px;
    top:92px;
  }
}

@media(max-width:560px){
  .cw-modern-page .cw-modern-hero__inner{
    width:calc(100% - 28px);
    padding:42px 0 46px;
  }
  .cw-modern-page .cw-modern-hero h1{
    font-size:clamp(38px,12vw,50px);
  }
  .cw-modern-page .cw-modern-actions{
    gap:12px;
  }
  .cw-modern-page .cw-modern-button{
    width:100%;
  }
  .cw-modern-page .cw-modern-hero__media{
    height:285px;
  }
}


/* =========================================================
   CAR WASH HERO — OPTION 4 EXACT REBUILD
   Dedicated classes prevent older hero rules from interfering.
   ========================================================= */
.cw4-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  height:430px;
  background:#fff;
  border-bottom:1px solid #e3edf3;
}

.cw4-copy{
  position:absolute;
  z-index:4;
  inset:0 auto 0 0;
  width:58%;
  background:
    radial-gradient(circle at 72% 22%,rgba(211,239,252,.50),transparent 25%),
    linear-gradient(135deg,#fff 0%,#fbfdff 72%,#eff9fe 100%);
}

.cw4-copy__inner{
  width:min(520px,calc(100% - 82px));
  margin-left:max(54px,calc((100vw - 1260px)/2));
  padding-top:62px;
}

.cw4-kicker{
  margin:0 0 13px;
  display:flex;
  align-items:center;
  gap:10px;
  color:#e3a100;
  font-size:13px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.cw4-kicker__icon{
  width:35px;
  height:31px;
  color:#073568;
  display:grid;
  place-items:center;
}

.cw4-kicker__icon svg{
  width:34px;
  height:30px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.cw4-hero h1{
  margin:0;
  color:#073568;
  font-size:clamp(42px,3.55vw,56px);
  line-height:.97;
  letter-spacing:-.045em;
  font-weight:900;
}

.cw4-lede{
  margin:18px 0 0;
  max-width:410px;
  color:#314b62;
  font-size:15px;
  line-height:1.47;
}

.cw4-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:21px;
}

.cw4-btn{
  min-height:44px;
  padding:0 18px;
  border-radius:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  font-size:13px;
  line-height:1;
  font-weight:900;
  transition:transform .14s ease,box-shadow .14s ease,filter .14s ease;
}

.cw4-btn--navy{
  color:#fff;
  background:#06396f;
  box-shadow:0 5px 0 #03264c;
}

.cw4-btn--gold{
  color:#062f5d;
  background:#f8b410;
  box-shadow:0 5px 0 #c98e00;
}

.cw4-btn:hover{
  transform:translateY(2px);
  filter:brightness(1.02);
}
.cw4-btn--navy:hover{box-shadow:0 3px 0 #03264c}
.cw4-btn--gold:hover{box-shadow:0 3px 0 #c98e00}
.cw4-btn:active{transform:translateY(4px);box-shadow:0 1px 0 rgba(0,0,0,.25)}

.cw4-btn svg{
  width:18px;
  height:18px;
  fill:currentColor;
  flex:0 0 auto;
}

.cw4-play{
  width:21px;
  height:21px;
  display:grid;
  place-items:center;
  border:2px solid currentColor;
  border-radius:50%;
  font-size:8px;
  padding-left:1px;
}

.cw4-photo{
  position:absolute;
  z-index:2;
  top:0;
  right:0;
  bottom:0;
  width:58%;
  overflow:hidden;
  clip-path:ellipse(76% 106% at 94% 50%);
  background:#b5d7ee;
}

.cw4-photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center 31%;
  transform:none;
}

.cw4-photo::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(231,245,253,.14),rgba(5,47,93,.01) 50%,rgba(5,47,93,.05));
}

.cw4-gold-swoosh{
  position:absolute;
  z-index:7;
  top:0;
  left:14%;
  width:72%;
  height:57px;
  pointer-events:none;
}

.cw4-wave{
  position:absolute;
  z-index:8;
  left:0;
  right:0;
  bottom:-1px;
  width:100%;
  height:78px;
  pointer-events:none;
}

.cw4-splash-detail{
  position:absolute;
  z-index:6;
  left:7px;
  bottom:35px;
  width:265px;
  height:93px;
  pointer-events:none;
  opacity:.78;
}

.cw4-bubble{
  position:absolute;
  z-index:5;
  display:block;
  border-radius:50%;
  border:1px solid rgba(53,150,211,.22);
  background:rgba(230,247,255,.32);
  box-shadow:
    inset -5px -5px 11px rgba(52,125,179,.08),
    inset 4px 5px 8px rgba(255,255,255,.92);
  pointer-events:none;
}

.cw4-bubble--1{width:50px;height:50px;right:17%;top:58px}
.cw4-bubble--2{width:31px;height:31px;right:12%;top:110px}
.cw4-bubble--3{width:26px;height:26px;left:21px;bottom:103px}
.cw4-bubble--4{width:17px;height:17px;left:135px;bottom:126px}

/* Desktop sizing closer to the selected mockup */
@media(max-width:1180px){
  .cw4-hero{height:410px}
  .cw4-copy__inner{
    width:min(480px,calc(100% - 56px));
    margin-left:30px;
    padding-top:55px;
  }
  .cw4-hero h1{font-size:clamp(40px,4.2vw,52px)}
  .cw4-photo{width:59%;clip-path:ellipse(78% 106% at 95% 50%)}
  .cw4-wave{height:72px}
}

/* Tablet */
@media(max-width:820px){
  .cw4-hero{
    height:auto;
    min-height:0;
    padding-bottom:0;
    display:flex;
    flex-direction:column;
  }

  .cw4-copy{
    position:relative;
    inset:auto;
    width:100%;
    min-height:350px;
    order:1;
  }

  .cw4-copy__inner{
    width:min(100% - 34px,640px);
    margin:0 auto;
    padding:42px 0 82px;
  }

  .cw4-hero h1{
    font-size:clamp(40px,9vw,52px);
  }

  .cw4-photo{
    position:relative;
    top:auto;
    right:auto;
    bottom:auto;
    width:100%;
    height:270px;
    order:2;
    clip-path:none;
  }

  .cw4-photo img{
    object-position:center 32%;
  }

  .cw4-gold-swoosh{
    display:none;
  }

  .cw4-wave{
    height:48px;
  }

  .cw4-splash-detail{
    width:210px;
    height:74px;
    bottom:27px;
  }

  .cw4-bubble--1{right:28px;top:37px}
  .cw4-bubble--2{right:90px;top:92px}
}

/* Phones */
@media(max-width:520px){
  .cw4-copy{min-height:390px}
  .cw4-copy__inner{
    width:calc(100% - 28px);
    padding-top:36px;
  }

  .cw4-kicker{
    font-size:12px;
  }

  .cw4-hero h1{
    font-size:clamp(38px,12vw,48px);
  }

  .cw4-lede{
    font-size:14px;
  }

  .cw4-actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }

  .cw4-btn{
    width:100%;
  }

  .cw4-photo{
    height:235px;
  }

  .cw4-wave{
    height:42px;
  }
}

/* =========================================================
   CAR WASH HERO — OPTION 4 FINAL MATCH
   Exact visual correction requested by user.
   ========================================================= */
@media (min-width:821px){
  .cw4-hero{
    height:360px !important;
    min-height:360px !important;
    background:#fbfdff !important;
  }

  .cw4-copy{
    width:54% !important;
    background:
      radial-gradient(circle at 72% 20%,rgba(217,241,253,.38),transparent 25%),
      linear-gradient(135deg,#ffffff 0%,#ffffff 62%,#f3faff 100%) !important;
  }

  .cw4-copy__inner{
    width:min(455px,calc(100% - 70px)) !important;
    margin-left:max(48px,calc((100vw - 1260px)/2)) !important;
    padding-top:44px !important;
  }

  .cw4-kicker{
    margin-bottom:11px !important;
    font-size:12px !important;
    gap:8px !important;
  }

  .cw4-kicker__icon{
    width:31px !important;
    height:27px !important;
  }
  .cw4-kicker__icon svg{
    width:30px !important;
    height:27px !important;
  }

  .cw4-hero h1{
    font-size:clamp(38px,3.05vw,49px) !important;
    line-height:.98 !important;
    letter-spacing:-.04em !important;
  }

  .cw4-lede{
    max-width:365px !important;
    margin-top:14px !important;
    font-size:13px !important;
    line-height:1.42 !important;
  }

  .cw4-actions{
    gap:11px !important;
    margin-top:17px !important;
  }

  .cw4-btn{
    min-height:39px !important;
    padding:0 15px !important;
    border-radius:6px !important;
    font-size:12px !important;
    gap:7px !important;
  }
  .cw4-play{
    width:18px !important;
    height:18px !important;
    font-size:7px !important;
  }
  .cw4-btn svg{
    width:15px !important;
    height:15px !important;
  }

  /* The selected mockup has a nearly vertical, gently rounded photo edge. */
  .cw4-photo{
    top:0 !important;
    right:0 !important;
    bottom:0 !important;
    width:49% !important;
    height:100% !important;
    clip-path:none !important;
    border-radius:15% 0 0 15% / 50% 0 0 50% !important;
  }

  .cw4-photo img{
    object-position:center 38% !important;
    transform:none !important;
  }

  /* Gold sweep belongs only over the transition/photo area. */
  .cw4-gold-swoosh{
    top:-1px !important;
    left:45.5% !important;
    width:54.5% !important;
    height:42px !important;
  }

  /* Thin bottom waves like the chosen design — not a large stripe. */
  .cw4-wave{
    bottom:-1px !important;
    height:48px !important;
  }

  /* Keep water decoration small and low-left. */
  .cw4-splash-detail{
    left:8px !important;
    bottom:27px !important;
    width:185px !important;
    height:65px !important;
    opacity:.62 !important;
  }

  .cw4-bubble{
    background:rgba(232,248,255,.26) !important;
    border-color:rgba(73,161,215,.18) !important;
  }
  .cw4-bubble--1{
    width:25px !important;height:25px !important;
    left:31px !important;right:auto !important;
    top:auto !important;bottom:68px !important;
  }
  .cw4-bubble--2{
    width:12px !important;height:12px !important;
    left:84px !important;right:auto !important;
    top:auto !important;bottom:91px !important;
  }
  .cw4-bubble--3{
    width:17px !important;height:17px !important;
    left:136px !important;
    bottom:58px !important;
  }
  .cw4-bubble--4{
    width:9px !important;height:9px !important;
    left:168px !important;
    bottom:101px !important;
  }
}

/* =========================================================
   CAR WASH — MORE VERTICAL BREATHING ROOM
   Vertical spacing only; horizontal layout/design unchanged.
   ========================================================= */
.cw-modern-page .cw-modern-benefits{
  padding:58px 0 48px;
}

.cw-modern-page .cw-modern-benefit{
  min-height:170px;
  padding-top:34px;
  padding-bottom:34px;
}

.cw-modern-page .cw-modern-location{
  padding:24px 0 56px;
}

.cw-modern-page .cw-modern-location__panel{
  min-height:285px;
}

.cw-modern-page .cw-modern-location__photo{
  min-height:285px;
  padding-top:22px;
  padding-bottom:22px;
}

.cw-modern-page .cw-modern-location__photo img{
  min-height:241px;
}

.cw-modern-page .cw-modern-location__visit,
.cw-modern-page .cw-modern-location__hours,
.cw-modern-page .cw-modern-location__simple{
  padding-top:46px;
  padding-bottom:46px;
}

.cw-modern-page .cw-modern-last-cta{
  padding:12px 0 72px;
}

.cw-modern-page .cw-modern-last-cta__panel{
  min-height:150px;
  padding-top:36px;
  padding-bottom:36px;
}

@media(max-width:1120px){
  .cw-modern-page .cw-modern-benefits{
    padding:48px 0 42px;
  }
  .cw-modern-page .cw-modern-benefit{
    min-height:158px;
    padding-top:30px;
    padding-bottom:30px;
  }
  .cw-modern-page .cw-modern-location{
    padding:20px 0 48px;
  }
  .cw-modern-page .cw-modern-location__visit,
  .cw-modern-page .cw-modern-location__hours,
  .cw-modern-page .cw-modern-location__simple{
    padding-top:38px;
    padding-bottom:38px;
  }
  .cw-modern-page .cw-modern-last-cta{
    padding:10px 0 60px;
  }
}

@media(max-width:820px){
  .cw-modern-page .cw-modern-benefits{
    padding:42px 0 40px;
  }
  .cw-modern-page .cw-modern-benefits__grid{
    gap:22px;
  }
  .cw-modern-page .cw-modern-benefit{
    min-height:150px;
  }
  .cw-modern-page .cw-modern-location{
    padding:18px 0 44px;
  }
  .cw-modern-page .cw-modern-location__panel{
    min-height:0;
  }
  .cw-modern-page .cw-modern-location__visit,
  .cw-modern-page .cw-modern-location__hours,
  .cw-modern-page .cw-modern-location__simple{
    padding-top:34px;
    padding-bottom:34px;
  }
  .cw-modern-page .cw-modern-last-cta{
    padding:8px 0 52px;
  }
  .cw-modern-page .cw-modern-last-cta__panel{
    min-height:145px;
    padding-top:32px;
    padding-bottom:32px;
  }
}

@media(max-width:560px){
  .cw-modern-page .cw-modern-benefits{
    padding:36px 0 34px;
  }
  .cw-modern-page .cw-modern-benefit{
    min-height:140px;
    padding-top:27px;
    padding-bottom:27px;
  }
  .cw-modern-page .cw-modern-location{
    padding:14px 0 38px;
  }
  .cw-modern-page .cw-modern-location__visit,
  .cw-modern-page .cw-modern-location__hours,
  .cw-modern-page .cw-modern-location__simple{
    padding-top:30px;
    padding-bottom:30px;
  }
  .cw-modern-page .cw-modern-last-cta{
    padding:6px 0 46px;
  }
  .cw-modern-page .cw-modern-last-cta__panel{
    min-height:0;
    padding-top:30px;
    padding-bottom:30px;
  }
}


/* Social links: preserve icon appearance after making icons clickable */
.utility-social{text-decoration:none!important}
.footer-v2 a.footer-social{text-decoration:none!important;color:inherit}
