:root {
  --ink: #121518;
  --dark: #191d20;
  --gold: #f4b63f;
  --paper: #f5f3ee;
  --text: #535a5e;
  --line: #d7d8d5;
  --gutter: clamp(1.25rem, 5vw, 5rem);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'DM Sans', Arial, sans-serif; font-size: 1rem; line-height: 1.65; }
[hidden] { display: none !important; }
a { color: inherit; text-underline-offset: .25em; }
button { font: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: 'Manrope', Arial, sans-serif; overflow-wrap: break-word; }
h1, h2 { font-weight: 700; letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 1.17; margin-bottom: 1.5rem; text-wrap: balance; }
h3 { font-size: 1.5rem; letter-spacing: -.025em; line-height: 1.3; font-weight: 700; }
p { margin-bottom: 1.25rem; }
:focus-visible { outline: 3px solid #956000; outline-offset: 5px; }
.site-header :focus-visible, .hero :focus-visible, .services :focus-visible, .site-footer :focus-visible { outline-color: var(--gold); }
.container { width: min(100% - (var(--gutter) * 2), 80rem); margin-inline: auto; }
.section-space { padding-block: clamp(4.5rem, 7.5vw, 7rem); }
.eyebrow { font-size: .8125rem; font-weight: 700; letter-spacing: .12em; line-height: 1.6; color: #805500; margin-bottom: 1.25rem; }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: .8rem 1rem; background: var(--gold); color: var(--ink); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.site-header { background: var(--ink); color: white; position: relative; z-index: 10; border-bottom: 1px solid #ffffff13; }
.header-inner { display: flex; min-height: 6.125rem; align-items: center; gap: clamp(1rem, 2vw, 2rem); }
.logo { display: block; width: 14.5rem; flex: 0 1 auto; min-width: 0; text-decoration: none; }
.logo img { width: 100%; height: auto; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); margin-left: auto; }
.desktop-nav a, .header-phone { font-size: .875rem; font-weight: 500; text-decoration: none; white-space: nowrap; padding-block: .75rem; }
.desktop-nav a { color: #dbdede; }
.desktop-nav a:hover, .header-phone:hover { color: var(--gold); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 1.5rem; min-height: 3.5rem; padding: .85rem 1.4rem; background: var(--gold); border: 1px solid transparent; border-radius: .2rem; color: var(--ink); text-decoration: none; font-size: 1rem; font-weight: 700; line-height: 1.35; transition: background .18s ease, transform .18s ease; }
.button:hover { background: #ffcc66; transform: translateY(-2px); }
.button span { font-size: 1.25em; flex: 0 0 auto; }
.header-cta { min-height: 3rem; font-size: .875rem; padding: .7rem 1.1rem; gap: .75rem; white-space: nowrap; }
.menu-toggle { display: none; flex-shrink: 0; border: 1px solid #ffffff45; background: transparent; color: white; border-radius: .2rem; padding: .55rem .75rem; min-height: 2.75rem; align-items: center; gap: .65rem; font-size: .875rem; }
.mobile-nav { padding: .5rem var(--gutter) 1.5rem; border-top: 1px solid #ffffff25; }
.mobile-nav a { display: block; padding: .8rem 0; text-decoration: none; border-bottom: 1px solid #ffffff16; font-size: 1rem; }
.hero { position: relative; isolation: isolate; color: white; background: var(--ink); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 55%; z-index: -3; }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(9,12,15,.95) 0%, rgba(9,12,15,.85) 32%, rgba(9,12,15,.3) 64%, rgba(9,12,15,.03) 100%), linear-gradient(0deg, rgba(9,12,15,.4), transparent 35%); }
.hero-inner { padding-block: clamp(4.5rem, 7vw, 7rem) 5.5rem; min-height: 43rem; display: flex; align-items: center; }
/* Keep horizontal padding outside the copy column, so the headline retains its full width. */
.hero-copy { width: 100%; max-width: 50rem; min-width: 0; }
.hero .eyebrow { color: var(--gold); }
.hero h1 { margin: 0; font-size: clamp(2.8rem, 5.5vw, 5.1rem); line-height: 1.09; letter-spacing: -.045em; }
.hero h1 span { display: block; }
.hero h1 span:last-child { color: #f6c668; }
.lead { font-size: clamp(1.125rem, 1.7vw, 1.375rem); line-height: 1.55; color: #f0f1ef; margin: 1.75rem 0 1rem; max-width: 33rem; }
.hero-description { max-width: 30rem; color: #c8cdcf; font-size: 1rem; line-height: 1.65; margin-bottom: 0; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem 2rem; margin-top: 2rem; }
.text-link { font-size: 1rem; font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: #7c8388; line-height: 1.6; }
.text-link:hover { text-decoration-color: currentColor; }
.text-link span { display: inline-block; padding-left: .6rem; }
.hero-location { display: flex; gap: .9rem; align-items: center; margin-top: 2.75rem; }
.hero-location p { font-size: .8125rem; color: #dadedd; margin: 0; line-height: 1.65; }
.hero-location p span { padding-inline: .45rem; color: #c69e4f; }
.small-rule { width: 2rem; height: 1px; background: var(--gold); flex: 0 0 auto; }
.intro-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(2.5rem, 8vw, 8rem); align-items: start; }
.intro h2 { margin-bottom: 0; }
.intro-copy p:first-child { font-size: 1.25rem; color: var(--ink); line-height: 1.6; }
.intro-copy p { color: var(--text); }
.intro-copy .text-link { display: inline-block; margin-top: .5rem; }
.services { background: var(--dark); color: white; }
.services .eyebrow { color: var(--gold); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.section-head h2 { margin-bottom: 0; }
.section-head > p { color: #c3c9cd; margin-bottom: .3rem; max-width: 23rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #ffffff32; border-bottom: 1px solid #ffffff32; }
.service-grid article { display: flex; flex-direction: column; min-width: 0; padding: 2rem 1.6rem 2rem 0; }
.service-grid article + article { padding-left: 1.6rem; border-left: 1px solid #ffffff26; }
.service-grid article:last-child { padding-right: 0; }
.service-number { color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .06em; line-height: 1.7; }
.service-grid h3 { margin: 2rem 0 1.15rem; max-width: 12ch; font-size: clamp(1.4rem, 1.8vw, 1.7rem); }
.service-grid p { color: #c7ccce; }
.service-grid .service-detail { font-size: .8125rem; line-height: 1.7; color: #b9c0c3; margin-top: auto; padding-top: .6rem; }
.service-grid a { font-size: .875rem; line-height: 1.5; font-weight: 600; text-decoration: none; display: flex; justify-content: space-between; gap: .6rem; margin-top: .8rem; }
.service-grid a:hover { color: var(--gold); }
.service-grid a span { flex: 0 0 auto; }
.service-note { margin: 1.5rem 0 0; max-width: 50rem; font-size: .875rem; color: #bec5c8; }
.process-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); }
.section-description { color: var(--text); font-size: 1.125rem; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 2.25rem 1fr; gap: 1.25rem; padding: 1.9rem 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.step-number { color: #805500; font-size: .875rem; font-weight: 700; padding-top: .2rem; }
.steps h3 { margin-bottom: .65rem; }
.steps p { color: var(--text); margin-bottom: 0; }
.area { background: #e7e6e1; border-top: 1px solid #d5d7d1; }
.area-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(2.5rem, 8vw, 8rem); align-items: center; }
.area-grid > div > p:last-child { color: var(--text); max-width: 30rem; margin-bottom: 0; }
.area-list ul { list-style: none; padding: 0; margin: 0 0 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: .75rem 1.5rem; }
.area-list li { border-bottom: 1px solid #c7cac4; padding-bottom: .75rem; font-size: 1rem; }
.area-list li a { display: block; text-decoration: none; padding-block: .25rem; }
.area-list li a:hover { text-decoration: underline; }
.area-list a { color: var(--ink); }
.quote { background: var(--gold); }
.quote-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(2.5rem, 8vw, 8rem); align-items: center; }
.quote .eyebrow { color: #4d3500; }
.quote h2 { font-size: clamp(2.125rem, 3.5vw, 3.5rem); }
.quote-grid > div > p:last-child { max-width: 28rem; margin-bottom: 0; font-size: 1.125rem; color: #3d311b; }
.contact-card { background: #fff7e5; border: 1px solid #ffffff60; border-radius: .3rem; padding: clamp(1.5rem, 3vw, 3rem); box-shadow: 0 1.5rem 3rem #4936000d; }
.contact-eyebrow { font-size: .8125rem; line-height: 1.6; font-weight: 700; letter-spacing: .1em; color: #6a5736; margin-bottom: 1rem; }
.contact-card h3 { font-size: clamp(1.65rem, 2.5vw, 2.25rem); margin-bottom: 1.6rem; }
.button-dark { color: white; background: var(--ink); width: 100%; }
.button-dark:hover { background: #30383d; }
.contact-divider { display: block; font-size: .875rem; color: #685d4b; margin-top: 1.5rem; }
.contact-phone { display: inline-block; font-size: clamp(1.25rem, 2vw, 1.625rem); font-weight: 700; letter-spacing: -.025em; margin: .25rem 0 1rem; text-decoration: none; }
.contact-phone:hover { text-decoration: underline; }
.quote-grid .contact-card .contact-note { font-size: .875rem; line-height: 1.65; color: #625d50; }
.site-footer { background: var(--ink); color: #b9c1c4; padding-block: 3rem 1.5rem; }
.footer-top { display: flex; align-items: center; gap: 3rem; padding-bottom: 2.5rem; }
.footer-top > p { margin: 0 auto 0 0; font-size: 1rem; }
.footer-phone { color: white; font-size: 1.125rem; text-decoration: none; white-space: nowrap; }
.footer-bottom { display: flex; gap: 1rem 2rem; justify-content: space-between; border-top: 1px solid #ffffff25; padding-top: 1.5rem; font-size: .8125rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { white-space: nowrap; }
@media (max-width: 1199px) {
  .header-phone { display: none; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-grid article, .service-grid article + article { padding: 2rem; }
  .service-grid article:nth-child(odd) { padding-left: 0; border-left: 0; }
  .service-grid article:nth-child(even) { padding-right: 0; }
  .service-grid article:nth-child(n+3) { border-top: 1px solid #ffffff26; }
  .service-grid h3 { font-size: 1.65rem; }
}
@media (max-width: 959px) {
  .desktop-nav, .header-cta { display: none; }
  .header-inner { justify-content: space-between; min-height: 5.5rem; }
  .menu-toggle { display: inline-flex; }
  .hero-inner { min-height: auto; padding-block: 5rem 5.5rem; }
  .hero-copy { max-width: 39rem; }
  .hero-shade { background: linear-gradient(90deg, #090c0ff0 0%, #090c0fc4 48%, #090c0f50 100%); }
  .intro-grid, .process-grid, .area-grid, .quote-grid { gap: 2.5rem; }
  .section-head { align-items: start; }
  .section-head > p { max-width: 14rem; }
  .area-list ul { grid-template-columns: 1fr; }
  .footer-top { gap: 2rem; flex-wrap: wrap; }
  .footer-bottom { flex-wrap: wrap; }
}
@media (max-width: 699px) {
  .logo { width: 12.75rem; }
  .header-inner { min-height: 5rem; gap: .75rem; }
  .hero-image { object-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg, #090c0fea, #090c0fb3), linear-gradient(0deg, #090c0fb3, transparent 50%); }
  .hero-inner { padding-block: 3.5rem 4.5rem; }
  .hero h1 { font-size: clamp(2.6rem, 7.7vw, 3.4rem); line-height: 1.12; }
  .hero .eyebrow { font-size: .75rem; max-width: 24rem; letter-spacing: .09em; }
  .lead { margin-top: 1.5rem; font-size: 1.125rem; }
  .desktop-break { display: none; }
  .hero-location { margin-top: 2rem; }
  .hero-location p span { padding-inline: .2rem; }
  .hero-description { max-width: 29rem; }
  .intro-grid, .process-grid, .area-grid, .quote-grid { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .section-head { display: block; }
  .section-head > p { max-width: none; margin-top: 1.5rem; }
  .section-description br { display: none; }
  .area-list ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-grid { grid-template-columns: minmax(0, 1fr); }
  .service-grid article, .service-grid article + article { border-left: 0; padding: 2rem 0; }
  .service-grid article + article { border-top: 1px solid #ffffff26; }
  .service-grid h3 { margin-top: 1rem; max-width: none; }
  .service-grid .service-detail { margin-bottom: .5rem; padding-top: 0; }
  .service-grid a { justify-content: start; gap: .75rem; }
  .steps li { grid-template-columns: 1.8rem 1fr; gap: .9rem; }
  .footer-top { align-items: start; flex-direction: column; gap: 1.5rem; padding-bottom: 2rem; }
  .footer-bottom { flex-direction: column; gap: .5rem; }
}
@media (max-width: 359px) {
  .logo { width: 11rem; }
  .menu-toggle { gap: .4rem; padding-inline: .5rem; }
  .actions { align-items: stretch; flex-direction: column; }
  .actions .text-link { align-self: flex-start; }
  .area-list ul { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* RTH additions: quote form, extra pages (about, contact, book-now, privacy, thanks, 404) */
.quote-form { display: grid; gap: 1rem; margin-bottom: 1.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.quote-form label { display: block; font-size: .8125rem; font-weight: 700; letter-spacing: .04em; color: #4d3500; }
.quote-form input, .quote-form select, .quote-form textarea { display: block; width: 100%; margin-top: .35rem; padding: .75rem .85rem; font: inherit; font-size: 1rem; line-height: 1.4; color: var(--ink); background: #fff; border: 1px solid #d9cfb6; border-radius: .2rem; }
.quote-form select { appearance: auto; }
.quote-form input:focus-visible, .quote-form select:focus-visible, .quote-form textarea:focus-visible { outline: 3px solid #956000; outline-offset: 2px; }
.quote-form textarea { resize: vertical; min-height: 6rem; }
.quote-form .button { width: 100%; }
.quote-form .cf-turnstile { min-height: 65px; }
.form-note { font-size: .8125rem; line-height: 1.6; color: #685d4b; margin: 0; }
.form-error { color: #b3261e; font-weight: 600; }
.contact-card .contact-divider { margin-top: .5rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; }
.footer-links a { white-space: nowrap; }
.page-hero .city-heading { align-items: start; padding-bottom: clamp(3rem, 6vw, 5rem); }
.page-hero h1 { max-width: 16ch; }
.prose p, .prose li { color: var(--text); }
.prose strong { color: var(--ink); }
.prose .city-priorities { margin-top: 0; }
.contact-details { list-style: none; padding: 0; margin: 0; }
.contact-details li { padding: 1.1rem 0; border-top: 1px solid var(--line); }
.contact-details li:last-child { border-bottom: 1px solid var(--line); }
.contact-details strong { display: block; font-size: .75rem; font-weight: 700; letter-spacing: .1em; color: #805500; margin-bottom: .35rem; }
.contact-details a { font-size: 1.25rem; font-weight: 700; letter-spacing: -.02em; text-decoration: none; }
.contact-details a:hover { text-decoration: underline; }
.contact-details p { margin: 0; color: var(--text); }
.contact-details p a { font-size: inherit; font-weight: 600; text-decoration: underline; }
.testimonials { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: .5rem; }
.testimonials blockquote { margin: 0; padding: 1.5rem; background: #fff; border: 1px solid var(--line); border-radius: .3rem; }
.testimonials blockquote p { margin-bottom: 1rem; color: var(--ink); }
.testimonials cite { display: block; font-style: normal; font-weight: 700; font-size: .9375rem; }
@media (max-width: 699px) {
  .form-row, .testimonials { grid-template-columns: minmax(0, 1fr); }
}

/* SEO pass Sept 21 2026: city links inside the dark services band, FAQ on the home page */
.service-cities { margin-top: .75rem; }
.service-cities a { color: #f6c668; text-decoration: underline; text-underline-offset: .15em; }
.service-cities a:hover { color: #fff; }
.area-list p + p { margin-top: .5rem; }
