:root { --ink:#163533; --muted:#64716f; --canvas:#f7f7f4; --line:#d9dedb; --white:#fff; --velarona:#17776f; --navy:#111c2e; --gold:#b89a57; --mono:"DM Mono", monospace; --body:"Manrope", Arial, sans-serif; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--canvas); color:var(--ink); font-family:var(--body); }
a { color:inherit; text-decoration:none; }
.shell { width:min(1240px, calc(100% - 48px)); margin-inline:auto; }
.topbar { width:min(1320px, calc(100% - 48px)); min-height:84px; margin:auto; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); }
.brand { display:inline-flex; align-items:center; gap:9px; font-size:10px; font-weight:800; letter-spacing:.18em; white-space:nowrap; }
.brand b { color:var(--velarona); }
.brand-mark { display:grid; width:28px; height:28px; place-items:center; border-radius:50%; color:#fff; background:var(--ink); font:500 14px/1 var(--body); letter-spacing:0; }
.topbar nav { display:flex; gap:28px; color:#55625f; font-size:12px; font-weight:700; }
.topbar nav a:hover, footer a:hover { color:var(--velarona); }
.hero { min-height:622px; display:grid; grid-template-columns:1.1fr .9fr; gap:clamp(54px,9vw,130px); align-items:center; padding:clamp(72px,10vw,138px) 0; position:relative; }
.hero::before { content:""; position:absolute; z-index:-1; width:calc(50vw + 170px); height:100%; top:0; right:calc(50% - 620px); background:linear-gradient(135deg,#e4eeeb 0%,#dbe8e3 100%); clip-path:polygon(21% 0,100% 0,100% 100%,0 100%); }
.eyebrow { display:flex; align-items:center; gap:10px; margin:0 0 23px; color:#667470; font:500 10px/1 var(--mono); letter-spacing:.12em; text-transform:uppercase; }
.eyebrow span { display:grid; place-items:center; width:24px; height:24px; border:1px solid currentColor; border-radius:50%; font-size:8px; letter-spacing:0; }
h1,h2,h3,p { margin-top:0; }
h1,h2,h3 { letter-spacing:-.055em; }
h1 { max-width:700px; margin-bottom:27px; color:#102c2a; font-size:clamp(3.1rem,6.1vw,5.9rem); line-height:.98; font-weight:500; }
h1 strong { color:var(--velarona); font-weight:700; }
.hero-copy > p:not(.eyebrow) { max-width:560px; margin-bottom:34px; color:#53615e; font-size:1.04rem; line-height:1.78; }
.primary-link { display:inline-flex; align-items:center; gap:17px; padding:14px 0; border-bottom:1px solid var(--ink); font-size:12px; font-weight:800; }
.primary-link span { color:var(--velarona); font-size:18px; }
.hero-panel { min-height:400px; display:flex; flex-direction:column; justify-content:space-between; padding:25px; color:var(--navy); background:var(--white); border:1px solid #cedbd6; box-shadow:0 28px 55px rgba(25,57,52,.10); }
.panel-top,.panel-bottom { display:flex; justify-content:space-between; color:#71807d; font:500 9px/1 var(--mono); letter-spacing:.1em; text-transform:uppercase; }
.panel-bottom { padding-top:20px; border-top:1px solid var(--line); color:var(--ink); }
.panel-core { display:flex; flex-direction:column; gap:21px; max-width:320px; }
.panel-symbol { color:var(--velarona); font-size:94px; font-weight:400; line-height:.7; letter-spacing:-.12em; }
.panel-core p { margin:0; font-size:1.34rem; font-weight:600; letter-spacing:-.03em; line-height:1.35; }
.businesses { padding:clamp(86px,11vw,150px) 0; }
.section-heading { display:grid; grid-template-columns:1.2fr .65fr; gap:11%; align-items:end; margin-bottom:56px; }
h2 { margin-bottom:0; font-size:clamp(2.65rem,5.1vw,5.05rem); line-height:.99; font-weight:500; }
.section-heading > p { max-width:415px; margin:0 0 4px; color:var(--muted); font-size:1rem; line-height:1.75; }
.business-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:26px; }
.business-card { display:flex; flex-direction:column; min-height:672px; border:1px solid var(--line); background:var(--white); overflow:hidden; }
.card-heading { display:flex; justify-content:space-between; align-items:center; min-height:58px; padding:0 23px; color:#63706d; border-bottom:1px solid var(--line); font:500 9px/1 var(--mono); letter-spacing:.1em; text-transform:uppercase; }
.card-number { color:var(--velarona); }
.cleaning-image { height:272px; margin:18px 18px 0; overflow:hidden; background:#d7e3df; }
.cleaning-image img { display:block; width:100%; height:100%; object-fit:cover; object-position:center 65%; filter:saturate(.85) contrast(.96); transition:transform .6s ease; }
.business-card:hover .cleaning-image img { transform:scale(1.035); }
.card-content { display:flex; flex:1; flex-direction:column; align-items:flex-start; padding:31px 34px 34px; }
.wordmark-row { display:flex; align-items:center; justify-content:space-between; width:100%; gap:16px; }
h3 { margin-bottom:13px; font-size:clamp(2.5rem,4.5vw,4.1rem); line-height:1; font-weight:600; }
.status-dot { width:11px; height:11px; border-radius:50%; background:var(--velarona); }
.card-content p { max-width:420px; color:#596662; font-size:.98rem; line-height:1.7; }
.service-tags { display:flex; flex-wrap:wrap; gap:7px; padding:0; margin:5px 0 30px; list-style:none; }
.service-tags li { padding:7px 9px; color:#52615d; background:#f0f3f1; border:1px solid #e5e9e7; border-radius:2px; font-size:10px; font-weight:700; }
.card-link { display:inline-flex; gap:14px; margin-top:auto; align-items:center; padding:11px 0; border-bottom:1px solid var(--ink); font-size:12px; font-weight:800; }
.card-link span { color:var(--velarona); font-size:17px; }
.vardonel-card { color:#f9f8f4; border-color:var(--navy); background:var(--navy); }
.vardonel-card .card-heading { color:#c8ced6; border-color:rgba(255,255,255,.16); }
.vardonel-card .card-number,.vardonel-card .status-dot { color:var(--gold); background:var(--gold); }
.vardonel-card .card-link span { color:var(--gold); }
.audit-preview { min-height:290px; margin:18px 18px 0; padding:21px; color:#e8eaeb; background:#192942; border:1px solid rgba(216,226,240,.18); }
.audit-top { display:flex; justify-content:space-between; padding-bottom:18px; color:#bdc4cc; border-bottom:1px solid rgba(216,226,240,.18); font:500 8px/1 var(--mono); letter-spacing:.08em; }
.audit-title { padding:25px 0 20px; color:#fff; font-size:1.72rem; font-weight:600; letter-spacing:-.045em; line-height:1.05; }
.audit-list { border-top:1px solid rgba(216,226,240,.18); }
.audit-list div { display:grid; grid-template-columns:27px 1fr auto; gap:9px; align-items:center; min-height:34px; border-bottom:1px solid rgba(216,226,240,.15); font-size:10px; }
.audit-index { color:var(--gold); font:500 8px/1 var(--mono); }.audit-list b { color:#c7d2dd; font-size:8px; font-weight:600; text-transform:uppercase; letter-spacing:.08em; }
.vardonel-card .card-content p { color:#d5d9df; }.vardonel-card .service-tags li { color:#d5d9df; border-color:rgba(255,255,255,.13); background:rgba(255,255,255,.07); }.vardonel-card .card-link { border-color:#f9f8f4; }
.next-step { padding:clamp(82px,11vw,148px) 0; color:#f8f8f4; background:var(--ink); }
.next-layout { display:grid; grid-template-columns:1fr .82fr; gap:12%; }.light { color:#b8d1c9; }.light span { color:#f8f8f4; border-color:#b8d1c9; }.next-step h2 { max-width:640px; }.next-copy { padding-top:37px; }.next-copy > p { max-width:430px; margin-bottom:36px; color:#d5e0db; font-size:1.08rem; line-height:1.7; }.next-copy dl { margin:0; }.next-copy dl div { padding:18px 0; border-top:1px solid rgba(255,255,255,.18); }.next-copy dt { margin-bottom:6px; color:#b8d1c9; font-size:12px; font-weight:800; }.next-copy dd { margin:0; color:#f4f4ef; font-size:.94rem; line-height:1.6; }
footer { min-height:110px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:30px; color:#66736f; font-size:12px; } footer > p { margin:0; } footer > div { display:flex; justify-content:flex-end; gap:20px; color:var(--ink); font-size:11px; font-weight:800; }
@media (max-width:760px) { .shell,.topbar { width:min(100% - 36px, 560px); }.topbar { min-height:72px; }.topbar nav { display:none; }.hero { grid-template-columns:1fr; gap:42px; min-height:auto; padding:72px 0 78px; }.hero::before { right:-18px; width:74vw; height:42%; top:auto; bottom:0; clip-path:polygon(31% 0,100% 0,100% 100%,0 100%); }.hero-panel { min-height:305px; }.panel-symbol { font-size:76px; }.panel-core p { font-size:1.14rem; }.section-heading,.business-grid,.next-layout { grid-template-columns:1fr; gap:25px; }.section-heading { margin-bottom:42px; }.business-card { min-height:0; }.cleaning-image { height:245px; }.card-content { min-height:347px; padding:27px; }.audit-preview { min-height:270px; }.next-copy { padding-top:0; } footer { grid-template-columns:1fr; justify-items:start; gap:15px; padding:35px 0; } footer > div { justify-content:flex-start; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; }.cleaning-image img { transition:none; } }
