/*
Theme Name: EPF 2026
Theme URI: https://lightsalmon-albatross-267475.hostingersite.com/
Author: The Tech Io
Description: Custom theme for Exclusive Property Facilities Ltd.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.1
*/

:root {
  --gold-50:  #FBF3E6; --gold-100: #F5E4C4; --gold-200: #E5C68A;
  --gold-400: #C99343; --gold-500: #B27822; --gold-600: #8E5C18; --gold-700: #6B4410;
  --ink-900: #161616; --ink-800: #2A2A2A; --ink-600: #4F4F4F;
  --ink-400: #8A8A8A; --ink-200: #DCDCDC; --ink-100: #F1F1F1; --ink-50: #FAFAF7;
  --font-serif: "DM Serif Display", Georgia, serif;
  --font-sans:  "DM Sans", -apple-system, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { background: var(--ink-50); color: var(--ink-800); }
body { font-family: var(--font-sans); font-size: 16px; line-height: 1.65; }

a { color: var(--gold-600); text-decoration: underline; text-decoration-color: var(--gold-200); text-underline-offset: 3px; transition: color .15s; }
a:hover { color: var(--gold-500); }

.container { max-width: 1180px; margin: 0 auto; padding: 0 32px; }

/* ============== NAV ============== */
nav.topnav { background: white; border-bottom: 1px solid var(--ink-200); position: sticky; top: 0; z-index: 50; }
nav.topnav .row { display: flex; align-items: center; justify-content: space-between; padding: 18px 32px; max-width: 1180px; margin: 0 auto; }
.logo svg { display: block; height: 68px; width: auto; }
.menu { display: flex; gap: 28px; align-items: center; list-style: none; }
.menu li { position: relative; }
.menu a { color: var(--ink-900); text-decoration: none; font-size: 15px; font-weight: 500; padding: 8px 0; }
.menu a:hover { color: var(--gold-600); }
.menu .has-drop > a::after { content: " ▾"; font-size: 10px; color: var(--gold-500); }
.menu .drop { display: none; position: absolute; top: 100%; left: -16px; background: white; border: 1px solid var(--ink-200); border-radius: 8px; padding: 8px 0; min-width: 240px; box-shadow: 0 8px 24px rgba(0,0,0,.06); list-style: none; }
.menu .has-drop:hover .drop { display: block; }
.menu .drop li a { display: block; padding: 10px 20px; font-size: 14px; }
.menu .drop li a:hover { background: var(--gold-50); color: var(--gold-700); }
.nav-cta { background: var(--gold-500); color: white !important; padding: 10px 20px !important; border-radius: 6px; font-weight: 600 !important; font-size: 14px !important; text-decoration: none; }
.nav-cta:hover { background: var(--gold-600); color: white !important; }

/* ============== HERO ============== */
.hero { position: relative; padding: 140px 0 120px; background-image: linear-gradient(135deg, rgba(22,22,22,0.78) 0%, rgba(22,22,22,0.55) 55%, rgba(178,120,34,0.45) 100%), url('images/hero-manchester-skyline.jpg'); background-size: cover; background-position: center; border-bottom: 3px solid var(--gold-500); color: white; }
.hero .eyebrow { color: var(--gold-200); }
.hero h1 { font-family: var(--font-sans); font-weight: 600; font-size: 56px; line-height: 1.12; color: white; letter-spacing: -1px; max-width: 880px; margin-bottom: 20px; }
.hero .sub { font-size: 19px; color: rgba(255,255,255,0.88); line-height: 1.55; max-width: 720px; margin-bottom: 36px; }
.hero .btn-secondary { color: white; border-color: white; }
.hero .btn-secondary:hover { background: white; color: var(--ink-900); }
.hero .cta-row { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.btn { display: inline-block; padding: 16px 30px; border-radius: 8px; font-weight: 600; font-size: 16px; text-decoration: none; transition: background .15s, transform .15s; cursor: pointer; border: none; }
.btn-primary { background: var(--gold-500); color: white; }
.btn-primary:hover { background: var(--gold-600); }
.btn-secondary { background: transparent; color: var(--ink-900); border: 1.5px solid var(--ink-900); padding: 14.5px 28.5px; }
.btn-secondary:hover { background: var(--ink-900); color: white; }

/* ============== INTRO ============== */
.intro { padding: 110px 0 80px; position: relative; }
.intro::before { content: ""; position: absolute; left: 50%; top: 60px; transform: translateX(-50%); width: 56px; height: 2px; background: var(--gold-500); }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-600); margin-bottom: 16px; }
.intro-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 80px; align-items: start; }
.intro-lead h2 { font-family: var(--font-serif); font-weight: 400; font-size: 38px; line-height: 1.2; color: var(--ink-900); letter-spacing: -0.5px; margin-bottom: 24px; }
.intro-lead .deck { font-size: 16px; line-height: 1.7; color: var(--ink-600); }
.intro-body p { font-size: 17px; line-height: 1.75; color: var(--ink-800); margin-bottom: 22px; }
.intro-body p:last-child { margin-bottom: 0; }

/* ============== SERVICES ============== */
.services { padding: 80px 0; background: white; border-top: 1px solid var(--ink-200); border-bottom: 1px solid var(--ink-200); }
.section-head { text-align: center; margin-bottom: 56px; }
.section-head h2 { font-family: var(--font-serif); font-weight: 400; font-size: 44px; color: var(--ink-900); letter-spacing: -0.5px; line-height: 1.2; }
.section-head p { color: var(--ink-600); font-size: 16px; margin-top: 12px; max-width: 640px; margin-left: auto; margin-right: auto; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: var(--ink-50); border: 1px solid var(--ink-200); border-radius: 12px; overflow: hidden; transition: transform .2s, border-color .2s, box-shadow .2s; display: flex; flex-direction: column; }
.service-card:hover { transform: translateY(-4px); border-color: var(--gold-300, var(--gold-200)); box-shadow: 0 12px 28px rgba(0,0,0,.06); }
.service-card .card-image { width: 100%; height: 180px; object-fit: cover; display: block; border-bottom: 1px solid var(--ink-200); }
.service-card .card-body { padding: 28px 28px 32px; display: flex; flex-direction: column; flex: 1; }
.service-card .num { font-family: var(--font-serif); font-size: 14px; color: var(--gold-600); margin-bottom: 12px; }
.service-card h3 { font-family: var(--font-sans); font-size: 22px; font-weight: 600; color: var(--ink-900); margin-bottom: 12px; line-height: 1.25; }
.service-card p { font-size: 15px; color: var(--ink-600); line-height: 1.65; margin-bottom: 16px; }
.service-card .more { color: var(--gold-600); font-weight: 600; font-size: 14px; text-decoration: none; letter-spacing: 0.3px; }
.service-card .more::after { content: " →"; transition: margin-left .2s; }
.service-card:hover .more::after { margin-left: 4px; }

/* ============== WHY US ============== */
.why-us { padding: 96px 0; }
.why-layout { display: grid; grid-template-columns: 5fr 6fr; gap: 56px; align-items: center; max-width: 1180px; margin: 0 auto; }
.why-image { width: 100%; height: 100%; min-height: 420px; border-radius: 12px; background-image: url('images/epf-cleaning-team-manchester.jpg'); background-size: cover; background-position: center; box-shadow: 0 20px 40px rgba(0,0,0,.10); border: 1px solid var(--ink-200); }
.why-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
.why-item h3 { font-family: var(--font-sans); font-size: 22px; font-weight: 600; color: var(--ink-900); margin-bottom: 10px; }
.why-item p { font-size: 16px; color: var(--ink-600); line-height: 1.65; }
.why-item .badge { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: var(--gold-50); border: 1.5px solid var(--gold-200); border-radius: 50%; margin-bottom: 16px; font-family: var(--font-serif); color: var(--gold-700); font-size: 18px; }

/* ============== HOW IT WORKS ============== */
.process { padding: 96px 0; background: var(--ink-900); color: var(--ink-50); }
.process .section-head h2 { color: var(--ink-50); }
.process .section-head p { color: var(--ink-400); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { padding: 28px 24px; border-left: 2px solid var(--gold-500); }
.step .num { font-family: var(--font-serif); font-size: 36px; color: var(--gold-500); line-height: 1; margin-bottom: 16px; }
.step h3 { font-size: 18px; font-weight: 600; color: var(--ink-50); margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--ink-200); line-height: 1.6; }

/* ============== AREAS ============== */
.areas { padding: 80px 0; }
.areas-content { max-width: 880px; margin: 0 auto; text-align: center; }
.areas-content p { font-size: 17px; line-height: 1.75; color: var(--ink-800); }
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 36px; }
.area-tag { padding: 8px 16px; background: white; border: 1px solid var(--ink-200); border-radius: 999px; font-size: 14px; color: var(--ink-800); font-weight: 500; }

/* ============== FAQ ============== */
.faq { padding: 96px 0; background: white; border-top: 1px solid var(--ink-200); }
.faq-list { max-width: 880px; margin: 0 auto; }
details { background: var(--ink-50); border: 1px solid var(--ink-200); border-radius: 8px; padding: 0; margin-bottom: 12px; transition: border-color .2s; }
details[open] { border-color: var(--gold-200); }
summary { padding: 22px 24px; font-weight: 600; font-size: 17px; color: var(--ink-900); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 24px; color: var(--gold-600); font-weight: 400; transition: transform .2s; }
details[open] summary::after { content: "−"; }
details .answer { padding: 0 24px 24px; font-size: 16px; color: var(--ink-600); line-height: 1.7; }

/* ============== FINAL CTA ============== */
.final-cta { padding: 120px 0; background-image: linear-gradient(135deg, rgba(22,22,22,0.85) 0%, rgba(107,68,16,0.78) 100%), url('images/cta-clean-office-lobby.jpg'); background-size: cover; background-position: center; color: white; }
.final-cta .inner { text-align: center; max-width: 720px; margin: 0 auto; }
.final-cta h2 { font-family: var(--font-serif); font-weight: 400; font-size: 48px; color: white; margin-bottom: 20px; line-height: 1.2; letter-spacing: -0.5px; }
.final-cta p { font-size: 17px; color: rgba(255,255,255,0.88); margin-bottom: 32px; line-height: 1.7; }
.final-cta .cta-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.final-cta .btn-secondary { color: white; border-color: white; }
.final-cta .btn-secondary:hover { background: white; color: var(--ink-900); }

/* ============== FOOTER ============== */
footer { background: var(--ink-900); color: var(--ink-200); padding: 64px 0 32px; }
footer .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
footer .col h4 { color: var(--ink-50); font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 18px; }
footer .col ul { list-style: none; }
footer .col li { margin-bottom: 10px; }
footer .col a { color: var(--ink-200); text-decoration: none; font-size: 14px; }
footer .col a:hover { color: var(--gold-200); }
footer .col p { color: var(--ink-200); font-size: 14px; line-height: 1.65; margin-bottom: 12px; }
footer .footer-logo { margin-bottom: 20px; }
footer .footer-logo svg { height: 48px; width: auto; }
footer .nap { font-size: 14px; color: var(--ink-400); line-height: 1.7; }
footer .nap strong { color: var(--ink-100); }
footer .bottom-bar { padding-top: 24px; border-top: 1px solid #2a2a2a; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; font-size: 13px; color: var(--ink-400); }
footer .bottom-bar a { color: var(--ink-400); text-decoration: none; }
footer .bottom-bar a:hover { color: var(--gold-200); }

/* ============== RESPONSIVE ============== */
@media (max-width: 900px) {
  .hero h1 { font-size: 40px; }
  .hero .sub { font-size: 17px; }
  .intro-grid { grid-template-columns: 1fr; gap: 32px; }
  .intro-lead h2 { font-size: 30px; }
  .services-grid { grid-template-columns: 1fr; }
  .why-layout { grid-template-columns: 1fr; gap: 32px; }
  .why-image { min-height: 280px; }
  .why-grid { grid-template-columns: 1fr; gap: 24px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .section-head h2 { font-size: 32px; }
  .final-cta h2 { font-size: 36px; }
  footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .menu { display: none; }
}
@media (max-width: 540px) {
  .process-grid { grid-template-columns: 1fr; }
  footer .footer-grid { grid-template-columns: 1fr; }
}

/* ============== WP NAV MENU CLASS ALIASES ============== */
/* WP uses menu-item-has-children / sub-menu instead of has-drop / drop */
.menu .menu-item-has-children > a::after { content: " ▾"; font-size: 10px; color: var(--gold-500); }
.menu .sub-menu { display: none; position: absolute; top: 100%; left: -16px; background: white; border: 1px solid var(--ink-200); border-radius: 8px; padding: 8px 0; min-width: 240px; box-shadow: 0 8px 24px rgba(0,0,0,.06); list-style: none; }
.menu .menu-item-has-children:hover .sub-menu { display: block; }
.menu .sub-menu li a { display: block; padding: 10px 20px; font-size: 14px; }
.menu .sub-menu li a:hover { background: var(--gold-50); color: var(--gold-700); }

/* ============== WP-SPECIFIC ============== */
/* Hide WP admin bar shift */
html { margin-top: 0 !important; }
body.admin-bar { padding-top: 32px; }
/* Page content container for non-front-page templates */
.page-content { max-width: 880px; margin: 0 auto; padding: 80px 32px; }
.page-content h1 { font-family: var(--font-serif); font-weight: 400; font-size: 44px; color: var(--ink-900); margin-bottom: 24px; line-height: 1.2; }
.page-content h2 { font-family: var(--font-serif); font-weight: 400; font-size: 32px; color: var(--ink-900); margin-bottom: 18px; margin-top: 40px; }
.page-content p { font-size: 17px; line-height: 1.75; color: var(--ink-800); margin-bottom: 20px; }
.page-content ul, .page-content ol { margin: 0 0 20px 24px; }
.page-content li { font-size: 16px; line-height: 1.7; color: var(--ink-800); margin-bottom: 6px; }

/* ============== INNER PAGE HEADERS ============== */
.contact-intro { margin-bottom: 56px; }
.contact-intro h1 { margin-bottom: 16px; }
.archive-header { margin-bottom: 48px; }
.archive-header h1 { font-family: var(--font-serif); font-weight: 400; font-size: 44px; color: var(--ink-900); margin-bottom: 16px; }
.archive-header p { font-size: 18px; color: var(--ink-600); max-width: 640px; }

/* ============== CONTACT PAGE ============== */
.contact-layout { display: grid; grid-template-columns: 1fr 380px; gap: 64px; align-items: start; }
.contact-details h2 { font-family: var(--font-serif); font-weight: 400; font-size: 28px; color: var(--ink-900); margin-bottom: 20px; margin-top: 0; }
.contact-details p { font-size: 16px; line-height: 1.7; color: var(--ink-800); margin-bottom: 16px; }
.contact-details a { color: var(--gold-600); }
@media (max-width: 860px) {
  .contact-layout { grid-template-columns: 1fr; gap: 40px; }
}

/* ============== BLOG GRID ============== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-bottom: 48px; }
.blog-card { background: white; border: 1px solid var(--ink-200); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; }
.blog-card .card-image { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.blog-card .card-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.blog-card .eyebrow { font-size: 12px; color: var(--ink-400); margin-bottom: 10px; }
.blog-card h2 { font-family: var(--font-serif); font-weight: 400; font-size: 22px; color: var(--ink-900); margin-bottom: 12px; line-height: 1.3; }
.blog-card h2 a { color: inherit; text-decoration: none; }
.blog-card h2 a:hover { color: var(--gold-600); }
.blog-card p { font-size: 15px; color: var(--ink-600); line-height: 1.65; flex: 1; margin-bottom: 16px; }
.blog-card .more { font-size: 14px; font-weight: 600; color: var(--gold-600); text-decoration: none; margin-top: auto; }
.blog-card .more:hover { color: var(--gold-700); }
@media (max-width: 900px) { .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 580px) { .blog-grid { grid-template-columns: 1fr; } }

/* ============== BLOG INDEX PAGE (full-width override) ============== */
.page-content.blog-wrap { max-width: 1180px; }

/* ============== PAGINATION ============== */
.pagination { margin-top: 16px; }
.pagination .nav-links { display: flex; gap: 8px; align-items: center; }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 12px; border: 1px solid var(--ink-200); border-radius: 6px; font-size: 14px; font-weight: 500; color: var(--ink-800); text-decoration: none; }
.pagination .page-numbers.current { background: var(--gold-500); color: white; border-color: var(--gold-500); }
.pagination .page-numbers:hover:not(.current) { background: var(--gold-50); color: var(--gold-700); border-color: var(--gold-200); }

/* ============== SINGLE POST ============== */
.post-header { margin-bottom: 40px; }
.post-header h1 { margin-bottom: 12px; }
.entry-content { font-size: 17px; line-height: 1.8; color: var(--ink-800); }
.entry-content h2 { font-family: var(--font-serif); font-weight: 400; font-size: 30px; color: var(--ink-900); margin: 40px 0 16px; }
.entry-content h3 { font-family: var(--font-sans); font-weight: 600; font-size: 20px; color: var(--ink-900); margin: 32px 0 12px; }
.entry-content p { margin-bottom: 20px; }
.entry-content ul, .entry-content ol { margin: 0 0 20px 24px; }
.entry-content li { margin-bottom: 8px; }
.entry-content img { max-width: 100%; height: auto; border-radius: 8px; margin: 8px 0 24px; }
.post-footer { margin-top: 56px; padding-top: 32px; border-top: 1px solid var(--ink-200); }
.post-nav { display: flex; justify-content: space-between; gap: 24px; }
.post-nav a { font-size: 15px; font-weight: 500; color: var(--gold-600); text-decoration: none; }
.post-nav a:hover { color: var(--gold-700); }

/* ============== SEARCH FORM ============== */
.search-form { display: flex; gap: 8px; max-width: 520px; }
.search-form .search-field { flex: 1; padding: 12px 16px; border: 1px solid var(--ink-200); border-radius: 6px; font-size: 15px; font-family: var(--font-sans); color: var(--ink-900); }
.search-form .search-field:focus { outline: 2px solid var(--gold-400); border-color: var(--gold-400); }
.search-form .search-submit { background: var(--gold-500); color: white; border: none; padding: 12px 20px; border-radius: 6px; font-size: 15px; font-weight: 600; font-family: var(--font-sans); cursor: pointer; }
.search-form .search-submit:hover { background: var(--gold-600); }
.search-results-header { margin-bottom: 40px; }
.screen-reader-text { position: absolute; clip: rect(1px,1px,1px,1px); overflow: hidden; height: 1px; width: 1px; }


/* ============== SERVICE PAGE HERO ============== */
.svc-hero { padding: 80px 0 72px; background: linear-gradient(135deg, var(--ink-900) 0%, var(--gold-700) 100%); color: white; border-bottom: 3px solid var(--gold-500); }
.svc-hero .eyebrow { color: var(--gold-200); margin-bottom: 12px; }
.svc-hero h1 { font-family: var(--font-sans); font-weight: 600; font-size: 46px; line-height: 1.12; color: white; letter-spacing: -0.5px; max-width: 780px; margin-bottom: 28px; }
.svc-hero .cta-row { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.svc-hero .btn-secondary { color: white; border-color: rgba(255,255,255,.7); background: transparent; }
.svc-hero .btn-secondary:hover { background: white; color: var(--ink-900); border-color: white; }

/* ============== SERVICE BODY ============== */
.svc-body { padding: 64px 0 0; }
.svc-body .container { max-width: 920px; }
.svc-body .entry-content h2 { font-family: var(--font-serif); font-weight: 400; font-size: 32px; color: var(--ink-900); margin: 44px 0 16px; line-height: 1.25; letter-spacing: -0.3px; }
.svc-body .entry-content h2:first-child { margin-top: 0; }
.svc-body .entry-content h3 { font-size: 20px; font-weight: 600; color: var(--ink-900); margin: 28px 0 10px; }
.svc-body .entry-content h4 { font-size: 16px; font-weight: 700; color: var(--ink-800); margin: 22px 0 8px; }
.svc-body .entry-content p { font-size: 17px; line-height: 1.75; color: var(--ink-800); margin-bottom: 18px; max-width: 72ch; }
.svc-body .entry-content ul, .svc-body .entry-content ol { margin: 0 0 18px 24px; }
.svc-body .entry-content li { font-size: 16px; line-height: 1.7; color: var(--ink-800); margin-bottom: 6px; }
.svc-body .entry-content a { color: var(--gold-600); }
.svc-body .entry-content .hero-sub { font-size: 19px; line-height: 1.65; color: var(--ink-600); max-width: 64ch; margin-bottom: 24px; }

/* ============== CARD GRID ============== */
.svc-body .card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 24px 0 36px; }
.svc-body .card { background: var(--ink-50); border: 1px solid var(--ink-200); border-radius: 10px; padding: 22px; transition: border-color .2s, box-shadow .2s; }
.svc-body .card:hover { border-color: var(--gold-200); box-shadow: 0 8px 20px rgba(0,0,0,.05); }
.svc-body .card h3 { font-size: 17px; font-weight: 600; color: var(--ink-900); margin: 0 0 8px; line-height: 1.3; }
.svc-body .card h3 a { color: var(--ink-900); text-decoration: none; }
.svc-body .card h3 a:hover { color: var(--gold-600); }
.svc-body .card p { font-size: 15px; color: var(--ink-600); line-height: 1.6; margin: 0; max-width: none; }

/* ============== STEP GRID ============== */
.svc-body .step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 24px 0 36px; padding: 32px; background: var(--ink-900); border-radius: 12px; }
.svc-body .step { border-left: 2px solid var(--gold-500); padding-left: 16px; }
.svc-body .step .num { font-family: var(--font-serif); font-size: 32px; color: var(--gold-500); line-height: 1; margin-bottom: 10px; }
.svc-body .step h3 { font-size: 16px; font-weight: 600; color: var(--ink-50); margin: 0 0 6px; }
.svc-body .step p { font-size: 14px; color: var(--ink-200); line-height: 1.6; margin: 0; max-width: none; }

/* ============== FAQ ITEMS ============== */
.svc-body .faq-item { border-bottom: 1px solid var(--ink-200); padding: 20px 0; }
.svc-body .faq-item:first-of-type { border-top: 1px solid var(--ink-200); }
.svc-body .faq-item h4 { font-size: 17px; font-weight: 600; color: var(--ink-900); margin: 0 0 8px; line-height: 1.4; }
.svc-body .faq-item p { font-size: 15px; color: var(--ink-600); line-height: 1.65; margin: 0; max-width: none; }

/* ============== LINK WHEEL ============== */
.link-wheel { display: flex; gap: 10px; flex-wrap: wrap; padding: 28px 0 8px; border-top: 1px solid var(--ink-200); margin-top: 48px; }
.link-wheel a { display: inline-block; padding: 8px 16px; background: var(--ink-50); border: 1px solid var(--ink-200); border-radius: 6px; font-size: 14px; font-weight: 500; color: var(--ink-800); text-decoration: none; transition: background .15s, border-color .15s; }
.link-wheel a:hover { background: var(--gold-50); border-color: var(--gold-200); color: var(--gold-700); }
.link-wheel .hub-link { background: var(--ink-900); color: var(--gold-200); border-color: var(--ink-900); font-weight: 600; }
.link-wheel .hub-link:hover { background: var(--ink-800); }

/* ============== SERVICE CTA STRIP ============== */
.svc-cta-strip { margin-top: 64px; padding: 80px 0; background-image: linear-gradient(135deg, rgba(22,22,22,.88) 0%, rgba(107,68,16,.80) 100%), url('images/cta-clean-office-lobby.jpg'); background-size: cover; background-position: center; color: white; }
.svc-cta-strip .inner { text-align: center; max-width: 680px; margin: 0 auto; }
.svc-cta-strip h2 { font-family: var(--font-serif); font-weight: 400; font-size: 40px; color: white; margin: 0 0 16px; line-height: 1.2; }
.svc-cta-strip p { font-size: 17px; color: rgba(255,255,255,.88); margin-bottom: 28px; line-height: 1.7; }
.svc-cta-strip .cta-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.svc-cta-strip .btn-secondary { color: white; border-color: white; background: transparent; }
.svc-cta-strip .btn-secondary:hover { background: white; color: var(--ink-900); }

/* ============== RESPONSIVE: service pages ============== */
@media (max-width: 900px) {
  .svc-hero h1 { font-size: 34px; }
  .svc-body .card-grid { grid-template-columns: 1fr 1fr; }
  .svc-body .step-grid { grid-template-columns: 1fr 1fr; padding: 24px; }
  .svc-cta-strip h2 { font-size: 30px; }
}
@media (max-width: 540px) {
  .svc-hero { padding: 56px 0 52px; }
  .svc-hero h1 { font-size: 28px; }
  .svc-body .card-grid { grid-template-columns: 1fr; }
  .svc-body .step-grid { grid-template-columns: 1fr; }
}

/* Page hero image (injected for hubs + spokes) */
.page-content .hero-image{margin:0 auto 2.5rem;max-width:100%;border-radius:14px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,0.08);}
.page-content .hero-image img{display:block;width:100%;height:auto;object-fit:cover;aspect-ratio:16/9;}
@media(min-width:768px){.page-content .hero-image img{aspect-ratio:21/9;max-height:480px;}}
.page-content .hero-image+h2{margin-top:1rem;}
