:root {
  --red: #d3202b;
  --red-dark: #a9151e;
  --ink: #171719;
  --gray: #62646a;
  --gray-dark: #34363a;
  --soft: #f0f1f2;
  --line: #d4d5d7;
  --white: #ffffff;
  --radius: 22px;
  --shadow: 0 20px 55px rgba(23, 23, 25, .12);
}
* { box-sizing: border-box; }
.sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
html { scroll-behavior: smooth; }
body { margin:0; color:var(--ink); background:var(--white); font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; font-size:17px; line-height:1.65; }
a { color:inherit; }
button,input,select,textarea { font:inherit; }
.wrap { width:min(1180px,calc(100% - 40px)); margin-inline:auto; }
.site-header { position:sticky; top:0; z-index:20; background:rgba(255,255,255,.96); backdrop-filter:blur(16px); border-bottom:3px solid var(--red); }
.nav { min-height:88px; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.brand { display:inline-flex; align-items:center; text-decoration:none; }
.brand-lockup { flex-direction:column; align-items:center; gap:1px; }
.brand-lockup span { color:var(--red); font-size:.63rem; line-height:1; font-weight:950; letter-spacing:.13em; text-transform:uppercase; }
.brand-logo { display:block; width:clamp(210px,23vw,310px); height:auto; }
.brand-logo-small { width:220px; }
.nav-links { display:flex; align-items:center; gap:25px; }
.nav-links a { text-decoration:none; font-size:.95rem; font-weight:800; }
.nav-links a:hover { color:var(--red); text-decoration:underline; text-decoration-thickness:2px; text-underline-offset:6px; }
.menu-button { display:none; border:0; background:transparent; color:var(--ink); font-weight:850; padding:10px; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:9px; min-height:54px; padding:0 24px; border-radius:999px; border:2px solid var(--ink); background:var(--ink); color:var(--white); text-decoration:none; font-weight:850; cursor:pointer; transition:transform .18s ease,box-shadow .18s ease,background .18s ease; }
.btn:hover { transform:translateY(-2px); box-shadow:0 8px 0 rgba(23,23,25,.12); }
.btn-yellow { background:var(--red); border-color:var(--red); color:var(--white); }
.btn-yellow:hover { background:var(--red-dark); }
.btn-light { background:var(--white); color:var(--ink); }
.btn-ghost { background:transparent; border-color:var(--gray-dark); color:var(--ink); }
.hero { overflow:hidden; background:linear-gradient(112deg,#fff 0%,#fff 64%,#f1f2f3 64%,#e5e6e8 100%); border-bottom:1px solid var(--line); }
.hero-grid { min-height:650px; display:grid; grid-template-columns:1.15fr .85fr; align-items:center; gap:70px; padding:80px 0; }
.eyebrow { display:inline-flex; align-items:center; gap:10px; color:var(--red); font-size:.82rem; font-weight:950; text-transform:uppercase; letter-spacing:.14em; }
.eyebrow::before { content:""; width:30px; height:4px; background:var(--red); }
h1,h2,h3 { line-height:1.05; margin-top:0; letter-spacing:-.05em; }
h1 { font-size:clamp(3.7rem,7.5vw,7.2rem); margin-bottom:25px; max-width:900px; }
h2 { font-size:clamp(2.7rem,5vw,4.8rem); margin-bottom:20px; }
h3 { font-size:1.48rem; }
.page-title { font-size:clamp(3.1rem,6.5vw,6.2rem); margin:10px 0 0; }
.hero h1::after { content:""; display:block; width:128px; height:8px; margin-top:25px; background:var(--red); }
.hero-copy { font-size:1.24rem; max-width:680px; margin:0 0 34px; color:var(--gray-dark); }
.rotating-service-line { min-height:62px; margin:-18px 0 28px; color:var(--gray-dark); font-size:1.03rem; font-weight:850; }
.rotating-service-line small { display:block; margin-top:4px; color:var(--gray); font-size:.83rem; font-weight:750; }
.rotating-service-line strong { display:inline-block; min-width:310px; color:var(--red); font-weight:950; transition:opacity .22s ease,transform .22s ease; }
.rotating-service-line strong.is-changing { opacity:0; transform:translateY(5px); }
.actions { display:flex; flex-wrap:wrap; gap:12px; }
.trust-row { display:flex; flex-wrap:wrap; gap:20px; margin-top:33px; font-size:.94rem; font-weight:850; }
.trust-row span::before { content:"✓"; display:inline-grid; place-items:center; width:25px; height:25px; margin-right:8px; border-radius:50%; background:var(--red); color:var(--white); }
.hero-card { position:relative; border:1px solid #c7c8ca; border-left:8px solid var(--red); border-radius:30px; background:rgba(255,255,255,.95); padding:44px 34px 34px; box-shadow:var(--shadow); }
.hero-logo-symbol { display:block; width:160px; height:auto; object-fit:contain; margin:-105px auto 16px; background:transparent; }
.hero-card p { margin:0 0 24px; color:var(--gray); }
.clean-list { list-style:none; padding:0; margin:0; display:grid; gap:15px; }
.clean-list li { display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); padding-bottom:13px; font-weight:850; }
.clean-list li span { color:var(--red); font-size:.8rem; text-transform:uppercase; letter-spacing:.08em; }
.standards-strip { padding:38px 0; border-bottom:1px solid var(--line); background:var(--white); }
.standards-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.standards-grid article { display:grid; grid-template-columns:auto 1fr; gap:14px; padding:4px 24px; border-right:1px solid var(--line); }
.standards-grid article:first-child { padding-left:0; }
.standards-grid article:last-child { padding-right:0; border-right:0; }
.standard-icon { width:42px; height:42px; display:grid; place-items:center; border-radius:50%; color:var(--red); background:#fff0f1; font-size:.78rem; font-weight:950; }
.standards-grid h3 { margin:2px 0 7px; color:var(--red); font-size:.9rem; letter-spacing:.02em; text-transform:uppercase; }
.standards-grid p { margin:0; color:var(--gray); font-size:.84rem; line-height:1.45; }
.section { padding:105px 0; background:var(--white); }
.section-dark { background:var(--soft); color:var(--ink); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.section-head { display:flex; justify-content:space-between; align-items:end; gap:34px; margin-bottom:46px; }
.section-head p { max-width:540px; color:var(--gray); margin:0; font-size:1.06rem; }
.section-dark .section-head p { color:var(--gray); }
.services { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.service { background:var(--white); color:var(--ink); border:1px solid var(--line); border-top:6px solid var(--gray); border-radius:var(--radius); padding:30px; min-height:260px; display:flex; flex-direction:column; justify-content:space-between; box-shadow:0 8px 24px rgba(23,23,25,.06); }
.service .num { color:var(--red); font-size:.84rem; font-weight:950; letter-spacing:.12em; }
.service p { color:var(--gray); margin:0; }
.service.featured { background:var(--red); border-color:var(--red); color:var(--white); }
.service.featured .num,.service.featured p { color:var(--white); }
.services-detailed .service { display:block; min-height:0; padding:0; overflow:hidden; }
.services-detailed summary { min-height:245px; padding:30px; display:flex; flex-direction:column; justify-content:space-between; cursor:pointer; list-style:none; }
.services-detailed summary::-webkit-details-marker { display:none; }
.services-detailed summary::after { content:"View details +"; margin-top:25px; color:var(--red); font-size:.82rem; font-weight:950; letter-spacing:.08em; text-transform:uppercase; }
.services-detailed details[open] summary::after { content:"Hide details −"; }
.services-detailed .featured summary::after { color:var(--white); }
.services-detailed .service > ul { margin:0; padding:24px 48px 10px; border-top:1px solid var(--line); background:var(--white); color:var(--ink); }
.services-detailed .service > ul li { margin-bottom:10px; }
.scope-note { margin:0!important; padding:12px 30px 28px; background:var(--white); color:var(--gray)!important; font-size:.88rem; font-weight:750; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; counter-reset:step; }
.about-section { border-top:1px solid var(--line); }
.about-grid { display:grid; grid-template-columns:310px 1fr; gap:70px; align-items:center; }
.about-mark { min-height:360px; display:grid; place-items:center; border:1px solid var(--line); border-left:8px solid var(--red); border-radius:30px; background:linear-gradient(145deg,#fff,#eceeef); box-shadow:var(--shadow); }
.about-mark img { width:260px; height:auto; object-fit:contain; }
.about-lead { max-width:720px; color:var(--gray-dark); font-size:1.15rem; }
.experience-line { max-width:760px; margin:26px 0 0; padding:20px 22px; border-left:5px solid var(--red); background:var(--soft); }
.experience-line strong { display:block; margin-bottom:5px; color:var(--red); font-size:.78rem; font-weight:950; letter-spacing:.11em; text-transform:uppercase; }
.experience-line p { margin:0; color:var(--gray-dark); line-height:1.55; }
.about-points { list-style:none; padding:0; margin:28px 0 0; display:grid; grid-template-columns:1fr 1fr; gap:15px 24px; }
.about-points li { position:relative; padding-left:28px; font-weight:750; }
.about-points li::before { content:"✓"; position:absolute; left:0; top:0; color:var(--red); font-weight:950; }
.step { border-top:5px solid var(--red); padding-top:22px; }
.step::before { counter-increment:step; content:"0" counter(step); display:block; margin-bottom:52px; font-size:.9rem; font-weight:950; color:var(--gray); }
.step p { color:var(--gray); }
.walkthrough-section { background:var(--soft); border-top:1px solid var(--line); }
.walkthrough-layout { display:grid; grid-template-columns:.72fr 1.28fr; overflow:hidden; border:1px solid var(--line); border-radius:34px; background:var(--white); box-shadow:var(--shadow); }
.walkthrough-copy { padding:52px 44px; background:var(--gray-dark); color:var(--white); border-right:7px solid var(--red); }
.walkthrough-copy img { display:block; width:145px; height:145px; object-fit:contain; border-radius:50%; background:var(--white); margin-bottom:32px; }
.walkthrough-copy h3 { font-size:2rem; }
.walkthrough-copy p { color:#ececee; }
.check-list { list-style:none; padding:0; margin:30px 0 0; display:grid; gap:13px; }
.check-list li::before { content:"✓"; display:inline-grid; place-items:center; width:24px; height:24px; margin-right:10px; border-radius:50%; background:var(--red); color:var(--white); font-weight:950; }
.walkthrough-form { padding:48px; }
.walkthrough-form .form-note strong { color:var(--red-dark); }
.walkthrough-invite { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:38px; padding:42px; border:1px solid var(--line); border-left:8px solid var(--red); border-radius:30px; background:var(--white); box-shadow:var(--shadow); }
.walkthrough-invite > img { width:145px; height:145px; object-fit:contain; }
.walkthrough-invite h2 { font-size:clamp(2.25rem,4.3vw,4rem); margin:8px 0 16px; }
.walkthrough-invite p { max-width:670px; margin:0; color:var(--gray); }
.invite-points { display:flex; flex-wrap:wrap; gap:10px 20px; margin-top:22px; font-size:.88rem; font-weight:900; }
.invite-points span::before { content:"✓"; margin-right:7px; color:var(--red); }
.contact-section { padding-top:80px; }
.contact-hub { max-width:980px; }
.contact-hub-head { text-align:center; margin:0 auto 38px; max-width:720px; }
.contact-hub-head p { color:var(--gray); }
.contact-hub-head a { font-weight:850; text-underline-offset:4px; }
.contact-methods { display:grid; gap:2px; margin-top:22px; }
.contact-methods p { margin:0; }
.contact-methods p:last-child { margin-top:8px; font-weight:800; color:var(--gray-dark); }
.contact-options { display:grid; gap:16px; }
.contact-option { overflow:hidden; border:1px solid var(--line); border-left:7px solid var(--red); border-radius:24px; background:var(--white); box-shadow:0 10px 30px rgba(23,23,25,.07); }
.contact-option summary { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:26px 30px; cursor:pointer; list-style:none; }
.contact-option summary::-webkit-details-marker { display:none; }
.contact-option summary span { display:grid; gap:4px; }
.contact-option summary small { color:var(--red); font-size:.78rem; font-weight:950; letter-spacing:.11em; text-transform:uppercase; }
.contact-option summary strong { font-size:1.35rem; }
.contact-option summary b { display:grid; place-items:center; width:42px; height:42px; flex:0 0 auto; border-radius:50%; background:var(--soft); color:var(--red); font-size:1.55rem; }
.contact-option[open] summary { background:var(--gray-dark); color:var(--white); }
.contact-option[open] summary b { background:var(--red); color:var(--white); transform:rotate(45deg); }
.contact-option .contact-form { border-top:1px solid var(--line); padding:38px; }
.option-intro { padding:24px 38px 0; color:var(--gray); }
.option-intro p { margin:0; }
.back-to-top { position:fixed; right:20px; bottom:20px; z-index:30; display:flex; align-items:center; gap:7px; padding:12px 16px; border:2px solid var(--white); border-radius:999px; background:var(--ink); color:var(--white); box-shadow:0 10px 28px rgba(23,23,25,.25); font-weight:900; cursor:pointer; opacity:0; pointer-events:none; transform:translateY(12px); transition:opacity .2s ease,transform .2s ease; }
.back-to-top.visible { opacity:1; pointer-events:auto; transform:translateY(0); }
.contact-panel { display:grid; grid-template-columns:.85fr 1.15fr; overflow:hidden; border:1px solid var(--line); border-radius:34px; background:var(--white); box-shadow:var(--shadow); }
.contact-copy { padding:58px; background:var(--gray-dark); color:var(--white); border-right:7px solid var(--red); }
.contact-copy .eyebrow,.contact-copy a { color:var(--white); }
.contact-copy .eyebrow::before { background:var(--red); }
.contact-copy p { max-width:420px; color:#ececee; }
.contact-meta { margin-top:44px; display:grid; gap:11px; }
.contact-meta a { font-weight:900; text-decoration-thickness:2px; text-underline-offset:4px; }
.contact-form { padding:58px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:17px; }
label { display:grid; gap:7px; font-size:.9rem; font-weight:850; }
input,select,textarea { width:100%; border:1.5px solid #bcbec2; background:#f7f7f8; border-radius:13px; padding:15px 16px; color:var(--ink); }
input:focus,select:focus,textarea:focus { outline:3px solid rgba(211,32,43,.18); border-color:var(--red); }
textarea { min-height:125px; resize:vertical; }
.full { grid-column:1/-1; }
.form-note { font-size:.82rem; color:var(--gray); margin:13px 0 0; }
.footer { padding:40px 0; background:var(--white); color:var(--ink); border-top:5px solid var(--red); }
.footer-grid { display:flex; align-items:center; justify-content:space-between; gap:28px; }
.footer p { color:var(--gray); margin:0; font-size:.9rem; }
.footer-links { display:flex; gap:20px; }
.footer-links a { color:var(--gray-dark); font-size:.88rem; font-weight:850; text-underline-offset:4px; }
.team-contacts { display:grid; gap:7px; }
.team-contacts > span { color:var(--red); font-size:.72rem; font-weight:950; letter-spacing:.1em; text-transform:uppercase; }
.footer-brand { align-items:flex-start; margin-bottom:8px; }
.social { display:none; gap:9px; }
.social span { width:38px; height:38px; border:1px dashed #8a8c90; display:grid; place-items:center; border-radius:50%; color:var(--gray); font-weight:900; font-size:.7rem; }
.profile-page { min-height:100vh; color:var(--ink); background:linear-gradient(135deg,#fff 0%,#fff 62%,#eff0f1 62%,#e3e4e6 100%); }
.profile-shell { width:min(780px,calc(100% - 30px)); margin:0 auto; padding:36px 0 70px; }
.profile-top { display:flex; justify-content:space-between; align-items:center; gap:24px; margin-bottom:34px; }
.profile-card { color:var(--ink); background:var(--white); border:1px solid var(--line); border-radius:34px; overflow:hidden; box-shadow:var(--shadow); }
.profile-banner { min-height:205px; background:var(--soft); border-bottom:6px solid var(--red); position:relative; overflow:hidden; }
.profile-banner::after { content:"PROFESSIONAL CLEANING"; position:absolute; left:-10px; bottom:10px; font-size:clamp(2rem,7vw,4.6rem); line-height:.8; color:#dfe0e2; font-weight:950; letter-spacing:-.06em; white-space:nowrap; }
.profile-banner-logo { position:absolute; right:28px; top:24px; z-index:2; width:250px; height:auto; mix-blend-mode:multiply; }
.avatar { position:absolute; left:38px; bottom:-56px; z-index:3; width:114px; height:114px; display:grid; place-items:center; border-radius:32px; background:var(--white); border:5px solid var(--red); color:var(--ink); font-size:2.15rem; font-weight:950; box-shadow:0 7px 20px rgba(23,23,25,.14); }
.profile-body { padding:78px 38px 40px; }
.profile-body h1 { font-size:clamp(3rem,9vw,5.2rem); margin:0 0 5px; }
.role { color:var(--red); font-size:1.06rem; font-weight:850; margin:0 0 25px; }
.bio { font-size:1.13rem; max-width:650px; color:var(--gray-dark); }
.profile-actions { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin:31px 0; }
.profile-actions .btn:first-child { grid-column:1/-1; }
.details { display:grid; gap:0; border-top:1px solid var(--line); margin-top:31px; }
.detail { display:grid; grid-template-columns:120px 1fr; gap:20px; padding:18px 0; border-bottom:1px solid var(--line); }
.detail span:first-child { color:var(--gray); font-size:.84rem; font-weight:950; text-transform:uppercase; letter-spacing:.08em; }
@media (max-width:1080px) {
  .services { grid-template-columns:1fr; }
  .services-detailed summary { min-height:210px; }
}
@media (max-width:940px) {
  .hero-grid,.contact-panel,.walkthrough-layout { grid-template-columns:1fr; }
  .hero-grid { gap:85px; }
  .hero-card { max-width:620px; }
  .services { grid-template-columns:1fr; }
  .contact-copy { border-right:0; border-bottom:7px solid var(--red); }
  .walkthrough-copy { border-right:0; border-bottom:7px solid var(--red); }
  .walkthrough-invite { grid-template-columns:auto 1fr; }
  .walkthrough-invite .btn { grid-column:1/-1; justify-self:start; }
  .standards-grid { grid-template-columns:1fr 1fr; gap:28px 0; }
  .standards-grid article:nth-child(2) { border-right:0; }
  .about-grid { grid-template-columns:230px 1fr; gap:38px; }
  .about-mark { min-height:290px; }
  .about-mark img { width:180px; height:180px; }
}
@media (max-width:720px) {
  .wrap { width:min(100% - 28px,1180px); }
  body { font-size:16px; }
  .nav { min-height:76px; }
  .brand-logo { width:210px; }
  .brand-lockup span { font-size:.55rem; }
  .nav-links { position:absolute; top:76px; left:0; right:0; padding:20px 22px 27px; display:none; flex-direction:column; align-items:flex-start; background:var(--white); border-bottom:3px solid var(--red); box-shadow:0 10px 24px rgba(23,23,25,.12); }
  .nav-links.open { display:flex; }
  .menu-button { display:block; }
  .nav .btn { display:none; }
  .walkthrough-header .brand-logo { width:165px; }
  .walkthrough-header .nav { gap:12px; }
  .walkthrough-header .nav .btn { display:inline-flex; min-height:44px; padding:0 13px; font-size:.77rem; }
  .hero { background:linear-gradient(160deg,#fff 0%,#fff 73%,#eef0f1 73%,#e5e6e8 100%); }
  .hero-grid { min-height:auto; padding:68px 0 82px; }
  h1 { font-size:clamp(3.25rem,16vw,5rem); }
  h2 { font-size:clamp(2.45rem,12vw,3.5rem); }
  .hero-card { margin-top:36px; padding:42px 26px 28px; }
  .rotating-service-line { min-height:82px; }
  .rotating-service-line strong { min-width:0; }
  .hero-logo-symbol { width:145px; height:auto; margin-top:-96px; }
  .section { padding:78px 0; }
  .section-head { align-items:start; flex-direction:column; }
  .services,.steps,.form-grid { grid-template-columns:1fr; }
  .service.featured { transform:none; }
  .contact-copy,.contact-form,.walkthrough-copy,.walkthrough-form { padding:38px 27px; }
  .contact-option .contact-form { padding:28px 22px; }
  .option-intro { padding:20px 22px 0; }
  .contact-option summary { padding:22px; }
  .contact-option summary strong { font-size:1.1rem; }
  .back-to-top span { display:none; }
  .back-to-top { width:48px; height:48px; justify-content:center; padding:0; }
  .full { grid-column:auto; }
  .footer-grid { align-items:flex-start; flex-direction:column; }
  .footer-links { flex-direction:column; gap:8px; }
  .team-contacts { padding-top:4px; }
  .walkthrough-invite { grid-template-columns:1fr; padding:34px 26px; }
  .walkthrough-invite > img { width:112px; height:112px; }
  .walkthrough-invite .btn { grid-column:auto; width:100%; }
  .standards-strip { padding:32px 0; }
  .standards-grid { grid-template-columns:1fr; gap:0; }
  .standards-grid article,.standards-grid article:first-child,.standards-grid article:last-child { padding:20px 4px; border-right:0; border-bottom:1px solid var(--line); }
  .standards-grid article:last-child { border-bottom:0; }
  .about-grid { grid-template-columns:1fr; gap:38px; }
  .about-mark { min-height:245px; }
  .about-points { grid-template-columns:1fr; }
  .profile-shell { padding-top:20px; }
  .profile-top { align-items:flex-start; flex-direction:column; }
  .profile-top .btn { align-self:flex-end; }
  .profile-card { border-radius:26px; }
  .profile-banner { min-height:165px; }
  .profile-banner-logo { width:180px; right:16px; top:18px; }
  .avatar { left:25px; width:98px; height:98px; bottom:-50px; }
  .profile-body { padding:70px 24px 30px; }
  .profile-actions { grid-template-columns:1fr; }
  .profile-actions .btn:first-child { grid-column:auto; }
  .detail { grid-template-columns:92px 1fr; gap:11px; }
}
