
:root {
  --ink: #17202a;
  --ink-2: #222f3d;
  --muted: #65717d;
  --orange: #f5a524;
  --orange-dark: #db8610;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --white: #ffffff;
  --line: #ded9cf;
  --green: #3c7b66;
  --shadow: 0 24px 70px rgba(23, 32, 42, .14);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", system-ui, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--orange); color: var(--ink); font-weight: 700; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--ink); color: #d9dee3; font-size: 13px; }
.topbar p { margin: 0; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar__links { display: flex; align-items: center; gap: 12px; }
.topbar a:hover { color: var(--orange); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 253, 248, .91); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(222, 217, 207, .7); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand img { width: 52px; height: 52px; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__text strong { font-family: "Manrope", sans-serif; font-size: 25px; font-weight: 800; letter-spacing: -.04em; }
.brand__text small { margin-top: 5px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button):not(.nav-phone)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--orange); transition: .25s ease; }
.main-nav > a:not(.button):not(.nav-phone):hover::after { right: 0; }
.nav-phone { color: var(--orange-dark); font-weight: 800; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 12px; background: var(--ink); padding: 12px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: white; transition: .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 24px; border: 1px solid var(--orange); border-radius: 999px; background: var(--orange); color: var(--ink); font-weight: 800; box-shadow: 0 10px 24px rgba(245, 165, 36, .2); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: #ffb537; box-shadow: 0 14px 30px rgba(245, 165, 36, .3); }
.button svg { width: 19px; height: 19px; stroke-width: 2; }
.button--small { min-height: 44px; padding-inline: 18px; }
.button--light { background: var(--white); border-color: var(--white); box-shadow: none; }
.button--light:hover { background: var(--cream); }
.button--outline-light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.45); box-shadow: none; }
.button--outline-light:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.button--full { width: 100%; border: 0; }

.hero { position: relative; overflow: hidden; background: linear-gradient(125deg, #fffdf8 0%, #f7f3ea 65%, #efe8dc 100%); }
.hero__grid-pattern { position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(23,32,42,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(23,32,42,.04) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero::before { content:""; position:absolute; width:460px; height:460px; border:100px solid rgba(245,165,36,.08); border-radius:50%; left:-260px; bottom:-260px; }
.hero__inner { position: relative; min-height: 720px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; padding-top: 58px; padding-bottom: 72px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--orange-dark); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow span { width: 29px; height: 3px; background: var(--orange); border-radius: 9px; }
.hero h1, .section-heading h2, .about h2, .reviews h2, .estimate h2 { margin: 0; font-family: "Manrope", sans-serif; font-weight: 800; line-height: 1.04; letter-spacing: -.055em; }
.hero h1 { max-width: 660px; font-size: clamp(52px, 6vw, 83px); }
.hero h1 em { color: var(--orange-dark); font-style: normal; }
.hero__lead { max-width: 630px; margin: 28px 0 0; color: #52606d; font-size: 19px; line-height: 1.75; }
.hero__actions { margin-top: 35px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.text-link { font-weight: 800; }
.text-link span { margin-left: 7px; color: var(--orange-dark); transition: margin .2s; }
.text-link:hover span { margin-left: 12px; }
.hero__trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; padding-top: 27px; border-top: 1px solid var(--line); }
.hero__trust div { display: flex; flex-direction: column; }
.hero__trust strong { font-size: 15px; }
.hero__trust span { margin-top: 2px; color: var(--muted); font-size: 13px; }
.hero__visual { position: relative; }
.hero-card { position: relative; min-height: 560px; display: grid; place-items: center; border-radius: 36px; background: var(--ink); box-shadow: var(--shadow); overflow: hidden; }
.hero-card::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 82% 15%, rgba(245,165,36,.24), transparent 30%), linear-gradient(145deg, transparent 45%, rgba(255,255,255,.035)); }
.hero-card > img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.floating-badge { position: absolute; z-index: 2; display: flex; align-items: center; gap: 11px; min-width: 178px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.62); border-radius: 16px; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); box-shadow: 0 14px 35px rgba(0,0,0,.17); }
.floating-badge--top { top: 28px; left: -28px; }
.floating-badge--bottom { right: -28px; bottom: 32px; }
.floating-badge span:last-child { display: flex; flex-direction: column; line-height: 1.25; }
.floating-badge strong { font-size: 14px; }
.floating-badge small { color: var(--muted); font-size: 11px; }
.badge-icon { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 34px; background: var(--green); color: white; border-radius: 50%; font-weight: 800; }
.badge-icon--orange { background: var(--orange); color: var(--ink); }

.quick-strip { background: var(--orange); color: var(--ink); }
.quick-strip__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.quick-strip p { margin: 0; }
.quick-strip a { font-weight: 800; }
.quick-strip a span { margin-left: 8px; }

.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; margin-bottom: 55px; }
.section-heading h2, .about h2, .estimate h2 { font-size: clamp(38px, 4.5vw, 58px); }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 17px; }
.section-heading--center { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center > p { max-width: 660px; margin-inline: auto; }

.services { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { min-height: 365px; padding: 34px 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(245,165,36,.7); box-shadow: 0 22px 50px rgba(23,32,42,.09); }
.service-card__icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 16px; background: #fff4df; color: var(--orange-dark); }
.service-card__icon svg { width: 29px; height: 29px; stroke-width: 1.75; }
.service-card h3 { margin: 0 0 12px; font-family: "Manrope", sans-serif; font-size: 22px; letter-spacing: -.02em; }
.service-card p { margin: 0; color: var(--muted); }
.service-card ul { margin: 20px 0 0; padding: 0; list-style: none; color: #34404d; font-size: 14px; }
.service-card li { position: relative; padding-left: 19px; margin-top: 7px; }
.service-card li::before { content:""; position:absolute; left:0; top:.68em; width:7px; height:7px; border-radius:50%; background:var(--orange); }
.service-card--cta { display: flex; flex-direction: column; justify-content: space-between; color: white; border-color: var(--ink); background: var(--ink); overflow: hidden; position: relative; }
.service-card--cta::after { content:""; position:absolute; width:230px; height:230px; border:60px solid rgba(245,165,36,.16); border-radius:50%; right:-110px; top:-90px; }
.service-card--cta > * { position:relative; z-index:1; }
.service-card--cta p { color: #cbd1d7; }
.service-card--cta h3 { font-size: 40px; }
.mini-label { color: var(--orange) !important; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing:.13em; }

.about { background: var(--cream); }
.about__inner { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.about__visual { position: relative; }
.tool-board { border: 14px solid #fff; border-radius: 35px; box-shadow: var(--shadow); overflow: hidden; transform: rotate(-1.5deg); }
.tool-board__label { padding: 14px 20px; color: #dfe4e8; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.1); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing:.12em; }
.tool-board svg { display:block; width:100%; height:auto; }
.experience-card { position:absolute; right:-28px; bottom:-30px; width:245px; padding:20px 22px; border-radius:18px; background:var(--orange); box-shadow:0 18px 35px rgba(23,32,42,.2); }
.experience-card { display:flex; flex-direction:column; }
.experience-card strong { font-family:"Manrope",sans-serif; font-size:20px; }
.experience-card span { margin-top:4px; font-size:13px; }
.about__content > .large-copy { margin:26px 0 0; color:var(--muted); font-size:18px; line-height:1.8; }
.feature-list { margin-top:36px; }
.feature-list > div { display:grid; grid-template-columns:46px 1fr; gap:20px; padding:22px 0; border-top:1px solid #d7d0c5; }
.feature-list > div:last-child { border-bottom:1px solid #d7d0c5; }
.feature-list > div > span { width:38px; height:38px; display:grid; place-items:center; background:var(--ink); color:var(--orange); border-radius:50%; font-weight:800; font-size:12px; }
.feature-list section h3 { margin:0 0 5px; font-family:"Manrope",sans-serif; font-size:19px; }
.feature-list section p { margin:0; color:var(--muted); }

.process { background: var(--white); }
.process-grid { position:relative; display:grid; grid-template-columns:repeat(3,1fr); gap:34px; margin-top:15px; }
.process-grid::before { content:""; position:absolute; left:15%; right:15%; top:55px; border-top:2px dashed #d8d2c8; }
.process-step { position:relative; z-index:1; text-align:center; padding:0 25px; }
.process-step__number { position:absolute; top:-8px; right:calc(50% - 50px); width:27px; height:27px; display:grid; place-items:center; border-radius:50%; background:var(--orange); color:var(--ink); font-weight:800; font-size:12px; }
.process-step__icon { width:108px; height:108px; margin:0 auto 25px; display:grid; place-items:center; border:10px solid var(--white); border-radius:50%; background:var(--cream); color:var(--orange-dark); box-shadow:0 0 0 1px var(--line); }
.process-step__icon svg { width:40px; height:40px; }
.process-step h3 { margin:0 0 10px; font-family:"Manrope",sans-serif; font-size:21px; }
.process-step p { margin:0; color:var(--muted); }

.reviews { color:var(--white); background:var(--ink); overflow:hidden; position:relative; }
.reviews::after { content:""; position:absolute; width:460px; height:460px; right:-200px; top:-230px; border:100px solid rgba(245,165,36,.08); border-radius:50%; }
.reviews__inner { position:relative; z-index:1; display:grid; grid-template-columns:.75fr 1.25fr; align-items:center; gap:90px; }
.eyebrow--light { color:var(--orange); }
.reviews h2 { font-size:clamp(40px,5vw,62px); }
.reviews__intro > p:not(.eyebrow) { color:#bfc7cf; font-size:17px; }
.rating { margin-top:24px; color:var(--orange); font-size:25px; letter-spacing:5px; }
.review-card { position:relative; margin:0; padding:48px 50px; border:1px solid rgba(255,255,255,.13); border-radius:28px; background:rgba(255,255,255,.055); backdrop-filter:blur(8px); }
.quote-mark { position:absolute; top:30px; right:35px; width:66px; height:50px; fill:rgba(245,165,36,.18); stroke:none; }
.review-card > p { position:relative; z-index:1; margin:0; font-family:"Manrope",sans-serif; font-size:clamp(23px,2.6vw,34px); line-height:1.45; letter-spacing:-.025em; }
.review-card footer { display:flex; flex-direction:column; margin-top:29px; }
.review-card footer strong { color:var(--orange); }
.review-card footer span { color:#abb5bf; font-size:13px; }

.estimate { background:var(--cream); }
.estimate__inner { display:grid; grid-template-columns:.85fr 1.15fr; gap:90px; align-items:start; }
.estimate__copy > p:not(.eyebrow) { color:var(--muted); font-size:17px; }
.contact-list { margin-top:32px; display:grid; gap:15px; }
.contact-list a { display:flex; align-items:center; gap:14px; padding:13px 0; }
.contact-list__icon { width:45px; height:45px; display:grid; place-items:center; border-radius:13px; background:var(--white); color:var(--orange-dark); box-shadow:0 7px 20px rgba(23,32,42,.08); }
.contact-list__icon svg { width:22px; height:22px; }
.contact-list a > span:last-child { display:flex; flex-direction:column; }
.contact-list small { color:var(--muted); text-transform:uppercase; letter-spacing:.1em; font-size:10px; font-weight:700; }
.contact-list strong { font-size:15px; word-break:break-word; }
.estimate-form { padding:38px; border-radius:28px; background:var(--white); box-shadow:var(--shadow); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.estimate-form label { display:block; margin-bottom:17px; color:#2c3742; font-weight:700; font-size:13px; }
.estimate-form input, .estimate-form textarea, .estimate-form select { width:100%; margin-top:7px; padding:14px 15px; border:1px solid #d8d4cc; border-radius:12px; outline:none; background:#fffdfa; color:var(--ink); transition:border .2s, box-shadow .2s; }
.estimate-form input:focus, .estimate-form textarea:focus, .estimate-form select:focus { border-color:var(--orange); box-shadow:0 0 0 4px rgba(245,165,36,.13); }
.estimate-form textarea { resize:vertical; min-height:120px; }
.form-note { margin:13px 0 0; text-align:center; color:var(--muted); font-size:12px; }

.site-footer { color:#dfe4e9; background:#111820; }
.footer__top { min-height:170px; display:grid; grid-template-columns:1fr 1fr auto; align-items:center; gap:50px; }
.brand--footer .brand__text small { color:#9ca8b3; }
.footer__tagline { display:flex; flex-direction:column; }
.footer__tagline strong { color:var(--white); font-family:"Manrope",sans-serif; font-size:18px; }
.footer__tagline span { color:#9eabb6; }
.footer__bottom { min-height:70px; display:flex; align-items:center; justify-content:space-between; gap:20px; border-top:1px solid rgba(255,255,255,.1); color:#8996a2; font-size:13px; }
.footer__bottom p { margin:0; }
.footer__bottom div { display:flex; gap:22px; }
.footer__bottom a:hover { color:var(--orange); }
.mobile-call { display:none; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .65s ease, transform .65s ease; }
.reveal--delay-sm { transition-delay:.08s; }
.reveal--delay { transition-delay:.14s; }
.reveal--delay-lg { transition-delay:.18s; }
.reveal.is-visible { opacity:1; transform:none; }

@media (max-width: 1050px) {
  .topbar__links p, .topbar__links span { display:none; }
  .menu-toggle { display:block; }
  .main-nav { position:fixed; inset:82px 0 auto; z-index:99; display:flex; flex-direction:column; align-items:stretch; gap:0; padding:18px 20px 28px; background:var(--paper); border-bottom:1px solid var(--line); box-shadow:0 22px 35px rgba(23,32,42,.12); transform:translateY(-130%); opacity:0; visibility:hidden; transition:.28s ease; }
  .main-nav.is-open { transform:none; opacity:1; visibility:visible; }
  .main-nav > a { padding:14px 5px; border-bottom:1px solid var(--line); }
  .main-nav .button { margin-top:14px; border-bottom:0; }
  .main-nav .nav-phone { color:var(--orange-dark); }
  .hero__inner { grid-template-columns:1fr; gap:45px; padding-top:75px; }
  .hero__content { max-width:760px; }
  .hero-card { max-width:720px; margin-inline:auto; }
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .about__inner { gap:55px; }
  .reviews__inner, .estimate__inner { gap:55px; }
}

@media (max-width: 780px) {
  .container { width:min(calc(100% - 28px), var(--container)); }
  .section { padding:78px 0; }
  .topbar__inner { justify-content:center; }
  .topbar__links { display:none; }
  .nav-wrap { min-height:72px; }
  .main-nav { top:72px; }
  .brand img { width:46px; height:46px; }
  .brand__text strong { font-size:21px; }
  .brand__text small { font-size:9px; }
  .hero__inner { min-height:auto; padding-top:60px; padding-bottom:70px; }
  .hero h1 { font-size:clamp(45px,13vw,67px); }
  .hero__lead { font-size:17px; }
  .hero__trust { grid-template-columns:1fr; gap:12px; }
  .hero__trust div { flex-direction:row; justify-content:space-between; gap:15px; }
  .hero-card { min-height:420px; }
  .floating-badge--top { left:15px; top:18px; }
  .floating-badge--bottom { right:15px; bottom:18px; }
  .quick-strip__inner { min-height:105px; flex-direction:column; justify-content:center; text-align:center; gap:4px; }
  .section-heading { grid-template-columns:1fr; gap:20px; margin-bottom:38px; }
  .services-grid { grid-template-columns:1fr; }
  .service-card { min-height:0; }
  .about__inner, .reviews__inner, .estimate__inner { grid-template-columns:1fr; gap:65px; }
  .about__visual { max-width:600px; }
  .experience-card { right:10px; }
  .process-grid { grid-template-columns:1fr; gap:48px; }
  .process-grid::before { display:none; }
  .process-step { max-width:510px; margin-inline:auto; }
  .review-card { padding:38px 28px; }
  .form-row { grid-template-columns:1fr; gap:0; }
  .footer__top { grid-template-columns:1fr; gap:25px; padding:45px 0; }
  .footer__bottom { min-height:100px; flex-direction:column; justify-content:center; text-align:center; }
  .mobile-call { position:fixed; left:14px; right:14px; bottom:12px; z-index:90; min-height:52px; display:flex; align-items:center; justify-content:center; gap:10px; border-radius:999px; background:var(--orange); color:var(--ink); box-shadow:0 12px 32px rgba(23,32,42,.3); font-weight:800; }
  .mobile-call svg { width:19px; height:19px; }
  body { padding-bottom:72px; }
}

@media (max-width: 480px) {
  .hero__actions { align-items:stretch; flex-direction:column; }
  .hero__actions .button { width:100%; }
  .hero__actions .text-link { text-align:center; }
  .hero-card { min-height:345px; border-radius:24px; }
  .floating-badge { min-width:155px; padding:10px 12px; }
  .floating-badge--top { left:10px; top:10px; }
  .floating-badge--bottom { right:10px; bottom:10px; }
  .floating-badge small { display:none; }
  .estimate-form { padding:27px 20px; }
  .experience-card { position:relative; right:auto; bottom:auto; width:calc(100% - 34px); margin:-22px auto 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}
