*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

/* ==========================================================================
   CLEAN THREADS CSS OPTION A CONSOLIDATION MAP
   --------------------------------------------------------------------------
   This pass keeps one stylesheet and preserves cascade order. It adds a clear
   internal map so future CSS-only changes can be made in narrower sections.

   01. Foundation and design tokens
   02. Admin/editor tooling
   03. Site chrome, promo bar, navigation
   04. Core public sections, heroes, cards, forms, footer
   05. Reviews, social proof, galleries
   06. Public page components and service layouts
   07. Commercial laundry page
   08. Homepage and service refinements
   09. Employment, application, community, legal
   10. Mobile responsive system
   11. Static-hosting reliability and soft navigation
   12. Contact, booking, laundromat, and community refinements
   13. Cookie consent
   14. Cohesion, contrast, and final accessibility patches
   15. Shared typography and reusable layout utilities
   16. City service pages and page-specific preservation blocks
   ========================================================================== */

/* ==========================================================================
   01. FOUNDATION AND DESIGN TOKENS
   ========================================================================== */
/* ===== FONT STABILITY PATCH =====
   Use a local/system font stack on the public site so page tabs do not visibly reflow
   while a webfont loads or while runtime config is re-applied. */
:root{--site-font:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
html,body,button,input,textarea,select{font-family:var(--site-font)!important}
body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
:root{--blue:#1565c0;--blue-dark:#0d47a1;--blue-light:#e3f0ff;--yellow:#FFD600;--white:#fff;--off:#f7f9ff;--text:#1a1a2e;--muted:#5a6a80;--border:#d0dff0}
html{scroll-behavior:smooth}
body{color:var(--text);background:var(--white);font-size:16px;line-height:1.6}

/* ==========================================================================
   03. SITE CHROME, PROMO BAR, AND NAVIGATION
   ========================================================================== */
/* ===== NAV ===== */
/* Top promo banner: normalized once here so older generated pages stay consistent. */
#promo-bar{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%!important;min-height:34px!important;padding:7px 16px!important;box-sizing:border-box!important;background:var(--blue-dark)!important;color:#fff!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important}
#promo-bar .promo-text{display:inline-block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important}
#promo-bar .code{display:inline-flex!important;flex:0 0 auto!important;align-items:center!important;justify-content:center!important;min-height:20px!important;padding:2px 10px!important;margin:0!important;border-radius:4px!important;background:#FFD600!important;color:var(--blue-dark)!important;font-size:12px!important;font-weight:900!important;line-height:1.2!important;letter-spacing:.02em!important;white-space:nowrap!important}
#promo-bar .code:empty{display:none!important}
@media(max-width:760px){#promo-bar{min-height:38px!important;padding:7px 12px!important;font-size:12px!important;white-space:normal!important;flex-wrap:wrap!important}}
nav{background:var(--white);border-bottom:2px solid var(--blue-light);position:sticky;top:0;z-index:200}
.nav-inner{max-width:1140px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:68px}
.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.nav-logo img{width:44px;height:44px;border-radius:50%;object-fit:cover;cursor:pointer}
.nav-brand{font-size:15px;font-weight:800;color:var(--blue-dark);line-height:1.2}
.nav-brand small{display:block;font-size:11px;font-weight:600;color:var(--muted)}
.nav-links{display:flex;gap:4px;list-style:none}
.nav-links a{font-size:13px;font-weight:700;color:var(--muted);text-decoration:none;padding:6px 12px;border-radius:6px;transition:all 0.18s}
.nav-links a:hover,.nav-links a.active{color:var(--blue-dark);background:var(--blue-light)}
.nav-cta{background:var(--blue);color:#fff;font-size:13px;font-weight:800;padding:9px 20px;border-radius:8px;text-decoration:none;white-space:nowrap}
.nav-cta:hover{background:var(--blue-dark)}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.hamburger span{display:block;width:23px;height:2.5px;background:var(--blue-dark);border-radius:2px}
.hamburger,
button[aria-label="Open menu"],
button[aria-label="Close menu"]{min-width:44px;min-height:44px;align-items:center;justify-content:center}
.mob-menu{display:none;background:var(--white);border-top:1px solid var(--border);padding:10px 24px 18px}
.mob-menu a{display:flex;align-items:center;min-height:44px;font-size:15px;font-weight:800;color:var(--blue-dark);text-decoration:none;padding:0 12px;border-bottom:1px solid var(--border);border-radius:10px}
.mob-menu a:last-child{border-bottom:none}
.mob-menu a:hover,.mob-menu a:focus-visible,.mob-menu a.active,.mob-menu a[aria-current="page"]{background:var(--blue-light);color:var(--blue-dark);outline:none}
.mob-menu a[data-nav-cta-mobile]{justify-content:center;margin-top:8px;background:var(--blue);color:#fff;border-bottom:none}
.mob-menu a[data-nav-cta-mobile]:hover,.mob-menu a[data-nav-cta-mobile]:focus-visible{background:var(--blue-dark);color:#fff}

.page{display:none}.page.active{display:block}

/* ==========================================================================
   04. CORE PUBLIC SECTIONS, HEROES, CARDS, FORMS, AND FOOTER
   ========================================================================== */
/* HERO */
.hero{background:var(--blue-dark);position:relative;overflow:hidden}
.hero-bg-img{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(13,71,161,0.95) 45%,rgba(13,71,161,0.5) 100%);z-index:1}
.hero-inner{position:relative;z-index:2;max-width:1140px;margin:0 auto;padding:72px 24px 80px;display:flex;align-items:center;gap:48px}
.hero-text{flex:1;max-width:520px}
.hero-badge{display:inline-flex;align-items:center;background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.2);color:#cde;font-size:12px;font-weight:700;letter-spacing:0.07em;padding:5px 14px;border-radius:20px;margin-bottom:20px}
.hero h1{font-size:44px;font-weight:900;color:#fff;line-height:1.1;margin-bottom:16px}
.hero h1 em{font-style:normal;color:#FFD600;display:block}
.hero-sub{font-size:16px;color:#b8d4f5;line-height:1.75;margin-bottom:32px;font-weight:600}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap}
.btn-yellow{background:#FFD600;color:var(--blue-dark);font-size:14px;font-weight:800;padding:12px 24px;border-radius:8px;text-decoration:none;cursor:pointer;border:none;display:inline-block;transition:opacity 0.18s}
.btn-yellow:hover{opacity:0.88}
.btn-yelp{background:linear-gradient(135deg,#f04444 0%,#d32323 48%,#a40f0f 100%);color:#fff;font-size:14px;font-weight:800;padding:12px 24px;border-radius:8px;text-decoration:none;cursor:pointer;border:none;display:inline-block;box-shadow:0 8px 18px rgba(211,35,35,0.22);transition:opacity 0.18s,transform 0.18s,box-shadow 0.18s}
.btn-yelp:hover{opacity:0.92;transform:translateY(-1px);box-shadow:0 10px 24px rgba(211,35,35,0.28)}

.btn-ghost{background:transparent;color:#fff;font-size:14px;font-weight:700;padding:12px 24px;border-radius:8px;text-decoration:none;border:2px solid rgba(255,255,255,0.35);cursor:pointer;display:inline-block}
.btn-ghost:hover{background:rgba(255,255,255,0.1)}
.btn-ghost.dark{color:var(--blue-dark);border-color:var(--border)}
.btn-ghost.dark:hover{background:var(--blue-light)}
.hero-cards{display:flex;flex-direction:column;gap:10px;min-width:230px}
.hcard{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.18);border-radius:12px;padding:16px 20px}
.hcard-lbl{font-size:10px;color:#90b8e8;letter-spacing:0.1em;font-weight:700;margin-bottom:4px}
.hcard-val{font-size:18px;font-weight:800;color:#fff}
.hcard-sub{font-size:12px;color:#90b8e8;margin-top:2px;font-weight:600}

/* LIVE OPEN / LAST WASH STATUS */
.status-card{margin:0 0 22px;padding:15px 17px;border-radius:16px;background:rgba(255,255,255,0.13);border:1px solid rgba(255,255,255,0.24);box-shadow:0 14px 34px rgba(0,0,0,0.14);max-width:480px}
.status-card-top{display:flex;align-items:flex-start;gap:11px}
.status-dot{width:11px;height:11px;border-radius:50%;background:#90b8e8;box-shadow:0 0 0 4px rgba(255,255,255,0.12);flex:0 0 auto;margin-top:8px}
.status-dot.open{background:#5BC46C;box-shadow:0 0 0 4px rgba(91,196,108,0.20)}
.status-dot.warn{background:#FFD600;box-shadow:0 0 0 4px rgba(255,214,0,0.20)}
.status-dot.closed{background:#ff8a80;box-shadow:0 0 0 4px rgba(255,138,128,0.20)}
.status-main{font-size:18px;font-weight:900;color:#fff;line-height:1.2;margin-bottom:3px}
.status-detail{font-size:13px;font-weight:700;color:#cde6ff;line-height:1.45}
.mobile-sticky-status{display:none}

/* INFO STRIP */
.strip{background:var(--blue)}
.strip-inner{max-width:1140px;margin:0 auto;display:flex;flex-wrap:wrap}
.si{flex:1;min-width:190px;padding:18px 22px;border-right:1px solid rgba(255,255,255,0.15);cursor:pointer;transition:background 0.18s}
.si:last-child{border-right:none}
.si:hover{background:rgba(255,255,255,0.06)}
.si-lbl{font-size:10px;color:rgba(255,255,255,0.6);letter-spacing:0.1em;font-weight:700;margin-bottom:4px}
.si-val{font-size:14px;font-weight:800;color:#fff}
a.si-val{display:block;color:#fff;text-decoration:none}
a.si-val:hover{text-decoration:underline}
.si-sub{font-size:12px;color:rgba(255,255,255,0.65);margin-top:2px;font-weight:600}

/* SECTIONS */
.sec{padding:64px 24px}
.sec.wh{background:var(--white)}.sec.of{background:var(--off)}.sec.bl{background:var(--blue-dark)}
.wrap{max-width:1140px;margin:0 auto}
.eyebrow{font-size:11px;font-weight:800;color:var(--blue);letter-spacing:0.12em;margin-bottom:8px;text-transform:uppercase}
.sec.bl .eyebrow{color:#90b8e8}
.stitle{font-size:clamp(30px,3.5vw,42px);font-weight:900;color:var(--blue-dark);line-height:1.08;letter-spacing:-0.03em;margin-bottom:8px}
.sec.bl .stitle{color:#fff}
.ssub{font-size:15px;color:var(--muted);line-height:1.65;margin-bottom:32px;max-width:580px;font-weight:700}
.sec.bl .ssub{color:#b8d4f5}

/* ABOUT GRID */
.agrid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.pcluster{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.pcluster img{width:100%;object-fit:cover;border-radius:10px;display:block;cursor:pointer}
.pcluster img:first-child{grid-column:1/-1;height:250px}
.pcluster img:not(:first-child){height:170px}

/* SERVICE CARDS */
.sgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.scard{background:var(--white);border-radius:14px;border:2px solid var(--border);overflow:hidden;transition:transform 0.18s,border-color 0.18s}
.scard:hover{transform:translateY(-3px);border-color:var(--blue)}
.scard-img{height:170px;object-fit:cover;width:100%;display:block;cursor:pointer}
.scard-ph{height:170px;background:var(--blue-light);display:flex;align-items:center;justify-content:center;font-size:48px;cursor:pointer}
.scard-body{padding:18px 20px 22px}
.scard-tag{display:inline-block;background:var(--blue-light);color:var(--blue-dark);font-size:11px;font-weight:800;letter-spacing:0.06em;padding:3px 10px;border-radius:20px;margin-bottom:8px}
.scard-title{font-size:17px;font-weight:900;color:var(--blue-dark);margin-bottom:7px}
.scard-desc{font-size:13px;color:var(--muted);line-height:1.65;margin-bottom:14px;font-weight:600}
.scard-link{font-size:13px;font-weight:800;color:var(--blue);text-decoration:none}

/* AMENITIES */
.agrd{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.aitem{background:rgba(255,255,255,0.09);border:1px solid rgba(255,255,255,0.15);border-radius:10px;padding:12px 14px;font-size:13px;font-weight:700;color:#d0e8ff;display:flex;align-items:center;gap:8px}
.ack{width:18px;height:18px;border-radius:50%;background:#FFD600;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:10px;color:var(--blue-dark);font-weight:900}

/* REVIEWS */
.rgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.rcard{background:var(--white);border-radius:14px;border:2px solid var(--border);padding:24px;position:relative}
.rcard::before{content:open-quote;font-size:64px;color:var(--blue-light);position:absolute;top:6px;left:16px;line-height:1;font-family:Georgia,serif}
.rcard-stars{color:#FFD600;font-size:15px;margin-bottom:10px;margin-top:26px}
.rcard-text{font-size:13px;color:#3a4a5a;line-height:1.7;margin-bottom:16px;font-weight:600}
.rcard-name{font-size:13px;font-weight:900;color:var(--blue-dark)}
.rcard-meta{font-size:11px;color:var(--muted);margin-top:2px;font-weight:600}


/* ==========================================================================
   05. REVIEWS, SOCIAL PROOF, AND GALLERIES
   ========================================================================== */
/* SOCIAL LINKS */
.social-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}
.social-card{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--white);border:2px solid var(--border);border-radius:12px;padding:16px 14px;text-decoration:none;color:var(--blue-dark);font-size:14px;font-weight:900;transition:transform 0.18s,border-color 0.18s,background 0.18s;position:relative}
.social-card:hover{transform:translateY(-2px);border-color:var(--blue);background:var(--blue-light)}
.social-ico{width:28px;height:28px;border-radius:50%;background:var(--blue-light);display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--blue-dark);font-weight:900;flex-shrink:0}

.social-wall{display:grid;grid-template-columns:0.85fr 1.15fr;gap:28px;align-items:start}
.social-panel{background:var(--white);border:2px solid var(--border);border-radius:18px;padding:26px;position:sticky;top:94px}
.social-panel .social-grid{grid-template-columns:1fr;gap:10px;margin-top:20px}
.social-feed-kicker{display:inline-flex;align-items:center;gap:7px;background:var(--blue-light);color:var(--blue-dark);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:6px 12px;margin-bottom:14px}
.social-post-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.social-post{background:var(--white);border:2px solid var(--border);border-radius:18px;overflow:hidden;min-height:310px;display:flex;flex-direction:column;box-shadow:0 8px 24px rgba(13,71,161,.06)}
.social-post-media{height:150px;background:linear-gradient(135deg,var(--blue-dark),var(--blue));display:flex;align-items:center;justify-content:center;color:#fff;position:relative;padding:18px;text-align:center}
.social-post-media.has-img{background-size:cover;background-position:center}
.social-post-media.has-img::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(13,71,161,.72),rgba(13,71,161,.08))}
.social-post-icon{width:62px;height:62px;border-radius:50%;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:900;position:relative;z-index:1}
.social-pill{position:absolute;top:12px;left:12px;background:#FFD600;color:var(--blue-dark);border-radius:999px;padding:4px 10px;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;z-index:2}
.social-post-body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:9px;flex:1}
.social-post-title{font-size:16px;font-weight:900;color:var(--blue-dark);line-height:1.25}
.social-post-text{font-size:13px;color:var(--muted);line-height:1.65;font-weight:600;flex:1}
.social-post-link{font-size:13px;font-weight:900;color:var(--blue);text-decoration:none;align-self:flex-start}
.social-post-link:hover{text-decoration:underline}
.social-post.embed{display:block;min-height:0;padding:12px;background:#fff}
.social-post.embed iframe,.social-post.embed blockquote{max-width:100%!important;margin:0 auto!important}
.social-note{margin-top:14px;font-size:12px;color:var(--muted);font-weight:600;line-height:1.6}
.social-note strong{color:var(--blue-dark)}

/* REVIEW CAROUSEL */
.review-carousel{position:relative;margin-top:4px}
.review-window{overflow:hidden;padding:2px 0}
.review-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2px 2px 10px;-ms-overflow-style:none;scrollbar-width:none}
.review-track::-webkit-scrollbar{display:none}
.review-track .rcard{flex:0 0 calc((100% - 36px)/3);min-width:280px;scroll-snap-align:start}
.review-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:38px;height:38px;border-radius:50%;border:2px solid var(--border);background:var(--white);color:var(--blue-dark);font-size:24px;font-weight:900;line-height:1;cursor:pointer;box-shadow:0 4px 16px rgba(10,30,70,0.15);transition:background 0.18s,border-color 0.18s}
.review-nav:hover{background:var(--blue-light);border-color:var(--blue)}
.review-prev{left:-18px}.review-next{right:-18px}
.review-hint{font-size:12px;color:var(--muted);font-weight:700;margin-top:8px}

/* Expanded review proof section */
.reviews-proof-section{overflow:hidden}
.reviews-proof-grid{display:grid;grid-template-columns:1.1fr 0.9fr;gap:28px;align-items:start;margin-bottom:22px}
.review-scoreboard{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.score-card{background:var(--white);border:2px solid var(--border);border-radius:16px;padding:16px;display:flex;gap:12px;align-items:center;min-height:112px;box-shadow:0 8px 24px rgba(10,30,70,0.05)}
.score-logo{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;flex-shrink:0}
.google-logo{background:#eaf3ff;color:#124aa0;font-weight:900}
.yelp-logo{background:#fff0f0;color:#d32323;font-weight:900;font-size:12px;border-radius:12px}
.star-logo{background:#fff5bf;color:#0d47a1}
.score-card strong{display:block;font-size:28px;line-height:1;color:var(--blue-dark);font-weight:900;margin-bottom:5px}
.score-card span{display:block;font-size:12px;color:var(--text);font-weight:900;line-height:1.25}
.score-card small{display:block;font-size:11px;color:var(--muted);font-weight:800;margin-top:3px}
.theme-cloud{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 28px}
.theme-chip{display:flex;align-items:center;gap:8px;background:var(--blue-light);border:1px solid var(--border);border-radius:999px;padding:8px 12px;color:var(--blue-dark)}
.theme-chip strong{font-size:12px;font-weight:900}
.theme-chip span{font-size:11px;font-weight:800;color:var(--muted)}
.dual-review-streams{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}

.review-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:22px;align-items:center}
.review-action-cell{display:flex;align-items:center}
.review-action-cell.left{justify-content:flex-start}
.review-action-cell.right{justify-content:flex-end}
.review-action-cell .btn-yellow,.review-action-cell .btn-yelp{min-width:220px;text-align:center}
@media(max-width:900px){.review-action-grid{grid-template-columns:1fr}.review-action-cell.left,.review-action-cell.right{justify-content:flex-start}}
.review-stream{background:var(--white);border:2px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:0 10px 32px rgba(10,30,70,0.06)}
.stream-head{display:flex;gap:12px;align-items:center;padding:18px 20px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#fff,#f7fbff)}
.stream-logo{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:900;flex-shrink:0}
.stream-head h3{font-size:18px;font-weight:900;color:var(--blue-dark);line-height:1.1;margin-bottom:4px}
.stream-head p{font-size:12px;color:var(--muted);line-height:1.45;font-weight:700;margin:0}
.review-marquee{overflow:hidden;padding:18px 0;position:relative}
.review-marquee::before,.review-marquee::after{content:"";position:absolute;top:0;bottom:0;width:38px;z-index:2;pointer-events:none}
.review-marquee::before{left:0;background:linear-gradient(to right,#fff,rgba(255,255,255,0))}
.review-marquee::after{right:0;background:linear-gradient(to left,#fff,rgba(255,255,255,0))}
.review-marquee-inner{display:flex;gap:14px;width:max-content;will-change:transform;animation:reviewMarqueeLeft 110s linear infinite}
.yelp-marquee{animation-duration:126s;animation-direction:reverse}
.review-marquee:hover .review-marquee-inner{animation-play-state:paused}
.review-pill-card{width:310px;min-height:238px;border:2px solid var(--border);border-radius:16px;background:#fff;padding:18px;box-shadow:0 8px 20px rgba(10,30,70,0.04);display:flex;flex-direction:column;gap:10px}
.review-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}
.platform-mini{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:900}
.platform-mini.google{background:#eaf3ff;color:#124aa0}
.platform-mini.yelp{background:#fff0f0;color:#d32323}
.review-quote{font-size:13px;line-height:1.62;color:#34445e;font-weight:700;flex:1;margin:0}
.reviewer{font-size:13px;font-weight:900;color:var(--blue-dark);border-top:1px solid var(--border);padding-top:10px}
.reviewer span{color:var(--muted);font-weight:700;margin-left:4px}
@keyframes reviewMarqueeLeft{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:900px){.reviews-proof-grid,.dual-review-streams{grid-template-columns:1fr}.review-scoreboard{grid-template-columns:1fr 1fr}.review-pill-card{width:290px}}
@media(max-width:620px){.review-scoreboard{grid-template-columns:1fr}.theme-chip{width:100%;justify-content:space-between}.review-pill-card{width:270px}}


/* PROMO STRIP */
.pstrip{background:#FFD600;padding:28px 24px}
.ps-in{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.ps-big{font-size:21px;font-weight:900;color:var(--blue-dark)}
.ps-sm{font-size:13px;color:#3a5a80;font-weight:600;margin-top:2px}
.ps-code{background:var(--blue-dark);color:#FFD600;font-size:15px;font-weight:900;padding:12px 26px;border-radius:10px;letter-spacing:0.08em}

/* PAGE HERO */
.phero{background:var(--blue-dark);padding:48px 24px}
.ph-in{max-width:1140px;margin:0 auto;display:flex;align-items:center;gap:20px}
.ph-logo{width:68px;height:68px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,0.25);flex-shrink:0;cursor:pointer}
.ph-in h1{font-size:44px;font-weight:900;color:#fff;line-height:1.10;letter-spacing:-0.035em;margin-bottom:7px}
.ph-in p{font-size:15px;color:#b8d4f5;max-width:540px;line-height:1.7;font-weight:600}

/* FEATURE ROWS */
.frow{display:flex;gap:52px;align-items:center;margin-bottom:64px}
.frow:last-child{margin-bottom:0}
.frow.rv{flex-direction:row-reverse}
.ft{flex:1}
.ft h2{font-size:26px;font-weight:900;color:var(--blue-dark);margin-bottom:10px}
.ft p{font-size:15px;color:var(--muted);line-height:1.75;margin-bottom:18px;font-weight:600}
.fi{flex:1;border-radius:14px;overflow:hidden}
.fi img{width:100%;height:280px;object-fit:cover;display:block;cursor:pointer}
.fi-ph{flex:1;min-height:240px;background:var(--blue-light);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:60px;cursor:pointer}

/* CHECKLIST */
.chk{list-style:none;margin-top:14px}
.chk li{font-size:14px;color:var(--muted);padding:7px 0;border-bottom:1px solid var(--border);display:flex;align-items:flex-start;gap:9px;font-weight:600}
.chk li:last-child{border-bottom:none}
.chk li::before{content:"✓";color:var(--blue);font-weight:900;font-size:12px;flex-shrink:0;margin-top:2px}

/* BOOKING */
.bsec{background:linear-gradient(180deg,var(--off) 0%,#fff 100%);padding:58px 24px}
.bwrap{max-width:1140px;margin:0 auto}
.booking-shell{display:grid;grid-template-columns:minmax(260px,0.78fr) minmax(420px,520px);gap:28px;align-items:start;background:#fff;border:2px solid var(--border);border-radius:24px;padding:28px;box-shadow:0 18px 50px rgba(13,71,161,0.10)}
.booking-copy{background:linear-gradient(160deg,var(--blue-dark),var(--blue));border-radius:20px;padding:28px;color:#fff;position:sticky;top:96px;overflow:hidden}
.booking-copy::after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-100px;bottom:-100px;background:rgba(255,214,0,0.18)}
.booking-pill{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.20);border-radius:999px;padding:6px 12px;font-size:11px;font-weight:900;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:16px}
.booking-copy h3{font-size:30px;font-weight:900;line-height:1.12;margin-bottom:10px;color:#fff}
.booking-copy p{font-size:14px;line-height:1.75;color:#d9ecff;font-weight:700;margin-bottom:18px}
.booking-steps{display:grid;gap:10px;margin:20px 0 22px;position:relative;z-index:1}
.booking-step{display:flex;gap:10px;align-items:flex-start;background:rgba(255,255,255,0.10);border:1px solid rgba(255,255,255,0.14);border-radius:12px;padding:12px}
.booking-num{width:24px;height:24px;border-radius:50%;background:#FFD600;color:var(--blue-dark);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;flex-shrink:0}
.booking-step strong{display:block;font-size:13px;color:#fff;margin-bottom:1px}
.booking-step span{display:block;font-size:12px;line-height:1.5;color:#cde6ff;font-weight:600}
.booking-mini{display:flex;flex-wrap:wrap;gap:8px;position:relative;z-index:1}
.booking-mini span{background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.16);border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800;color:#fff}
.booking-widget{min-width:0}
.booking-widget-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}
.booking-widget-head h4{font-size:18px;font-weight:900;color:var(--blue-dark);margin-bottom:2px}
.booking-widget-head p{font-size:12px;color:var(--muted);font-weight:700;line-height:1.5;max-width:340px}
.booking-code{background:#FFD600;color:var(--blue-dark);font-size:12px;font-weight:900;letter-spacing:0.08em;border-radius:999px;padding:8px 12px;white-space:nowrap}
#bookingToolWrapper{width:100%;min-height:0;display:block;box-sizing:border-box;padding:0;overflow:visible;background:transparent;border-radius:18px}
#myStoreContainer{width:520px;max-width:100%;min-height:880px;box-sizing:border-box;margin:0 auto;background:#fff;border-radius:18px;overflow:hidden;border:1px solid var(--border);box-shadow:0 10px 30px rgba(13,71,161,0.11)}
#myStoreContainer iframe{border:0!important;border-radius:18px!important;background:#fff!important;display:block!important;max-width:100%!important}
/* If CleanCloud renders directly into the page instead of an iframe, these light overrides make the form feel more native. */
#myStoreContainer input,#myStoreContainer select,#myStoreContainer textarea{border-radius:12px!important;border:1.5px solid var(--border)!important;min-height:44px!important;font-weight:700!important;box-shadow:none!important}
#myStoreContainer button,#myStoreContainer input[type="button"],#myStoreContainer input[type="submit"],#myStoreContainer .btn{border-radius:12px!important;font-weight:900!important;min-height:44px!important;box-shadow:none!important;text-transform:none!important}
#myStoreContainer a{font-weight:800}
@media screen and (max-width:900px){
  .booking-shell{grid-template-columns:1fr;padding:18px;border-radius:20px}
  .booking-copy{position:relative;top:auto;padding:22px}
}
@media screen and (max-width:600px){
  .bsec{padding:40px 14px}
  .booking-shell{padding:12px;border-radius:18px}
  .booking-copy h3{font-size:24px}
  .booking-widget-head{display:block}
  .booking-code{display:inline-block;margin-top:10px}
  #myStoreContainer{width:100%;min-height:880px;border-radius:14px}
}

/* ROUTES */
.routes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:8px}
.route-item{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.14);border-radius:10px;padding:14px 18px;display:flex;justify-content:space-between;align-items:center}
.route-area{font-size:14px;font-weight:700;color:#d0e8ff}
.route-price{font-size:14px;font-weight:900;color:#FFD600}

/* CONTACT */
.cgrid{display:grid;grid-template-columns:1fr 1fr;gap:44px}
.cinfo h2,.cform h2{font-size:24px;font-weight:900;color:var(--blue-dark);margin-bottom:22px}
.cdet{display:flex;gap:12px;align-items:flex-start;margin-bottom:20px}
.cico{width:40px;height:40px;background:var(--blue-light);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}
.clbl{font-size:10px;color:var(--muted);letter-spacing:0.08em;font-weight:700;margin-bottom:2px}
.cval{font-size:14px;color:var(--blue-dark);font-weight:800}
.csub{font-size:12px;color:var(--muted);font-weight:600}
.frow-c{margin-bottom:12px}
.frow-c label{display:block;font-size:11px;font-weight:800;color:var(--muted);letter-spacing:0.06em;margin-bottom:4px}
.frow-c input,.frow-c textarea,.frow-c select{width:100%;padding:10px 13px;font-size:14px;font-weight:600;border:2px solid var(--border);border-radius:8px;background:var(--white);color:var(--text);transition:border 0.18s}
.frow-c input:focus,.frow-c textarea:focus,.frow-c select:focus{outline:none;border-color:var(--blue)}
.frow-c textarea{resize:vertical;min-height:100px}
.form-ok{display:none;background:#e3f2fd;border:2px solid #90caf9;border-radius:8px;padding:13px;color:var(--blue-dark);font-size:14px;font-weight:700;margin-top:10px}

/* JOB */
.jcard{background:var(--white);border:2px solid var(--border);border-radius:14px;padding:28px;margin-bottom:18px}
.jcard h3{font-size:20px;font-weight:900;color:var(--blue-dark);margin-bottom:7px}
.jcard>p{font-size:14px;color:var(--muted);line-height:1.7;margin-bottom:18px;font-weight:600}
.tags{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:18px}
.tag{background:var(--blue-light);color:var(--blue-dark);font-size:12px;font-weight:800;padding:4px 12px;border-radius:20px}

/* FOOTER */
footer{background:var(--blue-dark);padding:40px 24px 14px}
.fm{max-width:1140px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:28px;flex-wrap:wrap;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,0.12)}
.fl{display:flex;gap:12px;align-items:center}
.flogo{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,0.25);cursor:pointer}
.fbn{font-size:15px;font-weight:900;color:#fff}
.fbs{font-size:12px;color:#90b8e8;font-weight:600;margin-top:2px}
.flinks{display:flex;gap:18px;flex-wrap:wrap}
.flinks a{font-size:13px;color:#90b8e8;text-decoration:none;font-weight:700;transition:color 0.18s}
.flinks a:hover{color:#fff}
.fcopy{max-width:1140px;margin:12px auto 0;font-size:12px;color:rgba(255,255,255,0.3);font-weight:600}

/* Link edit popup */
#link-popup{display:none;position:fixed;z-index:9200;background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,0.25);padding:20px;min-width:320px}
#link-popup h4{font-size:14px;font-weight:800;color:var(--blue-dark);margin-bottom:12px}
#link-popup input{width:100%;padding:9px 12px;font-size:13px;border:2px solid var(--border);border-radius:7px;margin-bottom:10px}
#link-popup input:focus{outline:none;border-color:var(--blue)}
.lp-btns{display:flex;gap:8px}
.lp-btns button{flex:1;padding:8px;border-radius:7px;font-size:13px;font-weight:800;cursor:pointer;border:none}
#lp-save{background:var(--blue);color:#fff}
#lp-cancel{background:var(--border);color:var(--text)}



/* ==========================================================================
   06. PUBLIC PAGE COMPONENTS AND SERVICE LAYOUTS
   ========================================================================== */
/* ===== RESTRUCTURED SITE ADDITIONS ===== */
.photo-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px}
.photo-grid img{width:100%;height:210px;object-fit:cover;border-radius:10px;display:block;cursor:pointer}
.photo-grid img:first-child{grid-row:span 2;height:430px}
.service-note{font-size:12px;color:var(--muted);font-weight:700;margin-top:8px}
.map-card{background:var(--white);border:2px solid var(--border);border-radius:14px;overflow:hidden}
.map-card iframe{display:block;width:100%;height:330px;border:0}
.map-info{padding:20px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.map-info strong{font-size:18px;color:var(--blue-dark);display:block;margin-bottom:3px}
.map-info span{font-size:13px;color:var(--muted);font-weight:700}
.price-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:20px}
.price-card{background:var(--white);border:2px solid var(--border);border-radius:12px;padding:18px;min-height:118px}
.price-label{font-size:11px;font-weight:800;color:var(--muted);letter-spacing:0.08em;text-transform:uppercase;margin-bottom:8px}
.price-value{font-size:18px;font-weight:900;color:var(--blue-dark);line-height:1.25}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
.step-card{background:var(--white);border:2px solid var(--border);border-radius:14px;padding:22px}
.step-num{width:32px;height:32px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:900;margin-bottom:12px}
.step-text{font-size:15px;font-weight:800;color:var(--blue-dark)}
.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:18px}
.faq-item{background:var(--white);border:2px solid var(--border);border-radius:12px;padding:18px}
.faq-q{font-size:14px;font-weight:900;color:var(--blue-dark);margin-bottom:6px}
.faq-a{font-size:13px;color:var(--muted);font-weight:600;line-height:1.65}
.mobile-sticky{display:none}

@media(max-width:900px){
.social-wall{grid-template-columns:1fr}.social-panel{position:relative;top:auto}.social-post-grid{grid-template-columns:1fr 1fr}
  .hero-inner{flex-direction:column;padding:48px 24px}
  .hero-cards{flex-direction:row;flex-wrap:wrap}
  .hcard{min-width:140px;flex:1}
  .agrid,.sgrid,.rgrid,.cgrid{grid-template-columns:1fr}
  .agrd{grid-template-columns:repeat(2,1fr)}
  .frow,.frow.rv{flex-direction:column}
  .nav-links,.nav-cta{display:none}
  .hamburger{display:flex}
  .hero h1{font-size:44px;line-height:1.10;letter-spacing:-0.035em}
  .ph-in{flex-direction:column;align-items:flex-start}
  .fp-grid{grid-template-columns:repeat(2,1fr)}
  .routes-grid,.price-grid,.steps-grid,.faq-grid{grid-template-columns:1fr}
  .photo-grid{grid-template-columns:1fr 1fr}
  .photo-grid img,.photo-grid img:first-child{height:210px;grid-row:auto}
}
@media(max-width:600px){
.social-post-grid{grid-template-columns:1fr}.social-panel{padding:22px}.social-post{min-height:280px}
  body{padding-bottom:104px}
  .ps-in{flex-direction:column;align-items:flex-start}
  .fp-grid,.photo-grid{grid-template-columns:1fr}
  .mobile-sticky{position:fixed;left:0;right:0;bottom:0;z-index:180;display:grid;grid-template-columns:repeat(2,1fr);background:var(--white);border-top:2px solid var(--blue-light);box-shadow:0 -3px 12px rgba(0,0,0,0.12)}
  .mobile-sticky-status{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:8px;min-height:34px;padding:7px 10px;background:var(--blue-dark);color:#fff;font-size:12px;font-weight:900;line-height:1.2;border-bottom:1px solid var(--blue-light)}
  .mobile-sticky-status .status-dot{width:9px;height:9px;margin-top:0;box-shadow:0 0 0 3px rgba(255,255,255,0.13)}
  .mobile-sticky-status .mobile-status-detail{color:#b8d4f5;font-weight:800}
  .mobile-sticky a{padding:12px 6px;text-align:center;text-decoration:none;font-size:12px;font-weight:900;color:var(--blue-dark);border-right:1px solid var(--border)}
  .mobile-sticky a:last-child{border-right:none}
}



/* ==========================================================================
   07. COMMERCIAL LAUNDRY PAGE
   ========================================================================== */
/* Clean Commercial Laundry page */
.sgrid{grid-template-columns:repeat(4,1fr)}
.commercial-hero{background:linear-gradient(135deg,var(--blue-dark),#123b6d)}
.commercial-hero .ph-in{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:34px;align-items:center}
.commercial-hero-copy h1{font-size:44px;font-weight:900;color:#fff;line-height:1.10;letter-spacing:-0.035em;margin:8px 0 14px}
.commercial-hero-copy p{font-size:16px;color:#cde6ff;line-height:1.75;font-weight:700;max-width:700px;margin:0 0 22px}
.commercial-pill-row{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 0}
.commercial-pill{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);color:#e6f4ff;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900}
.commercial-hero-card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 18px 46px rgba(3,22,55,.25);border:1px solid rgba(255,255,255,.55)}
.commercial-hero-card-label{font-size:11px;color:var(--blue);letter-spacing:.12em;text-transform:uppercase;font-weight:900;margin-bottom:8px}
.commercial-hero-card h3{font-size:22px;line-height:1.18;color:var(--blue-dark);font-weight:900;margin-bottom:10px}
.commercial-hero-card p{font-size:13px;color:var(--muted);font-weight:700;line-height:1.65;margin-bottom:14px}
.commercial-hero-card ul{list-style:none;display:grid;gap:9px;margin:0 0 18px}
.commercial-hero-card li{font-size:13px;color:var(--blue-dark);font-weight:900;display:flex;gap:8px;align-items:flex-start}
.commercial-hero-card li::before{content:'✓';color:var(--blue);font-weight:900;flex-shrink:0}
.commercial-section-head{max-width:760px;margin-bottom:26px}
.commercial-kicker{font-size:11px;font-weight:900;color:var(--blue);letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}
.commercial-title{font-size:clamp(30px,3.5vw,42px);font-weight:900;color:var(--blue-dark);line-height:1.08;letter-spacing:-0.03em;margin-bottom:8px}
.commercial-sub{font-size:15px;color:var(--muted);line-height:1.65;font-weight:700}
.commercial-card-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:22px;align-items:stretch}
.commercial-panel{background:#fff;border:2px solid var(--border);border-radius:18px;padding:26px;box-shadow:0 8px 24px rgba(13,71,161,.045)}
.commercial-panel.blue{background:linear-gradient(160deg,var(--blue-dark),var(--blue));border-color:transparent;color:#fff;box-shadow:0 18px 44px rgba(13,71,161,.18)}
.commercial-panel h3{font-size:22px;font-weight:900;color:var(--blue-dark);margin-bottom:10px}
.commercial-panel.blue h3{color:#fff}
.commercial-panel p{font-size:14px;color:var(--muted);font-weight:700;line-height:1.7;margin-bottom:18px}
.commercial-panel.blue p{color:#d7ebff}
.commercial-types{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.commercial-type{background:var(--off);border:1px solid var(--border);border-radius:12px;padding:12px 13px;font-size:13px;font-weight:900;color:var(--blue-dark);display:flex;align-items:center;gap:8px;min-height:48px}
.commercial-type span{font-size:16px;line-height:1}
.commercial-why-list{display:grid;gap:10px;margin-top:4px}
.commercial-why-item{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:13px 14px;display:flex;gap:10px;align-items:flex-start}
.commercial-why-icon{width:24px;height:24px;border-radius:50%;background:#FFD600;color:var(--blue-dark);font-size:13px;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.commercial-why-item strong{display:block;color:#fff;font-size:14px;font-weight:900;margin-bottom:2px}
.commercial-why-item span{display:block;color:#cde6ff;font-size:12px;font-weight:700;line-height:1.45}
.commercial-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.commercial-step{background:#fff;border:2px solid var(--border);border-radius:16px;padding:22px;min-height:160px}
.commercial-step-num{width:34px;height:34px;border-radius:50%;background:var(--blue-light);color:var(--blue-dark);font-size:14px;font-weight:900;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.commercial-step h3{font-size:17px;color:var(--blue-dark);font-weight:900;margin-bottom:7px}
.commercial-step p{font-size:13px;color:var(--muted);line-height:1.65;font-weight:700}
.commercial-trust{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px;align-items:stretch}
.commercial-trust-card{background:#fff;border:2px solid var(--border);border-radius:18px;padding:22px}
.commercial-trust-card h3{font-size:19px;font-weight:900;color:var(--blue-dark);margin-bottom:8px}
.commercial-trust-card p{font-size:13px;color:var(--muted);font-weight:700;line-height:1.7;margin-bottom:14px}
.commercial-chip-row{display:flex;flex-wrap:wrap;gap:8px}
.commercial-chip{background:var(--blue-light);border:1px solid #c8ddf5;color:var(--blue-dark);border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900}
.commercial-pricing-clean{background:linear-gradient(160deg,var(--blue-dark),var(--blue));border-radius:18px;padding:22px;color:#fff}
.commercial-pricing-clean h3{font-size:20px;font-weight:900;margin-bottom:8px;color:#fff}
.commercial-pricing-clean p{font-size:13px;line-height:1.7;color:#d7ebff;font-weight:700;margin-bottom:14px}
.commercial-pricing-list{display:grid;gap:8px}
.commercial-pricing-list div{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:10px;padding:10px 12px;font-size:12px;font-weight:800;color:#e6f4ff}
.commercial-final-cta{background:var(--blue-dark);border-radius:20px;padding:30px;display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap;margin-top:0}
.commercial-final-cta h3{font-size:24px;font-weight:900;color:#fff;margin-bottom:6px}
.commercial-final-cta p{font-size:14px;color:#b8d4f5;line-height:1.65;font-weight:700;max-width:740px}
.commercial-final-actions{display:flex;gap:10px;flex-wrap:wrap}
.commercial-final-actions .btn-ghost{border-color:rgba(255,255,255,.45);color:#fff}
.commercial-note-line{font-size:12px;color:var(--muted);font-weight:700;line-height:1.6;margin-top:16px}
@media(max-width:1100px){.sgrid{grid-template-columns:repeat(2,1fr)}.commercial-hero .ph-in,.commercial-card-grid,.commercial-trust{grid-template-columns:1fr}.commercial-hero-copy h1{font-size:44px;line-height:1.10;letter-spacing:-0.035em}}
@media(max-width:900px){.sgrid,.commercial-types,.commercial-steps{grid-template-columns:1fr}.commercial-hero-card{padding:20px}.commercial-final-cta{align-items:flex-start}.commercial-title{font-size:28px}}



/* ==========================================================================
   08. HOMEPAGE AND SERVICE REFINEMENTS
   ========================================================================== */
/* Final polish: cleaner home, booking, services, and social sections */
#home-trust .trust-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:34px;align-items:center}
.trust-copy .ssub{margin-bottom:22px}
.trust-ctas{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.trust-card{background:var(--off);border:2px solid var(--border);border-radius:16px;padding:18px;min-height:145px}
.trust-icon{width:38px;height:38px;border-radius:12px;background:var(--blue-light);display:flex;align-items:center;justify-content:center;color:var(--blue-dark);font-weight:900;margin-bottom:12px}
.trust-card h3{font-size:16px;font-weight:900;color:var(--blue-dark);margin-bottom:6px}
.trust-card p{font-size:13px;color:var(--muted);line-height:1.6;font-weight:700}
#services-preview .sgrid{grid-template-columns:repeat(4,1fr)}
#services-preview .scard-title{font-size:16px}
#services-preview .scard-desc{min-height:66px}
.booking-help{margin-top:16px;background:var(--blue-light);border:1px solid #c8ddf5;border-radius:12px;padding:13px 15px;color:var(--blue-dark);font-size:13px;font-weight:800;line-height:1.55}
.booking-help a{color:var(--blue-dark);font-weight:900;text-decoration:underline}
#bookingToolWrapper{background:#fff!important;padding:0!important;min-height:auto!important;overflow:visible!important}
#myStoreContainer{box-shadow:none!important;border:0!important;margin:0 auto!important}
#social-home .social-note{display:none}
#social-home .ssub{margin-bottom:18px}
.social-post-grid{gap:14px}
.commercial-type:nth-child(n+7){display:none}

/* ===== PHOTO / SOCIAL POLISH ===== */
#services-preview .sgrid{grid-template-columns:repeat(4,1fr)}
#services-preview .scard-img{height:165px}
.home-gallery .gallery-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:26px}
.home-gallery .gallery-head .ssub{margin-bottom:0}
.gallery-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:12px}
.gallery-tile{position:relative;min-height:215px;border-radius:16px;overflow:hidden;border:2px solid var(--border);background:var(--blue-light);box-shadow:0 8px 22px rgba(13,71,161,.055)}
.gallery-tile.large{grid-row:span 2;min-height:442px}
.gallery-tile img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.gallery-tile:hover img{transform:scale(1.035)}
.gallery-caption{position:absolute;left:0;right:0;bottom:0;padding:34px 16px 14px;background:linear-gradient(to top,rgba(9,35,74,.82),rgba(9,35,74,0));color:#fff;font-size:13px;font-weight:900;letter-spacing:.01em}
.gallery-caption span{display:block;color:#cde6ff;font-size:11px;font-weight:700;margin-top:2px}

.story-head{align-items:flex-start;gap:34px}
.story-copy{max-width:780px}
.story-lead{max-width:760px;margin-bottom:18px}
.story-body{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}
.story-body p{background:var(--off);border:2px solid var(--border);border-radius:14px;padding:16px 18px;font-size:13px;line-height:1.65;color:#32465f;font-weight:650;box-shadow:0 6px 16px rgba(13,71,161,.045)}
.story-head .btn-ghost{margin-top:30px;white-space:nowrap}
@media(max-width:980px){.story-head{display:block}.story-head .btn-ghost{display:inline-block;margin-top:18px}.story-body{grid-template-columns:1fr}.story-body p{font-size:14px}}
.social-post-media.has-img .social-post-icon{background:rgba(13,71,161,.78);backdrop-filter:blur(2px)}
@media(max-width:980px){#services-preview .sgrid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-tile.large{grid-row:auto;min-height:260px}.gallery-tile{min-height:220px}}
@media(max-width:620px){#services-preview .sgrid,.gallery-grid{grid-template-columns:1fr}.home-gallery .gallery-head{display:block}.gallery-tile,.gallery-tile.large{min-height:230px}}

@media(max-width:980px){#home-trust .trust-layout{grid-template-columns:1fr}.trust-grid{grid-template-columns:repeat(2,1fr)}#services-preview .sgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.trust-grid{grid-template-columns:1fr}.trust-card{min-height:0}#services-preview .sgrid{grid-template-columns:1fr}.trust-ctas .btn-yellow,.trust-ctas .btn-ghost{width:100%;text-align:center}.commercial-type:nth-child(n+7){display:flex}}
/* spacing-only update: tighten gap before reviews */
#home-trust{padding-bottom:42px!important;}
#reviews.reviews-proof-section{padding-top:42px!important;}
@media(max-width:620px){#home-trust{padding-bottom:34px!important;}#reviews.reviews-proof-section{padding-top:34px!important;}}



/* ==========================================================================
   09. EMPLOYMENT, APPLICATION, COMMUNITY, AND LEGAL
   ========================================================================== */
/* ===== EMPLOYMENT + PHOTO CLEANUP ===== */
.employment-hero{background:linear-gradient(135deg,var(--blue-dark),#0a2f72)}
.employment-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:stretch}
.employment-copy,.employment-photo-card,.apply-card,.quick-card{background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:0 16px 38px rgba(13,71,161,.08);overflow:hidden}
.employment-copy{padding:30px}
.employment-copy .stitle{font-size:34px;margin-bottom:8px}
.employment-photo-card img{width:100%;height:360px;object-fit:cover;display:block}
.employment-photo-card-body{padding:22px;background:linear-gradient(135deg,#fff,#eef6ff)}
.employment-photo-card-body h3{font-size:22px;color:var(--blue-dark);margin-bottom:6px}
.employment-photo-card-body p{color:var(--muted);font-weight:700;line-height:1.7}
.employment-perks{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px;margin-top:24px}
.employment-perk{background:var(--off);border:1px solid var(--border);border-radius:18px;padding:18px;font-weight:800;color:var(--blue-dark)}
.employment-perk span{display:block;color:var(--muted);font-size:13px;line-height:1.55;margin-top:6px;font-weight:700}
.apply-card{padding:26px;background:linear-gradient(135deg,var(--blue-dark),var(--blue));color:#fff}
.apply-card .eyebrow{color:#b9dcff}
.apply-card .stitle{color:#fff;font-size:28px;margin-bottom:10px}
.apply-card p{font-weight:700;color:#eaf4ff;margin-bottom:18px}
.apply-card .chk li{color:#fff;border-color:rgba(255,255,255,.2)}
.quick-card{padding:26px;background:linear-gradient(135deg,#fff,#f1f7ff)}
.quick-card h3{color:var(--blue-dark);font-size:24px;margin-bottom:10px}
.quick-card p{color:var(--muted);font-weight:700;line-height:1.7;margin-bottom:16px}
.quick-actions{display:grid;gap:12px;margin-top:18px}
.quick-action{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:15px;background:#fff;border:1px solid var(--border);color:var(--blue-dark);font-weight:900;text-decoration:none;transition:transform .18s,box-shadow .18s}
.quick-action:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(13,71,161,.12)}
.quick-action span{color:var(--muted);font-size:13px;font-weight:700;display:block;margin-top:2px}
.application-hero{background:linear-gradient(135deg,var(--blue-dark),#123f91)}
.application-hero .ph-in p{margin-left:auto;margin-right:auto;text-align:center}
.application-grid{display:grid;grid-template-columns:1fr .75fr;gap:30px;align-items:start}
.application-card,.application-side-card{background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:0 16px 38px rgba(13,71,161,.08);overflow:hidden}
.application-card{padding:30px}
.application-card .stitle{font-size:34px;margin-bottom:8px}
.application-note{font-size:14px;color:var(--muted);font-weight:700;line-height:1.7;margin-bottom:24px;max-width:720px}
.application-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.application-form-grid .wide{grid-column:1/-1}
.application-form-grid label{display:block;font-size:11px;font-weight:900;color:var(--blue-dark);letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}
.application-form-grid input,.application-form-grid select,.application-form-grid textarea{width:100%;padding:12px 14px;font-size:14px;font-weight:700;border:2px solid var(--border);border-radius:10px;background:var(--white);color:var(--text);transition:border .18s,box-shadow .18s}
.application-form-grid input:focus,.application-form-grid select:focus,.application-form-grid textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 4px rgba(21,101,192,.08)}
.application-form-grid textarea{resize:vertical;min-height:120px}
.application-form-grid input[type="file"]{padding:10px;background:var(--off)}
.file-help{font-size:12px;color:var(--muted);font-weight:700;margin-top:6px;line-height:1.45}
.application-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:22px}
.application-success,.application-error{display:none;margin-top:18px;border-radius:14px;padding:14px 16px;font-size:14px;font-weight:800;line-height:1.5}
.application-success{background:#e9f8ee;color:#17602b;border:1px solid #bfe7ca}
.application-error{background:#fff1f1;color:#9b1c1c;border:1px solid #ffc9c9}
.application-side-card{padding:26px;background:linear-gradient(135deg,#fff,#eef6ff)}
.application-side-card h3{font-size:24px;color:var(--blue-dark);line-height:1.2;margin-bottom:10px}
.application-side-card p{color:var(--muted);font-weight:700;line-height:1.7;margin-bottom:18px}
.application-side-list{display:grid;gap:10px;margin-top:14px}
.application-side-list div{background:#fff;border:1px solid var(--border);border-radius:14px;padding:12px 14px;color:var(--blue-dark);font-weight:900}
.application-side-list span{display:block;color:var(--muted);font-size:12px;line-height:1.45;font-weight:700;margin-top:3px}
@media(max-width:900px){.application-grid{grid-template-columns:1fr}.application-form-grid{grid-template-columns:1fr}.application-card{padding:22px}}


/* Integrated employment roles card */
.employment-grid-refined{grid-template-columns:1fr;gap:24px;align-items:stretch}
.employment-roles-shell{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(420px,1.1fr);background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:0 16px 38px rgba(13,71,161,.08);overflow:hidden}
.employment-roles-shell .employment-copy{border:0;border-radius:0;box-shadow:none;background:linear-gradient(135deg,#fff,#f1f7ff);padding:30px}
.employment-roles-shell .role-tabs{margin:0;border:0;border-left:1px solid var(--border);border-radius:0;box-shadow:none;background:#fff}
.employment-roles-shell .role-tab-buttons{border-radius:0}
.role-overview-list{margin-top:18px}
.role-overview-list li{font-size:13px;line-height:1.55}
.employment-grid-refined .employment-photo-card{display:grid;grid-template-columns:minmax(300px,.72fr) 1fr;align-items:stretch}
.employment-grid-refined .employment-photo-card img{height:300px}
.employment-grid-refined .employment-photo-card-body{display:flex;flex-direction:column;justify-content:center}
@media(max-width:980px){.employment-roles-shell{grid-template-columns:1fr}.employment-roles-shell .role-tabs{border-left:0;border-top:1px solid var(--border)}.employment-grid-refined .employment-photo-card{grid-template-columns:1fr}.employment-grid-refined .employment-photo-card img{height:280px}}

/* Facility photo tiles: keep these images readable inside the right-column trust section. */
.facility-strip{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px;width:100%}
.facility-card{position:relative;min-height:178px;border-radius:18px;overflow:hidden;box-shadow:0 16px 34px rgba(13,71,161,.12);border:1px solid rgba(255,255,255,.6);background:var(--blue-light)}
.facility-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .3s}
.facility-card:hover img{transform:scale(1.04)}
.facility-card::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(8,31,72,.86),rgba(8,31,72,.12) 62%,rgba(8,31,72,0))}
.facility-card div{position:absolute;left:16px;right:16px;bottom:14px;color:#fff;font-weight:900;font-size:16px;line-height:1.18;z-index:1;text-shadow:0 2px 10px rgba(0,0,0,.3)}
.facility-card span{display:block;color:#dcebff;font-size:12px;line-height:1.35;margin-top:4px;font-weight:700}
@media(max-width:900px){.employment-grid,.employment-perks{grid-template-columns:1fr}.facility-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.employment-photo-card img{height:280px}}
@media(max-width:620px){.facility-strip{grid-template-columns:1fr}.facility-card{min-height:210px}}


/* Social embeds + review auto-scroll polish */
.social-card[hidden]{display:none!important}
.social-post.embed{min-height:0;padding:18px;background:#fff;display:flex;align-items:center;justify-content:center}
.social-post.embed.tiktok{grid-column:1/-1;min-height:460px}
.social-post.embed.facebook{min-height:430px}
.social-post.embed blockquote.tiktok-embed{width:100%!important;max-width:780px!important;margin:0 auto!important}
.social-post.embed .fb-page,.social-post.embed .fb-page span,.social-post.embed .fb-page iframe{max-width:100%!important}
.review-track{cursor:grab}
.review-track:active{cursor:grabbing}
@media(max-width:620px){.social-post.embed.tiktok{min-height:420px}.review-nav{display:none}.review-hint{display:none}}


/* Story + Community causes */
.community-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,0.85fr);gap:42px;align-items:start}
.community-split.reverse{grid-template-columns:minmax(320px,0.85fr) minmax(0,1.15fr)}
.story-body p{font-size:15px;color:#35485c;line-height:1.78;font-weight:600;margin-bottom:14px}
.story-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.impact-card{background:var(--blue-dark);color:#fff;border-radius:18px;padding:30px;border:2px solid rgba(255,255,255,0.12);box-shadow:0 16px 40px rgba(10,30,70,0.18)}
.impact-card.big{position:sticky;top:96px}
.impact-kicker{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#90b8e8;margin-bottom:8px}
.impact-num{font-size:42px;font-weight:900;color:#FFD600;line-height:1.05;margin-bottom:8px}
.impact-label{font-size:15px;font-weight:900;color:#fff;margin-bottom:10px}
.impact-note{font-size:13px;line-height:1.7;color:#cde;font-weight:600;margin-bottom:18px}
.impact-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.impact-mini-grid a{display:block;text-decoration:none;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:10px;padding:10px 12px;color:#fff;font-size:12px;font-weight:800}
.impact-mini-grid a:hover{background:rgba(255,255,255,.18)}
.cause-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.cause-card{background:var(--white);border:2px solid var(--border);border-radius:16px;padding:22px;text-decoration:none;color:inherit;display:block;transition:transform .18s,border-color .18s,box-shadow .18s;position:relative;min-height:250px}
.cause-card:hover{transform:translateY(-3px);border-color:var(--blue);box-shadow:0 12px 28px rgba(10,30,70,.10)}
.cause-icon{width:42px;height:42px;border-radius:50%;background:var(--blue-light);display:flex;align-items:center;justify-content:center;font-size:21px;margin-bottom:12px}
.cause-card h3{font-size:18px;font-weight:900;color:var(--blue-dark);line-height:1.25;margin-bottom:8px}
.cause-card p{font-size:13px;color:var(--muted);line-height:1.65;font-weight:600;margin-bottom:16px}
.cause-card span{position:absolute;left:22px;right:22px;bottom:18px;font-size:12px;font-weight:900;color:var(--blue)}
.cause-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}
.cause-photo{min-height:220px;border-radius:16px;border:2px solid var(--border);background-size:cover;background-position:center;position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:16px;cursor:pointer}
.cause-photo::before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(13,71,161,.72),rgba(13,71,161,.05));pointer-events:none}
.cause-photo span{position:relative;z-index:1;color:#fff;font-weight:900;font-size:15px;text-shadow:0 2px 8px rgba(0,0,0,.25)}
.social-post.embed.instagram{min-height:520px;display:flex;justify-content:center;align-items:flex-start;padding:18px;background:#fff}
.social-post.embed.facebook{min-height:520px;display:flex;justify-content:center;align-items:flex-start;padding:18px;background:#fff}
.social-post.embed.tiktok{min-height:520px;display:flex;justify-content:center;align-items:flex-start;padding:18px;background:#fff}
.instagram-media{margin:0 auto!important;max-width:540px!important;min-width:280px!important;width:100%!important}
@media(max-width:980px){.community-split,.community-split.reverse{grid-template-columns:1fr}.impact-card.big{position:relative;top:auto}.cause-grid,.cause-photo-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.cause-grid,.cause-photo-grid{grid-template-columns:1fr}.impact-mini-grid{grid-template-columns:1fr}.impact-num{font-size:34px}.cause-card{min-height:0;padding-bottom:58px}.cause-photo{min-height:210px}}



/* Community story top and rebuilt highlight bubbles */
.community-story-top{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:34px;align-items:start}
.community-main-story .story-lead{max-width:760px;margin-bottom:20px}
.community-main-story .story-body p{font-size:15px;color:#34465c;line-height:1.78;font-weight:600;margin-bottom:14px}
.story-link-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.community-impact-card{position:sticky;top:96px}
.community-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:30px}
.community-proof{background:#fff;border:2px solid var(--border);border-radius:999px;padding:14px 18px;box-shadow:0 10px 24px rgba(10,30,70,.06)}
.community-proof.highlight{border-color:#FFD600;background:#fffbea}
.proof-kicker{font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:2px}
.proof-title{font-size:14px;font-weight:900;color:var(--blue-dark);line-height:1.2;margin-bottom:4px}
.community-proof p{font-size:12px;line-height:1.45;color:var(--muted);font-weight:700;margin:0}
#social-posts.no-embeds{grid-template-columns:repeat(3,1fr);align-items:stretch}
.social-link-card .social-post-media{height:130px}
.social-link-card .social-post-title{font-size:15px}
.social-link-card .social-post-text{font-size:12.5px}
@media(max-width:980px){.community-story-top{grid-template-columns:1fr}.community-impact-card{position:relative;top:auto}.community-proof-grid{grid-template-columns:repeat(2,1fr)}#social-posts.no-embeds{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.community-proof-grid,#social-posts.no-embeds{grid-template-columns:1fr}.community-proof{border-radius:18px}.story-link-row .btn-yellow,.story-link-row .btn-ghost{width:100%;text-align:center}.community-main-story .story-body p{font-size:14px}}



/* Final community story revision */
#community-story .community-story-feature{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:44px;align-items:start}
#community-story .community-main-story{max-width:none}
#community-story .narrative-story{display:block;margin-top:22px}
#community-story .narrative-story p{background:transparent;border:0;border-radius:0;box-shadow:none;padding:0;margin:0 0 18px;font-size:16px;line-height:1.85;color:#34465c;font-weight:600}
.community-story-sidebar{display:grid;gap:18px}
.story-photo-card{background:#fff;border:2px solid var(--border);border-radius:20px;overflow:hidden;box-shadow:0 18px 40px rgba(10,30,70,.10)}
.story-photo-card img{width:100%;height:auto;display:block;object-fit:cover}
.story-photo-caption{font-size:13px;font-weight:900;color:var(--blue-dark);padding:12px 16px;background:var(--off)}
.acorn-feature-card{display:block;text-decoration:none;color:inherit;background:#fff;border:2px solid var(--border);border-radius:20px;padding:22px;box-shadow:0 14px 32px rgba(10,30,70,.08);transition:transform .18s,border-color .18s,box-shadow .18s}
.acorn-feature-card:hover{transform:translateY(-2px);border-color:var(--blue);box-shadow:0 18px 42px rgba(10,30,70,.12)}
.acorn-kicker{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:10px}
.acorn-feature-card h3{font-size:19px;line-height:1.28;color:var(--blue-dark);font-weight:900;margin:0 0 10px}
.acorn-feature-card p{font-size:13px;line-height:1.65;color:var(--muted);font-weight:650;margin:0 0 14px}
.acorn-feature-card span{font-size:13px;font-weight:900;color:var(--blue)}
.goodwill-impact{position:relative;top:auto}
.goodwill-impact .impact-num{font-size:48px}
#social-home .social-post-grid{grid-template-columns:1fr;align-items:start}
#social-home .social-post.embed.tiktok{grid-column:1/-1;min-height:540px;align-items:flex-start;padding:18px}
#social-home .social-post.embed.tiktok blockquote.tiktok-embed{width:100%!important;max-width:780px!important;margin:0 auto!important}
@media(max-width:980px){#community-story .community-story-feature{grid-template-columns:1fr}.community-story-sidebar{grid-template-columns:1fr 1fr}.goodwill-impact{grid-column:1/-1}#social-home .social-wall{grid-template-columns:1fr}}
@media(max-width:620px){#community-story .community-story-sidebar{grid-template-columns:1fr}#community-story .narrative-story p{font-size:15px}.acorn-feature-card h3{font-size:17px}#social-home .social-post.embed.tiktok{min-height:460px}}



/* Community story and active drive cleanup */
#community-story{padding-top:72px;padding-bottom:54px}
#community-story .story-article-layout{display:grid;grid-template-columns:minmax(290px,.78fr) minmax(0,1.22fr);gap:42px;align-items:start}
.story-portrait-card{background:#fff;border:2px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:0 18px 42px rgba(10,30,70,.10)}
.story-portrait-card img{width:100%;display:block;object-fit:cover;aspect-ratio:4/3}
.story-portrait-card:not(.secondary) img{object-position:50% 20%}
.story-portrait-card p{font-size:13px;line-height:1.6;color:var(--muted);font-weight:750;padding:14px 18px;background:var(--off);margin:0}
.story-narrative .eyebrow{margin-bottom:8px}
.story-narrative .stitle{font-size:34px;max-width:820px;margin-bottom:18px}
.story-narrative p{font-size:16px;line-height:1.86;color:#34465c;font-weight:600;margin:0 0 18px;max-width:850px;text-align:justify;text-justify:inter-word;hyphens:auto}
.story-feature-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:34px;align-items:stretch}
.acorn-display-card{display:block;text-decoration:none;color:inherit;background:#fff;border:2px solid var(--border);border-radius:22px;padding:24px;box-shadow:0 14px 32px rgba(10,30,70,.08);transition:transform .18s,border-color .18s,box-shadow .18s}
.acorn-display-card:hover{transform:translateY(-2px);border-color:var(--blue);box-shadow:0 18px 42px rgba(10,30,70,.12)}
.acorn-display-card .acorn-kicker{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:10px}
.acorn-display-card h3{font-size:22px;line-height:1.25;color:var(--blue-dark);font-weight:900;margin:0 0 10px}
.acorn-display-card p{font-size:14px;line-height:1.68;color:var(--muted);font-weight:650;margin:0 0 14px;max-width:720px}
.acorn-display-card span{font-size:13px;font-weight:900;color:var(--blue)}
.feature-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.feature-links a{font-size:13px;font-weight:900;color:var(--blue);text-decoration:none}
.feature-links a:hover{text-decoration:underline}
.goodwill-stat-card{background:var(--blue-dark);border-radius:22px;padding:24px;color:#fff;box-shadow:0 20px 44px rgba(10,30,70,.18);display:flex;flex-direction:column;justify-content:center}
.goodwill-stat-card .kicker{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#b8d4f5;margin-bottom:8px}
.goodwill-stat-card .num{font-size:52px;line-height:.95;font-weight:950;color:#FFD600;margin-bottom:10px}
.goodwill-stat-card .label{font-size:15px;font-weight:900;margin-bottom:10px}
.goodwill-stat-card p{font-size:13px;line-height:1.65;color:#d8e9ff;font-weight:700;margin:0}
.drive-card{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:32px;align-items:start;background:#fff;border:2px solid var(--border);border-radius:24px;padding:22px;box-shadow:0 18px 42px rgba(10,30,70,.08)}
.drive-poster{background:var(--off);border:1px solid var(--border);border-radius:18px;overflow:hidden}
.drive-poster img{display:block;width:100%;height:auto}
.drive-copy{padding:6px 6px 6px 0}
.drive-copy .stitle{font-size:32px;margin-bottom:10px}
.drive-copy p{font-size:15px;line-height:1.75;color:#34465c;font-weight:650;margin:0 0 16px}
.drive-date{display:inline-flex;align-items:center;gap:8px;background:#fffbea;border:2px solid #FFD600;color:var(--blue-dark);font-size:13px;font-weight:900;border-radius:999px;padding:8px 14px;margin:8px 0 18px}
.drive-locations{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:14px 0 18px}
.drive-loc{background:var(--off);border:1px solid var(--border);border-radius:14px;padding:12px 14px;font-size:13px;line-height:1.45;color:#34465c;font-weight:750}
.drive-loc strong{display:block;color:var(--blue-dark);font-weight:950;margin-bottom:2px}
.drive-note{background:var(--blue-light);border-radius:16px;padding:15px 16px;font-size:13px;line-height:1.6;color:var(--blue-dark);font-weight:800}
.drive-note a{color:var(--blue-dark);font-weight:950;text-decoration:none}
#social-home .ssub{max-width:520px}
@media(max-width:980px){#community-story .story-article-layout,.story-feature-row,.drive-card{grid-template-columns:1fr}.story-portrait-card img{aspect-ratio:16/10}.drive-copy{padding:0}.drive-locations{grid-template-columns:1fr}}
@media(max-width:620px){#community-story{padding-top:52px}.story-narrative .stitle,.drive-copy .stitle{font-size:28px}.story-narrative p{font-size:15px;text-align:left;hyphens:none}.goodwill-stat-card .num{font-size:44px}.drive-card{padding:16px}}



/* Final employment/community/legal polish */
.position-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:28px}
.position-card{background:#fff;border:2px solid var(--border);border-radius:18px;padding:22px;box-shadow:0 12px 34px rgba(10,30,70,.06)}
.position-card h3{font-size:20px;line-height:1.2;color:var(--blue-dark);font-weight:950;margin-bottom:8px}
.position-card p{font-size:14px;color:#34465c;line-height:1.7;font-weight:650;margin-bottom:14px}
.position-card ul{list-style:none;display:grid;gap:8px;margin:0;padding:0}
.position-card li{font-size:13px;color:var(--muted);font-weight:750;display:flex;gap:8px;align-items:flex-start}
.position-card li::before{content:'✓';color:var(--blue);font-weight:950;flex-shrink:0}
.position-card .position-tag{display:inline-flex;background:var(--blue-light);color:var(--blue-dark);font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:5px 10px;margin-bottom:12px}

.application-privacy-notice{margin-top:16px;padding:14px 16px;border:1px solid var(--border);border-radius:14px;background:#f7fbff;color:#52657d;font-size:12.5px;line-height:1.65;font-weight:700}
.application-privacy-notice a{color:var(--blue-dark);font-weight:900;text-decoration:underline;text-underline-offset:2px}
.application-note strong{color:var(--blue-dark)}
.story-photo-stack{display:grid;gap:18px}
.story-portrait-card.secondary img{aspect-ratio:4/3;object-fit:cover}
.story-portrait-card figcaption{font-size:13px;line-height:1.6;color:var(--muted);font-weight:750;padding:14px 18px;background:var(--off);margin:0}
.cause-logo-img{width:48px;height:48px;border-radius:14px;object-fit:contain;background:#fff;padding:7px;box-shadow:0 4px 14px rgba(10,30,70,.08)}
.partner-logo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}
.partner-logo-card{background:#fff;border:2px solid var(--border);border-radius:18px;padding:20px;text-decoration:none;display:flex;align-items:center;gap:14px;min-height:92px;transition:transform .18s,border-color .18s,box-shadow .18s}
.partner-logo-card:hover{transform:translateY(-2px);border-color:var(--blue);box-shadow:0 12px 28px rgba(10,30,70,.08)}
.partner-logo-card img{width:54px;height:54px;border-radius:16px;object-fit:contain;background:#fff;padding:8px;box-shadow:0 4px 14px rgba(10,30,70,.08);flex-shrink:0}
.partner-logo-card b{display:block;font-size:15px;color:var(--blue-dark);font-weight:950;line-height:1.2;margin-bottom:3px}
.partner-logo-card span{display:block;font-size:12px;color:var(--muted);font-weight:750;line-height:1.35}
.legal-page .wrap{max-width:900px}
.legal-card{background:#fff;border:2px solid var(--border);border-radius:20px;padding:30px;box-shadow:0 14px 38px rgba(10,30,70,.06)}
.legal-card h2{font-size:24px;color:var(--blue-dark);font-weight:950;margin:28px 0 8px}
.legal-card h2:first-child{margin-top:0}
.legal-card p,.legal-card li{font-size:14px;color:#34465c;line-height:1.75;font-weight:650;margin-bottom:10px}
.legal-card ul{padding-left:22px;margin:0 0 10px}
.legal-updated{font-size:12px;color:var(--muted);font-weight:800;margin-bottom:18px}
@media(max-width:900px){.position-grid,.partner-logo-grid{grid-template-columns:1fr}.story-photo-stack{max-width:620px}.partner-logo-card{min-height:0}}



/* Final request adjustments */
#home-trust .trust-layout{align-items:start!important;}
#home-trust .trust-copy{padding-top:4px;}
.home-clean-front-card{margin-top:28px;border:2px solid var(--border);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 16px 34px rgba(13,71,161,.10);width:100%;max-width:560px;margin-right:0;}
.home-clean-front-card img{display:block;width:100%;height:450px;object-fit:cover;object-position:center center;}
.home-clean-front-card figcaption{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:13px 15px;background:linear-gradient(135deg,#fff,#eef6ff);}
.home-clean-front-card figcaption strong{display:block;color:var(--blue-dark);font-size:14px;font-weight:900;line-height:1.25;}
.home-clean-front-card figcaption span{display:block;color:var(--muted);font-size:12px;font-weight:800;line-height:1.35;text-align:right;}

.role-tabs{margin-top:24px;background:#fff;border:2px solid var(--border);border-radius:20px;overflow:hidden;box-shadow:0 12px 30px rgba(13,71,161,.07);}
.role-tab-buttons{display:flex;background:var(--blue-light);border-bottom:2px solid var(--border);}
.role-tab-btn{flex:1;border:0;background:transparent;color:var(--blue-dark);font-size:14px;font-weight:900;padding:15px 18px;cursor:pointer;transition:background .15s ease,color .15s ease;}
.role-tab-btn.active{background:var(--blue-dark);color:#fff;}
.role-tab-panel{display:none;padding:24px;}
.role-tab-panel.active{display:block;}
.role-tab-panel h3{font-size:22px;color:var(--blue-dark);font-weight:900;margin:8px 0;}
.role-tab-panel p{font-size:14px;color:var(--muted);font-weight:700;line-height:1.7;margin-bottom:14px;}
.role-list{margin-top:10px;}
.role-list li{font-size:14px;}

.soles-acorn-feature{display:grid;grid-template-columns:minmax(300px,.95fr) minmax(280px,1fr);gap:22px;align-items:center;margin:28px 0 26px;background:#fff;border:2px solid var(--border);border-radius:22px;padding:18px;box-shadow:0 14px 34px rgba(13,71,161,.08);}
.soles-acorn-image{border-radius:16px;overflow:hidden;border:1px solid var(--border);background:#fff;}
.soles-acorn-image img{display:block;width:100%;height:auto;}
.soles-acorn-copy h3{font-size:24px;line-height:1.15;color:var(--blue-dark);font-weight:900;margin-bottom:10px;}
.soles-acorn-copy p{font-size:14px;color:var(--muted);line-height:1.75;font-weight:700;margin-bottom:16px;}
@media(max-width:900px){.soles-acorn-feature{grid-template-columns:1fr}.home-clean-front-card{max-width:none}.home-clean-front-card img{height:220px}.home-clean-front-card figcaption{display:block}.home-clean-front-card figcaption span{text-align:left;margin-top:3px}.role-tab-buttons{display:block}.role-tab-btn{width:100%;}}
@media(max-width:980px){.home-clean-front-card{width:100%;max-width:none;margin-right:0}.home-clean-front-card img{height:360px;}}
@media(max-width:640px){.home-clean-front-card img{height:300px;}}



/* Request cleanup: home/contact maps + employment tabbed role card */
#page-home #location{padding-top:56px;padding-bottom:64px}
#page-home #location .map-card iframe,#page-contact .map-card iframe{height:360px}
.employment-tabbed-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:stretch}
.employment-role-copy{padding:0;overflow:hidden}
.role-switch{display:grid;grid-template-columns:1fr 1fr;background:#dfeefe;border-bottom:1px solid var(--border)}
.role-switch-btn{appearance:none;border:0;background:transparent;color:var(--blue-dark);font-weight:900;font-family:inherit;padding:14px 18px;cursor:pointer;transition:background .18s,color .18s}
.role-switch-btn.active{background:var(--blue);color:#fff}
.role-tab-panel{display:none;padding:30px}
.role-tab-panel.active{display:block}
.role-tab-panel .stitle{font-size:34px;margin-bottom:8px}
.role-tab-panel .ssub{max-width:none;margin-bottom:20px}
.pill-row{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 20px}
.pill{display:inline-block;background:var(--blue-light);color:var(--blue-dark);font-size:12px;font-weight:900;padding:6px 12px;border-radius:999px}
.employment-checklist{margin-top:12px}
.employment-checklist li{font-size:14px;padding:10px 0;border-bottom:1px solid var(--border)}
.employment-apply-card{margin-top:24px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.employment-apply-card p{max-width:720px}
@media(max-width:900px){.employment-tabbed-grid{grid-template-columns:1fr}.employment-apply-card{display:block}.employment-apply-card .btn-yellow{margin-top:14px}.role-tab-panel{padding:24px}}



.form-error{display:none;background:#fff3f3;border:2px solid #ffc9c9;border-radius:8px;padding:13px;color:#9b1c1c;font-size:14px;font-weight:700;margin-top:10px}
.security-note{font-size:12px;color:var(--muted);line-height:1.55;margin-top:8px;font-weight:600}



/* ==========================================================================
   10. MOBILE RESPONSIVE SYSTEM
   ========================================================================== */

/* ============================================================
   MOBILE RESPONSIVE OVERHAUL/* ============================================================
   MOBILE RESPONSIVE OVERHAUL
   Keeps the live Open / Last Wash feature, but makes the full
   site behave like a real mobile page instead of a squeezed desktop.
   ============================================================ */
html,body{max-width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%}
body{min-width:0}
*,*::before,*::after{min-width:0}
img,video,iframe,embed,object{max-width:100%;height:auto}
iframe{display:block}
a,button,input,select,textarea{font:inherit}
button,a{touch-action:manipulation}
.wrap,.nav-inner,.hero-inner,.strip-inner,.ph-in,.f-inner{width:100%;max-width:1140px}
.page{width:100%}

@media(max-width:760px){
  :root{--mobile-pad:16px;--mobile-bottom-space:112px}
  body{padding-bottom:var(--mobile-bottom-space);font-size:15px;line-height:1.55;background:#fff}

  /* Header / nav */
  #promo-bar{padding:8px var(--mobile-pad);font-size:12px;line-height:1.35}
  #promo-bar .code{display:inline-block;margin:4px 0 0;padding:2px 8px}
  nav{top:0}
  .nav-inner{height:auto;min-height:62px;padding:9px var(--mobile-pad);gap:10px}
  .nav-logo{min-width:0;gap:8px;flex:1}
  .nav-logo img{width:40px;height:40px;flex:0 0 auto}
  .nav-brand{font-size:13px;line-height:1.15;min-width:0;overflow:hidden;text-overflow:ellipsis}
  .nav-brand small{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .nav-links,.nav-cta{display:none!important}
  .hamburger{display:flex!important;min-width:44px;min-height:44px;align-items:center;justify-content:center;margin-left:auto;border-radius:10px;background:var(--blue-light)}
  .mob-menu{padding:8px var(--mobile-pad) 14px;border-bottom:1px solid var(--border);box-shadow:0 10px 24px rgba(10,30,70,.08)}
  .mob-menu a{min-height:44px;display:flex;align-items:center;font-size:14px;padding:0 12px}

  /* Hero */
  .hero{min-height:0}
  .hero-bg-img{background-position:center top;opacity:.7}
  .hero-overlay{background:linear-gradient(180deg,rgba(13,71,161,.97) 0%,rgba(13,71,161,.88) 55%,rgba(13,71,161,.96) 100%)}
  .hero-inner{display:block!important;padding:36px var(--mobile-pad) 34px!important;gap:0!important}
  .hero-text{max-width:none!important;width:100%}
  .hero-badge{display:flex;width:100%;justify-content:center;text-align:center;white-space:normal;font-size:11px;line-height:1.25;padding:7px 12px;margin-bottom:14px}
  .hero h1{font-size:var(--ctl-hero-title-size-mobile)!important;line-height:1.08!important;margin-bottom:12px;text-align:center;overflow-wrap:balance}
  .hero h1 em{margin-top:2px}
  .hero-sub{font-size:15px;line-height:1.65;margin-bottom:18px;text-align:center;color:#d7ebff}
  .hero-btns{display:grid!important;grid-template-columns:1fr;gap:10px;width:100%}
  .hero-btns .btn-yellow,.hero-btns .btn-ghost{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:48px;text-align:center;padding:12px 14px;border-radius:11px}
  .hero-cards{display:grid!important;grid-template-columns:1fr!important;min-width:0!important;width:100%;gap:10px;margin-top:18px}
  .hcard{padding:13px 14px;border-radius:12px}
  .hcard-val{font-size:16px}.hcard-sub{font-size:12px}

  /* Live open / last-wash widget */
  .status-card{width:100%;max-width:none!important;margin:0 0 16px!important;padding:13px 14px!important;border-radius:14px!important;background:rgba(255,255,255,.14)}
  .status-card-top{gap:10px;align-items:flex-start}
  .status-dot{width:10px;height:10px;margin-top:6px;flex:0 0 10px}
  .status-main{font-size:16px!important;line-height:1.25}
  .status-detail{font-size:12px!important;line-height:1.35;color:#d7ebff}

  /* Top info strip */
  .strip-inner{display:grid!important;grid-template-columns:1fr!important}
  .si{min-width:0;width:100%;padding:14px var(--mobile-pad);border-right:0!important;border-bottom:1px solid rgba(255,255,255,.13)}
  .si:last-child{border-bottom:0}

  /* Page headers */
  .phero{padding:34px var(--mobile-pad)!important}
  .ph-in{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:14px!important}
  .ph-logo{width:58px!important;height:58px!important;flex:0 0 auto}
  .ph-in h1,.commercial-hero-copy h1{font-size:var(--ctl-hero-title-size-mobile)!important;line-height:1.08!important;letter-spacing:-0.035em!important}
  .ph-in p,.commercial-hero-copy p{font-size:15px!important;line-height:1.65!important;max-width:none!important}

  /* Section rhythm */
  .sec{padding:44px var(--mobile-pad)!important}
  .stitle,.commercial-title{font-size:clamp(26px,7.5vw,32px)!important;line-height:1.13!important}
  .ssub,.commercial-sub{font-size:14px!important;line-height:1.65!important;margin-bottom:22px!important}
  .eyebrow,.commercial-kicker{font-size:10px!important}

  /* Kill desktop grids on phones */
  .agrid,.sgrid,.rgrid,.cgrid,.agrd,.social-grid,.social-wall,.social-post-grid,
  .reviews-proof-grid,.review-scoreboard,.dual-review-streams,.review-action-grid,
  .photo-grid,.price-grid,.steps-grid,.faq-grid,.routes-grid,.commercial-hero .ph-in,
  .commercial-card-grid,.commercial-trust,.commercial-types,.commercial-steps,
  .employment-grid,.employment-perks,.employment-grid-refined .employment-photo-card,
  .employment-roles-shell,.application-grid,.application-form-grid,.facility-strip,
  .community-split,.community-split.reverse,.cause-grid,.cause-photo-grid,
  .community-story-top,.community-proof-grid,#social-posts.no-embeds,
  #community-story .community-story-feature,#community-story .community-story-sidebar,
  #community-story .story-article-layout,.story-feature-row,.drive-card,.drive-locations,
  .position-grid,.partner-logo-grid,.soles-acorn-feature,.employment-tabbed-grid,
  #pricing .price-photo-grid,#pricing .price-photo-copy .price-grid,.trust-grid,
  .commercial-final-cta,.impact-mini-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}

  /* Cards / content blocks */
  .scard,.rcard,.faq-item,.price-card,.step-card,.commercial-panel,.commercial-hero-card,
  .application-card,.role-tab-panel,.employment-apply-card,.score-card,.review-stream,
  .social-panel,.social-post,.cause-card,.community-proof,.impact-card,.goodwill-stat-card,
  .trust-card,.map-card{border-radius:16px!important;max-width:100%}
  .scard-body,.rcard,.faq-item,.price-card,.step-card,.commercial-panel,.commercial-hero-card,
  .application-card,.role-tab-panel{padding:18px!important}
  .scard-img,.scard-ph{height:180px!important}
  .price-value{font-size:17px}.step-text{font-size:14px}

  /* Photos / media */
  .pcluster,.photo-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
  .pcluster img,.pcluster img:first-child,.pcluster img:not(:first-child),
  .photo-grid img,.photo-grid img:first-child,.gallery-tile,.gallery-tile.large,
  .home-clean-front-card img,#pricing .price-photo-card img,#washfold-quality-photo,
  .employment-photo-card img,.story-portrait-card img,.cause-photo{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:16/10!important;object-fit:cover!important;grid-row:auto!important}
  .price-photo-card{padding:8px!important;border-radius:16px!important}

  /* Review carousel */
  .review-track{gap:12px;padding-bottom:12px;scroll-padding-left:0}
  .review-track .rcard{flex:0 0 86%!important;min-width:0!important}
  .review-nav,.review-hint{display:none!important}
  .review-action-cell,.review-action-cell.left,.review-action-cell.right{justify-content:stretch!important}
  .review-action-cell .btn-yellow,.review-action-cell .btn-yelp{width:100%;min-width:0;text-align:center}

  /* Forms, maps, embeds */
  input,select,textarea{width:100%;max-width:100%;font-size:16px!important}
  .frow-c input,.frow-c textarea,.frow-c select{padding:12px 13px!important}
  .map-info{display:block!important;padding:16px!important}
  .map-info .btn-yellow,.map-info .btn-ghost{width:100%;text-align:center;margin-top:12px}
  .map-card iframe{height:260px!important}
  .social-post.embed.tiktok{min-height:420px!important;overflow:hidden}
  .social-post.embed iframe,.social-post.embed blockquote{width:100%!important;min-width:0!important}

  /* Footer */
  footer{padding:32px var(--mobile-pad) 18px!important}
  .f-inner{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}
  .flinks{display:grid!important;grid-template-columns:1fr 1fr;gap:10px!important}
  .flinks a{display:block;padding:6px 0;font-size:12px}
  .fcopy{font-size:11px;line-height:1.45}

  /* Sticky mobile action bar */
  .mobile-sticky{position:fixed!important;left:0;right:0;bottom:0;z-index:9999;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;background:#fff;border-top:1px solid var(--border);box-shadow:0 -6px 22px rgba(10,30,70,.16);padding-bottom:env(safe-area-inset-bottom)}
  .mobile-sticky-status{grid-column:1/-1;display:flex!important;align-items:center;justify-content:flex-start;gap:8px;min-height:34px;padding:7px 12px;background:var(--blue-dark);color:#fff;font-size:12px;font-weight:900;line-height:1.2;border-bottom:1px solid rgba(255,255,255,.14);white-space:nowrap;overflow:hidden}
  .mobile-sticky-status .status-dot{width:8px;height:8px;flex:0 0 8px;margin-top:0;box-shadow:0 0 0 3px rgba(255,255,255,.13)}
  #mobile-open-status-main,#mobile-open-status-detail{min-width:0;overflow:hidden;text-overflow:ellipsis}
  .mobile-status-detail{color:#b8d4f5;font-weight:800}
  .mobile-sticky a{display:flex;align-items:center;justify-content:center;min-width:0;min-height:52px;padding:10px 6px;text-align:center;text-decoration:none;font-size:12px;font-weight:900;color:var(--blue-dark);border-right:1px solid var(--border)}
  .mobile-sticky a:last-child{border-right:none}
}


/* Keep the Howard and Jill story portrait uncropped. */
.story-portrait-card:not(.secondary) img{aspect-ratio:auto!important;object-fit:contain!important;object-position:center center!important;background:var(--off)}

@media(max-width:380px){
  .mobile-status-detail{display:none!important}
  .hero h1{font-size:34px!important}
  .flinks{grid-template-columns:1fr!important}
}

@media(min-width:761px){
  .mobile-sticky-status{display:none!important}
}


/* ==========================================================================
   11. STATIC-HOSTING RELIABILITY AND SOFT NAVIGATION
   ========================================================================== */
/* Reliability fixes added for portable static hosting */
.mob-menu[hidden] { display: none !important; }
.mob-menu.is-open { display: flex; flex-direction: column; gap: 4px; }
.tiktok-load-note,
.tiktok-fallback-link {
  color: rgba(255,255,255,.72);
  font-size: .92rem;
  line-height: 1.4;
  margin-top: 12px;
}
.tiktok-fallback-link a { color: #ffe35b; font-weight: 700; }
.booking-fallback {
  align-items: flex-start;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}
.booking-fallback a { font-weight: 800; }
button[disabled] { cursor: not-allowed; opacity: .72; }




/* Smooth public-site shell transitions
   The shared promo/nav/footer stay mounted; only the page payload fades. */
html.ctl-soft-loading {
  cursor: progress;
}

.ctl-page-shell {
  background: var(--white, #fff);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 160ms ease, transform 160ms ease;
  will-change: opacity, transform;
}

.ctl-page-shell:focus {
  outline: none;
}

.ctl-page-shell.ctl-shell-leaving {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.ctl-page-shell.ctl-shell-entering {
  opacity: 0;
  transform: translateY(-8px);
}

.nav-links a,
.mob-menu a,
.nav-cta {
  transition: background-color 160ms ease, color 160ms ease, opacity 160ms ease;
}

html.ctl-soft-loading .nav-links a,
html.ctl-soft-loading .nav-cta {
  cursor: progress;
}

@media (prefers-reduced-motion: reduce) {
  .ctl-page-shell {
    transition: none !important;
    transform: none !important;
  }
}


/* Semantic CTA anchor targets: keep sticky promo/nav from covering linked sections. */
#schedule-pickup,
#commercial-quote,
#drop-off-wash-fold,
#pricing,
#contact-form {
  scroll-margin-top: 116px;
}


/* ==========================================================================
   12. CONTACT, BOOKING, LAUNDROMAT, AND COMMUNITY REFINEMENTS
   ========================================================================== */
/* ===== CONTACT QUICK HELP POLISH ===== */
.quick-card.contact-help-card{
  padding:24px;
  min-height:auto;
  background:linear-gradient(135deg,#ffffff 0%,#f7fbff 100%);
  border:1px solid var(--border);
  border-radius:22px;
  box-shadow:0 18px 42px rgba(13,71,161,.08);
  overflow:hidden;
}
.contact-help-card .contact-help-head{margin-bottom:16px;}
.contact-help-card .eyebrow{margin-bottom:6px;color:var(--blue);}
.contact-help-card h3{font-size:25px;line-height:1.18;margin:0 0 8px;color:var(--blue-dark);}
.contact-help-card p{max-width:520px;margin:0;color:var(--muted);font-weight:750;line-height:1.65;}
.contact-help-card .quick-actions{display:grid;gap:10px;margin-top:18px;}
.contact-help-card .quick-action{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  align-items:center;
  gap:13px;
  min-height:74px;
  padding:13px 15px;
  border-radius:17px;
  background:#fff;
  border:1px solid var(--border);
  color:var(--blue-dark);
  text-decoration:none;
  box-shadow:0 8px 20px rgba(13,71,161,.045);
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}
.contact-help-card .quick-action:hover,
.contact-help-card .quick-action:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(21,101,192,.35);
  box-shadow:0 12px 26px rgba(13,71,161,.10);
  background:#fbfdff;
  outline:none;
}
.contact-help-card .quick-icon{
  width:42px;height:42px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  background:var(--blue-light);
  font-size:20px;
  line-height:1;
  flex-shrink:0;
}
.contact-help-card .quick-copy{display:block;min-width:0;}
.contact-help-card .quick-copy strong{
  display:block;
  color:var(--blue-dark);
  font-size:15px;
  font-weight:950;
  letter-spacing:-.01em;
  line-height:1.25;
  white-space:normal;
}
.contact-help-card .quick-copy small{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:13px;
  font-weight:700;
  line-height:1.35;
}
.contact-help-card .quick-arrow{
  width:28px;height:28px;border-radius:999px;
  display:flex;align-items:center;justify-content:center;
  color:var(--blue-dark);
  background:#f1f7ff;
  font-weight:950;
}
@media(max-width:620px){
  .quick-card.contact-help-card{padding:20px;border-radius:18px;}
  .contact-help-card h3{font-size:22px;}
  .contact-help-card .quick-action{grid-template-columns:38px minmax(0,1fr) auto;min-height:70px;padding:12px;gap:11px;}
  .contact-help-card .quick-icon{width:38px;height:38px;border-radius:12px;font-size:18px;}
  .contact-help-card .quick-copy strong{font-size:14px;}
  .contact-help-card .quick-copy small{font-size:12px;}
}

/* Booking widget load control
   Prevents the CleanCloud third-party widget from locking the page right after
   a Schedule click. The visitor lands on this lightweight card first, then
   intentionally opens the secure booking form. */
.booking-start-card,
.booking-loading-card{
  min-height:360px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:12px;
  padding:34px 24px;
  background:linear-gradient(180deg,#ffffff 0%,#f7f9ff 100%);
  border:1px solid var(--border);
  border-radius:18px;
  color:var(--blue-dark);
}
.booking-start-card strong,
.booking-loading-card strong{
  font-size:24px;
  font-weight:900;
  line-height:1.15;
}
.booking-start-card span,
.booking-loading-card span{
  max-width:360px;
  color:var(--muted);
  font-size:14px;
  font-weight:700;
  line-height:1.6;
}
.booking-start-icon{
  width:62px;
  height:62px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#FFD600;
  box-shadow:0 12px 30px rgba(13,71,161,.12);
  font-size:30px;
  margin-bottom:4px;
}
.booking-start-btn{
  margin-top:6px;
  appearance:none;
  border:0;
  border-radius:12px;
  background:var(--blue);
  color:#fff;
  font-size:15px;
  font-weight:900;
  padding:13px 20px;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(21,101,192,.22);
}
.booking-start-btn:hover{background:var(--blue-dark)}
.booking-call-link{
  color:var(--blue-dark);
  font-size:13px;
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:3px;
}
.booking-spinner{
  width:42px;
  height:42px;
  border-radius:50%;
  border:4px solid #d9e9fb;
  border-top-color:var(--blue);
  animation:ctlSpin .9s linear infinite;
}
@keyframes ctlSpin{to{transform:rotate(360deg)}}
@media (prefers-reduced-motion: reduce){
  .booking-spinner{animation:none;border-top-color:#d9e9fb}
}


/* Dedicated booking page: centered CleanCloud widget */
.booking-shell.booking-only{
  display:block;
  max-width:820px;
  margin:0 auto;
  padding:22px;
  border-radius:24px;
  overflow:hidden;
}
.booking-shell.booking-only .booking-widget{
  width:100%;
  max-width:760px;
  margin:0 auto;
}
.booking-shell.booking-only .booking-widget-head{
  text-align:center;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:10px;
  margin-bottom:18px;
}
.booking-shell.booking-only .booking-widget-head p{
  max-width:620px;
  margin:0 auto;
}
.booking-shell.booking-only .booking-code{
  margin:0 auto;
}
.booking-shell.booking-only #bookingToolWrapper{
  width:100%;
  max-width:760px;
  margin:0 auto;
  overflow:visible;
}
.booking-shell.booking-only #myStoreContainer{
  width:100%!important;
  max-width:760px!important;
  min-height:880px;
  margin:0 auto!important;
  overflow:hidden;
}
.booking-shell.booking-only #myStoreContainer iframe{
  width:100%!important;
  max-width:100%!important;
}
@media screen and (max-width:700px){
  .booking-shell.booking-only{
    max-width:100%;
    padding:12px;
    border-radius:18px;
    border-left:0;
    border-right:0;
  }
  .booking-shell.booking-only .booking-widget-head h4{font-size:17px}
  .booking-shell.booking-only .booking-widget-head p{font-size:12px}
  .booking-shell.booking-only #myStoreContainer{
    width:100%!important;
    max-width:100%!important;
    min-height:820px;
    border-radius:12px;
  }
}

.cta-note{margin-top:10px;font-size:13px;line-height:1.55;color:var(--muted);font-weight:700;max-width:520px}

/* Centered local-trust block on the homepage */
#home-trust.home-trust-centered .wrap{max-width:980px;}
#home-trust .home-trust-centered-inner{max-width:760px;margin:0 auto;}
#home-trust.home-trust-centered .stitle{max-width:760px;}
#home-trust.home-trust-centered .ssub{max-width:720px;}
#home-trust.home-trust-centered .trust-ctas{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px;}
#home-trust.home-trust-centered .home-clean-front-card{max-width:760px;margin:28px auto 0;}
#home-trust.home-trust-centered .home-clean-front-card img{height:520px;}
@media(max-width:780px){
  #home-trust.home-trust-centered .home-clean-front-card img{height:clamp(300px,68vw,470px);}
  #home-trust.home-trust-centered .trust-ctas a{width:100%;text-align:center;}
}

/* Laundromat cleanup: remove duplicate storefront/top-heavy treatment and make page flow cleaner. */
.laundromat-page-clean .laundro-hero{
  background:linear-gradient(135deg,var(--blue-dark) 0%,var(--blue) 100%);
  border-bottom:1px solid rgba(255,255,255,.18);
  padding:70px 24px 58px;
}
.laundromat-page-clean .laundro-hero-inner{
  text-align:center;
  max-width:890px;
}
.laundromat-page-clean .laundro-hero h1{
  font-size:44px;
  line-height:1.10;
  color:#fff;
  font-weight:900;
  letter-spacing:-0.035em;
  margin:8px auto 16px;
}
.laundromat-page-clean .laundro-hero p{
  max-width:730px;
  margin:0 auto;
  color:#d7ebff;
  font-size:16px;
  line-height:1.65;
  font-weight:700;
}
.laundromat-page-clean .laundro-hero-actions,
.laundromat-page-clean .laundro-final-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:26px;
}
.laundromat-page-clean .laundro-quick-points{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  margin-top:24px;
}
.laundromat-page-clean .laundro-quick-points span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  background:#fff;
  border:1px solid var(--border);
  color:var(--blue-dark);
  border-radius:999px;
  padding:8px 12px;
  font-size:12px;
  font-weight:900;
  box-shadow:0 8px 20px rgba(13,71,161,.05);
}
.laundromat-page-clean .laundro-quick-points span::before{
  content:"✓";
  width:18px;
  height:18px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--blue-light);
  color:var(--blue-dark);
  font-size:11px;
}
.laundromat-page-clean .laundro-feature-split{
  display:grid;
  grid-template-columns:minmax(0,0.9fr) minmax(360px,1.1fr);
  gap:44px;
  align-items:center;
}
.laundromat-page-clean .laundro-feature-copy h2,
.laundromat-page-clean .section-head-center h2{
  color:var(--blue-dark);
  font-weight:950;
  letter-spacing:-0.03em;
}
.laundromat-page-clean .laundro-feature-copy h2{
  font-size:38px;
  line-height:1.1;
  margin:8px 0 12px;
}
.laundromat-page-clean .laundro-feature-copy p{
  color:var(--muted);
  font-size:15px;
  line-height:1.75;
  font-weight:700;
  margin-bottom:16px;
}
.laundromat-page-clean .laundro-photo-feature{
  margin:0;
  border-radius:24px;
  overflow:hidden;
  border:2px solid var(--border);
  box-shadow:0 18px 42px rgba(13,71,161,.11);
  background:#fff;
}
.laundromat-page-clean .laundro-photo-feature img{
  display:block;
  width:100%;
  height:430px;
  object-fit:cover;
}
.laundromat-page-clean .section-head-center{
  max-width:720px;
  margin:0 auto 30px;
  text-align:center;
}
.laundromat-page-clean .section-head-center h2{
  font-size:34px;
  line-height:1.14;
  margin:8px 0 10px;
}
.laundromat-page-clean .section-head-center p{
  color:var(--muted);
  font-size:15px;
  line-height:1.75;
  font-weight:700;
}
.laundromat-page-clean .laundro-benefit-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.laundromat-page-clean .laundro-benefit-card{
  background:#fff;
  border:2px solid var(--border);
  border-radius:18px;
  padding:22px;
  box-shadow:0 10px 26px rgba(13,71,161,.05);
}
.laundromat-page-clean .laundro-benefit-card h3{
  color:var(--blue-dark);
  font-size:17px;
  font-weight:950;
  margin:16px 0 7px;
}
.laundromat-page-clean .laundro-benefit-card p{
  color:var(--muted);
  font-size:13px;
  line-height:1.65;
  font-weight:750;
}
.laundromat-page-clean .laundro-photo-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.laundromat-page-clean .laundro-photo-card{
  margin:0;
  min-height:250px;
}
.laundromat-page-clean .laundro-photo-card div{
  font-size:17px;
}
.laundromat-page-clean .laundro-photo-card span{
  font-size:12px;
}
.laundromat-page-clean .laundro-final-actions{
  margin-top:0;
  justify-content:flex-end;
}
@media(max-width:1080px){
  .laundromat-page-clean .laundro-benefit-grid,
  .laundromat-page-clean .laundro-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .laundromat-page-clean .laundro-photo-feature img{height:360px;}
}
@media(max-width:900px){
  .laundromat-page-clean .laundro-hero{padding:52px var(--mobile-pad) 46px;}
  .laundromat-page-clean .laundro-feature-split{grid-template-columns:1fr;gap:28px;}
  .laundromat-page-clean .laundro-final-actions{justify-content:flex-start;width:100%;}
}
@media(max-width:620px){
  .laundromat-page-clean .laundro-hero-actions,
  .laundromat-page-clean .laundro-final-actions{align-items:stretch;}
  .laundromat-page-clean .laundro-hero-actions a,
  .laundromat-page-clean .laundro-final-actions a{width:100%;text-align:center;}
  .laundromat-page-clean .laundro-benefit-grid,
  .laundromat-page-clean .laundro-photo-grid{grid-template-columns:1fr;}
  .laundromat-page-clean .laundro-photo-card{min-height:230px;}
  .laundromat-page-clean .laundro-photo-feature img{height:280px;}
}


/* Laundry Love community event card */
.laundry-love-card{margin-top:0;border-color:#c7d9f5;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}
.laundry-love-card .stitle{margin-bottom:10px}
.laundry-love-card .drive-date{display:inline-flex;align-items:center;gap:8px;background:#fff4d6;color:#8a5200;border:1px solid #f1d38a}
.laundry-love-poster{display:flex;align-items:center;justify-content:center;min-height:300px;padding:34px;background:#fff}
.laundry-love-poster img{width:min(260px,82%);height:auto;object-fit:contain}
.laundry-love-details a{color:var(--blue-dark);font-weight:900;text-decoration:none}
.laundry-love-details a:hover{text-decoration:underline}
@media(max-width:980px){.laundry-love-poster{min-height:210px}.laundry-love-poster img{width:min(220px,72%)}}

.community-drive-subtitle{
  margin-top:8px;
}

/* JSON-rendered community promotions: preserve spacing between dynamic drive cards. */
.community-promo-list{
  display:grid;
  gap:28px;
}
@media(max-width:760px){
  .community-promo-list{gap:20px;}
}


/* Community cause cards and partner logos */
.cause-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(215px,1fr));
  gap:16px;
  margin-top:22px;
}
.cause-card{
  background:var(--white);
  border:2px solid var(--border);
  border-radius:16px;
  padding:20px 20px 58px;
  text-decoration:none;
  color:inherit;
  display:block;
  transition:transform .18s,border-color .18s,box-shadow .18s;
  position:relative;
  min-height:245px;
  text-align:center;
}
.cause-card:hover{
  transform:translateY(-3px);
  border-color:var(--blue);
  box-shadow:0 12px 28px rgba(10,30,70,.10);
}
.cause-icon{
  width:100%;
  height:58px;
  border-radius:16px;
  background:#fff;
  border:1px solid var(--border);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:15px;
  padding:8px 14px;
  box-shadow:0 8px 22px rgba(10,30,70,.06);
  overflow:visible;
}
.cause-logo-img{
  display:block;
  width:auto!important;
  height:auto!important;
  max-width:128px!important;
  max-height:42px!important;
  object-fit:contain;
  object-position:center center;
  border-radius:0!important;
  padding:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.cause-card h3{
  font-size:18px;
  font-weight:900;
  color:var(--blue-dark);
  line-height:1.25;
  margin-bottom:8px;
  text-align:center;
}
.cause-card p{
  font-size:13px;
  color:var(--muted);
  line-height:1.65;
  font-weight:600;
  margin-bottom:16px;
  text-align:center;
}
.cause-card span{
  position:absolute;
  left:20px;
  right:20px;
  bottom:18px;
  font-size:12px;
  font-weight:900;
  color:var(--blue);
  text-align:center;
}
#goodwill-donations .cause-icon{
  justify-content:flex-start;
  padding-left:10px;
  padding-right:6px;
}
#goodwill-donations .cause-logo-img{
  max-width:150px!important;
  width:150px!important;
  object-position:left center;
  transform:translateX(-8px);
}

/* Larger clean-logo cards used by the rebuilt community partner section. */
.cause-grid-clean{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:22px;
  align-items:stretch;
}
.cause-card-clean{
  min-height:350px;
  padding:24px 22px 68px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:18px;
  overflow:hidden;
  background:#fff;
  border:2px solid var(--border);
  border-radius:16px;
  position:relative;
  color:inherit;
  text-decoration:none;
}
.cause-card-clean .cause-nameplate{
  width:100%;
  min-height:78px;
  border:1px solid var(--border);
  border-radius:18px;
  background:linear-gradient(180deg,#fff 0%,#f7fbff 100%);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding:14px 16px;
  box-shadow:0 12px 28px rgba(13,71,161,.07);
}
.cause-card-clean .cause-nameplate strong{
  display:block;
  font-size:17px;
  line-height:1.08;
  font-weight:900;
  color:var(--blue-dark);
  letter-spacing:-.02em;
}
.cause-card-clean .cause-nameplate small{
  display:block;
  margin-top:6px;
  font-size:10px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--muted);
}
.cause-card-clean .cause-meals{border-color:#b7dcff;background:linear-gradient(180deg,#ffffff 0%,#eef7ff 100%)}
.cause-card-clean .cause-police{border-color:#cbd6eb;background:linear-gradient(180deg,#ffffff 0%,#f5f8ff 100%)}
.cause-card-clean .cause-ssa{border-color:#cce8d9;background:linear-gradient(180deg,#ffffff 0%,#f4fff8 100%)}
.cause-card-clean .cause-goodwill{border-color:#bed8f3;background:linear-gradient(180deg,#ffffff 0%,#f2f8ff 100%)}
.cause-card-clean .cause-nameplate.cause-sarah{border-color:#f3c9df;background:linear-gradient(180deg,#fff 0%,#fff5fb 100%)}
.cause-card-clean .cause-nameplate.cause-fire{border-color:#f0b9b9;background:linear-gradient(180deg,#fff 0%,#fff4f4 100%)}
.cause-logo-frame{
  width:100%;
  height:108px;
  border:1.5px solid var(--border);
  border-radius:18px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px 18px;
  margin-bottom:8px;
  box-shadow:0 12px 24px rgba(13,71,161,.06);
  overflow:hidden;
}
.cause-logo-frame .cause-logo-img{
  display:block;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:78px!important;
  object-fit:contain;
  object-position:center center;
  border-radius:0!important;
  padding:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.cause-logo-meals .cause-logo-img{max-height:52px!important}
.cause-logo-police,
.cause-logo-goodwill{
  background:#05070c;
  border-color:#17213a;
}
.cause-logo-police .cause-logo-img{max-width:96%!important;max-height:56px!important}
.cause-logo-chamber .cause-logo-img{max-width:96%!important;max-height:82px!important}
.cause-logo-goodwill .cause-logo-img{max-width:90%!important;max-height:74px!important}
.cause-card-clean h3{
  font-size:25px;
  line-height:1.2;
  margin:0 0 16px;
  color:var(--blue-dark);
  font-weight:900;
  text-align:center;
}
.cause-card-clean p{
  max-width:330px;
  margin:0 auto 18px;
  color:var(--muted);
  font-size:16px;
  line-height:1.65;
  font-weight:600;
  text-align:center;
  flex:1;
}
.cause-card-clean span{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  color:var(--blue-dark);
  font-weight:900;
  text-align:center;
}
@media(max-width:760px){
  .cause-card{min-height:0;padding-bottom:58px}
  .cause-icon{height:54px}
  .cause-logo-img{max-width:118px!important;max-height:38px!important}
  #goodwill-donations .cause-logo-img{
    max-width:142px!important;
    width:142px!important;
    transform:translateX(-6px);
  }
  .cause-grid-clean{grid-template-columns:1fr;gap:16px}
  .cause-card-clean{min-height:0;padding:22px 18px 64px}
  .cause-logo-frame{height:96px;padding:12px 16px;margin-bottom:20px}
  .cause-logo-frame .cause-logo-img{max-height:66px!important}
  .cause-logo-chamber .cause-logo-img{max-height:72px!important}
  .cause-logo-goodwill .cause-logo-img{max-height:62px!important}
  .cause-card-clean h3{font-size:22px}
}


/* ===== ACCESSIBILITY + MOTION PATCH ===== */
.skip-link{position:absolute;left:16px;top:10px;z-index:10000;transform:translateY(-140%);background:#FFD600;color:#0d47a1;font-weight:900;padding:10px 14px;border-radius:10px;text-decoration:none;box-shadow:0 8px 22px rgba(10,30,70,.22)}
.skip-link:focus{transform:translateY(0);outline:3px solid #0d47a1;outline-offset:3px}
:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid #FFD600!important;outline-offset:3px!important;box-shadow:0 0 0 5px rgba(13,71,161,.28)!important}
.review-control-row{display:flex;justify-content:flex-end;margin:-8px 0 14px}
.review-pause-toggle{border:2px solid var(--border);background:#fff;color:var(--blue-dark);border-radius:999px;padding:8px 13px;font-weight:900;font-size:12px;cursor:pointer;box-shadow:0 6px 18px rgba(10,30,70,.06)}
.review-pause-toggle:hover{background:var(--blue-light)}
html.reviews-paused .review-marquee-inner{animation-play-state:paused!important}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto!important}
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}
  .review-marquee-inner{animation:none!important;transform:none!important;flex-wrap:wrap;width:auto!important;padding:0 18px}
  .review-control-row{display:none}
}

.contact-phone-note{background:#f7fbff;border:1px solid var(--border);border-radius:14px;padding:12px 14px;margin:0 0 16px;color:var(--muted);font-size:14px;line-height:1.55}.contact-phone-note strong{color:var(--blue-dark)}


/* Meals on Wheels logo visual correction: use horizontal mark without squashing */
#meals-on-wheels .cause-logo-frame,
.cause-logo-meals{
  background:#fff!important;
  padding:16px 18px!important;
}
#meals-on-wheels .cause-logo-img,
.cause-logo-meals .cause-logo-img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:96%!important;
  max-height:48px!important;
  object-fit:contain!important;
  object-position:center center!important;
  border-radius:0!important;
  padding:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
@media(max-width:620px){
  #meals-on-wheels .cause-logo-img,
  .cause-logo-meals .cause-logo-img{max-height:42px!important;}
}


/* First-pass updates: simple TikTok link card and added community cause nameplates */
.social-card-large{min-height:120px;justify-content:center;font-size:18px;border-radius:20px;box-shadow:0 16px 34px rgba(13,71,161,.08)}
.cause-card-clean .cause-nameplate.cause-sarah{border-color:#f3c9df;background:linear-gradient(180deg,#fff 0%,#fff5fb 100%)}
.cause-card-clean .cause-nameplate.cause-fire{border-color:#f0b9b9;background:linear-gradient(180deg,#fff 0%,#fff4f4 100%)}


/* Community cause logo updates: Sarah's House and Ventura County Fire */
.cause-logo-sarah{
  background:linear-gradient(180deg,#fff 0%,#fff8fb 100%);
  border-color:#f3c9df;
}
.cause-logo-sarah .cause-logo-img{
  max-width:96%!important;
  max-height:74px!important;
}
.cause-logo-fire{
  background:linear-gradient(180deg,#fff 0%,#fff7f4 100%);
  border-color:#f0b9b9;
}
.cause-logo-fire .cause-logo-img{
  max-width:100%!important;
  max-height:76px!important;
}
@media(max-width:760px){
  .cause-logo-sarah .cause-logo-img{max-height:62px!important;}
  .cause-logo-fire .cause-logo-img{max-height:64px!important;}
}


/* Homepage social link cleanup */
#social-home.social-section-clean{
  text-align:center;
}
#social-home .social-clean-wrap{
  max-width:900px;
  margin:0 auto;
}
#social-home .social-clean-sub{
  max-width:650px;
  margin-left:auto;
  margin-right:auto;
}
.social-clean-grid{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:stretch;
  gap:16px;
  margin-top:28px;
}
.social-clean-card{
  width:min(100%,260px);
  min-height:96px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px 18px;
  border:2px solid var(--border);
  border-radius:22px;
  background:var(--white);
  color:var(--blue-dark);
  text-decoration:none;
  text-align:left;
  box-shadow:0 16px 34px rgba(13,71,161,.07);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.social-clean-card:hover{
  transform:translateY(-3px);
  border-color:var(--blue);
  background:linear-gradient(180deg,#fff 0%,var(--blue-light) 100%);
  box-shadow:0 20px 44px rgba(13,71,161,.12);
}
.social-clean-logo{
  width:46px;
  height:46px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  overflow:hidden;
}
.social-clean-logo img{
  width:46px;
  height:46px;
  display:block;
}
.social-clean-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
  flex:1 1 auto;
}
.social-clean-copy strong{
  font-size:17px;
  line-height:1.1;
  font-weight:900;
}
.social-clean-copy small{
  font-size:12px;
  line-height:1.2;
  color:var(--muted);
  font-weight:800;
}
.social-arrow{
  color:var(--blue);
  font-weight:900;
  flex:0 0 auto;
}
@media(max-width:720px){
  .social-clean-grid{gap:12px;}
  .social-clean-card{width:100%;max-width:380px;}
}


/* Laundromat reference structure pass: keep current hero, use replacement page body structure. */
.laundromat-page-clean .sec-title{
  font-size:clamp(30px,3.5vw,42px);
  line-height:1.08;
  color:var(--blue-dark);
  font-weight:950;
  letter-spacing:-0.035em;
  margin:0 0 14px;
}
.laundromat-page-clean .sec-sub{
  max-width:640px;
  color:var(--muted);
  font-size:15px;
  line-height:1.75;
  font-weight:700;
  margin:0 0 24px;
}
.laundromat-page-clean .lm-ref-about{padding-top:58px;}
.lm-ref-grid,.lm-ref-machine-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:52px;
  align-items:start;
}
.lm-ref-copy-col p{
  font-size:15px;
  color:var(--muted);
  line-height:1.8;
  font-weight:700;
  margin:0 0 14px;
}
.lm-ref-copy-col p strong{color:var(--blue-dark);font-weight:950;}
.lm-ref-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:22px 0 24px;}
.lm-ref-actions.centered{justify-content:center;margin:0;}
.lm-ref-main-photo,.lm-ref-mosaic-card{position:relative;margin:0;border-radius:14px;overflow:hidden;border:1.5px solid var(--border);background:var(--blue-light);}
.lm-ref-main-photo img{width:100%;height:340px;object-fit:cover;display:block;}
.lm-ref-main-photo figcaption,.lm-ref-mosaic-card figcaption{
  position:absolute;left:0;right:0;bottom:0;
  background:linear-gradient(transparent,rgba(5,15,32,.72));
  color:#fff;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  padding:24px 16px 14px;
}
.lm-ref-main-photo figcaption span,.lm-ref-mosaic-card figcaption strong{font-size:13px;font-weight:950;line-height:1.25;}
.lm-ref-main-photo figcaption small{font-size:12px;font-weight:750;color:rgba(255,255,255,.78);}
.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:16px;}
.feature-card,.pricing-card{
  background:#fff;
  border:1.5px solid var(--border);
  border-radius:14px;
  padding:22px;
  box-shadow:0 12px 28px rgba(13,71,161,.045);
}
.feature-card h3,.feature-card .feature-card-title{
  color:var(--blue-dark);
  font-size:16px;
  font-weight:950;
  line-height:1.2;
  margin:10px 0 8px;
}
.feature-card p,.feature-card .feature-card-desc{
  color:var(--muted);
  font-size:13px;
  line-height:1.65;
  font-weight:700;
}
.image-slot-small{
  width:48px;
  height:48px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#FFD600;
  color:var(--blue-dark);
  font-size:15px;
  font-weight:950;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.55);
}
.lm-ref-photo-mosaic{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
.lm-ref-mosaic-card{height:155px;border-radius:12px;}
.lm-ref-mosaic-card img{width:100%;height:100%;object-fit:cover;display:block;}
.lm-ref-mosaic-card figcaption{display:block;padding:44px 10px 9px;}
.lm-ref-mosaic-card figcaption strong{display:block;font-size:11px;margin-bottom:3px;}
.lm-ref-mosaic-card figcaption span{display:block;font-size:10px;line-height:1.35;font-weight:700;color:rgba(255,255,255,.78);}
.lm-ref-machine-grid{gap:48px;align-items:center;}
.lm-ref-checks{list-style:none;margin-top:24px;}
.lm-ref-checks li{
  border-bottom:1px solid var(--border);
  color:var(--muted);
  font-size:14px;
  font-weight:700;
  padding:10px 0 10px 26px;
  position:relative;
}
.lm-ref-checks li::before{content:"✓";position:absolute;left:0;top:10px;color:var(--blue);font-weight:950;}
.lm-ref-pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.pricing-card{text-align:center;min-height:178px;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.pricing-card.wide{grid-column:1/-1;min-height:160px;}
.pricing-card h3{color:var(--blue-dark);font-size:22px;line-height:1.22;font-weight:950;margin:12px 0 6px;}
.pricing-card p{color:var(--text);font-size:14px;font-weight:750;line-height:1.4;margin:0;}
.pricing-card small{display:block;color:var(--muted);font-size:12px;font-weight:750;margin-top:8px;}
.lm-ref-price-note{grid-column:1/-1;text-align:center;color:var(--muted);font-size:12px;font-weight:700;margin-top:-2px;}
.lm-ref-amenities{padding-top:72px;padding-bottom:72px;}
.lm-ref-amenities-wrap{max-width:860px;}
.lm-ref-final-cta{text-align:center;}
.lm-ref-final-cta .sec-sub{margin:0 auto 26px;}
@media(max-width:980px){
  .lm-ref-grid,.lm-ref-machine-grid{grid-template-columns:1fr;gap:32px;}
  .lm-ref-media-col{order:2;}
}
@media(max-width:760px){
  .feature-grid,.lm-ref-photo-mosaic,.lm-ref-pricing-grid{grid-template-columns:1fr;}
  .lm-ref-mosaic-card{height:210px;}
  .lm-ref-main-photo img{height:280px;}
  .lm-ref-main-photo figcaption{display:block;}
  .lm-ref-main-photo figcaption small{display:block;margin-top:4px;}
  .laundromat-page-clean .sec-title{font-size:30px;}
}
@media(max-width:620px){
  .lm-ref-actions a{width:100%;text-align:center;}
  .feature-card,.pricing-card{padding:19px;}
}


/* Employment role tabs: inline apply buttons */
.role-apply-row{
  display:flex;
  justify-content:flex-start;
  margin-top:24px;
}
.role-apply-btn{
  min-width:150px;
  text-align:center;
}
@media(max-width:640px){
  .role-apply-row{margin-top:20px;}
  .role-apply-btn{width:100%;}
}


/* ==========================================================================
   13. COOKIE CONSENT
   ========================================================================== */
/* ===== COOKIE CONSENT BAR ===== */
.cookie-consent[hidden],
.cookie-panel-backdrop[hidden]{display:none!important}
.cookie-consent{
  position:fixed;
  right:18px;
  bottom:calc(18px + env(safe-area-inset-bottom));
  z-index:10050;
  display:flex;
  justify-content:flex-end;
  width:min(440px,calc(100% - 36px));
  pointer-events:none;
}
.cookie-card{
  width:100%;
  display:block;
  background:#fff;
  border:1.5px solid var(--border);
  border-radius:18px;
  padding:16px;
  box-shadow:0 16px 48px rgba(10,30,70,.20);
  pointer-events:auto;
}
.cookie-kicker{
  color:var(--blue);
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:5px;
}
.cookie-copy h2,
.cookie-panel h2{
  margin:0 0 5px;
  color:var(--blue-dark);
  font-size:18px;
  line-height:1.12;
  letter-spacing:-.02em;
}
.cookie-copy p,
.cookie-panel p{
  margin:0;
  color:var(--muted);
  font-weight:700;
  line-height:1.45;
  font-size:12.5px;
}
.cookie-copy a{
  display:inline-flex;
  margin-top:7px;
  color:var(--blue);
  font-size:12px;
  font-weight:900;
  text-decoration:none;
}
.cookie-copy a:hover{text-decoration:underline}
.cookie-actions,
.cookie-panel-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-start;
}
.cookie-actions{margin-top:12px}
.cookie-btn{
  border:0;
  border-radius:999px;
  padding:10px 13px;
  font-size:12px;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  transition:transform .16s ease, box-shadow .16s ease, background-color .16s ease;
  white-space:nowrap;
}
.cookie-btn:hover{transform:translateY(-1px)}
.cookie-btn-primary{
  background:var(--yellow);
  color:var(--blue-dark);
  box-shadow:0 8px 18px rgba(255,214,0,.24);
}
.cookie-btn-outline{
  background:#fff;
  color:var(--blue);
  border:1.5px solid var(--border);
}
.cookie-btn-plain{
  background:var(--blue-light);
  color:var(--blue-dark);
}
.cookie-panel-backdrop{
  position:fixed;
  inset:0;
  z-index:10060;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
  background:rgba(3,14,35,.48);
  backdrop-filter:blur(6px);
}
.cookie-panel{
  position:relative;
  width:min(560px,100%);
  background:#fff;
  border:1.5px solid var(--border);
  border-radius:26px;
  padding:28px;
  box-shadow:0 26px 90px rgba(0,0,0,.28);
}
.cookie-panel h2{
  font-size:24px;
  margin-bottom:8px;
}
.cookie-panel p{
  font-size:14px;
  line-height:1.55;
}
.cookie-panel-close{
  position:absolute;
  top:16px;
  right:16px;
  width:38px;
  height:38px;
  border:1.5px solid var(--border);
  border-radius:999px;
  background:#fff;
  color:var(--blue-dark);
  font-size:24px;
  font-weight:900;
  cursor:pointer;
  line-height:1;
}
.cookie-panel-intro{margin-bottom:18px!important}
.cookie-choice{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border:1.5px solid var(--border);
  border-radius:18px;
  padding:16px;
  margin:12px 0;
  background:#fbfdff;
}
.cookie-choice strong{
  display:block;
  color:var(--blue-dark);
  font-size:15px;
  margin-bottom:4px;
}
.cookie-choice span{
  display:block;
  color:var(--muted);
  font-weight:700;
  font-size:13px;
  line-height:1.45;
}
.cookie-choice input{
  appearance:none;
  flex:0 0 auto;
  width:54px;
  height:30px;
  border-radius:999px;
  border:1.5px solid var(--border);
  background:#dfeaf8;
  position:relative;
  cursor:pointer;
  transition:background-color .16s ease,border-color .16s ease;
}
.cookie-choice input::after{
  content:"";
  position:absolute;
  top:4px;
  left:4px;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 2px 8px rgba(10,30,70,.18);
  transition:transform .16s ease;
}
.cookie-choice input:checked{
  background:var(--blue);
  border-color:var(--blue);
}
.cookie-choice input:checked::after{transform:translateX(24px)}
.cookie-required{
  flex:0 0 auto;
  color:var(--blue)!important;
  background:var(--blue-light);
  border-radius:999px;
  padding:8px 11px;
  font-size:12px!important;
  font-weight:900!important;
}
.cookie-panel-actions{
  justify-content:flex-start;
  margin-top:18px;
  gap:10px;
}
html.cookie-consent-open body{padding-bottom:0}
@media(max-width:760px){
  .cookie-consent{
    left:10px;
    right:10px;
    width:auto;
    bottom:calc(88px + env(safe-area-inset-bottom));
  }
  .cookie-card{
    padding:14px;
    border-radius:18px;
  }
  .cookie-btn{flex:1 1 auto}
  .cookie-panel-backdrop{
    align-items:flex-end;
    padding:10px;
  }
  .cookie-panel{
    padding:24px 18px 18px;
    border-radius:22px;
    max-height:calc(100vh - 24px);
    overflow:auto;
  }
  .cookie-panel h2{font-size:21px}
  .cookie-choice{align-items:flex-start}
}


/* ==========================================================================
   14. COHESION, CONTRAST, AND FINAL ACCESSIBILITY PATCHES
   ========================================================================== */

/* ===== COHESION PASS =====/* ===== COHESION PASS =====
   Brings added sections back toward the original Clean Threads look: fewer fake placeholders,
   more local-service feel, tighter cards, and a less intrusive cookie banner. */
:root{
  --cohesion-shadow:0 16px 40px rgba(13,71,161,.08);
  --cohesion-radius:22px;
}
.sec{scroll-margin-top:110px;}
.feature-card,.pricing-card,.cause-card-clean,.social-clean-card,.role-panel,.comm-route-board{
  box-shadow:var(--cohesion-shadow);
}
.feature-card,.pricing-card{
  border-color:var(--border)!important;
}
/* Commercial page: replace placeholder image tiles with simple branded marks */
.comm-type-card{
  text-align:left!important;
  min-height:210px;
}
.comm-type-mark{
  width:58px;
  height:58px;
  border-radius:18px;
  display:grid;
  place-items:center;
  margin:0 0 15px;
  background:linear-gradient(135deg,var(--yellow),#fff1a6);
  color:var(--blue-dark);
  font-size:15px;
  font-weight:950;
  letter-spacing:.04em;
  border:1px solid rgba(13,71,161,.12);
  box-shadow:0 10px 22px rgba(13,71,161,.1);
}
.comm-step-number{
  width:64px;
  height:64px;
  border-radius:22px;
  margin:0 auto 16px;
  display:grid;
  place-items:center;
  background:var(--yellow);
  color:var(--blue-dark);
  font-size:22px;
  font-weight:950;
  border:4px solid var(--blue-light);
  box-shadow:0 10px 24px rgba(13,71,161,.10);
}
.comm-route-board{
  display:grid;
  grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr);
  gap:30px;
  align-items:center;
  padding:34px;
  border:1.5px solid var(--border);
  border-radius:28px;
  background:linear-gradient(135deg,#fff 0%,#f8fbff 100%);
}
.comm-route-copy .sec-title{font-size:clamp(28px,3.3vw,42px);}
.comm-account-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.comm-account-list article{
  min-height:132px;
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:18px;
  border:1.5px solid var(--border);
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 24px rgba(13,71,161,.06);
}
.comm-account-dot{
  width:32px;
  height:32px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:var(--blue-light);
  color:var(--blue-dark);
  font-weight:950;
  font-size:13px;
  margin-bottom:3px;
}
.comm-account-list strong{
  color:var(--blue-dark);
  font-size:16px;
  line-height:1.25;
  font-weight:950;
}
.comm-account-list small{
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
  font-weight:750;
}
@media(max-width:900px){
  .comm-route-board,.comm-account-list{grid-template-columns:1fr;}
  .comm-route-board{padding:24px;}
}
/* Social section: keep it centered, lighter, and brand-consistent */
#social-home.social-section-clean{background:#fff!important;}
.social-clean-grid{max-width:860px;margin-left:auto;margin-right:auto;}
.social-clean-card{border-width:1.5px;}
.social-clean-logo{background:var(--blue-light);padding:8px;}
.social-clean-logo img{width:30px;height:30px;object-fit:contain;}


/* ==========================================================================
   15. SHARED TYPOGRAPHY AND REUSABLE LAYOUT UTILITIES
   ========================================================================== */

/* ============================================================
   HERO TYPOGRAPHY NORMALIZATION/* ============================================================
   HERO TYPOGRAPHY NORMALIZATION
   Centralized hero sizing across Home, standard inner pages,
   Laundromat, Wash & Fold, and Commercial.
   Desktop hero titles are unified at 44px.
   Keep page-specific hero sizing out of later patch blocks.
   ============================================================ */
:root{
  --ctl-hero-title-size:44px;
  --ctl-hero-title-size-mobile:clamp(34px,10vw,44px);
  --ctl-hero-subtitle-size:16px;
  --ctl-hero-eyebrow-size:12px;
  --ctl-hero-title-line-height:1.10;
  --ctl-hero-copy-line-height:1.65;
  --ctl-section-title-size:clamp(30px,3.5vw,42px);
  --ctl-section-title-size-mobile:clamp(28px,8vw,36px);
  --ctl-section-subtitle-size:15px;
  --ctl-section-copy-line-height:1.65;
}

/* Hero titles: home, standard page headers, service replacement pages, and refined laundromat/commercial pages. */
.hero h1,
.ph-in h1,
.commercial-hero-copy h1,
.page-hero-title,
.laundromat-page-clean .laundro-hero h1,
#comm-h1{
  font-size:var(--ctl-hero-title-size)!important;
  line-height:var(--ctl-hero-title-line-height)!important;
  letter-spacing:-0.035em!important;
}

/* Hero subtitles: keep supporting copy visually consistent under 44px hero titles. */
.hero-sub,
.ph-in p,
.commercial-hero-copy p,
.page-hero-sub,
.laundromat-page-clean .laundro-hero p,
#comm-sub{
  font-size:var(--ctl-hero-subtitle-size)!important;
  line-height:var(--ctl-hero-copy-line-height)!important;
}

/* Hero eyebrows/kickers. */
.hero-badge,
.ph-in .eyebrow,
.commercial-kicker,
.page-hero-eyebrow,
.laundromat-page-clean .laundro-hero .eyebrow,
#comm-eyebrow{
  font-size:var(--ctl-hero-eyebrow-size)!important;
  line-height:1.25!important;
  letter-spacing:.12em!important;
}


/* Section titles and subtitles: normalize the main content heading scale without touching card-level headings. */
.stitle,
.sec-title,
.commercial-title,
.laundromat-page-clean .sec-title,
.laundromat-page-clean .stitle{
  font-size:var(--ctl-section-title-size);
  line-height:1.08;
  letter-spacing:-0.03em;
}

.ssub,
.sec-sub,
.commercial-sub,
.laundromat-page-clean .sec-sub,
.laundromat-page-clean .ssub{
  font-size:var(--ctl-section-subtitle-size);
  line-height:var(--ctl-section-copy-line-height);
  font-weight:700;
}

@media(max-width:760px){
  .stitle,
  .sec-title,
  .commercial-title,
  .laundromat-page-clean .sec-title,
  .laundromat-page-clean .stitle{
    font-size:var(--ctl-section-title-size-mobile);
    line-height:1.10;
  }

  .ssub,
  .sec-sub,
  .commercial-sub,
  .laundromat-page-clean .sec-sub,
  .laundromat-page-clean .ssub{
    font-size:15px;
    line-height:1.60;
  }
}

/* Commercial replacement-page grid safeguard. */
body[data-page-key="commercialLaundry"] .ctl-page-shell > section:first-of-type > .wrap{
  grid-template-columns:minmax(0,1fr) minmax(320px,420px)!important;
}

@media(max-width:920px){
  body[data-page-key="commercialLaundry"] .ctl-page-shell > section:first-of-type > .wrap,
  .commercial-hero .ph-in{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:760px){
  .hero h1,
  .ph-in h1,
  .commercial-hero-copy h1,
  .page-hero-title,
  .laundromat-page-clean .laundro-hero h1,
  #comm-h1{
    font-size:var(--ctl-hero-title-size-mobile)!important;
    line-height:1.08!important;
  }

  .hero-sub,
  .ph-in p,
  .commercial-hero-copy p,
  .page-hero-sub,
  .laundromat-page-clean .laundro-hero p,
  #comm-sub{
    font-size:15px!important;
    line-height:1.65!important;
  }
}

@media(max-width:380px){
  .hero h1,
  .ph-in h1,
  .commercial-hero-copy h1,
  .page-hero-title,
  .laundromat-page-clean .laundro-hero h1,
  #comm-h1{
    font-size:34px!important;
  }
}

/* ============================================================
   Shared layout helpers for replacement/service pages
   These classes replace inline page styles with reusable patterns.
   ============================================================ */
.ctl-contained{
  width:min(1140px,calc(100% - 44px));
  max-width:1140px;
  margin:0 auto;
}
.ctl-section-loose{
  padding:72px 0;
}
.ctl-gradient-blue{
  background:linear-gradient(135deg,var(--blue-dark) 0%,var(--blue) 100%)!important;
  color:#fff;
}
.ctl-gradient-blue .ctl-section-sub,
.ctl-gradient-blue .sec-sub{
  color:#cfe4ff;
}
.ctl-section-title,
.ctl-section-loose .sec-title{
  font-size:clamp(30px,4vw,48px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.03em;
  margin:0 0 12px;
  color:inherit;
}
.ctl-section-sub,
.ctl-section-loose .sec-sub{
  font-size:16px;
  line-height:1.65;
  color:var(--muted);
  font-weight:700;
}
.ctl-section-sub-spaced{
  margin-bottom:22px;
}
.ctl-action-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}
.ctl-action-row-spaced{
  margin-top:28px;
  margin-bottom:24px;
}
.ctl-action-row-center{
  justify-content:center;
}
.btn-y,
.btn-g,
.btn-outline-wh{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight:900;
}
.btn-y{
  background:#FFD600;
  color:var(--blue-dark);
  border:0;
  border-radius:999px;
  padding:12px 18px;
  box-shadow:0 10px 24px rgba(13,71,161,.12);
}
.btn-g{
  background:#fff;
  color:var(--blue-dark);
  border:2px solid var(--border);
  border-radius:999px;
  padding:11px 17px;
}
.btn-outline-wh{
  color:#fff;
  border:2px solid rgba(255,255,255,.5);
  border-radius:999px;
  padding:11px 17px;
}
.btn-y:hover,
.btn-g:hover,
.btn-outline-wh:hover{
  transform:translateY(-1px);
}
.page-hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,var(--blue-dark) 0%,var(--blue) 70%,var(--blue) 100%);
  color:#fff;
  padding:92px 0;
}
.page-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 85% 20%,rgba(255,214,0,.22),transparent 35%);
  z-index:0;
}
.page-hero .wrap,
.page-hero .ctl-contained{
  position:relative;
  z-index:1;
  max-width:880px;
}
.page-hero-title{
  margin:0 0 16px;
  font-weight:900;
}
.page-hero-sub{
  max-width:720px;
  margin:0 0 26px;
  color:#d9ecff;
  font-weight:600;
}
.page-hero-eyebrow{
  color:#FFD600;
  margin-bottom:14px;
  text-transform:uppercase;
  font-weight:900;
}
.ctl-hero-stage{
  position:relative;
  overflow:hidden;
}
.ctl-hero-video-wrap{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  pointer-events:none;
}
.ctl-hero-video-frame{
  position:absolute;
  top:50%;
  left:50%;
  min-width:100%;
  min-height:100%;
  width:177.78vh;
  height:56.25vw;
  transform:translate(-50%,-50%);
  opacity:0;
  transition:opacity 1s;
  pointer-events:none;
}
.ctl-floating-edit-bar{
  display:none;
  position:absolute;
  bottom:12px;
  left:50%;
  transform:translateX(-50%);
  background:rgba(13,71,161,.92);
  border:2px solid #FFD600;
  border-radius:10px;
  padding:10px 16px;
  z-index:10;
  align-items:center;
  gap:10px;
  font-family:Nunito,sans-serif;
  white-space:nowrap;
}
.ctl-split-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px;
  align-items:start;
}
.ctl-split-grid-wide{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:52px;
  align-items:start;
}
.ctl-content-link-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:start;
}
.ctl-media-panel{
  position:relative;
  border-radius:14px;
  overflow:hidden;
  min-height:520px;
  padding:28px;
  border:1.5px solid rgba(255,255,255,.18);
}
.ctl-media-panel-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
  opacity:.45;
}
.ctl-media-panel-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(13,71,161,.92),rgba(13,71,161,.65));
  z-index:1;
}
.ctl-media-panel-content{
  position:relative;
  z-index:2;
}
.ctl-vertical-list{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.ctl-highlight-card{
  margin-top:18px;
  background:#FFD600;
  border-radius:12px;
  padding:14px 16px;
  color:var(--blue-dark);
  font-weight:900;
}
.ctl-form-card{
  background:#fff;
  border-radius:14px;
  padding:14px;
  border:1.5px solid var(--border);
  box-shadow:0 14px 34px rgba(13,71,161,.12);
  overflow:hidden;
}
.ctl-form-card-head{
  padding:10px 10px 14px;
}
.ctl-kicker{
  font-size:12px;
  font-weight:900;
  color:var(--blue);
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:8px;
}
.ctl-form-card-title{
  font-size:25px;
  font-weight:900;
  color:var(--blue-dark);
  margin-bottom:8px;
}
.ctl-form-card-copy{
  font-size:13px;
  color:var(--muted);
  font-weight:700;
  line-height:1.6;
  margin:0;
}
.ctl-embed-container{
  min-height:700px;
  border:1px solid var(--border);
  border-radius:12px;
  overflow:hidden;
  background:#fff;
}
#myStoreContainer.ctl-embed-container{
  width:100%;
  max-width:100%;
  min-height:700px;
  border-radius:12px;
  box-shadow:none;
}
.ctl-loading-card{
  padding:28px;
  text-align:center;
  color:var(--muted);
  font-weight:800;
}
.ctl-stat-strip{
  background:#FFD600;
  padding:18px 22px;
}
.ctl-stat-strip-inner{
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
  justify-content:center;
}
.ctl-stat-metric{
  text-align:center;
}
.ctl-stat-primary{
  font-size:30px;
  font-weight:900;
  color:var(--blue-dark);
}
.ctl-stat-secondary{
  font-size:18px;
  font-weight:900;
  color:var(--blue-dark);
}
.ctl-stat-label{
  font-size:13px;
  font-weight:800;
  color:#3a5a80;
}
.ctl-stat-divider{
  width:1px;
  height:40px;
  background:rgba(0,0,0,.15);
}
.ctl-stat-cta{
  margin-left:auto;
}
.ctl-copy-lede{
  font-size:15px;
  color:var(--muted);
  line-height:1.75;
  font-weight:600;
  margin:12px 0 28px;
}
.ctl-card{
  border-radius:14px;
  border:1.5px solid var(--border);
}
.ctl-card-soft{
  background:var(--off);
  padding:24px;
}
.ctl-card-plain{
  background:#fff;
}
.ctl-card-offset{
  margin-top:14px;
}
.ctl-card-padded{
  padding:22px;
}
.ctl-card-heading{
  font-size:14px;
  font-weight:900;
  color:var(--blue-dark);
  margin-bottom:16px;
}
.ctl-card-plain .ctl-card-heading{
  margin-bottom:14px;
}
.ctl-two-col-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.ctl-note-card{
  margin-top:14px;
  font-size:12px;
  color:var(--muted);
  font-weight:600;
  background:var(--blue-light);
  border-radius:8px;
  padding:10px 12px;
}
.ctl-alert-card{
  margin-top:12px;
  background:#fff3cd;
  border-radius:8px;
  padding:10px 12px;
  font-size:12px;
  color:#856404;
  font-weight:600;
}
.ctl-data-row{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:9px 0;
}
.ctl-data-row-bordered{
  border-bottom:1px solid var(--border);
}
.ctl-data-label,
.ctl-data-row-label{
  font-size:13px;
  font-weight:700;
  color:var(--muted);
}
.ctl-data-value,
.ctl-data-row-value{
  font-size:13px;
  font-weight:900;
  color:var(--blue-dark);
  text-align:right;
}
.perk-item{
  display:flex;
  align-items:center;
  gap:10px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:12px;
  padding:10px;
  color:var(--blue-dark);
}
.perk-icon{
  width:28px;
  height:28px;
  border-radius:50%;
  background:#FFD600;
  color:var(--blue-dark);
  display:grid;
  place-items:center;
  font-weight:900;
  flex:0 0 auto;
}
.perk-text{
  font-weight:800;
  font-size:13px;
}
.steps-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.step-item{
  display:flex;
  gap:14px;
  align-items:flex-start;
  background:#fff;
  border:1px solid var(--border);
  border-radius:14px;
  padding:14px;
}
.step-item .step-num{
  width:34px;
  height:34px;
  border-radius:50%;
  background:var(--blue);
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:900;
  flex:0 0 auto;
  margin-bottom:0;
}
.step-item .step-text{
  font-weight:800;
  color:var(--blue-dark);
  line-height:1.45;
}
.icon-img-slot{
  width:46px;
  height:46px;
  flex:0 0 auto;
  object-fit:cover;
  border-radius:14px;
}
.editable-img-slot{
  width:100%;
  height:100%;
  object-fit:cover;
}
.service-area-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.service-area-link{
  display:block;
  background:#fff;
  border:1px solid var(--border);
  border-radius:10px;
  padding:13px 15px;
  color:var(--blue-dark);
  font-size:14px;
  font-weight:900;
  text-decoration:none;
  line-height:1.25;
  box-shadow:0 8px 18px rgba(13,71,161,.04);
}
.service-area-link:hover{
  border-color:var(--blue);
  background:#f7fbff;
}
.service-area-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--blue);
  color:#fff;
  text-decoration:none;
  border-radius:8px;
  padding:12px 18px;
  font-weight:900;
}
.service-area-cta:hover{
  background:var(--blue-dark);
}
@media(max-width:920px){
  .ctl-section-loose{padding:54px 0;}
  .ctl-contained{width:min(100% - 30px,1140px);}
  .ctl-split-grid,
  .ctl-split-grid-wide,
  .ctl-content-link-grid{grid-template-columns:1fr!important;}
  .ctl-stat-cta{margin-left:0;}
  .page-hero{padding:70px 0;}
  .page-hero-title{font-size:clamp(30px,10vw,38px)!important;}
  .page-hero-sub{font-size:15px!important;line-height:1.65!important;}
  .service-area-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:560px){
  .ctl-two-col-grid{grid-template-columns:1fr;}
  .ctl-stat-divider{display:none;}
  .ctl-stat-strip-inner{align-items:stretch;}
  .service-area-grid{grid-template-columns:1fr;}
}


/* ============================================================
   REUSABLE COMMERCIAL INLINE-CSS CLEANUP UTILITIES
   Shared layout/card/chip helpers used to replace one-off inline styles.
   These are intentionally generic enough to reuse on other service pages.
   ============================================================ */

.ctl-hero-blue{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,var(--blue-dark) 0%,var(--blue) 60%,var(--blue) 100%);
  padding:70px 22px 80px;
}
.ctl-hero-deco{
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}
.ctl-hero-deco-lg{
  right:-120px;
  top:-120px;
  width:500px;
  height:500px;
  background:rgba(255,255,255,.04);
}
.ctl-hero-deco-sm{
  right:60px;
  bottom:-80px;
  width:300px;
  height:300px;
  background:rgba(255,214,0,.06);
}
.ctl-layer-top{
  position:relative;
  z-index:1;
}

.ctl-hero-copy-block{
  max-width:720px;
}
.ctl-grid-hero-aside{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,420px);
  gap:48px;
  align-items:center;
}
.ctl-hero-title-clean{
  font-weight:900;
  color:#fff;
  margin:0 0 14px;
}
.ctl-hero-copy-clean{
  color:#d9ecff;
  font-weight:700;
  max-width:500px;
  margin:0 0 24px;
}
.ctl-chip-row{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.ctl-chip,
.comm-customer-proof-row span{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  line-height:1.2;
}
.ctl-chip-ghost{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.2);
  color:#fff;
  padding:6px 14px;
}
.ctl-elevated-card{
  background:#fff;
  border-radius:20px;
  padding:32px;
  box-shadow:0 20px 60px rgba(0,0,0,.25);
}
.ctl-card-kicker-muted{
  font-size:10px;
  font-weight:900;
  color:var(--muted);
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:8px;
}
.ctl-card-title-lg{
  font-size:20px;
  font-weight:900;
  color:var(--blue-dark);
  line-height:1.25;
  margin-bottom:10px;
}
.ctl-card-copy-loose{
  font-size:13px;
  color:var(--muted);
  line-height:1.75;
  font-weight:600;
  margin-bottom:18px;
}
.ctl-check-list{
  list-style:none;
  margin:0 0 22px;
  padding:0;
  display:grid;
  gap:4px;
}
.ctl-check-item{
  font-size:13px;
  font-weight:700;
  color:var(--blue-dark);
  padding:5px 0;
  display:flex;
  align-items:flex-start;
  gap:8px;
}
.ctl-check-mark{
  color:var(--blue);
  font-weight:900;
  flex-shrink:0;
}
.ctl-btn-full{
  display:flex;
  width:100%;
  text-align:center;
  justify-content:center;
}
.ctl-stat-band{
  background:#fff;
  border-bottom:2px solid var(--blue-light);
}
.ctl-stat-band-inner{
  display:flex;
  flex-wrap:wrap;
}
.ctl-stat-block{
  flex:1;
  min-width:160px;
  padding:20px 24px;
  border-right:1px solid var(--blue-light);
  text-align:center;
}
.ctl-stat-block:last-child{border-right:0;}
.ctl-stat-block-value{
  font-size:28px;
  font-weight:900;
  color:var(--blue-dark);
}
.ctl-stat-block-label{
  font-size:12px;
  font-weight:700;
  color:var(--muted);
}
.ctl-section-head{margin-bottom:36px;}
.ctl-section-head-centered{
  text-align:center;
  max-width:760px;
  margin:0 auto 40px;
}
.ctl-section-head-narrow{max-width:600px;}
.ctl-text-center{text-align:center;}
.ctl-centered-sub{
  max-width:760px;
  margin:8px auto 0;
  text-align:center;
}
.ctl-grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.ctl-narrow-wrap{
  max-width:620px;
  margin:0 auto;
}
.ctl-final-sub{max-width:620px;margin:0 auto 30px;}
.comm-how-section{
  border-top:1px solid var(--blue-light);
  border-bottom:1px solid var(--blue-light);
}
.comm-how-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  position:relative;
}
.comm-how-line{
  position:absolute;
  top:32px;
  left:12%;
  right:12%;
  height:2px;
  background:var(--blue-light);
  z-index:0;
}
.comm-how-step{
  text-align:center;
  padding:0 16px;
  position:relative;
  z-index:1;
}
.comm-how-title{
  font-size:14px;
  font-weight:900;
  color:var(--blue-dark);
  margin-bottom:6px;
}
.comm-how-desc{
  font-size:12px;
  color:var(--muted);
  font-weight:600;
  line-height:1.6;
}
.comm-customer-proof-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:22px;
}
.comm-customer-proof-row span{
  border:1px solid var(--border);
  background:#fff;
  color:var(--blue-dark);
  padding:8px 12px;
  box-shadow:0 8px 18px rgba(13,71,161,.06);
}
@media(max-width:920px){
  .ctl-hero-blue{padding:64px 16px 70px;}
  .ctl-grid-hero-aside,
  .comm-how-grid,
  .ctl-grid-3{grid-template-columns:1fr!important;}
  .comm-how-line{display:none;}
  .ctl-elevated-card{padding:24px;}
}
@media(max-width:760px){
  .ctl-action-row .btn-y,
  .ctl-action-row .btn-g,
  .ctl-action-row .btn-outline-wh{width:100%;}
  .ctl-stat-block{border-right:0;border-bottom:1px solid var(--blue-light);}
  .ctl-stat-block:last-child{border-bottom:0;}
}
@media(max-width:540px){
  .comm-customer-proof-row span{width:100%;justify-content:center;}
}

/* ============================================================
   COMMERCIAL SHARED HEADING ALIGNMENT
   Keeps Commercial on the same heading/card system as the rest
   of the site while preserving the original commercial layout.
   ============================================================ */
.ctl-commercial-hero{
  padding:70px 0 80px;
}

.ctl-hero-centered{
  display:flex;
  justify-content:center;
  text-align:center;
}
.ctl-hero-copy-centered{
  max-width:780px;
  margin:0 auto;
}
.ctl-hero-copy-centered .page-hero-sub{
  max-width:700px;
  margin-left:auto;
  margin-right:auto;
}
.ctl-chip-row-center{
  justify-content:center;
}
.page-hero .wrap.ctl-hero-wide{
  max-width:1140px;
}
.ctl-commercial-hero .page-hero-sub{
  margin-bottom:24px;
  font-weight:700;
}
.ctl-commercial-summary-card .eyebrow,
.ctl-card-kicker{
  color:var(--muted);
  font-size:10px;
  letter-spacing:.14em;
  margin-bottom:8px;
}
.ctl-card-title-spaced{
  font-size:20px;
  line-height:1.25;
  margin-bottom:10px;
}
.ctl-card-copy-spaced{
  line-height:1.75;
  font-weight:600;
  margin-bottom:18px;
}
.comm-how-title.feature-card-title{
  font-size:14px;
  line-height:1.35;
  margin-bottom:6px;
  text-align:center;
}
.comm-how-desc.feature-card-desc{
  font-size:12px;
  line-height:1.6;
  font-weight:600;
  text-align:center;
}

/* Commercial section heading containers only; typography comes from the shared home-page .stitle/.ssub system. */

/* Commercial page: use home section text scale while preserving this card layout. */
.comm-route-copy .ssub{margin-bottom:22px;}
/* ===== STRONGER ACCESSIBILITY CONTRAST PATCH =====
   More visible than the first pass. Targets repeated low-contrast text on
   dark-blue sections and yellow text on white cards. */

/* Dark-blue shared areas: use true white for primary small text. */
footer .fbs,
footer .flinks a,
.si-lbl,
.si-sub,
.hcard-lbl,
.hcard-sub,
.sec.bl .ssub,
.hero-sub,
.ph-in p,
.page-hero-sub,
.commercial-final-cta p,
.goodwill-stat-card .kicker,
.mobile-sticky-status .mobile-status-detail {
  color: #ffffff !important;
}

/* Footer copyright was almost invisible before. Keep it softer than links, but readable. */
footer .fcopy {
  color: #cfe4ff !important;
}

/* Small blue-section labels were under the line. Yellow keeps the brand and is visible. */
.sec.bl .eyebrow,
.impact-kicker,
.page-hero-eyebrow {
  color: #FFD600 !important;
}

/* Review stars were yellow text on white cards, which fails contrast. */
.rcard-stars,
.review-card-top .rcard-stars,
.star-rating,
.stars {
  color: #7a5b00 !important;
}

/* Route prices and yellow numeric callouts stay yellow on dark blue only. */
.sec.bl .route-price,
.goodwill-stat-card .num,
.impact-num,
.hero h1 em {
  color: #FFD600 !important;
}

/* Muted text inside dark cards should not inherit gray/blue that gets too faint. */
.impact-note,
.goodwill-stat-card p,
.booking-step span,
.commercial-panel.blue p,
.commercial-why-item span,
.commercial-pricing-clean p,
.commercial-pricing-list div {
  color: #eef6ff !important;
}

/* Ghost buttons on dark backgrounds: stronger border so they read as buttons. */
.btn-ghost,
.btn-outline-wh,
.commercial-final-actions .btn-ghost {
  border-color: rgba(255,255,255,.78) !important;
  color: #ffffff !important;
}

/* Back to Employment button visibility
   Keeps .btn-ghost.dark readable on light form/card backgrounds. */
.btn-ghost.dark{
  color:var(--blue-dark)!important;
  border-color:var(--blue-dark)!important;
  background:#fff!important;
}
.btn-ghost.dark:hover,
.btn-ghost.dark:focus-visible{
  color:var(--blue-dark)!important;
  border-color:var(--blue-dark)!important;
  background:var(--blue-light)!important;
}

/* ==========================================================================
   16. CITY SERVICE PAGES AND PAGE-SPECIFIC PRESERVATION BLOCKS
   ========================================================================== */

/* ============================================================
   CITY SERVICE AREA PAGE PREFERENCES/* ============================================================
   CITY SERVICE AREA PAGE PREFERENCES
   Preserves the repeated inline city-page styling in the global
   stylesheet before the city HTML is cleaned up.
   ============================================================ */
/* Hero centering and overflow that previously lived inline on each city page. */
body[data-page-key="washFold"] .ctl-page-shell > section.page-hero:first-child,
.city-page-hero{
  position:relative;
  overflow:hidden;
}

body[data-page-key="washFold"] .ctl-page-shell > section.page-hero:first-child > .wrap,
.city-page-hero > .wrap{
  text-align:center;
}

body[data-page-key="washFold"] .ctl-page-shell > section.page-hero:first-child .page-hero-sub,
.city-page-hero .page-hero-sub{
  margin-left:auto;
  margin-right:auto;
}

.page-hero-city{
  display:block;
  color:#FFD600;
  font-size:.92em;
  line-height:1.1;
  margin-top:7px;
  letter-spacing:-.02em;
}

.city-hero-actions,
.city-cta-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
}

.city-section-intro{
  max-width:780px;
  margin:0 auto 24px;
  text-align:center;
}

.city-section-cta{
  margin-top:26px;
  text-align:center;
}

.city-copy-section .city-copy-wrap{
  max-width:860px;
  margin:0 auto;
}

.city-copy-section .city-copy-title{
  font-size:clamp(28px,4vw,42px);
  line-height:1.1;
  font-weight:900;
  letter-spacing:-.03em;
  color:var(--blue-dark);
  margin:0 0 18px;
}

.city-copy-section .city-copy-wrap p{
  font-size:16px;
  line-height:1.78;
  color:var(--text);
  font-weight:600;
  margin:0 0 18px;
  text-align:justify;
  text-align-last:left;
}

.city-copy-section .city-copy-wrap p:last-child{
  margin-bottom:0;
}

/* The city service-area list should wrap and center, while reusing the
   existing global .service-area-link card styling. */
body[data-page-key="washFold"] #other-service-areas .service-area-grid,
.city-service-area-grid{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}

body[data-page-key="washFold"] #other-service-areas .service-area-link,
.city-service-area-grid .service-area-link{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  min-width:160px;
}

.city-cleancloud-fallback,
.cleancloud-fallback-message{
  padding:28px;
  text-align:center;
  color:var(--muted);
  font-weight:800;
}

@media(max-width:560px){
  body[data-page-key="washFold"] #other-service-areas .service-area-link,
  .city-service-area-grid .service-area-link{
    width:100%;
  }

  .city-hero-actions,
  .city-cta-row{
    align-items:stretch;
  }

  .city-hero-actions a,
  .city-cta-row a,
  .city-section-cta a{
    width:100%;
    text-align:center;
  }
}

/* ============================================================
   CONTACT PAGE LAYOUT PRESERVATION
   Moves the former contact-page inline style block into the
   global stylesheet without changing the existing layout.
   ============================================================ */
#page-contact .ph-in{
  position:relative;
  justify-content:center;
  text-align:center;
}

#page-contact .ph-in .ph-logo{
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
}

#page-contact .ph-in>div{
  flex:0 1 720px;
  max-width:720px;
  margin:0 auto;
  text-align:center;
}

#page-contact .ph-in h1,
#page-contact .ph-in p{
  text-align:center;
}

#page-contact .contact-form-only{
  display:block!important;
  max-width:780px;
  margin:0 auto;
}

#page-contact .contact-form-only .cform{
  width:100%;
  max-width:none;
  margin:0 auto;
  text-align:left;
}

#page-contact .contact-form-only .cform h2{
  text-align:center;
}

#page-contact .sec.wh .eyebrow,
#page-contact #faq-title{
  text-align:center;
}

#page-contact .faq-grid{
  max-width:980px;
  margin:18px auto 0;
}

#page-contact .faq-item{
  text-align:center;
}

#page-contact .contact-info-section-wrap{
  display:flex;
  justify-content:center;
  width:100%;
}

#page-contact .contact-info-centered{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:36px;
  align-items:center;
  justify-content:center;
  width:min(100%,1080px);
  max-width:1080px;
  margin:0 auto;
  text-align:left;
}

#page-contact .contact-info-centered .cinfo{
  width:100%;
  max-width:430px;
  margin:0;
  justify-self:end;
  text-align:left;
}

#page-contact .contact-info-centered .cinfo h2{
  text-align:left;
}

#page-contact .contact-details-list{
  display:grid;
  gap:0;
  max-width:430px;
  margin:18px 0 0;
}

#page-contact .contact-detail-row{
  display:grid;
  grid-template-columns:92px 1fr;
  gap:18px;
  padding:14px 0;
  border-top:1px solid rgba(13,71,161,.16);
}

#page-contact .contact-detail-row:last-child{
  border-bottom:1px solid rgba(13,71,161,.16);
}

#page-contact .contact-detail-label{
  color:#0d47a1;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-top:2px;
}

#page-contact .contact-detail-value{
  min-width:0;
  text-align:left;
}

#page-contact .contact-detail-value .cval,
#page-contact .contact-detail-value .csub{
  text-align:left;
}

#page-contact .contact-button-row{
  margin-top:20px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-start;
  width:100%;
}

#page-contact .map-card{
  width:100%;
  max-width:520px;
  margin:0;
  justify-self:start;
}

#page-contact .map-info{
  justify-content:center;
  text-align:center;
}

@media(max-width:860px){
  #page-contact .contact-info-section-wrap{
    display:block;
  }

  #page-contact .contact-info-centered{
    grid-template-columns:1fr;
    width:min(100%,620px);
    max-width:620px;
    text-align:center;
  }

  #page-contact .contact-info-centered .cinfo{
    max-width:560px;
    margin:0 auto;
    justify-self:center;
    text-align:center;
  }

  #page-contact .contact-info-centered .cinfo h2{
    text-align:center;
  }

  #page-contact .contact-details-list{
    max-width:560px;
    margin:18px auto 0;
  }

  #page-contact .contact-detail-row{
    grid-template-columns:1fr;
    gap:6px;
    text-align:center;
  }

  #page-contact .contact-detail-label,
  #page-contact .contact-detail-value,
  #page-contact .contact-detail-value .cval,
  #page-contact .contact-detail-value .csub{
    text-align:center;
  }

  #page-contact .contact-button-row{
    justify-content:center;
  }

  #page-contact .map-card{
    max-width:620px;
    margin:0 auto;
    justify-self:center;
  }
}

@media(max-width:760px){
  #page-contact .ph-in{
    position:static;
    align-items:flex-start!important;
    text-align:center;
  }

  #page-contact .ph-in .ph-logo{
    position:static;
    transform:none;
  }

  #page-contact .ph-in>div{
    width:100%;
    max-width:none;
    flex:1;
    text-align:center;
  }
}

/* ============================================================
   HOMEPAGE INLINE-CSS CLEANUP HELPERS
   Moves the homepage hero-centering rules out of index.html.
   Font stability stays in the existing global font patch above.
   ============================================================ */
.link-rel{
  position:relative;
}

.home-hero-bg-default{
  background-image:url("../images/hero-851a82cd8941.webp");
}

.home-hero-centered .hero-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.home-hero-centered .hero-text{
  max-width:880px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.home-hero-centered .hero-badge,
.home-hero-centered .hero-sub,
.home-hero-centered .status-card{
  margin-left:auto;
  margin-right:auto;
}

.home-hero-centered .hero-btns{
  justify-content:center;
}

.home-hero-centered .hero-cards{
  width:100%;
  max-width:920px;
  margin-left:auto;
  margin-right:auto;
  justify-content:center;
}

.home-hero-centered .hcard{
  text-align:center;
}

.home-hero-centered .status-card-top{
  justify-content:center;
  text-align:left;
}

@media(max-width:720px){
  .home-hero-centered .hero-btns{
    align-items:center;
  }

  .home-hero-centered .hero-btns a{
    width:100%;
    max-width:320px;
    margin-left:auto;
    margin-right:auto;
  }

  .home-hero-centered .status-card-top{
    text-align:center;
  }
}

/* ============================================================
   WASH & FOLD PAGE INLINE-CSS CLEANUP HELPERS
   Page-specific helpers only. Reuse existing shared utilities for:
   - .ctl-action-row-center for centered action rows
   - .ctl-text-center for simple centered text wrappers
   - .service-area-grid and .service-area-link for area cards
   ============================================================ */
.washfold-hero-inner{
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.ctl-gradient-blue .washfold-pickup-intro,
.washfold-pickup-intro{
  color:#fff;
}

.washfold-service-area-stack{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:18px;
}

.washfold-service-area-title{
  margin:0 0 8px;
}

.washfold-service-area-grid{
  width:100%;
  max-width:760px;
  margin:0 auto;
}



/* ==========================================================================
   RAW NOTES IMPLEMENTATION: shared pickup promo and targeted page refinements
   ========================================================================== */

/* Home page: keep supporting copy quieter than the primary values and headings. */
.home-hero-centered .hero-sub{color:rgba(255,255,255,.68)!important;}
#si-p .si-lbl,#si-p .si-sub{color:rgba(255,255,255,.84)!important;}
#home-trust .ssub{font-weight:500;}
#services-preview .ssub,#social-home .ssub{max-width:680px;}
#social-home .ssub{margin-left:auto;margin-right:auto;}

/* Bottom pickup and delivery promotion. Used only on the home and laundromat pages. */
.pickup-promo-section{padding:36px 24px;background:var(--off);}
.pickup-promo-banner{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:22px;padding:24px 28px;border:4px solid #FFD600;border-radius:20px;background:linear-gradient(135deg,var(--blue-dark),var(--blue));color:#fff;text-decoration:none;box-shadow:0 18px 42px rgba(13,71,161,.18);transition:transform .18s ease,box-shadow .18s ease;}
.pickup-promo-banner:hover,.pickup-promo-banner:focus-visible{transform:translateY(-2px);box-shadow:0 22px 48px rgba(13,71,161,.24);}
.pickup-promo-copy{display:grid;gap:4px;}
.pickup-promo-copy strong{font-size:20px;line-height:1.2;color:#fff;font-weight:900;}
.pickup-promo-copy small{font-size:13px;line-height:1.5;color:#d7ebff;font-weight:700;}
.pickup-promo-code{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:8px 16px;border-radius:10px;background:#FFD600;color:var(--blue-dark);font-size:14px;font-weight:900;letter-spacing:.08em;}
.pickup-promo-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:8px 16px;border:2px solid rgba(255,255,255,.78);border-radius:999px;color:#fff;font-size:13px;font-weight:900;white-space:nowrap;}

/* Laundromat LaundryPay feature: moved out of the hero into the page body. */
.laundrypay-feature{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);gap:36px;align-items:center;}
.laundrypay-copy{max-width:520px;}
.laundrypay-copy p{color:var(--muted);font-size:15px;line-height:1.75;font-weight:650;margin:14px 0 0;}
.laundrypay-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px;}
.laundrypay-visual{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:18px;align-items:center;}
.laundrypay-phone-card{background:#0c1b32;border-radius:28px;padding:12px;box-shadow:0 22px 48px rgba(13,71,161,.18);border:1px solid rgba(13,71,161,.15);}
.laundrypay-phone-top{width:72px;height:6px;border-radius:999px;background:rgba(255,255,255,.22);margin:0 auto 10px;}
.laundrypay-screen{display:grid;gap:14px;border-radius:20px;background:linear-gradient(180deg,#fff,#eef6ff);padding:22px 18px;min-height:300px;color:var(--blue-dark);}
.laundrypay-screen-kicker{color:var(--muted);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;}
.laundrypay-screen strong{font-size:30px;line-height:1;font-weight:950;letter-spacing:-.04em;}
.laundrypay-balance-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:1px solid rgba(13,71,161,.14);border-radius:14px;background:#fff;}
.laundrypay-balance-row span{font-size:12px;color:var(--muted);font-weight:800;}
.laundrypay-balance-row b{font-size:19px;color:var(--blue);}
.laundrypay-screen-button{display:flex;align-items:center;justify-content:center;min-height:42px;border-radius:999px;background:#FFD600;color:var(--blue-dark);font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;}
.laundrypay-screen-list{display:grid;gap:8px;}
.laundrypay-screen-list span{padding:10px 12px;border-radius:10px;background:rgba(13,71,161,.07);font-size:12px;font-weight:850;}
.laundrypay-benefit-grid{display:grid;gap:12px;}
.laundrypay-benefit-grid article{background:#fff;border:1px solid var(--border);border-radius:16px;padding:18px;box-shadow:0 10px 24px rgba(13,71,161,.07);}
.laundrypay-benefit-grid h3{color:var(--blue-dark);font-size:18px;font-weight:900;line-height:1.2;margin-bottom:5px;}
.laundrypay-benefit-grid p{color:var(--muted);font-size:13px;line-height:1.6;font-weight:650;margin:0;}

/* Community hero: keep the title centered after removing the decorative logo and subtitle. */
.community-hero-centered .ph-in{flex-direction:column;justify-content:center;text-align:center;}
.community-hero-centered .ph-in p{margin:0 auto;}

/* Employment hero: match the centered inner-page treatment used on Community. */
.employment-hero-centered .ph-in{flex-direction:column;align-items:center;justify-content:center;text-align:center;}
.employment-hero-centered .ph-in>div{max-width:720px;width:100%;margin:0 auto;text-align:center;}
.employment-hero-centered .ph-in h1,
.employment-hero-centered .ph-in p{text-align:center;}
.employment-hero-centered .ph-in p{margin:0 auto;}

/* Legal pages: center the title and explanatory copy without promotional chrome. */
.legal-hero-centered .ph-in{flex-direction:column;align-items:center!important;justify-content:center;text-align:center;}
.legal-hero-centered .ph-in>div{max-width:760px;width:100%;margin:0 auto;text-align:center;}
.legal-hero-centered .ph-in h1,
.legal-hero-centered .ph-in p{text-align:center;}
.legal-hero-centered .ph-in p{margin:0 auto;}

/* Wash & Fold drop-off: centered accordion steps and a no-JavaScript scroll carousel. */
.washfold-dropoff-layout{display:grid;gap:36px;max-width:980px;margin:0 auto;}
.washfold-dropoff-copy{max-width:780px;margin:0 auto;width:100%;}
.washfold-dropoff-copy .ctl-copy-lede{max-width:680px;margin:12px auto 28px;}
.washfold-accordion-list{max-width:760px;margin:0 auto;}
.washfold-accordion-list .step-item{display:block;padding:0;overflow:hidden;}
.washfold-step-details{width:100%;}
.washfold-step-details summary{display:grid;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:14px;padding:14px;cursor:pointer;list-style:none;text-align:left;}
.washfold-step-details summary::-webkit-details-marker{display:none;}
.washfold-step-details summary:focus-visible{outline:3px solid #FFD600;outline-offset:-3px;}
.washfold-step-details .step-text{font-size:15px;}
.washfold-step-toggle{position:relative;width:16px;height:16px;}
.washfold-step-toggle::before,.washfold-step-toggle::after{content:"";position:absolute;top:7px;left:1px;width:14px;height:2px;border-radius:2px;background:var(--blue);transition:transform .18s ease;}
.washfold-step-toggle::after{transform:rotate(90deg);}
.washfold-step-details[open] .washfold-step-toggle::after{transform:rotate(0deg);}
.washfold-step-description{margin:0;padding:0 66px 16px;color:var(--muted);font-size:13px;line-height:1.65;font-weight:600;text-align:left;}
.washfold-dropoff-note{max-width:760px;margin:18px auto 0;text-align:left;}
.washfold-dropoff-gallery{display:grid;gap:16px;}
.washfold-dropoff-gallery-head h3{color:var(--blue-dark);font-size:22px;font-weight:900;line-height:1.2;margin-bottom:4px;}
.washfold-dropoff-gallery-head p{color:var(--muted);font-size:13px;font-weight:700;}
.washfold-dropoff-carousel{display:flex;gap:16px;overflow-x:auto;padding:4px 4px 14px;scroll-snap-type:x mandatory;scrollbar-color:var(--blue) var(--blue-light);}
.washfold-dropoff-carousel:focus-visible{outline:3px solid #FFD600;outline-offset:4px;border-radius:16px;}
.washfold-dropoff-slide{flex:0 0 min(72vw,320px);scroll-snap-align:start;border:1px solid var(--border);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 10px 24px rgba(13,71,161,.08);}
.washfold-dropoff-slide img{display:block;width:100%;height:220px;object-fit:cover;}
.washfold-dropoff-slide figcaption{padding:12px 14px;color:var(--blue-dark);font-size:13px;font-weight:900;text-align:left;}

@media(max-width:820px){
  .pickup-promo-section{padding:24px var(--mobile-pad);}
  .pickup-promo-banner{grid-template-columns:1fr;gap:14px;padding:20px;text-align:center;}
  .pickup-promo-copy{justify-items:center;}
  .pickup-promo-code,.pickup-promo-link{width:100%;}
  .laundrypay-feature,.laundrypay-visual{grid-template-columns:1fr;}
  .laundrypay-copy{max-width:none;text-align:center;}
  .laundrypay-actions{justify-content:center;}
  .laundrypay-phone-card{max-width:300px;margin:0 auto;}
  .washfold-step-description{padding:0 16px 16px;}
  .washfold-dropoff-slide{flex-basis:82vw;}
}
/* trigger production publish */


/* ---- Wash & Fold: desktop embed vs mobile app download ---- */
.ctl-app-download.ctl-embed-mobile{display:none}
@media screen and (max-width:700px){
  #myStoreContainer.ctl-embed-desktop{display:none!important}
  .ctl-app-download.ctl-embed-mobile{display:block!important}
}
.ctl-app-download{
  text-align:center;
  padding:30px 22px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  box-shadow:0 10px 30px rgba(13,71,161,0.11);
}
.ctl-app-download-icon{
  width:64px;height:64px;margin:0 auto 14px;
  display:flex;align-items:center;justify-content:center;
  color:var(--blue);
  background:rgba(13,71,161,.08);
  border-radius:16px;
}
.ctl-app-download-title{
  font-size:19px;font-weight:900;color:var(--blue-dark);
  margin:0 0 8px;line-height:1.25;
}
.ctl-app-download-sub{
  font-size:14px;line-height:1.6;color:var(--muted);
  font-weight:600;margin:0 auto 20px;max-width:340px;
}
.ctl-app-download-btns{
  display:flex;flex-direction:column;gap:10px;
  max-width:280px;margin:0 auto;
}
.ctl-store-badge{
  display:flex;align-items:center;justify-content:center;gap:10px;
  background:var(--blue-dark);color:#fff;
  padding:11px 18px;border-radius:12px;
  text-decoration:none;font-weight:800;
  min-height:52px;
  transition:opacity .18s;
}
.ctl-store-badge:hover{opacity:.9}
.ctl-store-badge span{
  display:flex;flex-direction:column;align-items:flex-start;
  line-height:1.15;font-size:16px;
}
.ctl-store-badge span small{
  font-size:10px;font-weight:600;opacity:.85;text-transform:uppercase;letter-spacing:.03em;
}
