:root { --navy:#102b3f; --navy-deep:#0a2131; --orange:#e76f34; --orange-dark:#c94e1a; --cream:#f5f1e8; --paper:#fffdf8; --ink:#15232c; --muted:#62717a; --line:#d9dedc; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
svg { width:1.1em; fill:none; stroke:currentColor; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; }
.topbar { min-height:36px; padding:8px clamp(20px,5vw,72px); display:flex; align-items:center; justify-content:space-between; background:var(--navy-deep); color:#dce8ec; font-size:12px; letter-spacing:.03em; }
.topbar a { color:white; font-weight:700; }
.site-header { height:86px; padding:0 clamp(20px,5vw,72px); display:flex; align-items:center; gap:40px; background:var(--paper); border-bottom:1px solid rgba(16,43,63,.09); }
.brand { display:flex; align-items:center; gap:11px; margin-right:auto; }
.brand-mark { width:43px; height:43px; display:grid; place-items:center; background:var(--orange); color:white; font-size:13px; font-weight:900; transform:rotate(-3deg); border-radius:3px 10px 3px 10px; }
.brand>span:last-child { display:flex; flex-direction:column; line-height:.95; }
.brand strong { color:var(--navy); font-size:17px; letter-spacing:.01em; }
.brand em { color:var(--orange); font-size:14px; font-weight:800; font-style:normal; letter-spacing:.15em; text-transform:uppercase; }
nav { display:flex; gap:30px; font-size:14px; font-weight:700; color:#354b59; }
nav a:hover { color:var(--orange); }
.header-call { display:flex; align-items:center; gap:11px; color:var(--navy); font-weight:900; }
.header-call>svg { width:22px; height:22px; color:var(--orange); }
.header-call span { display:flex; flex-direction:column; }
.header-call small { color:var(--muted); font-size:10px; font-weight:700; letter-spacing:.13em; text-transform:uppercase; }
.hero { min-height:615px; display:grid; grid-template-columns:54% 46%; overflow:hidden; background:var(--navy); color:white; }
.hero-copy { padding:88px clamp(24px,6vw,96px); align-self:center; }
.eyebrow { display:flex; align-items:center; gap:10px; margin:0 0 22px; color:#f4aa83; font-size:12px; font-weight:900; letter-spacing:.16em; text-transform:uppercase; }
.eyebrow span { width:30px; height:3px; background:currentColor; }
.hero h1 { max-width:690px; margin:0; font-family:Georgia,'Times New Roman',serif; font-size:clamp(54px,5.7vw,86px); font-weight:500; line-height:.96; letter-spacing:-.045em; }
.hero h1 em { color:#f4a176; font-weight:500; }
.hero-copy>p { max-width:590px; margin:27px 0 31px; color:#d8e2e6; font-size:18px; line-height:1.7; }
.hero-actions { display:flex; align-items:center; gap:26px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:54px; padding:0 22px; border-radius:3px; font-weight:900; }
.button-primary { background:var(--orange); color:white; box-shadow:0 8px 24px rgba(0,0,0,.15); }
.button-primary:hover { background:var(--orange-dark); transform:translateY(-1px); }
.text-link { padding-block:12px; border-bottom:1px solid rgba(255,255,255,.35); font-size:14px; font-weight:800; }
.text-link span { margin-left:5px; color:#f4a176; }
.hero-checks { display:flex; flex-wrap:wrap; gap:21px; margin-top:39px; color:#dce7ea; font-size:12px; font-weight:700; }
.hero-checks span { display:flex; align-items:center; gap:7px; }
.hero-checks svg { color:#f4a176; }
.hero-visual { position:relative; min-height:615px; background:#d8c7b0; }
.hero-photo { width:100%; height:100%; min-height:615px; background-image:url('assets/handyman-hero.png'); background-size:cover; background-position:67% center; }
.availability-card { position:absolute; left:-34px; bottom:40px; display:flex; flex-direction:column; gap:4px; padding:18px 22px; background:var(--paper); color:var(--ink); border-left:5px solid var(--orange); box-shadow:0 16px 44px rgba(0,0,0,.2); }
.availability-card strong { font-family:Georgia,serif; font-size:18px; }
.availability-card span { color:var(--muted); font-size:12px; }
.trust-strip { display:grid; grid-template-columns:repeat(3,1fr); padding:0 clamp(20px,5vw,72px); background:var(--cream); border-bottom:1px solid #e3ddd0; }
.trust-strip div { padding:27px 36px; border-right:1px solid #d8d2c6; }
.trust-strip div:last-child { border-right:0; }
.trust-strip strong,.trust-strip span { display:block; }
.trust-strip strong { color:var(--navy); font-family:Georgia,serif; font-size:18px; }
.trust-strip span { margin-top:5px; color:var(--muted); font-size:12px; }
.section { padding:102px clamp(22px,6vw,92px); }
.services { background:var(--paper); }
.section-heading { display:grid; grid-template-columns:1.3fr .7fr; gap:70px; align-items:end; max-width:1200px; margin:0 auto 48px; }
.eyebrow.dark { color:var(--orange); }
.section-heading h2 { margin:0; color:var(--navy); font-family:Georgia,'Times New Roman',serif; font-size:clamp(39px,4vw,58px); font-weight:500; line-height:1.03; letter-spacing:-.03em; }
.section-heading>p { margin:0 0 5px; color:var(--muted); font-size:15px; line-height:1.7; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); max-width:1200px; margin:0 auto; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.service-card { min-height:285px; padding:28px; display:flex; flex-direction:column; border-right:1px solid var(--line); border-bottom:1px solid var(--line); transition:.2s ease; }
.service-card:hover { background:var(--cream); transform:translateY(-2px); }
.service-meta { display:flex; align-items:center; justify-content:space-between; color:#98a3a8; font-size:11px; font-weight:900; }
.service-meta b { width:40px; height:40px; display:grid; place-items:center; border-radius:50%; background:#edf1ef; color:var(--navy); font-size:18px; }
.service-card h3 { margin:36px 0 12px; color:var(--navy); font-family:Georgia,serif; font-size:24px; font-weight:500; }
.service-card p { margin:0; color:var(--muted); font-size:14px; line-height:1.65; }
.service-card a { margin-top:auto; padding-top:22px; color:var(--orange-dark); font-size:12px; font-weight:900; text-transform:uppercase; letter-spacing:.04em; }
.service-card a span { margin-left:5px; }
.why-section { display:grid; grid-template-columns:1.05fr .95fr; background:var(--navy); color:white; }
.why-panel { padding:100px clamp(28px,7vw,110px); background:linear-gradient(135deg,rgba(5,27,41,.2),rgba(5,27,41,.65)),url('assets/handyman-hero.png') center/cover; position:relative; }
.why-panel::before { content:""; position:absolute; inset:0; background:rgba(8,33,49,.88); }
.why-panel>* { position:relative; }
.why-panel h2 { max-width:630px; margin:0 0 26px; font-family:Georgia,serif; font-size:clamp(40px,4.4vw,62px); font-weight:500; line-height:1.02; letter-spacing:-.035em; }
.why-panel>p:not(.eyebrow) { max-width:620px; color:#d9e4e8; font-size:15px; line-height:1.75; }
.why-panel .button { margin-top:20px; }
.why-list { padding:100px clamp(28px,6vw,88px); background:var(--cream); color:var(--ink); }
.why-list ul { margin:34px 0 0; padding:0; list-style:none; }
.why-list li { display:flex; align-items:center; gap:18px; padding:19px 0; border-bottom:1px solid #d9d3c8; color:var(--muted); font-size:14px; line-height:1.5; }
.why-list li svg { flex:0 0 28px; width:28px; height:28px; padding:6px; border-radius:50%; background:var(--orange); color:white; }
.why-list li>span:first-child { flex:0 0 28px; width:28px; height:28px; display:grid; place-items:center; border-radius:50%; background:var(--orange); color:white; font-weight:900; }
.why-list li strong { color:var(--navy); }
.process { background:#fdfbf6; }
.center-heading { max-width:730px; margin:0 auto 60px; text-align:center; }
.center-heading .eyebrow { justify-content:center; }
.center-heading h2 { margin:0; color:var(--navy); font-family:Georgia,serif; font-size:clamp(42px,4vw,58px); font-weight:500; letter-spacing:-.035em; }
.center-heading>p:last-child { color:var(--muted); line-height:1.7; }
.steps { position:relative; display:grid; grid-template-columns:repeat(3,1fr); gap:38px; max-width:1120px; margin:0 auto; }
.steps::before { content:""; position:absolute; top:28px; left:16.5%; right:16.5%; height:1px; border-top:1px dashed #b9c1c2; }
.steps article { position:relative; text-align:center; }
.steps article>span { width:56px; height:56px; margin:auto; display:grid; place-items:center; position:relative; z-index:1; border-radius:50%; background:var(--navy); color:white; font-family:Georgia,serif; font-size:22px; box-shadow:0 0 0 8px #fdfbf6; }
.steps h3 { margin:26px 0 10px; color:var(--navy); font-family:Georgia,serif; font-size:23px; font-weight:500; }
.steps p { max-width:280px; margin:auto; color:var(--muted); font-size:14px; line-height:1.65; }
.pricing-section { padding:0 clamp(20px,6vw,92px) 100px; background:#fdfbf6; }
.price-card { max-width:1200px; margin:auto; padding:54px 58px; display:grid; grid-template-columns:210px 1fr auto; gap:54px; align-items:center; background:var(--navy); color:white; box-shadow:18px 18px 0 #e4ddd1; }
.price-badge { width:180px; height:180px; display:flex; flex-direction:column; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,.28); border-radius:50%; background:rgba(255,255,255,.05); }
.price-badge small { color:#c8d8df; font-size:10px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.price-badge strong { font-family:Georgia,serif; font-size:72px; font-weight:500; line-height:1.05; }
.price-badge sup { color:#f4a176; font-size:30px; }
.price-copy .eyebrow { margin-bottom:15px; }
.price-copy h2 { margin:0 0 15px; font-family:Georgia,serif; font-size:38px; font-weight:500; line-height:1.08; }
.price-copy>p:not(.eyebrow):not(.price-note) { color:#cbd9df; font-size:14px; line-height:1.7; }
.price-note { display:flex; align-items:center; gap:8px; color:white; font-size:13px; font-weight:800; }
.price-note svg { color:#f4a176; }
.button-light { min-width:170px; background:var(--paper); color:var(--navy); }
.faq { display:grid; grid-template-columns:.75fr 1.25fr; gap:90px; max-width:1370px; margin:auto; }
.faq-intro { align-self:start; position:sticky; top:30px; }
.faq-intro h2 { max-width:490px; margin:0 0 25px; color:var(--navy); font-family:Georgia,serif; font-size:clamp(40px,4vw,57px); font-weight:500; line-height:1.03; letter-spacing:-.035em; }
.faq-intro>p:not(.eyebrow) { color:var(--muted); }
.faq-intro>a { display:inline-block; padding-bottom:8px; border-bottom:2px solid var(--orange); color:var(--navy); font-weight:900; }
.faq-intro>a span { color:var(--orange); }
.faq-list { border-top:1px solid var(--line); }
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list summary { min-height:76px; padding:20px 0; display:flex; align-items:center; justify-content:space-between; gap:20px; color:var(--navy); font-family:Georgia,serif; font-size:20px; font-weight:600; cursor:pointer; list-style:none; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { width:32px; height:32px; display:grid; place-items:center; flex:0 0 32px; border-radius:50%; background:var(--cream); color:var(--orange); font-family:Arial,sans-serif; transition:.2s; }
.faq-list details[open] summary span { transform:rotate(45deg); background:var(--orange); color:white; }
.faq-list details p { margin:-5px 48px 24px 0; color:var(--muted); font-size:14px; line-height:1.75; }
.final-cta { padding:85px clamp(24px,7vw,105px); display:grid; grid-template-columns:1.15fr .85fr; align-items:center; gap:75px; background:var(--navy-deep); color:white; }
.final-cta h2 { max-width:720px; margin:0 0 17px; font-family:Georgia,serif; font-size:clamp(43px,4.7vw,66px); font-weight:500; line-height:1.02; letter-spacing:-.035em; }
.final-cta>div>p:not(.eyebrow) { max-width:650px; color:#c8d7dd; line-height:1.7; }
.final-actions { display:flex; flex-direction:column; align-items:stretch; gap:12px; }
.button-outline { border:1px solid rgba(255,255,255,.35); color:white; }
.final-actions small { color:#aebfc6; text-align:center; }
footer { padding:52px clamp(22px,5vw,72px) 28px; display:grid; grid-template-columns:1.3fr repeat(3,1fr); gap:30px; align-items:center; background:#071a27; color:#d5e0e4; }
.footer-brand { margin-right:0; }
.footer-brand strong { color:white; }
footer>div:not(.brand) { display:flex; flex-direction:column; gap:5px; font-size:13px; }
footer>div strong { color:#8fa4ad; font-size:10px; letter-spacing:.1em; text-transform:uppercase; }
footer>div a { color:white; font-weight:700; }
footer>p { grid-column:1/-1; margin:24px 0 0; padding-top:24px; border-top:1px solid rgba(255,255,255,.12); color:#8297a0; font-size:11px; }
.mobile-call-bar { display:none; }
@media (max-width:900px) { nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:72px 7vw 64px}.hero-visual,.hero-photo{min-height:420px}.availability-card{left:20px}.service-grid{grid-template-columns:repeat(2,1fr)}.why-section{grid-template-columns:1fr}.steps{gap:22px}.price-card{grid-template-columns:160px 1fr}.price-badge{width:150px;height:150px}.price-badge strong{font-size:60px}.price-card .button{grid-column:1/-1}.faq{gap:45px}.final-cta{grid-template-columns:1fr;gap:32px}footer{grid-template-columns:repeat(3,1fr)}.footer-brand{grid-column:1/-1} }
@media (max-width:620px) { body{padding-bottom:64px}.topbar{justify-content:center}.topbar a{display:none}.site-header{height:72px;padding-inline:18px}.header-call{display:none}.hero-copy{padding:58px 22px 54px}.hero h1{font-size:52px}.hero-copy>p{font-size:16px}.hero-actions{align-items:stretch;flex-direction:column;gap:12px}.text-link{text-align:center}.hero-checks{display:grid;gap:10px;margin-top:29px}.hero-visual,.hero-photo{min-height:330px}.hero-photo{background-position:67% center}.availability-card{left:16px;bottom:16px}.trust-strip{grid-template-columns:1fr;padding:12px 22px}.trust-strip div{padding:16px 0;border-right:0;border-bottom:1px solid #d8d2c6}.trust-strip div:last-child{border-bottom:0}.section{padding:72px 20px}.section-heading{grid-template-columns:1fr;gap:20px}.section-heading h2{font-size:41px}.service-grid{grid-template-columns:1fr}.service-card{min-height:250px}.why-panel,.why-list{padding:72px 22px}.why-panel h2{font-size:42px}.steps{grid-template-columns:1fr;gap:46px}.steps::before{top:20px;bottom:20px;left:28px;right:auto;width:1px;height:auto;border-top:0;border-left:1px dashed #b9c1c2}.steps article{padding-left:76px;text-align:left}.steps article>span{position:absolute;left:0}.steps h3{margin:4px 0 8px}.steps p{margin:0}.pricing-section{padding:0 14px 72px}.price-card{padding:42px 24px;grid-template-columns:1fr;gap:30px;text-align:center;box-shadow:8px 8px 0 #e4ddd1}.price-badge{margin:auto}.price-copy .eyebrow{justify-content:center}.price-note{justify-content:center}.price-card .button{grid-column:auto}.faq{grid-template-columns:1fr;gap:32px}.faq-intro{position:static}.faq-intro h2{font-size:42px}.faq-list summary{font-size:18px}.final-cta{padding:72px 22px}.final-cta h2{font-size:44px}footer{grid-template-columns:1fr;padding:48px 22px 32px}.footer-brand{grid-column:auto}footer>p{grid-column:auto}.mobile-call-bar{position:fixed;z-index:50;left:0;right:0;bottom:0;height:64px;display:flex;align-items:center;justify-content:center;gap:10px;background:var(--orange);color:white;font-weight:900;box-shadow:0 -8px 25px rgba(0,0,0,.18)}.mobile-call-bar svg{width:20px} }
