:root {
  --ink: #0a0c0f;
  --ink-2: #12151a;
  --paper: #f4f1eb;
  --paper-2: #e8e4dc;
  --white: #ffffff;
  --muted: #a7abb2;
  --orange: #ff5a1f;
  --orange-2: #ff7645;
  --line: rgba(255,255,255,.13);
  --shadow: 0 30px 80px rgba(0,0,0,.34);
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 14px; color: var(--white); background: var(--orange); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 40; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.15); }
.nav-shell { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { display: grid; place-items: center; width: 44px; aspect-ratio: 1; border: 2px solid currentColor; color: var(--orange); font: 900 15px/1 Arial, sans-serif; letter-spacing: -1px; transform: skew(-8deg); }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font: 900 19px/1 "Arial Narrow", Impact, sans-serif; letter-spacing: .055em; }
.brand-copy small { font-size: 9px; font-weight: 700; letter-spacing: .22em; opacity: .62; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); margin-left: auto; }
.main-nav a { position: relative; font-size: 13px; font-weight: 700; color: rgba(255,255,255,.74); }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .25s ease; }
.main-nav a:hover { color: var(--white); }
.main-nav a:hover::after { right: 0; }
.header-call { display: inline-flex; gap: 10px; align-items: center; padding: 12px 17px; border: 1px solid rgba(255,255,255,.34); font-size: 13px; font-weight: 800; }
.header-call svg { width: 17px; fill: none; stroke: var(--orange); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 1px solid rgba(255,255,255,.22); background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--white); transition: .25s; }

.hero { position: relative; min-height: 790px; color: var(--white); background: var(--ink); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 540px; height: 540px; left: -260px; bottom: -240px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 95px rgba(255,255,255,.018), 0 0 0 190px rgba(255,255,255,.014); }
.hero-grid { min-height: 750px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(430px, .85fr); align-items: center; gap: clamp(48px, 7vw, 110px); padding-top: 125px; padding-bottom: 75px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--orange); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.hero h1, h2 { margin: 0; font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-weight: 900; letter-spacing: -.045em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin-top: 20px; font-size: clamp(58px, 7.1vw, 104px); line-height: .88; }
.hero h1 em { color: var(--orange); font-style: normal; white-space: nowrap; }
.hero-lead { max-width: 610px; margin: 29px 0 0; color: #c8cbd0; font-size: clamp(17px, 1.55vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 34px; }
.button { min-height: 55px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 25px; font-size: 13px; font-weight: 850; letter-spacing: .03em; text-transform: uppercase; border: 1px solid transparent; transition: transform .2s ease, color .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.button-primary { color: var(--white); background: var(--orange); }
.button-primary:hover { background: var(--orange-2); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.35); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.06); }
.hero-trust { display: flex; align-items: center; gap: 16px; margin-top: 39px; }
.rating-stars, .stars { color: var(--orange); letter-spacing: .08em; }
.hero-trust > div:not(.rating-stars) { display: grid; gap: 3px; }
.hero-trust strong { font-size: 15px; }
.hero-trust span { color: var(--muted); font-size: 11px; }
.hero-trust i { width: 1px; height: 39px; background: rgba(255,255,255,.19); }
.hero-visual { position: relative; height: 530px; }
.hero-image-wrap { position: absolute; inset: 20px 0 0 30px; overflow: hidden; background: #24272c; box-shadow: var(--shadow); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,8,10,.02), rgba(6,8,10,.55)), linear-gradient(90deg, rgba(255,90,31,.08), transparent 50%); }
.hero-image-wrap img { height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.1); }
.orange-frame { position: absolute; inset: 0 28px 35px 0; border: 2px solid var(--orange); pointer-events: none; }
.hero-badge { position: absolute; z-index: 3; display: grid; gap: 4px; background: var(--paper); color: var(--ink); box-shadow: 0 18px 35px rgba(0,0,0,.22); }
.hero-badge span { color: #696d73; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.hero-badge strong { font-size: 14px; }
.hero-badge-top { top: 47px; right: -27px; padding: 18px 22px; }
.hero-badge-top span { color: #1b8a55; }
.hero-badge-bottom { left: 0; bottom: 6px; padding: 20px 24px; border-left: 4px solid var(--orange); }
.hero-rail { position: absolute; left: 0; right: 0; bottom: 0; height: 42px; display: flex; align-items: center; white-space: nowrap; overflow: hidden; padding-left: 4vw; color: rgba(255,255,255,.33); background: #050607; font-family: "Arial Narrow", Impact, sans-serif; font-size: 13px; letter-spacing: .42em; }

.service-intro { padding: 122px 0 132px; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; margin-bottom: 60px; }
.section-heading h2, .why h2, .reviews h2, .contact h2 { margin-top: 18px; font-size: clamp(43px, 5.2vw, 70px); line-height: .96; }
.section-heading > p { max-width: 410px; margin: 0 0 7px; color: #5b6067; font-size: 17px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c9c5bd; border-left: 1px solid #c9c5bd; }
.service-card { position: relative; min-height: 310px; padding: 35px 31px 32px; border-right: 1px solid #c9c5bd; border-bottom: 1px solid #c9c5bd; transition: background .25s ease, color .25s ease, transform .25s ease; }
.service-card:hover { z-index: 2; color: var(--white); background: var(--ink-2); transform: translateY(-5px); }
.service-no { position: absolute; top: 25px; right: 27px; color: #8e8b84; font: 800 11px/1 monospace; }
.service-card svg { width: 46px; height: 46px; margin: 11px 0 48px; fill: none; stroke: var(--orange); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 14px; font-family: "Arial Narrow", Impact, sans-serif; font-size: 24px; text-transform: uppercase; letter-spacing: -.015em; }
.service-card p { margin: 0; color: #666a70; font-size: 14px; line-height: 1.65; }
.service-card:hover p { color: #b8bbc0; }
.service-card-cta { display: flex; flex-direction: column; justify-content: flex-end; color: var(--white); background: var(--orange); }
.service-card-cta:hover { background: #e94a12; }
.service-card-cta h3 { max-width: 270px; font-size: 29px; line-height: 1; }
.service-card-cta p { color: rgba(255,255,255,.78); }
.service-card-cta a { display: flex; justify-content: space-between; margin-top: 28px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.4); font-size: 13px; font-weight: 850; text-transform: uppercase; }

.why { padding: 120px 0; color: var(--white); background: var(--ink); }
.why-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(55px, 8vw, 120px); align-items: center; }
.why-media { position: relative; min-height: 650px; }
.why-media::before { content: ""; position: absolute; inset: -18px 34px 38px -18px; border: 1px solid rgba(255,255,255,.17); }
.why-media img { position: absolute; inset: 22px 0 0 22px; height: calc(100% - 22px); object-fit: cover; filter: grayscale(.25) contrast(1.08); }
.why-caption { position: absolute; right: -20px; bottom: -25px; width: min(310px, 80%); display: grid; gap: 7px; padding: 23px 25px; color: var(--ink); background: var(--orange); }
.why-caption strong { font-family: "Arial Narrow", Impact, sans-serif; font-size: 25px; text-transform: uppercase; }
.why-caption span { font-size: 12px; }
.why h2 { margin-bottom: 27px; }
.why-lead { color: #c0c3c7; font-size: 17px; line-height: 1.75; }
.why-list { margin-top: 40px; border-top: 1px solid var(--line); }
.why-list > div { display: grid; grid-template-columns: 52px 1fr; gap: 17px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.why-list > div > span { color: var(--orange); font: 800 12px/1.5 monospace; }
.why-list p { display: grid; gap: 5px; margin: 0; color: #9fa3a9; font-size: 13px; }
.why-list strong { color: var(--white); font-size: 15px; }

.process { padding: 112px 0 120px; background: var(--paper-2); }
.section-heading.compact { grid-template-columns: 1fr; margin-bottom: 63px; }
.process-line { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 58px; }
.process-line::before { content: ""; position: absolute; top: 27px; left: 27px; right: 27px; height: 1px; background: #b9b4aa; }
.process-line article { position: relative; }
.process-line article > span { position: relative; z-index: 2; display: grid; place-items: center; width: 55px; height: 55px; margin-bottom: 32px; color: var(--white); background: var(--ink); border: 7px solid var(--paper-2); outline: 1px solid #b9b4aa; font-size: 13px; font-weight: 850; }
.process-line article:nth-child(2) > span { background: var(--orange); }
.process-line h3 { margin: 0 0 11px; font-family: "Arial Narrow", Impact, sans-serif; font-size: 23px; text-transform: uppercase; }
.process-line p { max-width: 300px; margin: 0; color: #62666c; font-size: 14px; line-height: 1.65; }

.reviews { padding: 122px 0 130px; }
.reviews-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 62px; }
.reviews-head h2 { max-width: 760px; }
.google-score { display: flex; align-items: center; gap: 16px; padding: 18px 21px; border: 1px solid #c8c3ba; background: rgba(255,255,255,.42); }
.g-mark { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; color: #4285f4; background: white; box-shadow: 0 5px 16px rgba(0,0,0,.08); font-size: 24px; font-weight: 900; }
.google-score > div:last-child { display: grid; grid-template-columns: auto auto; align-items: center; gap: 0 8px; }
.google-score strong { font-size: 23px; }
.google-score span { color: #f5a623; font-size: 11px; letter-spacing: .04em; }
.google-score small { grid-column: 1 / -1; color: #74777b; font-size: 10px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.review-card { min-height: 300px; display: flex; flex-direction: column; margin: 0; padding: 33px; border: 1px solid #cbc6bd; background: rgba(255,255,255,.35); }
.review-card.featured { color: var(--white); background: var(--ink); border-color: var(--ink); transform: translateY(-18px); }
.review-card .stars { font-size: 13px; }
.review-card p { margin: 45px 0 38px; font-family: Georgia, serif; font-size: 19px; line-height: 1.55; }
.review-card footer { display: grid; gap: 4px; margin-top: auto; }
.review-card footer strong { font-size: 13px; }
.review-card footer span { color: #81858a; font-size: 11px; }

.contact { position: relative; padding: 105px 0; color: var(--white); background: var(--orange); overflow: hidden; }
.contact::after { content: "UO"; position: absolute; right: -40px; bottom: -135px; color: rgba(0,0,0,.07); font: 900 390px/1 Impact, sans-serif; letter-spacing: -.1em; }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(55px, 9vw, 130px); }
.contact .kicker { color: var(--ink); }
.contact h2 { font-size: clamp(52px, 6vw, 82px); }
.contact-copy > p { max-width: 540px; margin: 25px 0 0; color: rgba(0,0,0,.68); font-size: 17px; line-height: 1.7; }
.contact-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; margin-top: 34px; }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark span { font-size: 20px; }
.text-link { padding-bottom: 4px; border-bottom: 1px solid rgba(0,0,0,.5); color: var(--ink); font-size: 13px; font-weight: 850; text-transform: uppercase; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; align-content: start; border-top: 1px solid rgba(0,0,0,.3); border-left: 1px solid rgba(0,0,0,.3); }
.contact-details > div { min-height: 146px; display: grid; align-content: start; gap: 13px; padding: 25px; border-right: 1px solid rgba(0,0,0,.3); border-bottom: 1px solid rgba(0,0,0,.3); }
.contact-details span { color: rgba(0,0,0,.58); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-details strong, .contact-details a { font-size: 14px; line-height: 1.6; }
.map-button { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; min-height: 65px; padding: 0 25px; color: var(--white); background: var(--ink); font-size: 13px !important; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.map-button span { color: var(--orange); font-size: 18px; }

.footer { padding: 45px 0; color: var(--white); background: #050607; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; }
.footer-brand { color: var(--white); }
.footer p { margin: 0; color: #8d9196; font-size: 12px; }
.footer > .shell > small { color: #6f7378; font-size: 10px; }
.mobile-actions { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.revealed { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }

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

@media (max-width: 980px) {
  :root { --shell: min(100% - 38px, 760px); }
  .header-call { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav-shell > .brand, .menu-toggle { position: relative; z-index: 2; }
  .main-nav { position: fixed; inset: 0; z-index: 1; display: grid; align-content: center; gap: 0; padding: 100px 30px 55px; color: var(--white); background: rgba(7,8,10,.98); opacity: 0; pointer-events: none; transition: opacity .25s; }
  .main-nav a { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-family: "Arial Narrow", Impact, sans-serif; font-size: 30px; text-transform: uppercase; }
  .menu-open .main-nav { opacity: 1; pointer-events: auto; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; padding-top: 150px; padding-bottom: 100px; gap: 65px; }
  .hero h1 { font-size: clamp(66px, 11vw, 92px); }
  .hero-visual { height: 570px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 95px; }
  .why-media { min-height: 600px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card.featured { transform: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; justify-items: start; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 30px); }
  body { padding-bottom: 62px; }
  .site-header { position: absolute; }
  .nav-shell { min-height: 77px; }
  .brand-mark { width: 39px; }
  .brand-copy strong { font-size: 17px; }
  .hero { min-height: auto; }
  .hero-grid { display: block; min-height: auto; padding-top: 125px; padding-bottom: 100px; }
  .hero h1 { margin-top: 17px; font-size: clamp(52px, 16vw, 73px); line-height: .91; }
  .hero h1 em { white-space: normal; }
  .hero-lead { font-size: 16px; line-height: 1.65; }
  .hero-actions .button { width: 100%; }
  .hero-trust { flex-wrap: wrap; gap: 13px; }
  .hero-trust i { display: none; }
  .hero-trust > div:not(.rating-stars) { margin-right: 9px; }
  .hero-visual { height: 395px; margin-top: 62px; }
  .hero-image-wrap { inset: 15px 0 0 13px; }
  .orange-frame { inset: 0 15px 20px 0; }
  .hero-badge-top { top: 35px; right: -6px; padding: 13px 15px; }
  .hero-badge-bottom { left: 0; bottom: 0; padding: 16px 18px; }
  .hero-rail { font-size: 11px; }
  .service-intro, .reviews { padding: 86px 0 94px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .why h2, .reviews h2, .contact h2 { font-size: clamp(41px, 12vw, 56px); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .why { padding: 90px 0 105px; }
  .why-media { min-height: 420px; }
  .why-media::before { inset: -12px 18px 25px -8px; }
  .why-media img { inset: 10px 0 0 9px; height: calc(100% - 10px); }
  .why-caption { right: -3px; bottom: -28px; }
  .process { padding: 85px 0 92px; }
  .process-line { grid-template-columns: 1fr; gap: 39px; }
  .process-line::before { top: 27px; bottom: 25px; left: 27px; width: 1px; height: auto; }
  .process-line article { display: grid; grid-template-columns: 55px 1fr; column-gap: 20px; }
  .process-line article > span { grid-row: 1 / span 2; margin-bottom: 0; }
  .process-line h3 { align-self: end; }
  .reviews-head { display: grid; align-items: start; }
  .google-score { width: fit-content; }
  .review-card { min-height: 270px; padding: 28px; }
  .contact { padding: 86px 0; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-details > div { min-height: auto; }
  .map-button { grid-column: auto; }
  .mobile-actions { position: fixed; inset: auto 0 0; z-index: 50; display: grid; grid-template-columns: 1fr 1fr; height: 62px; color: var(--white); box-shadow: 0 -10px 35px rgba(0,0,0,.25); }
  .mobile-actions a { display: grid; place-content: center; text-align: center; background: var(--ink); font-size: 11px; font-weight: 850; }
  .mobile-actions a:first-child { background: var(--orange); }
  .mobile-actions a:first-child span { color: rgba(0,0,0,.62); font-size: 8px; letter-spacing: .15em; }
  .mobile-actions a:first-child strong { font-size: 12px; }
}

@media (max-width: 360px) {
  .hero h1 { font-size: 49px; }
  .hero-trust { align-items: flex-start; }
  .rating-stars { width: 100%; }
}
