:root{
  color-scheme:light only;
  --black:#ffffff;--ink:#f4f7fa;--ink-2:#ffffff;--panel:#eaf1f7;
  --blue:#104c90;--blue-bright:#0a8bcd;--blue-deep:#0a3671;
  --sun:#f7a70f;--sun-lite:#fac40d;--sun-deep:#c47c05;
  --mist:#0b1115;--muted:#465460;--muted-dim:#5a6873;
  --line:rgba(12,32,52,.12);--line-strong:rgba(12,32,52,.20);
  --display:"Bricolage Grotesque",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;--body:"Public Sans",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --wrap:1180px;--r:18px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--body);background:var(--black);color:var(--mist);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}

.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--blue)}
.eyebrow .spk{width:13px;height:13px;flex:none}
h2.section-title{font-family:var(--display);font-weight:700;font-size:clamp(1.5rem,2.9vw,2.15rem);line-height:1.22;letter-spacing:-.005em;margin:.5rem 0 0}
h2.section-title em{font-style:normal;color:var(--blue);font-weight:700}
.section-lead{color:var(--muted);font-size:1.05rem;max-width:54ch;margin-top:1.1rem}
.section{padding:104px 0}
.section--tight{padding:80px 0}
.spk{width:14px;height:14px;flex:none;fill:var(--blue-bright)}
/* icon size hardening: every inline icon has a safe default so it can never render full-width */
.ck{width:17px;height:17px;flex:none}
.mark{width:38px;height:38px;flex:none}
.quote-mark{width:30px;height:30px;flex:none}
.copt .ic svg{width:20px;height:20px;flex:none}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:var(--body);font-weight:600;font-size:.95rem;letter-spacing:.01em;padding:14px 26px;border-radius:999px;cursor:pointer;border:1px solid transparent;transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease;white-space:nowrap}
.btn-primary{background:linear-gradient(180deg,var(--blue-bright),var(--blue));color:#0a3671;box-shadow:0 10px 30px -12px rgba(10,139,205,.7)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 38px -12px rgba(10,139,205,.85)}
.btn-ghost{border-color:var(--line-strong);color:var(--mist);background:rgba(12,30,50,.02)}
.btn-ghost:hover{border-color:var(--blue);transform:translateY(-2px)}
.btn-wa{background:#25d366;color:#04190d}
.btn-wa:hover{transform:translateY(-2px);box-shadow:0 14px 34px -12px rgba(37,211,102,.6)}

.announce{background:linear-gradient(90deg,var(--blue-deep),var(--blue));color:#eaf6ff;font-size:.78rem;font-weight:500;letter-spacing:.04em;text-align:center;padding:8px 16px;position:relative;z-index:60}
.announce b{color:#fff;font-weight:600}

.header{position:sticky;top:0;z-index:50;backdrop-filter:blur(14px);background:rgba(255,255,255,.82);border-bottom:1px solid var(--line);transition:background .3s ease,border-color .3s ease}
.header.scrolled{background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);box-shadow:0 6px 24px -16px rgba(15,40,65,.4)}
.nav{display:flex;align-items:center;justify-content:space-between;height:74px}
.brand{display:flex;align-items:center;gap:12px}
.brand .mark{width:38px;height:38px;flex:none;color:var(--blue-bright)}
.brand .name{font-family:var(--display);font-weight:600;font-size:1.18rem;letter-spacing:.02em}
.brand .name b{color:var(--blue-bright);font-weight:600}
.nav-links{display:flex;align-items:center;gap:30px}
.nav-links a{font-size:.92rem;color:var(--muted);transition:color .2s}
.nav-links a:hover{color:var(--mist)}
.nav-cta{display:flex;align-items:center;gap:16px}
.nav-call{font-size:.92rem;color:var(--mist);display:flex;align-items:center;gap:7px}
.nav-call b{color:var(--blue-bright)}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:8px}
.burger span{width:24px;height:2px;background:var(--mist);border-radius:2px;transition:.3s}
.mobile-menu{position:fixed;inset:0;z-index:55;background:rgba(255,255,255,.98);backdrop-filter:blur(8px);display:none;flex-direction:column;padding:90px 28px 40px;gap:6px}
.mobile-menu.open{display:flex}
.mobile-menu a{font-family:var(--display);font-size:1.5rem;padding:14px 0;border-bottom:1px solid var(--line)}
.mobile-menu .btn{margin-top:24px}
.mobile-close{position:absolute;top:26px;right:26px;background:none;border:0;color:var(--mist);font-size:2rem;cursor:pointer}

.hero{position:relative;padding:84px 0 72px;overflow:hidden}
.hero::before{content:"";position:absolute;top:-180px;right:-120px;width:560px;height:560px;background:radial-gradient(circle,rgba(10,139,205,.22),transparent 65%);filter:blur(14px);pointer-events:none}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:center;position:relative}
.hero h1{font-family:var(--display);font-weight:700;font-size:clamp(1.9rem,4vw,2.9rem);line-height:1.18;letter-spacing:-.01em;margin:16px 0 0}
.hero h1 .shine{font-style:normal;font-weight:700;background:linear-gradient(110deg,var(--blue-deep) 15%,var(--blue-bright) 45%,var(--blue) 65%,var(--blue-deep) 85%);background-size:220% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:sweep 6s ease-in-out infinite}
@keyframes sweep{0%,100%{background-position:130% 0}50%{background-position:-30% 0}}
.hero p.sub{color:var(--muted);font-size:1.12rem;margin-top:22px;max-width:50ch}
.hero-cta{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap}
.hero-stats{display:flex;gap:30px;margin-top:38px;flex-wrap:wrap}
.hero-stats .stat .n{font-family:var(--display);font-size:1.9rem;color:var(--mist);line-height:1}
.hero-stats .stat .l{font-size:.78rem;color:var(--muted-dim);letter-spacing:.03em;margin-top:5px}
.stars{color:var(--blue-bright);letter-spacing:2px}

.hero-card{background:linear-gradient(180deg,var(--ink-2),var(--ink));border:1px solid var(--line);border-radius:24px;padding:30px;position:relative;box-shadow:0 30px 60px -34px rgba(15,40,65,.20)}
.hero-card::before{content:"";position:absolute;inset:0 0 auto;height:1px;border-radius:24px 24px 0 0;background:linear-gradient(90deg,transparent,var(--line-strong),transparent)}
.hero-card .quote-mark{width:30px;height:30px;margin-bottom:14px}
.hero-card blockquote{font-family:var(--display);font-weight:500;font-size:1.1rem;line-height:1.5;color:var(--mist)}
.hero-card .by{color:var(--muted);font-size:.85rem;margin-top:16px}
.card-stats{display:flex;gap:14px;margin-top:24px;padding-top:22px;border-top:1px solid var(--line)}
.card-stats .cs{flex:1}
.card-stats .cs .n{font-family:var(--display);font-size:1.5rem;color:var(--blue-bright)}
.card-stats .cs .l{font-size:.72rem;color:var(--muted-dim);margin-top:3px}

.trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--ink);overflow:hidden}
.trust-track{display:flex;gap:54px;padding:18px 0;white-space:nowrap;animation:marq 28s linear infinite;width:max-content}
.trust:hover .trust-track{animation-play-state:paused}
.trust-item{display:inline-flex;align-items:center;gap:10px;color:var(--muted);font-size:.86rem;font-weight:500;letter-spacing:.05em}
.trust-item .spk{width:12px;height:12px}
@keyframes marq{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:54px}
.svc{background:linear-gradient(180deg,var(--ink-2),var(--ink));border:1px solid var(--line);border-radius:var(--r);padding:30px;position:relative;display:flex;flex-direction:column;transition:transform .3s ease,border-color .3s ease}
.svc:hover{transform:translateY(-5px);border-color:var(--line-strong)}
.svc.featured{border-color:var(--blue)}
.svc .tag{position:absolute;top:14px;left:14px;z-index:2;background:var(--blue);color:#0a3671;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:999px}
.svc .no{font-size:.74rem;color:var(--muted-dim);letter-spacing:.12em;text-transform:uppercase}
.svc h3{font-family:var(--display);font-weight:600;font-size:1.35rem;margin:8px 0 4px}
.svc .price{font-family:var(--display);font-size:1.05rem;color:var(--muted);margin-bottom:20px}
.svc .price b{color:var(--blue-bright);font-size:1.7rem}
.svc ul{list-style:none;display:flex;flex-direction:column;gap:11px;flex:1;margin-bottom:24px}
.svc li{display:flex;gap:11px;font-size:.92rem;color:var(--muted)}
.svc li .ck{width:17px;height:17px;flex:none;margin-top:3px}
.svc li.intro{color:var(--mist);font-weight:600}

.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;margin-top:54px;background:var(--line);border:1px solid var(--line);border-radius:var(--r);overflow:hidden}
.why{background:var(--ink);padding:34px;transition:background .3s}
.why:hover{background:var(--ink-2)}
.why .mk{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.why .mk .spk{width:18px;height:18px}
.why .mk .rn{font-family:var(--display);font-style:normal;font-weight:700;color:var(--blue);font-size:1rem}
.why h4{font-family:var(--display);font-weight:600;font-size:1.15rem;margin-bottom:8px}
.why p{color:var(--muted);font-size:.95rem}

.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:54px}
.tile{aspect-ratio:3/4;border-radius:14px;border:1px solid var(--line);background:linear-gradient(160deg,var(--panel),var(--ink));display:flex;flex-direction:column;justify-content:flex-end;padding:18px;position:relative;overflow:hidden}
.tile::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 25%,rgba(92,184,236,.18),transparent 55%)}
.tile .spk{width:26px;height:26px;position:absolute;top:18px;left:18px}
.tile b{font-size:.95rem;position:relative}
.tile small{color:var(--muted-dim);font-size:.78rem;position:relative}

.ba{margin:0}
.ba figcaption{padding:14px 4px 0}
.ba figcaption b{font-size:.95rem}
.ba figcaption small{display:block;color:var(--muted-dim);font-size:.8rem}
.addons{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:26px}
.addon{display:inline-flex;align-items:center;gap:9px;border:1px solid var(--line-strong);border-radius:999px;padding:11px 20px;background:var(--ink-2);font-size:.92rem;font-weight:500;color:var(--mist)}
.addon{transition:border-color .25s,transform .25s,background .25s}
.addon:hover{border-color:var(--blue);transform:translateY(-2px)}
.addon .spk{width:13px;height:13px;flex:none}
.rev-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap}
.rev-score{display:flex;align-items:center;gap:14px;margin-top:14px}
.rev-score .big{font-family:var(--display);font-weight:700;font-size:2rem;color:var(--mist)}
.rev-score .sub{font-size:.82rem;color:var(--muted)}
.rev-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:40px}
.rev{background:var(--ink-2);border:1px solid var(--line);border-radius:16px;padding:24px}
.rev .stars{font-size:.9rem;margin-bottom:12px}
.rev p{font-size:.93rem;color:var(--mist);line-height:1.6}
.rev .who{display:flex;align-items:center;gap:11px;margin-top:16px}
.rev .av{width:38px;height:38px;border-radius:50%;background:var(--blue-deep);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}
.rev .who b{font-size:.88rem;display:block}
.rev .who small{font-size:.74rem;color:var(--muted-dim)}

.areas-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:center}
.area-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.area{border:1px solid var(--line);border-radius:12px;padding:16px 18px;background:var(--ink);transition:border-color .25s,transform .25s}
.area:hover{border-color:var(--blue);transform:translateY(-3px)}
.area b{font-size:.95rem;display:block}
.area small{color:var(--muted-dim);font-size:.76rem}

.quote{background:var(--ink);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.quote-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:56px;align-items:start}
.contact-opt{display:flex;flex-direction:column;gap:14px;margin-top:28px}
.copt{display:flex;align-items:center;gap:15px;padding:18px 20px;border:1px solid var(--line);border-radius:14px;background:var(--ink-2);transition:border-color .25s,transform .25s}
.copt:hover{border-color:var(--blue);transform:translateX(4px)}
.copt .ic{width:42px;height:42px;border-radius:11px;background:rgba(10,139,205,.14);display:flex;align-items:center;justify-content:center;flex:none;color:var(--blue-bright)}
.copt b{display:block;font-size:1rem}
.copt small{color:var(--muted-dim);font-size:.8rem}
.form-card{background:linear-gradient(180deg,var(--ink-2),var(--ink));border:1px solid var(--line-strong);border-radius:22px;padding:32px}
.form-card .fh{font-family:var(--display);font-size:1.5rem;margin-bottom:4px}
.form-card .fnote{color:var(--muted);font-size:.86rem;margin-bottom:22px}
.frow{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.field{margin-bottom:14px}
.field label{display:block;font-size:.78rem;color:var(--muted);margin-bottom:6px;letter-spacing:.02em}
.field input,.field select,.field textarea{width:100%;background:#f6f9fc;border:1px solid var(--line);border-radius:11px;padding:12px 14px;color:var(--mist);font-family:var(--body);font-size:.95rem;transition:border-color .2s}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--blue)}
.field textarea{resize:vertical;min-height:80px}
.hp{position:absolute;left:-9999px}
.form-card .btn{width:100%;margin-top:8px}
.form-foot{font-size:.78rem;color:var(--muted-dim);text-align:center;margin-top:14px}
.or-wa{display:flex;align-items:center;gap:12px;margin:14px 0;color:var(--muted-dim);font-size:.78rem}
.or-wa::before,.or-wa::after{content:"";flex:1;height:1px;background:var(--line)}

.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.about-col h4{font-family:var(--display);font-weight:500;font-size:1.25rem;margin:24px 0 8px;color:var(--blue-bright)}
.about-col h4:first-child{margin-top:0}
.about-col p{color:var(--muted);font-size:.96rem;margin-bottom:14px}

.refer{background:linear-gradient(160deg,#eef5fb,#ffffff);border:1px solid var(--line);border-radius:24px;padding:54px;text-align:center;position:relative;overflow:hidden}
.refer::before{content:"";position:absolute;top:-120px;left:50%;transform:translateX(-50%);width:480px;height:300px;background:radial-gradient(circle,rgba(10,139,205,.16),transparent 65%)}
.refer-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:40px 0 36px;text-align:left;position:relative}
.rstep .rn{font-family:var(--display);font-style:normal;font-weight:700;color:var(--blue);font-size:1.3rem}
.rstep h5{font-family:var(--display);font-size:1.1rem;margin:8px 0 6px}
.rstep p{color:var(--muted);font-size:.9rem}

.faq-list{margin-top:46px;border-top:1px solid var(--line)}
.faq-item{border-bottom:1px solid var(--line)}
.faq-q{width:100%;text-align:left;background:none;border:0;cursor:pointer;color:var(--mist);font-family:var(--display);font-weight:600;font-size:1.05rem;padding:24px 0;display:flex;justify-content:space-between;align-items:center;gap:20px}
.faq-q .pm{flex:none;width:24px;height:24px;position:relative;transition:transform .3s}
.faq-q .pm::before,.faq-q .pm::after{content:"";position:absolute;background:var(--blue-bright);border-radius:2px;top:50%;left:50%;transform:translate(-50%,-50%)}
.faq-q .pm::before{width:14px;height:2px}
.faq-q .pm::after{width:2px;height:14px;transition:transform .3s}
.faq-item.open .pm::after{transform:translate(-50%,-50%) scaleY(0)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-a p{color:var(--muted);padding-bottom:24px;font-size:.96rem;max-width:70ch}

.footer{background:var(--panel);border-top:1px solid var(--line);padding:64px 0 30px}
.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px}
.foot-brand .brand{margin-bottom:16px}
.foot-brand p{color:var(--muted);font-size:.92rem;max-width:34ch}
.foot-col h6{font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-dim);margin-bottom:16px}
.foot-col a,.foot-col span{display:block;color:var(--muted);font-size:.9rem;margin-bottom:10px;transition:color .2s}
.foot-col a:hover{color:var(--blue-bright)}
.foot-bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:48px;padding-top:24px;border-top:1px solid var(--line);color:var(--muted-dim);font-size:.82rem}

.fab{position:fixed;bottom:24px;right:24px;z-index:40;display:flex;align-items:center;gap:10px;background:#25d366;color:#04190d;font-weight:600;font-size:.9rem;padding:13px 20px;border-radius:999px;box-shadow:0 14px 34px -10px rgba(37,211,102,.6);transition:transform .25s}
.fab:hover{transform:translateY(-3px)}
.fab svg{width:22px;height:22px}

.reveal{transition:opacity .7s ease,transform .7s ease}
.js .reveal{opacity:0;transform:translateY(22px)}
.reveal.in{opacity:1;transform:none}

/* ---- inner pages ---- */
.page-hero{position:relative;padding:70px 0 50px;overflow:hidden;border-bottom:1px solid var(--line)}
.page-hero::before{content:"";position:absolute;top:-160px;right:-100px;width:480px;height:480px;background:radial-gradient(circle,rgba(10,139,205,.18),transparent 65%);pointer-events:none}
.page-hero h1{font-family:var(--display);font-weight:700;font-size:clamp(1.7rem,3.4vw,2.4rem);line-height:1.2;letter-spacing:-.01em;margin:14px 0 0;position:relative}
.page-hero h1 em{font-style:normal;color:var(--blue);font-weight:700}
.page-hero p.sub{color:var(--muted);font-size:1.1rem;margin-top:18px;max-width:60ch;position:relative}
.crumb{font-size:.8rem;color:var(--muted-dim);margin-bottom:6px}
.crumb a:hover{color:var(--blue-bright)}
.crumb span{color:var(--blue-bright)}

.split{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:start}
.incl{background:var(--ink-2);border:1px solid var(--line);border-radius:var(--r);padding:32px}
.incl h3{font-family:var(--display);font-weight:500;font-size:1.4rem;margin-bottom:6px}
.incl .pr{font-family:var(--display);color:var(--muted);margin-bottom:20px}
.incl .pr b{color:var(--blue-bright);font-size:1.9rem}
.incl ul{list-style:none;display:flex;flex-direction:column;gap:13px}
.incl li{display:flex;gap:12px;font-size:.96rem;color:var(--muted)}
.incl li .ck{width:18px;height:18px;flex:none;margin-top:3px}
.incl .btn{width:100%;margin-top:26px}

.prose{max-width:74ch}
.prose h2{font-family:var(--display);font-weight:500;font-size:1.7rem;margin:38px 0 12px;color:var(--mist)}
.prose h2:first-child{margin-top:0}
.prose h3{font-family:var(--display);font-weight:500;font-size:1.2rem;color:var(--blue-bright);margin:26px 0 8px}
.prose p{color:var(--muted);margin-bottom:14px}
.prose ul{color:var(--muted);margin:0 0 16px 20px;display:flex;flex-direction:column;gap:8px}
.prose strong{color:var(--mist)}
.prose .updated{font-size:.82rem;color:var(--muted-dim);margin-bottom:30px}

.notice{background:rgba(10,139,205,.08);border:1px solid var(--line-strong);border-radius:14px;padding:18px 20px;color:var(--muted);font-size:.9rem;margin:22px 0}
.notice b{color:var(--blue-bright)}

.center-page{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:60px 24px}
.center-page .inner{max-width:560px}
.center-page .badge{width:74px;height:74px;border-radius:50%;background:rgba(10,139,205,.12);border:1px solid var(--line-strong);display:flex;align-items:center;justify-content:center;margin:0 auto 26px}
.center-page h1{font-family:var(--display);font-weight:700;font-size:clamp(1.6rem,3vw,2.1rem);line-height:1.2}
.center-page h1 em{font-style:normal;color:var(--blue);font-weight:700}
.center-page p{color:var(--muted);margin-top:16px;font-size:1.05rem}
.center-page ol{text-align:left;max-width:440px;margin:28px auto 0;color:var(--muted);display:flex;flex-direction:column;gap:12px;list-style:none}
.center-page ol li{display:flex;gap:12px;font-size:.96rem}
.center-page ol li b{color:var(--blue);font-family:var(--display);font-style:normal;font-weight:600}
.center-page .cta-row{display:flex;gap:14px;justify-content:center;margin-top:32px;flex-wrap:wrap}

.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:46px}
.cc{background:var(--ink-2);border:1px solid var(--line);border-radius:var(--r);padding:28px;transition:border-color .25s,transform .25s}
.cc:hover{border-color:var(--blue);transform:translateY(-4px)}
.cc .ic{width:46px;height:46px;border-radius:12px;background:rgba(10,139,205,.14);display:flex;align-items:center;justify-content:center;color:var(--blue-bright);margin-bottom:16px}
.cc h4{font-family:var(--display);font-weight:500;font-size:1.2rem;margin-bottom:4px}
.cc p{color:var(--muted);font-size:.9rem;margin-bottom:14px}
.cc a.lk{color:var(--blue-bright);font-weight:600;font-size:.95rem}

.check-field{display:flex;gap:12px;align-items:flex-start;background:#f6f9fc;border:1px solid var(--line);border-radius:12px;padding:14px 16px;margin-bottom:14px}
.check-field input{margin-top:4px;width:18px;height:18px;accent-color:var(--blue)}
.check-field label{font-size:.9rem;color:var(--muted)}

@media(max-width:980px){
  .hero-grid,.areas-wrap,.quote-grid,.about-grid,.split{grid-template-columns:1fr;gap:38px}
  .svc-grid,.refer-steps,.contact-cards{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr}
  .rev-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gallery{grid-template-columns:repeat(2,1fr)}
  .foot-grid{grid-template-columns:1fr 1fr}
  .nav-links,.nav-call{display:none}
  .burger{display:flex}
  .section{padding:78px 0}
}
@media(max-width:560px){
  .rev-grid{grid-template-columns:minmax(0,1fr)}
  .frow{grid-template-columns:1fr}
  .refer{padding:34px 22px}
  .foot-grid{grid-template-columns:1fr}
  .hero-stats{gap:22px}
  .fab span{display:none}
  .fab{padding:14px}
}
@media(prefers-reduced-motion:reduce){
  *{animation:none!important;scroll-behavior:auto}
  .js .reveal{opacity:1!important;transform:none!important}
}

/* quote-form: example photos shown when a service option is chosen */

/* service-page gallery: flexible, centered, works with 2-4 photos */

/* ---- Services nav dropdown ---- */
.nav-item{position:relative;display:flex;align-items:center}
.nav-top{display:inline-flex;align-items:center;gap:5px}
.nav-caret{width:13px;height:13px;opacity:.65;transition:transform .2s}
.has-dropdown:hover .nav-caret,.has-dropdown:focus-within .nav-caret{transform:rotate(180deg)}
.dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(10px);min-width:236px;
  background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 20px 48px -20px rgba(15,40,65,.30);
  padding:8px;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease;z-index:70}
.dropdown::before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}
.has-dropdown:hover .dropdown,.has-dropdown:focus-within .dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(6px)}
.dropdown a{display:block;padding:10px 14px;border-radius:9px;font-size:.9rem;color:var(--muted);white-space:nowrap}
.dropdown a:first-child{color:var(--mist);font-weight:600;border-bottom:1px solid var(--line);border-radius:9px 9px 0 0;margin-bottom:4px;padding-bottom:11px}
.dropdown a:hover{background:var(--ink);color:var(--blue)}
.mobile-sub{font-size:1.05rem!important;padding:9px 0 9px 20px!important;color:var(--muted)!important;border-bottom:none!important}

/* photo on top of each service card */
.svc{overflow:hidden}

/* hero lead photo + rating badge */

/* Before/After static single box (old format, no slider) */

/* Grouped before/after pair cards */

/* ══════════════════════════════════════════════════════════════════════
   RISE N SHINE — brand layer
   Palette lifted straight from the logo: deep navy, sky blue, sunrise gold.
   ══════════════════════════════════════════════════════════════════════ */

/* logo lockup ------------------------------------------------------- */
.brand{gap:11px}
.brand .mark{width:52px;height:auto;flex:none}
.brand .name{display:flex;flex-direction:column;line-height:1;font-family:var(--display);
  font-weight:700;font-size:1.02rem;letter-spacing:.05em;color:var(--blue-deep)}
.brand .name b{display:inline;color:var(--sun-deep);font-weight:700}
.brand .name small{font-size:.55rem;font-weight:600;letter-spacing:.24em;
  color:var(--muted-dim);margin-top:5px;text-transform:uppercase}
.footer .brand .mark{width:58px}

/* sunrise call-to-action -------------------------------------------- */
.btn-primary{background:linear-gradient(180deg,var(--sun-lite),var(--sun));color:#0a3671;
  font-weight:700;box-shadow:0 10px 30px -12px rgba(247,167,15,.85)}
.btn-primary:hover{background:linear-gradient(180deg,#ffd233,var(--sun));
  box-shadow:0 16px 38px -12px rgba(247,167,15,.95)}
.btn-ghost{color:var(--blue-deep)}
.btn-ghost:hover{border-color:var(--blue-bright);background:rgba(10,139,205,.06)}

/* announcement bar --------------------------------------------------- */
.announce{background:linear-gradient(90deg,var(--blue-deep) 0%,var(--blue) 52%,var(--blue-bright) 100%)}
.announce b{color:var(--sun-lite)}

/* sun + sparkle accents ---------------------------------------------- */
.spk{fill:var(--sun)}
.stars{color:var(--sun)}
.rev-score .stars.big{font-size:1.35rem;letter-spacing:3px}
.rev-note{font-size:.82rem;color:var(--muted-dim);margin-top:10px;font-style:italic}
.svc .tag{background:linear-gradient(180deg,var(--sun-lite),var(--sun));color:#0a3671}
.why .mk .rn,.rstep .rn{color:var(--sun-deep)}

/* sunrise light behind the hero -------------------------------------- */
.hero::before{top:-200px;right:-140px;width:620px;height:620px;
  background:radial-gradient(circle,rgba(250,196,13,.34),rgba(247,167,15,.10) 45%,transparent 68%)}
.hero::after{content:"";position:absolute;left:-180px;bottom:-260px;width:560px;height:560px;
  background:radial-gradient(circle,rgba(10,139,205,.18),transparent 66%);
  pointer-events:none;filter:blur(10px)}
.hero h1 .shine{background:linear-gradient(110deg,var(--blue-deep) 8%,var(--blue-bright) 34%,
  var(--sun) 54%,var(--sun-lite) 62%,var(--blue-bright) 78%,var(--blue-deep) 96%);
  background-size:230% 100%}

/* nav + footer polish ------------------------------------------------- */
.nav-call b{color:var(--blue)}
.header{border-bottom:1px solid rgba(16,76,144,.12)}
.footer{background:linear-gradient(180deg,#f2f7fc,#e8f0f8)}
.foot-bottom{border-top-color:rgba(16,76,144,.14)}
.fab{color:#04190d}

/* accessibility floor -------------------------------------------------- */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,
textarea:focus-visible,.btn:focus-visible{outline:3px solid var(--sun);outline-offset:3px;border-radius:6px}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;
    transition-duration:.001ms!important;scroll-behavior:auto!important}
  /* the marquee and the headline sweep need a sensible resting state, not a snap */
  .trust{overflow-x:auto}
  .trust-track{animation:none!important;width:auto}
  .hero h1 .shine{animation:none!important;background-position:50% 0}
  .reveal{opacity:1!important;transform:none!important}
}
@media(max-width:520px){
  .brand .mark{width:44px}
  .brand .name{font-size:.9rem}
  .brand .name small{letter-spacing:.18em}
}


/* ── hero brand panel (replaces the photograph) ────────────────────────── */
.hero-panel{position:relative;background:linear-gradient(165deg,#ffffff 0%,#fffaf0 42%,#fff3d9 100%);
  border:1px solid rgba(16,76,144,.14);border-radius:24px;padding:34px 32px 28px;
  box-shadow:0 34px 64px -34px rgba(15,40,65,.30)}
.hero-panel::before{content:"";position:absolute;inset:0 0 auto;height:4px;border-radius:24px 24px 0 0;
  background:linear-gradient(90deg,var(--sun),var(--sun-lite) 40%,var(--blue-bright))}
.hp-logo{width:78%;max-width:300px;height:auto;margin:6px auto 26px}
.hp-list{list-style:none;display:grid;gap:13px;padding:0;margin:0 0 26px;
  border-top:1px solid rgba(16,76,144,.12);padding-top:24px}
.hp-list li{display:flex;align-items:flex-start;gap:11px;font-size:.95rem;color:var(--muted);line-height:1.45}
.hp-list .ck{margin-top:3px}
.hp-foot{display:flex;flex-wrap:wrap;gap:8px}
.hp-foot span{font-size:.7rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;
  color:var(--blue-deep);background:rgba(10,139,205,.10);border:1px solid rgba(16,76,144,.14);
  border-radius:999px;padding:6px 12px}

/* ── how it works ─────────────────────────────────────────────────────── */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px;counter-reset:step}
.step{background:var(--ink);border:1px solid var(--line);border-radius:var(--r);padding:28px 26px 26px;
  position:relative;transition:transform .25s ease,border-color .25s ease}
.step:hover{transform:translateY(-3px);border-color:rgba(16,76,144,.28)}
.step .sn{font-family:var(--display);font-weight:700;font-size:.9rem;letter-spacing:.14em;
  color:var(--sun-deep);margin-bottom:14px}
.step h4{font-family:var(--display);font-weight:600;font-size:1.12rem;color:var(--mist);margin-bottom:9px}
.step p{color:var(--muted);font-size:.94rem;line-height:1.55}

/* ── room-by-room checklist ───────────────────────────────────────────── */
.rooms{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px}
.room{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:26px 24px;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.room:hover{transform:translateY(-3px);border-color:rgba(16,76,144,.26);
  box-shadow:0 22px 44px -30px rgba(15,40,65,.35)}
.room h4{font-family:var(--display);font-weight:600;font-size:1.08rem;color:var(--blue-deep);
  padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid rgba(16,76,144,.12)}
.room ul{list-style:none;display:grid;gap:11px;padding:0;margin:0}
.room li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:var(--muted);line-height:1.45}
.room li .ck{margin-top:2px}

/* Service cards no longer carry a thumbnail. The "Most Booked" flag used to sit
   over the photo; it now moves to the top-right so it can't collide with the
   card's own label, and the featured card reserves room for it. */
.svc{padding-top:30px}
.svc .tag{top:18px;right:18px;left:auto}
.svc.featured .no{padding-right:124px}

@media(max-width:900px){
  .steps,.rooms{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .steps,.rooms{grid-template-columns:1fr}
  .hero-panel{padding:28px 22px 24px}
  .hp-logo{width:70%;margin-bottom:22px}
}


/* ── areas grid ────────────────────────────────────────────────────────────
   `1fr` carries a min-content floor, so three columns of Manchester place
   names forced the grid wider than a phone screen — invisible, because the
   body clips horizontal overflow. minmax(0,1fr) lets the cells actually
   shrink, and the column count steps down with the viewport. */
.area-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:980px){
  .area-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:640px){
  .area-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .area{padding:14px 14px}
}


/* ── grid shrink floors ────────────────────────────────────────────────────
   A bare `1fr` refuses to shrink below its content's min-width. Form inputs
   carry a wide intrinsic minimum, so the quote grid pushed ~16px past the
   right edge of a phone screen — clipped and invisible, but it cut the form
   card off. minmax(0,1fr) removes the floor; inputs get min-width:0 so they
   can shrink inside it. */
.quote-grid{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}
.frow{grid-template-columns:repeat(2,minmax(0,1fr))}
.field input,.field select,.field textarea{min-width:0;max-width:100%}
.hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}
.areas-wrap{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}
@media(max-width:980px){
  .hero-grid,.areas-wrap,.quote-grid,.about-grid,.split{grid-template-columns:minmax(0,1fr)}
}
@media(max-width:560px){
  .frow{grid-template-columns:minmax(0,1fr)}
}


/* ── very small phones (320px, e.g. iPhone SE 1st gen) ────────────────────
   Brand + CTA + burger together ran ~38px wider than the screen, pushing the
   burger off the right edge. Tighten the gutter and the button rather than
   dropping the CTA — it's the main conversion path above the fold. */
@media(max-width:380px){
  .wrap{padding:0 16px}
  .nav{gap:8px}
  .nav-cta{gap:8px}
  .nav-cta .btn{padding:10px 14px;font-size:.82rem}
  .brand{gap:8px}
  .brand .mark{width:38px}
  .brand .name{font-size:.82rem}
  .brand .name small{font-size:.5rem;letter-spacing:.14em}
  .burger{padding:6px}
}


/* ── contact cards & long unbreakable strings ─────────────────────────────
   Same `1fr` min-content floor: an email address is one unbreakable token, so
   the card refused to shrink below ~329px inside a 288px container. */
.contact-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
.svc-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:980px){
  .svc-grid,.refer-steps,.contact-cards{grid-template-columns:minmax(0,1fr)}
}
.cc, .cc *, .copt div, .foot-col a, .foot-col span{overflow-wrap:anywhere}
@media(max-width:380px){
  .cc{padding:22px 18px}
}


/* ═══════════════════════════════════════════════════════════════════════
   PROFESSIONAL PASS
   The decoration below was doing the talking. A cleaning company is hired
   on trust, not on visual effects, so: no animated gradient text, no glow
   shadows, no scroll reveals, no hover-lifts, tighter radii and spacing.
   Brand colour is now confined to what it should mark — actions and links.
   ═══════════════════════════════════════════════════════════════════════ */

:root{--r:10px}

/* type: firmer, quieter -------------------------------------------------- */
h2.section-title{font-size:clamp(1.45rem,2.4vw,1.95rem);font-weight:700;
  letter-spacing:-.01em;color:var(--blue-deep);margin:0}
h2.section-title em{font-style:normal;color:inherit;font-weight:inherit}
.hero h1{font-size:clamp(1.75rem,3.3vw,2.5rem);line-height:1.2;color:var(--blue-deep);
  letter-spacing:-.015em;margin:0}
.hero h1 .shine{background:none;-webkit-background-clip:initial;background-clip:initial;
  color:inherit;animation:none}
.section-lead{font-size:1rem;max-width:60ch;margin-top:.9rem;color:var(--muted)}

/* rhythm: less air, more density ---------------------------------------- */
.section{padding:76px 0}
.section--tight{padding:58px 0}
.hero{padding:64px 0 60px}
.hero::before,.hero::after{display:none}          /* the sunrise glows */
.hero p.sub{font-size:1.05rem;margin-top:16px}
.hero-cta{margin-top:26px}
.hero-stats{margin-top:32px;gap:34px}

/* buttons: solid, square-ish, no glow ------------------------------------ */
.btn{border-radius:6px;padding:13px 22px;font-size:.92rem;font-weight:600;
  letter-spacing:0;box-shadow:none;transition:background .15s ease,border-color .15s ease}
.btn:hover{transform:none;box-shadow:none}
.btn-primary{background:var(--sun);color:#22303f;border-color:var(--sun)}
.btn-primary:hover{background:var(--sun-lite)}
.btn-ghost{background:#fff;border-color:rgba(16,76,144,.30);color:var(--blue-deep)}
.btn-ghost:hover{background:#f4f8fc;border-color:var(--blue)}
.btn-wa{background:#1faa54;color:#fff}
.btn-wa:hover{background:#189048;box-shadow:none}

/* surfaces: flat, bordered, no lift -------------------------------------- */
.svc,.room,.step,.area,.rev,.cc,.faq-item,.addon,.hero-panel,.form-card,.why,.rstep{
  border-radius:var(--r);box-shadow:none;background:#fff}
.svc{background:#fff;padding:26px}
.svc.featured{border-color:var(--blue);border-width:1px}
.svc:hover,.room:hover,.step:hover,.area:hover,.cc:hover,.addon:hover,.copt:hover{
  transform:none;box-shadow:none;border-color:rgba(16,76,144,.34)}
.hero-panel{background:#fff;border:1px solid rgba(16,76,144,.18);padding:30px 28px 26px}
.hero-panel::before{height:3px;border-radius:var(--r) var(--r) 0 0;background:var(--blue)}
.form-card{background:#fff;border:1px solid rgba(16,76,144,.20);border-radius:var(--r);padding:28px}
.footer{background:#f5f8fb}

/* no scroll choreography -------------------------------------------------- */
.js .reveal,.reveal{opacity:1!important;transform:none!important;transition:none}

/* header + announcement: flat ---------------------------------------------- */
.announce{background:var(--blue-deep);color:#dce9f6;font-weight:400;letter-spacing:.01em;
  font-size:.76rem;padding:9px 16px}
.announce b{color:#fff;font-weight:600}
.header{backdrop-filter:none;background:#fff;border-bottom:1px solid rgba(16,76,144,.16)}
.header.scrolled{background:#fff;box-shadow:none;border-bottom:1px solid rgba(16,76,144,.22)}
.nav-cta .btn{border-radius:6px}

/* service cards ------------------------------------------------------------ */
.svc h3{font-size:1.2rem;color:var(--blue-deep);margin-bottom:6px}
.svc .price{font-size:.82rem;color:var(--muted-dim);letter-spacing:.02em;
  text-transform:uppercase;font-weight:600;margin-bottom:16px}
.svc .tag{background:var(--blue);color:#fff;border-radius:4px;font-weight:600;
  letter-spacing:.04em;top:16px;right:16px;padding:4px 9px;font-size:.64rem}
.svc.featured .no{padding-right:0}

/* section headings sit flush without their old eyebrow ---------------------- */
.section > .wrap > .reveal:first-child,
.section > .wrap > div:first-child{margin-bottom:0}
.svc-grid,.why-grid,.steps,.rooms,.area-grid,.rev-grid,.addons{margin-top:32px}

/* checklist + steps -------------------------------------------------------- */
.step .sn{color:var(--blue);font-size:.78rem;letter-spacing:.12em}
.step h4,.room h4{color:var(--blue-deep)}
.why .mk{margin-bottom:10px}
.why h4{color:var(--blue-deep);font-size:1.05rem}

/* reviews ------------------------------------------------------------------ */
.rev-note{font-style:normal;color:var(--muted-dim);font-size:.8rem}
.rev .av{background:var(--blue);border-radius:6px}

/* floating WhatsApp button -------------------------------------------------- */
.fab{border-radius:6px;background:#1faa54;color:#fff;box-shadow:0 6px 18px -8px rgba(0,0,0,.4);
  font-weight:600}
.fab:hover{transform:none;background:#189048}

/* links --------------------------------------------------------------------- */
.foot-col a:hover,.dropdown a:hover{color:var(--blue)}
.area:hover{border-color:rgba(16,76,144,.34)}


/* ═══════════════════════════════════════════════════════════════════════
   DENSITY PASS
   The page carried the same argument three times and put a 30-item
   checklist and a 14-field form on screen at once. Nothing was deleted —
   the long lists became progressive disclosure and the repeated sections
   were merged, so the detail is one click away instead of all at once.
   ═══════════════════════════════════════════════════════════════════════ */

/* checklist: a stack of accordion rows, first one open ------------------- */
.rooms{display:block;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;
  margin-top:28px}
details.room{border:0;border-bottom:1px solid var(--line);border-radius:0;background:#fff;
  padding:0}
details.room:last-child{border-bottom:0}
details.room > summary{list-style:none;cursor:pointer;display:flex;align-items:center;
  justify-content:space-between;gap:16px;padding:16px 20px;font-family:var(--display);
  font-weight:600;font-size:1rem;color:var(--blue-deep);transition:background .15s ease}
details.room > summary::-webkit-details-marker{display:none}
details.room > summary:hover{background:#f6f9fc}
details.room > summary::after{content:"";width:10px;height:10px;flex:none;
  border-right:2px solid var(--blue);border-bottom:2px solid var(--blue);
  transform:rotate(45deg);margin-right:4px;transition:transform .2s ease}
details.room[open] > summary::after{transform:rotate(-135deg)}
details.room[open] > summary{background:#f6f9fc}
details.room ul{list-style:none;display:grid;gap:10px;padding:4px 20px 20px;margin:0}
details.room li{display:flex;align-items:flex-start;gap:10px;font-size:.92rem;
  color:var(--muted);line-height:1.45}
details.room li .ck{margin-top:2px}
@media(min-width:760px){
  details.room ul{grid-template-columns:1fr 1fr;gap:10px 28px}
}

/* areas: compact list instead of sixteen bordered cards ------------------ */
.area-list{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 24px;padding:0;margin:0}
.area-list li{display:flex;align-items:baseline;justify-content:space-between;gap:12px;
  padding-bottom:9px;border-bottom:1px solid var(--line);font-size:.92rem}
.area-list b{color:var(--blue-deep);font-weight:600}
.area-list span{color:var(--muted-dim);font-size:.82rem;white-space:nowrap}
@media(max-width:560px){.area-list{grid-template-columns:minmax(0,1fr)}}

/* about: short summary, full version on its own page --------------------- */
.about-short{max-width:660px}
.about-short p{color:var(--muted);margin:14px 0 22px}

/* referral: one line instead of a whole section -------------------------- */
.refer-strip{display:flex;align-items:center;justify-content:space-between;gap:20px;
  flex-wrap:wrap;border:1px solid var(--line);border-left:3px solid var(--sun);
  border-radius:var(--r);padding:20px 24px;background:#fff}
.refer-strip b{display:block;font-family:var(--display);color:var(--blue-deep);font-size:1.02rem}
.refer-strip span{color:var(--muted);font-size:.92rem}

/* form: optional detail behind a toggle ---------------------------------- */
.more-fields{border:1px solid var(--line);border-radius:8px;margin:4px 0 16px;background:#fbfdff}
.more-fields > summary{list-style:none;cursor:pointer;padding:12px 14px;font-size:.9rem;
  font-weight:600;color:var(--blue-deep);display:flex;align-items:center;gap:8px}
.more-fields > summary::-webkit-details-marker{display:none}
.more-fields > summary::before{content:"+";font-size:1.05rem;line-height:1;color:var(--blue)}
.more-fields[open] > summary::before{content:"–"}
.more-fields > summary span{font-weight:400;color:var(--muted-dim);font-size:.82rem}
.mf-body{padding:2px 14px 14px}
.mf-body .field,.mf-body .frow{margin-bottom:12px}

/* keyboard focus on the new controls -------------------------------------- */
details > summary:focus-visible{outline:3px solid var(--sun);outline-offset:-3px}


/* ═══════════════════════════════════════════════════════════════════════
   RECENT WORK gallery
   Real job photos. Uniform square tiles keep a set of mixed-ratio phone
   shots looking deliberate rather than pasted in. Caption sits on a quiet
   navy bar so the images read as a portfolio, not decoration.
   ═══════════════════════════════════════════════════════════════════════ */
/* Masonry gallery: each photo keeps its real shape, no square-cropping. Phone
   photos are mostly tall, so columns let them sit naturally instead of being
   crushed into identical squares. */
.shots{columns:4;column-gap:14px;margin-top:32px}
.shot{position:relative;margin:0 0 14px;border-radius:var(--r);overflow:hidden;
  border:1px solid var(--line);background:#eef3f8;break-inside:avoid;display:block}
.shot img{width:100%;height:auto;display:block;transition:transform .4s ease}
.shot:hover img{transform:scale(1.04)}
.shot figcaption{position:absolute;left:0;right:0;bottom:0;
  background:linear-gradient(180deg,rgba(10,54,113,0),rgba(10,54,113,.85));
  color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.01em;
  padding:30px 13px 11px;pointer-events:none}
@media(max-width:1000px){.shots{columns:3}}
@media(max-width:640px){.shots{columns:2;column-gap:10px}.shot{margin-bottom:10px}}


/* ═══════════════════════════════════════════════════════════════════════
   DE-TEMPLATE PASS
   Goal: stop the page reading as a page-builder default. Concretely —
   a warmer off-white ground instead of flat #fff everywhere, a real type
   pairing (Bricolage display / Public Sans text), asymmetric why-grid so
   it isn't a perfect tidy row, Google-styled review cards, and the last
   of the gradient/hover-lift "template" tics removed.
   ═══════════════════════════════════════════════════════════════════════ */

:root{
  --paper:#fbfaf7;          /* warm off-white, not clinical #fff */
  --ink-warm:#faf8f4;
}
body{background:var(--paper)}
.section{background:transparent}
.section:nth-of-type(even){background:#fff}   /* gentle alternation, not stripes */

/* type: Bricolage has real character; tighten it so it reads as a brand ---- */
.hero h1{font-weight:700;letter-spacing:-.02em;line-height:1.08;
  font-size:clamp(2rem,4.2vw,3.1rem)}
h2.section-title{font-weight:600;letter-spacing:-.015em}
.brand .name{font-family:var(--display);letter-spacing:-.01em}

/* kill the remaining gradients that read as "template" ------------------- */
.btn-primary{background:var(--sun)!important;background-image:none!important}
.btn-primary:hover{background:#ffb92e!important}
.hero-panel{background:#fff!important;background-image:none!important}
.footer{background:#f4f2ee!important;background-image:none!important}
.svc,.room,.step,.cc,.rev,.hero-panel,.form-card,.addon,.refer-strip{
  background-image:none!important}

/* no hover-lifts anywhere (the page-builder signature) ------------------- */
*{transition-property:background-color,border-color,color,opacity!important}
.svc:hover,.room:hover,.step:hover,.cc:hover,.rev:hover,.addon:hover,
.area:hover,.copt:hover,.shot:hover,.btn:hover{transform:none!important}

/* why-grid: deliberately NOT a perfect symmetric row --------------------- */
.why-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:1px;
  background:var(--line);border:1px solid var(--line);border-radius:var(--r);overflow:hidden}
.why{background:#fff;padding:26px 24px;border:0;border-radius:0}
.why:first-child{grid-row:span 2;background:var(--blue-deep);color:#fff;
  display:flex;flex-direction:column;justify-content:center}
.why:first-child h4{color:#fff;font-size:1.25rem;margin-bottom:12px}
.why:first-child p{color:#dbe6f2}
@media(max-width:820px){
  .why-grid{grid-template-columns:1fr 1fr}
  .why:first-child{grid-row:auto;grid-column:span 2}
}
@media(max-width:520px){
  .why-grid{grid-template-columns:1fr}
  .why:first-child{grid-column:auto}
}

/* reviews: make them read as real Google reviews ------------------------- */
.rev-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;
  flex-wrap:wrap;margin-bottom:8px}
.rev-score{display:flex;align-items:center;gap:14px}
.rs-num{font-family:var(--display);font-weight:700;font-size:2.6rem;color:var(--blue-deep);
  line-height:1}
.rev-score .stars.big{font-size:1.15rem;letter-spacing:2px;color:var(--sun)}
.rev-score .sub{font-size:.82rem;color:var(--muted-dim);margin-top:2px}
.rev{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:22px 22px 20px}
.rev-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.rev .stars{color:var(--sun);letter-spacing:1px;font-size:.95rem}
.rev p{color:var(--ink-2-text,#3a4653);font-size:.94rem;line-height:1.55;margin:0 0 16px}
.rev .who{display:flex;align-items:center;gap:11px}
.rev .av{width:38px;height:38px;border-radius:50%;background:var(--blue);color:#fff;
  display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.82rem;flex:none}
.rev .who b{display:block;font-size:.92rem;color:var(--blue-deep)}
.rev .who small{color:var(--muted-dim);font-size:.78rem}
.gmark{flex:none;opacity:.9}

/* announcement bar: let the insurance figure breathe -------------------- */
.announce{letter-spacing:.005em}


/* announcement bar: keep it to one or two lines on small phones by hiding the
   least-critical middle segment; DBS + insurance are the ones that convert */
@media(max-width:430px){
  .announce span{font-size:.72rem}
  .announce .an-mid{display:none}
}


/* ═══════════════════════════════════════════════════════════════════════
   SERVICE-PAGE PHOTO BAND
   A single relevant job photo between the checklist and the FAQ. One image,
   full width, captioned — proof for the specific service being read about.
   ═══════════════════════════════════════════════════════════════════════ */
/* Service photo band: photo beside a short line of context. A 5:4 crop keeps
   more of a portrait phone photo than a letterbox strip would. */
.band-split{display:grid;grid-template-columns:1.35fr 1fr;gap:34px;align-items:center}
.photo-band .band-shot{position:relative;margin:0;border-radius:var(--r);overflow:hidden;
  border:1px solid var(--line);background:#eef3f8;aspect-ratio:5/4}
.photo-band .band-shot img{width:100%;height:100%;object-fit:cover;object-position:center 46%;display:block}
.photo-band .band-shot figcaption{position:absolute;left:0;right:0;bottom:0;
  background:linear-gradient(180deg,rgba(10,54,113,0),rgba(10,54,113,.82));
  color:#fff;font-size:.82rem;font-weight:600;padding:30px 16px 12px}
.band-note p{font-size:1.05rem;line-height:1.55;color:var(--muted);margin:0 0 22px}
@media(max-width:760px){
  .band-split{grid-template-columns:1fr;gap:22px}
  .band-note{text-align:center}
  .photo-band .band-shot{aspect-ratio:4/3}
}


/* branded quote strip — parity for service pages with no honest photo -------- */
.svc-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;
  flex-wrap:wrap;border:1px solid var(--line);border-left:3px solid var(--sun);
  border-radius:var(--r);padding:22px 26px;
  background:linear-gradient(180deg,#fff,#fffaf0)}
.svc-cta b{display:block;font-family:var(--display);color:var(--blue-deep);font-size:1.08rem}
.svc-cta span{color:var(--muted);font-size:.92rem}
.svc-cta .btn{flex:none}


/* ═══════════════════════════════════════════════════════════════════════
   HERO PHOTO PANEL
   A real job photo in the hero, with a small floating trust badge — the
   layout the client pointed to. The badge states insured + DBS-checked
   rather than an invented star rating.
   ═══════════════════════════════════════════════════════════════════════ */
.hero-photo{position:relative;border-radius:16px;overflow:hidden;
  border:1px solid rgba(16,76,144,.14);background:#eef3f8;
  box-shadow:0 30px 60px -34px rgba(15,40,65,.4);aspect-ratio:5/4}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 38%;display:block}
.hero-badge{position:absolute;left:16px;bottom:16px;display:flex;align-items:center;gap:11px;
  background:#fff;border-radius:12px;padding:11px 15px;
  box-shadow:0 10px 26px -12px rgba(15,40,65,.5)}
.hero-badge b{display:block;font-family:var(--display);font-weight:700;font-size:.92rem;color:var(--blue-deep);line-height:1.1}
.hero-badge span{font-size:.76rem;color:var(--muted)}
@media(max-width:900px){
  .hero-photo{aspect-ratio:16/11}
}
@media(max-width:560px){
  .hero-photo{aspect-ratio:4/3}
}


/* mobile hero: lead with the photo, like the reference layout ------------- */
@media(max-width:900px){
  .hero-grid{display:flex;flex-direction:column}
  .hero-grid > .hero-photo{order:-1;width:100%}
}


/* "see full FAQ" link on trimmed service pages --------------------------- */
.faq-more{display:inline-block;margin-top:20px;font-weight:600;font-size:.92rem;
  color:var(--blue);text-decoration:none}
.faq-more:hover{color:var(--blue-deep);text-decoration:underline}
.prose h3{margin-top:22px}
.prose a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}
.prose a:hover{color:var(--blue-deep)}


/* ═══════════════════════════════════════════════════════════════════════
   BEFORE & AFTER
   Two photos of the same item side by side, tagged. The most persuasive
   thing a cleaning site can show — proof, not a claim.
   ═══════════════════════════════════════════════════════════════════════ */
.ba-pair{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:30px;max-width:720px}
.ba-card{position:relative;margin:0;border-radius:var(--r);overflow:hidden;
  border:1px solid var(--line);background:#eef3f8;aspect-ratio:3/4}
.ba-card img{width:100%;height:100%;object-fit:cover;display:block}
.ba-card figcaption{position:absolute;top:12px;left:12px}
.ba-tag{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;
  padding:5px 11px;border-radius:5px;color:#fff}
.ba-tag--before{background:#8a94a3}
.ba-tag--after{background:#1faa54}
@media(max-width:560px){.ba-pair{gap:10px}.ba-tag{font-size:.64rem;padding:4px 8px}}
