:root {
  --black: #0A0A0A;
  --off-black: #141414;
  --asphalt: #1C1C1C;
  --line: #2A2A2A;
  --white: #FFFFFF;
  --cream: #F6F4EF;
  --safety: #F5D117;
  --safety-dark: #C9A713;
  --gold: #C4AE70;
  --gray-300: #BDBDBD;
  --gray-500: #7A7A7A;
  --gray-700: #3A3A3A;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--black);
  color: var(--white);
  font-family: 'Inter', sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img, picture { max-width: 100%; display: block; }
a { color: inherit; }
.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; }

.tape {
  height: 18px;
  background: repeating-linear-gradient(-45deg, var(--safety) 0 24px, var(--black) 24px 48px);
}

nav { background: var(--black); border-bottom: 1px solid var(--line); padding: 14px 0; position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: 1400px; margin: 0 auto; padding: 0 40px; display: flex; align-items: center; gap: 40px; }
.nav-brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.nav-brand img { height: 54px; width: auto; }
.nav-links { margin-left: auto; display: flex; gap: 36px; align-items: center; }
.nav-links a { text-decoration: none; color: var(--gray-300); font-weight: 500; font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em; transition: color 0.15s; }
.nav-links a:hover { color: var(--safety); }
.nav-phone { color: var(--white) !important; font-weight: 600 !important; font-size: 14px !important; letter-spacing: 0 !important; text-transform: none !important; }
.nav-cta { background: var(--safety); color: var(--black) !important; padding: 12px 22px; font-weight: 700 !important; font-size: 12px !important; letter-spacing: 0.1em !important; text-transform: uppercase !important; transition: background 0.15s; }
.nav-cta:hover { background: var(--white); }

.breadcrumb-bar { padding: 16px 0; background: var(--off-black); border-bottom: 1px solid var(--line); position: static; }
.breadcrumb-bar .container { max-width: 1400px; margin: 0 auto; padding: 0 40px; }
.breadcrumbs { display: flex; gap: 8px; list-style: none; flex-wrap: wrap; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray-500); }
.breadcrumbs li + li::before { content: '\203A'; margin-right: 8px; color: var(--gray-700); }
.breadcrumbs a { color: var(--gray-300); text-decoration: none; transition: color 0.15s; }
.breadcrumbs a:hover { color: var(--safety); }
.breadcrumbs [aria-current="page"] { color: var(--white); }

.container { max-width: 1400px; margin: 0 auto; padding: 0 40px; }
section { padding: 100px 40px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--safety); font-weight: 700; margin-bottom: 24px; }
.eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--safety); }

h1 { font-family: 'Space Grotesk', sans-serif; font-size: clamp(44px, 7vw, 96px); font-weight: 700; line-height: 0.95; letter-spacing: -0.035em; text-transform: uppercase; color: var(--white); margin-bottom: 24px; }
h2 { font-family: 'Space Grotesk', sans-serif; font-size: clamp(34px, 5vw, 68px); font-weight: 700; line-height: 0.95; letter-spacing: -0.03em; text-transform: uppercase; color: var(--white); margin-bottom: 20px; max-width: 1000px; }
h2 .outline { -webkit-text-stroke: 2px var(--safety); color: transparent; }
.lead { font-size: 17px; color: var(--gray-300); max-width: 720px; line-height: 1.7; }

.btn-primary { background: var(--safety); color: var(--black); padding: 18px 32px; text-decoration: none; font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 12px; transition: background 0.15s; border: 0; cursor: pointer; }
.btn-primary::after { content: '\2192'; font-size: 16px; }
.btn-primary:hover { background: var(--white); }
.btn-outline { background: transparent; color: var(--white); padding: 18px 30px; text-decoration: none; font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; border: 1px solid var(--white); transition: all 0.15s; }
.btn-outline:hover { background: var(--white); color: var(--black); }
.hero-ctas { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-top: 32px; }

/* CITY / SERVICE page hero */
.city-hero { padding: 100px 40px 80px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, var(--off-black) 0%, var(--black) 100%); }
.city-hero h1 { margin-bottom: 24px; }

.city-intro { background: var(--black); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 32px; color: var(--gray-300); font-size: 16px; line-height: 1.75; }
.two-col p { max-width: 620px; }

/* Service linklist — on city pages */
.svc-linklist { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 40px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.svc-linklist li { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.svc-linklist a { display: block; padding: 32px 28px; text-decoration: none; transition: background 0.2s; position: relative; }
.svc-linklist a::before { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 2px; background: var(--safety); transition: width 0.3s; }
.svc-linklist a:hover { background: var(--asphalt); }
.svc-linklist a:hover::before { width: 100%; }
.svc-linklist strong { display: block; font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 700; text-transform: uppercase; letter-spacing: -0.015em; color: var(--white); margin-bottom: 10px; }
.svc-linklist span { color: var(--gray-300); font-size: 14px; line-height: 1.6; }

/* Portfolio grid on city/service pages */
.city-portfolio { background: var(--off-black); }
.city-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 40px; }
.city-grid figure { position: relative; overflow: hidden; background: var(--asphalt); aspect-ratio: 4/5; }
.city-grid figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s cubic-bezier(0.2,0.7,0.2,1), filter 0.3s; filter: brightness(0.85); }
.city-grid figure:hover img { transform: scale(1.05); filter: brightness(1); }
.city-grid figcaption { position: absolute; inset: auto 0 0 0; padding: 18px; background: linear-gradient(0deg, rgba(10,10,10,0.92) 0%, rgba(10,10,10,0) 100%); color: var(--white); font-size: 13px; font-weight: 600; letter-spacing: -0.01em; }

/* Why-list on service pages */
.why-list { list-style: none; margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.why-list li { padding: 28px; background: var(--off-black); border-top: 2px solid var(--safety); font-size: 15px; color: var(--gray-300); line-height: 1.7; }

/* FAQ details on service pages */
.faq-list { margin-top: 40px; }
.faq-item { padding: 24px 0; border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { font-family: 'Space Grotesk', sans-serif; font-size: 20px; font-weight: 700; letter-spacing: -0.015em; text-transform: uppercase; color: var(--white); cursor: pointer; display: flex; justify-content: space-between; align-items: center; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--safety); font-weight: 400; font-size: 28px; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item[open] summary { color: var(--safety); }
.faq-answer { padding-top: 14px; color: var(--gray-300); font-size: 15px; line-height: 1.7; max-width: 820px; }

/* Cities linklist */
.city-others { background: var(--black); }
.cities-linklist { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin-top: 40px; background: var(--line); border: 1px solid var(--line); }
.cities-linklist a { display: block; padding: 18px 20px; background: var(--black); text-decoration: none; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: -0.005em; text-transform: uppercase; color: var(--white); transition: all 0.15s; position: relative; }
.cities-linklist a::after { content: '\2192'; position: absolute; right: 20px; color: var(--safety); opacity: 0; transition: opacity 0.15s, transform 0.15s; }
.cities-linklist a:hover { background: var(--asphalt); color: var(--safety); }
.cities-linklist a:hover::after { opacity: 1; transform: translateX(4px); }

.city-cta { background: linear-gradient(180deg, var(--asphalt) 0%, var(--black) 100%); padding: 100px 40px; }

/* Footer */
footer { background: var(--black); border-top: 1px solid var(--line); padding: 80px 40px 40px; }
.footer-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid var(--line); }
.foot-brand img { height: 72px; width: auto; margin-bottom: 22px; }
.foot-brand p { color: var(--gray-300); font-size: 14px; line-height: 1.65; max-width: 340px; }
.foot-head { font-family: 'Space Grotesk', sans-serif; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: var(--safety); margin-bottom: 20px; }
footer ul { list-style: none; }
footer li { padding: 6px 0; }
footer li a { text-decoration: none; color: var(--gray-300); font-size: 14px; transition: color 0.15s; }
footer li a:hover { color: var(--white); }
.foot-contact .phone { font-family: 'Space Grotesk', sans-serif; font-size: 22px; color: var(--white); text-decoration: none; font-weight: 700; letter-spacing: -0.01em; }
.foot-meta { max-width: 1400px; margin: 32px auto 0; display: flex; justify-content: space-between; font-size: 12px; color: var(--gray-500); letter-spacing: 0.1em; text-transform: uppercase; flex-wrap: wrap; gap: 20px; }

/* RESPONSIVE */
@media (max-width: 1000px) {
  .nav-links { gap: 20px; }
  .nav-links a:not(.nav-phone):not(.nav-cta) { display: none; }
  .two-col, .why-list, .footer-grid { grid-template-columns: 1fr !important; gap: 28px; }
  .svc-linklist { grid-template-columns: repeat(2, 1fr); }
  .city-grid { grid-template-columns: repeat(2, 1fr); }
  .cities-linklist { grid-template-columns: repeat(2, 1fr); }
  section { padding: 60px 24px; }
  .city-hero { padding: 60px 24px; }
  .container { padding: 0 24px; }
}
@media (max-width: 560px) {
  .nav-phone { display: none !important; }
  .nav-brand img { height: 42px; }
  h1 { font-size: clamp(36px, 10vw, 56px); }
  h2 { font-size: clamp(28px, 8vw, 44px); }
  .svc-linklist, .city-grid, .cities-linklist { grid-template-columns: 1fr; }
  section, .city-hero { padding: 50px 20px; }
  .container { padding: 0 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}

/* ============ BLOG ============ */
.blog-grid-section { background: var(--off-black); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.blog-card { background: var(--black); border: 1px solid var(--line); transition: border-color 0.2s, transform 0.2s; position: relative; overflow: hidden; }
.blog-card:hover { border-color: var(--safety); transform: translateY(-4px); }
.blog-card a { display: block; text-decoration: none; color: inherit; }
.blog-card figure { overflow: hidden; aspect-ratio: 3/2; background: var(--asphalt); }
.blog-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; filter: brightness(0.88); }
.blog-card:hover figure img { transform: scale(1.05); filter: brightness(1); }
.blog-card-body { padding: 28px 24px 32px; }
.blog-card-cat { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--safety); font-weight: 700; margin-bottom: 14px; }
.blog-card h3 { font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 700; letter-spacing: -0.018em; line-height: 1.15; margin-bottom: 14px; color: var(--white); text-transform: none; }
.blog-card p { color: var(--gray-300); font-size: 14px; line-height: 1.65; margin-bottom: 18px; }
.blog-card time { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray-500); font-weight: 600; }

/* Blog post body prose */
.prose { color: var(--gray-300); font-size: 17px; line-height: 1.75; }
.prose h2 { font-family: 'Space Grotesk', sans-serif; font-size: 28px; font-weight: 700; letter-spacing: -0.018em; color: var(--white); margin: 48px 0 18px; text-transform: none; max-width: none; }
.prose h3 { font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 700; color: var(--white); margin: 32px 0 12px; text-transform: none; }
.prose p { margin-bottom: 22px; }
.prose p strong { color: var(--white); }
.prose ul, .prose ol { margin: 0 0 24px 24px; color: var(--gray-300); }
.prose ul li, .prose ol li { padding: 6px 0; line-height: 1.65; }
.prose a { color: var(--safety); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose a:hover { color: var(--white); }
.prose em { color: var(--gray-300); font-style: italic; }

@media (max-width: 1000px) {
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .prose { font-size: 16px; }
}
@media (max-width: 560px) {
  .blog-grid { grid-template-columns: 1fr; }
}
