/* Cindy's Janitorial LLC — service detail pages.
   Same design language as the homepage: navy + white brand palette —
   deep navy nav bar and accents, white/cool-gray surfaces.
   Playfair headings, Inter body. */
:root{
  /* Navy + white brand palette. Cool neutrals so the whites and grays read
     blue rather than warm. */
  --gray-soft:#eaf0f8; --gray-mid:#f6f9fd; --gray-line:#dbe4f0; --white:#ffffff;
  /* Navy scale. --navy does double duty: it is the primary dark surface
     (always paired with white text) and the accent text color on light
     surfaces. --navy-500/--navy-900 are the gradient ends. */
  --navy-900:#071a35; --navy:#0d2b53; --navy-600:#164a8a; --navy-500:#1f63b5;
  /* Bright accent, only used on top of navy surfaces and photo overlays. */
  --blue-accent:#5b9dff;
  /* Light blue surfaces and hairlines: card fills, quiet bands, borders. */
  --blue-pale:#eaf2fd; --blue-tint:#dbe9fb; --blue-soft:#f2f7fe; --blue-line:#c2d6ef;
  --ink:#0b1b33; --muted:#44576f;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Inter',Arial,sans-serif; background:var(--white); color:var(--ink); line-height:1.6;}
h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif; font-weight:700; color:var(--ink);}
a{text-decoration:none; color:inherit;}
img{max-width:100%; display:block;}
.container{max-width:1200px; margin:0 auto; padding:0 24px;}
.accent{color:var(--navy);}
.section-tag{display:inline-block; color:var(--navy); letter-spacing:3px; font-size:13px; font-weight:700; text-transform:uppercase; margin-bottom:14px;}
.btn{display:inline-flex; align-items:center; gap:8px; padding:15px 32px; border-radius:4px; font-weight:700; font-size:15px; letter-spacing:0.5px; transition:all .25s ease; cursor:pointer; border:2px solid transparent;}
.btn-primary{background:linear-gradient(135deg,var(--navy-600),var(--navy)); color:var(--white); border-color:var(--navy);}
.btn-primary:hover{background:var(--white); color:var(--navy); border-color:var(--navy); transform:translateY(-2px); box-shadow:0 10px 25px rgba(13,43,83,.26);}
.btn-primary:active{background:var(--white); color:var(--navy); transform:translateY(0);}
.btn-outline{border-color:var(--navy); color:var(--navy);}
.btn-outline:hover{background:var(--navy); color:var(--white);}
.btn-outline:active{background:var(--white); color:var(--navy); border-color:var(--navy);}
.btn:focus-visible{outline:3px solid var(--navy); outline-offset:3px;}

/* ---- header: dark navy bar, everything on it inverts to white on hover
        (mirrors the homepage) ---- */
header{position:fixed; top:0; left:0; right:0; z-index:1000; background:rgba(7,26,53,0.95); backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px); border-bottom:1px solid rgba(255,255,255,.14); box-shadow:0 2px 18px rgba(7,26,53,.22);}
.nav-wrap{display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:14px 20px; padding:16px 24px; max-width:1200px; margin:0 auto;}
.logo{font-family:'Playfair Display',serif; font-size:18px; font-weight:700; color:var(--white); letter-spacing:.5px; display:flex; align-items:center; gap:10px; flex-shrink:0;}
.logo-text{white-space:nowrap;}
.logo-text span{color:var(--blue-accent);}
.logo-img{height:38px; width:auto; display:block; flex-shrink:0;}
.nav-links{display:flex; gap:6px; align-items:center; flex-wrap:wrap;}
.nav-links a{font-size:14px; font-weight:600; color:rgba(255,255,255,.88); letter-spacing:.5px; padding:7px 12px; border-radius:7px; transition:background .2s ease, color .2s ease;}
.nav-links a:hover,.nav-links a:focus-visible{background:var(--white); color:var(--navy); outline:none;}
.nav-links a:active{background:var(--white); color:var(--navy);}
.nav-cta{display:flex; align-items:center; gap:12px; flex-shrink:0; flex-wrap:wrap;}
.nav-cta .btn{padding:12px 20px; font-size:14px;}
.phone-link{color:var(--white); font-weight:700; font-size:15px; padding:6px 8px; border-radius:7px; transition:background .2s ease, color .2s ease;}
.phone-link:hover{background:var(--white); color:var(--navy);}
.sms-link{background:transparent; color:var(--white); font-weight:700; font-size:13px; border:1px solid rgba(255,255,255,.6); padding:6px 14px; border-radius:20px; transition:background .2s ease, color .2s ease, border-color .2s ease;}
.sms-link:hover,.sms-link:active{background:var(--white); color:var(--navy); border-color:var(--white);}
/* On the navy bar the primary CTA is already white, so it stays white and just lifts. */
header .btn-primary{background:var(--white); color:var(--navy); border-color:var(--white);}
header .btn-primary:hover,header .btn-primary:active{background:var(--white); color:var(--navy); box-shadow:0 8px 22px rgba(0,0,0,.34);}
header .btn:focus-visible,.sms-link:focus-visible,.phone-link:focus-visible{outline:2px solid var(--white); outline-offset:3px;}

/* ---- service hero ---- */
.svc-hero{background:var(--gray-soft); border-bottom:1px solid var(--blue-line); padding:150px 0 70px;}
.crumbs{font-size:13px; color:var(--muted); letter-spacing:.5px; margin-bottom:24px;}
.crumbs a:hover{color:var(--navy);}
.crumbs b{color:var(--navy); font-weight:600;}
.svc-hero-icon{width:64px; height:64px; border-radius:50%; background:var(--white); border:1px solid var(--blue-line); display:flex; align-items:center; justify-content:center; margin-bottom:24px;}
.svc-hero-icon svg{width:32px; height:32px; stroke:var(--navy);}
.svc-hero h1{font-size:44px; line-height:1.2; margin-bottom:18px;}
.svc-hero .lead{color:var(--muted); font-size:18px; max-width:780px;}
.svc-hero-btns{display:flex; gap:16px; flex-wrap:wrap; margin-top:34px;}

/* ---- service photo band ---- */
.svc-photo-band{padding:56px 0 0;}
.svc-photo{position:relative; overflow:hidden; border-radius:12px; border:1px solid var(--blue-line);}
.svc-photo img{width:100%; height:340px; object-fit:cover; display:block; filter:brightness(0.98) saturate(1.05); transition:transform .5s ease;}
.svc-photo:hover img{transform:scale(1.04);}
.svc-photo::after{content:''; position:absolute; inset:0; background:linear-gradient(180deg, rgba(7,26,53,0) 40%, rgba(7,26,53,.9) 100%); pointer-events:none;}
.svc-photo-caption{position:absolute; left:0; right:0; bottom:0; padding:20px 26px; display:flex; align-items:center; gap:11px; z-index:1;}
.svc-photo-caption .dot{width:9px; height:9px; border-radius:50%; background:var(--blue-accent); flex-shrink:0;}
.svc-photo-caption .txt{color:var(--white); font-weight:700; letter-spacing:2px; font-size:13px; text-transform:uppercase;}

/* ---- body ---- */
.svc-section{padding:80px 0;}
.svc-grid{display:grid; grid-template-columns:1.3fr 1fr; gap:50px; align-items:start;}
.svc-body h2{font-size:30px; margin-bottom:18px;}
.svc-body h3{font-size:22px; margin:38px 0 6px;}
.svc-body p{color:var(--muted); margin-bottom:18px;}
.task-list{list-style:none; display:grid; gap:14px; margin-top:22px;}
.task-list li{display:flex; gap:12px; align-items:flex-start; color:var(--muted); font-size:15px;}
.check{color:var(--navy); font-weight:900; flex-shrink:0;}
.side-card{background:linear-gradient(160deg,var(--blue-pale),var(--blue-tint)); border:1px solid var(--blue-line); border-radius:12px; padding:32px 28px; position:sticky; top:110px;}
.side-card h3{font-size:21px; margin-bottom:12px;}
.side-card p{color:var(--ink); font-size:14px; margin-bottom:22px;}
.side-card .btn{width:100%; justify-content:center; margin-bottom:12px;}
/* Inside the light-blue side card the primary CTA goes deepest navy so it still
   reads as the strongest action on the page. */
.side-card .btn-primary{background:var(--navy-900); color:var(--white); border-color:var(--navy-900);}
.side-card .btn-primary:hover,.side-card .btn-primary:active{background:var(--white); color:var(--navy-900); border-color:var(--navy-900);}
.side-card .btn-outline{border-color:var(--navy);}
.side-card .btn-outline:hover{background:var(--navy); color:var(--white);}
.side-meta{border-top:1px solid var(--blue-line); margin-top:24px; padding-top:22px; display:grid; gap:14px;}
.side-meta div{display:flex; gap:10px; font-size:14px; color:var(--ink); align-items:flex-start;}
.side-meta b{color:var(--ink); display:block; font-family:'Inter',Arial,sans-serif; font-size:14px;}

/* ---- call band ---- */
.call-band{background:var(--blue-soft); border-top:1px solid var(--blue-line); border-bottom:1px solid var(--blue-line); padding:64px 0; text-align:center;}
.call-band h2{font-size:32px; margin-bottom:14px;}
.call-band p{color:var(--muted); margin-bottom:30px; max-width:620px; margin-left:auto; margin-right:auto;}
.call-band-btns{display:flex; gap:16px; justify-content:center; flex-wrap:wrap;}

/* ---- other services ---- */
.more{background:var(--gray-mid); padding:80px 0;}
.more h2{font-size:28px; margin-bottom:8px;}
.more p.sub{color:var(--muted); margin-bottom:32px; font-size:15px;}
.more-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px;}
.more-card{background:linear-gradient(160deg,var(--blue-pale),var(--blue-tint)); border:1px solid var(--blue-line); border-radius:10px; padding:22px; display:block; transition:transform .25s ease, border-color .25s ease;}
.more-card:hover{transform:translateY(-6px); border-color:var(--navy);}
.more-card b{display:block; font-size:15px; color:var(--ink); margin-bottom:6px;}
.more-card span{color:var(--ink); font-size:13px;}

/* ---- footer: deep navy, bookending the navy header ---- */
footer{background:var(--navy-900); border-top:1px solid var(--navy-600); padding-top:70px;}
.footer-grid{display:grid; grid-template-columns:1.4fr 1fr 1.2fr; gap:40px; padding-bottom:50px;}
.footer-grid > div{min-width:0;}
.footer-logo{font-family:'Playfair Display',serif; font-size:21px; margin-bottom:16px; display:flex; align-items:center; gap:12px; min-width:0; color:var(--white);}
.footer-logo .logo-text{white-space:normal; min-width:0; line-height:1.25;}
.footer-logo .accent{color:var(--blue-accent);}
.footer-logo-img{height:46px; width:auto; display:block; flex-shrink:0;}
footer p{color:rgba(255,255,255,.8); font-size:14px;}
footer h5{color:var(--white); font-size:15px; margin-bottom:18px; letter-spacing:.5px;}
footer ul{list-style:none;}
footer ul li{margin-bottom:10px;}
footer ul li a{color:rgba(255,255,255,.8); font-size:14px; transition:color .2s ease;}
footer ul li a:hover{color:var(--white); text-decoration:underline; text-underline-offset:3px;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.16); padding:24px 0; text-align:center; color:rgba(255,255,255,.72); font-size:13px;}

@media(max-width:1200px){
  .logo{font-size:16px;}
  .logo-img{height:34px;}
  .nav-links{gap:16px;}
  .nav-links a{font-size:13px;}
  .nav-cta{gap:10px;}
  .nav-cta .btn{padding:10px 16px; font-size:13px;}
  .phone-link{font-size:14px;}
  .sms-link{font-size:12px; padding:5px 12px;}
}
@media(max-width:980px){
  .nav-links{display:none;}
  .svc-grid{grid-template-columns:1fr;}
  .side-card{position:static;}
  .more-grid{grid-template-columns:repeat(2,1fr);}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .svc-hero{padding:140px 0 60px;}
  .svc-hero h1{font-size:34px;}
  .svc-section{padding:60px 0;}
  .svc-photo-band{padding:44px 0 0;}
  .svc-photo img{height:280px;}
}
@media(max-width:640px){
  .svc-hero{padding:150px 0 50px;}
  .svc-hero h1{font-size:29px;}
  .svc-hero .lead{font-size:16px;}
  .footer-grid{grid-template-columns:1fr; gap:32px;}
  .footer-logo{font-size:19px;}
  .footer-logo-img{height:40px;}
  .more-grid{grid-template-columns:1fr;}
  .call-band h2{font-size:26px;}
  .svc-photo-band{padding:36px 0 0;}
  .svc-photo{border-radius:10px;}
  .svc-photo img{height:210px;}
  .svc-photo-caption{padding:16px 18px; gap:9px;}
  .svc-photo-caption .txt{font-size:11px; letter-spacing:1.4px;}
}
@media(max-width:420px){
  .logo-text{white-space:normal;}
  .logo{font-size:15px; gap:8px;}
  .logo-img{height:32px;}
  .btn{padding:13px 22px; font-size:14px;}
}

/* ---- floating quick menu ----
   Same tab as the home page: a navy pill flush with the right edge that opens a
   white panel with the Services / Pay / Quote shortcuts. Service pages carry no
   other floating elements, so it only has to clear the fixed header, which it does
   by reading --social-tab-top (published by the inline script on each page).
   The nav links are hidden below 980px, so this is the only in-page nav on phones. */
.quick-menu{position:fixed; top:var(--social-tab-top,92px); right:0; z-index:901; display:flex; flex-direction:column; align-items:flex-end; width:auto;}
.quick-menu-btn{display:inline-flex; align-items:center; gap:9px; padding:8px 14px 8px 12px; border:1px solid var(--navy-600); border-right:0; border-radius:10px 0 0 10px; background:linear-gradient(135deg,var(--navy-600) 0%,var(--navy) 58%,var(--navy-900) 100%); color:var(--white); font-family:inherit; font-weight:700; font-size:13px; line-height:1.2; letter-spacing:.3px; white-space:nowrap; cursor:pointer; box-shadow:0 6px 18px rgba(7,26,53,.32); transition:background .22s ease, color .22s ease, box-shadow .22s ease;}
.quick-menu-btn:hover,.quick-menu-btn:active{background:var(--white); color:var(--navy);}
.quick-menu-btn:focus-visible{outline:2px solid var(--white); outline-offset:2px;}
.quick-menu-bars{position:relative; flex:0 0 auto; width:16px; height:12px;}
.quick-menu-bars span{position:absolute; left:0; width:100%; height:2px; border-radius:2px; background:currentColor; transition:transform .26s ease, opacity .18s ease;}
.quick-menu-bars span:nth-child(1){top:0;}
.quick-menu-bars span:nth-child(2){top:5px;}
.quick-menu-bars span:nth-child(3){top:10px;}
.quick-menu[data-open="true"] .quick-menu-bars span:nth-child(1){transform:translateY(5px) rotate(45deg);}
.quick-menu[data-open="true"] .quick-menu-bars span:nth-child(2){opacity:0;}
.quick-menu[data-open="true"] .quick-menu-bars span:nth-child(3){transform:translateY(-5px) rotate(-45deg);}
.quick-menu-panel{overflow:hidden; max-height:0; opacity:0; visibility:hidden; transform:translateX(10px); margin-top:0; border-radius:12px 0 0 12px; box-shadow:0 14px 34px rgba(7,26,53,.24); transition:max-height .3s ease, opacity .22s ease, transform .26s ease, margin-top .3s ease, visibility 0s linear .3s;}
.quick-menu[data-open="true"] .quick-menu-panel{max-height:320px; opacity:1; visibility:visible; transform:translateX(0); margin-top:8px; transition:max-height .34s ease, opacity .24s ease .04s, transform .28s ease, margin-top .34s ease, visibility 0s;}
.quick-menu-list{display:flex; flex-direction:column; gap:4px; width:216px; padding:7px; background:var(--white); border:1px solid var(--blue-line); border-right:0; border-radius:12px 0 0 12px;}
.quick-menu-list a{display:flex; align-items:center; gap:10px; padding:8px 10px; border-radius:9px; color:var(--navy); font-weight:700; font-size:13px; line-height:1.25; transition:background .2s ease, color .2s ease, transform .2s ease;}
.quick-menu-list a:hover,.quick-menu-list a:active{background:var(--navy); color:var(--white); transform:translateX(-2px);}
.quick-menu-list a:focus-visible{outline:2px solid var(--navy); outline-offset:2px;}
.quick-menu-ico{flex:0 0 auto; width:28px; height:28px; border-radius:50%; background:var(--blue-pale); display:inline-flex; align-items:center; justify-content:center; transition:background .2s ease;}
.quick-menu-ico svg{width:15px; height:15px; display:block; fill:none; stroke:var(--navy); stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; transition:stroke .2s ease;}
.quick-menu-list a:hover .quick-menu-ico,.quick-menu-list a:active .quick-menu-ico{background:var(--white);}
.quick-menu-note{display:block; font-weight:500; font-size:11px; letter-spacing:.2px; opacity:.72;}
@media(max-width:640px){
  .quick-menu-btn{gap:7px; padding:7px 12px 7px 10px; font-size:12px;}
  .quick-menu-list{width:196px; padding:6px; gap:3px;}
  .quick-menu-list a{gap:8px; padding:7px 8px; font-size:12px;}
  .quick-menu-ico{width:25px; height:25px;}
  .quick-menu-ico svg{width:14px; height:14px;}
}
/* On the narrowest phones the open panel needs to stay clear of the page edge
   chrome, so it gives up width. */
@media(max-width:420px){
  .quick-menu-btn{padding:7px 10px 7px 9px;}
  .quick-menu-list{width:174px;}
  .quick-menu-list a{gap:7px; padding:6px 7px;}
}
@media(prefers-reduced-motion:reduce){
  .quick-menu-btn,.quick-menu-list a,.quick-menu-bars span{transition:none;}
  .quick-menu-list a:hover{transform:none;}
  .quick-menu-panel,.quick-menu[data-open="true"] .quick-menu-panel{transition:none; transform:none;}
}
