:root {
  --bg: #fbf7f1;
  --text: #231b16;
  --muted: #6d6259;
  --dark: #17120f;
  --primary: #b56b25;
  --primary-dark: #8d4f17;
  --card: #ffffff;
  --line: #e6ddd3;
  --soft: #f3eadf;
  --shadow: 0 18px 45px rgba(35, 27, 22, 0.12);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: #fff; padding: 10px 14px; z-index: 1000; border-radius: 8px; }
.skip-link:focus { left: 8px; }
.topbar { background: var(--dark); color: #fff; font-size: 14px; }
.topbar-inner { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; align-items: center; }
.topbar a { font-weight: 700; color: #ffd9ad; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 19px; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: var(--primary); color: #fff; font-size: 14px; }
.main-nav { display: flex; align-items: center; gap: 22px; font-weight: 600; font-size: 14px; }
.main-nav a:hover { color: var(--primary); }

.nav-dropdown { position: relative; }
.nav-dropdown::after { content: ""; position: absolute; left: -30px; right: -30px; top: 100%; height: 20px; }
.nav-dropdown-toggle { border: 0; background: transparent; color: inherit; font: inherit; font-weight: 600; cursor: pointer; padding: 0; display: inline-flex; align-items: center; gap: 5px; }
.nav-dropdown-toggle:hover { color: var(--primary); }
.nav-dropdown-menu { position: absolute; top: calc(100% + 12px); right: 0; width: min(960px, calc(100vw - 40px)); background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); padding: 18px; display: none; z-index: 90; }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown.open .nav-dropdown-menu { display: grid; }
.service-mega-menu { grid-template-columns: repeat(4, minmax(190px, 1fr)); gap: 12px; }
.mega-column { border-right: 1px solid var(--line); padding: 4px 12px 4px 4px; }
.mega-column:last-child { border-right: 0; }
.mega-heading { margin: 0 0 8px; color: var(--primary); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nav-dropdown-menu a { display: block; padding: 8px 10px; border-radius: 10px; font-weight: 500; line-height: 1.25; font-size: 14px; color: var(--text); }
.nav-dropdown-menu a:hover { background: var(--soft); color: var(--primary); }
.nav-cta { background: var(--primary); color: #fff !important; padding: 11px 18px; border-radius: 999px; box-shadow: 0 8px 20px rgba(181,107,37,.22); font-weight: 700; }
.menu-toggle { display: none; border: 0; background: var(--soft); border-radius: 12px; padding: 9px 12px; font-size: 22px; }
.hero { position: relative; min-height: 720px; display: grid; align-items: center; color: #fff; background: url('https://images.unsplash.com/photo-1600566752229-250ed79470e5?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,18,15,.84), rgba(23,18,15,.58), rgba(23,18,15,.35)); }
.hero-content { position: relative; padding: 96px 0; max-width: 1120px; }
.eyebrow { display: inline-block; margin: 0 0 14px; color: #ffd7a5; text-transform: uppercase; font-size: 13px; letter-spacing: .18em; font-weight: 700; }
.eyebrow.dark { color: var(--primary); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(34px, 4.2vw, 56px); line-height: 1.14; max-width: 920px; letter-spacing: -.018em; margin-bottom: 24px; font-weight: 700; }
.hero-text { font-size: 19px; max-width: 760px; color: #f8eee4; margin-bottom: 30px; }
.hero-actions, .cta-inner { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.home-hero {
  min-height: 760px;
  background:
    linear-gradient(90deg, rgba(24,19,16,.82) 0%, rgba(24,19,16,.66) 42%, rgba(24,19,16,.28) 78%, rgba(24,19,16,.12) 100%),
    url('https://images.unsplash.com/photo-1600566752355-35792bedcfea?auto=format&fit=crop&w=1800&q=80') center center / cover no-repeat;
  overflow: hidden;
}
.home-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 32%, rgba(255,255,255,.18), transparent 32%), linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0));
  pointer-events: none;
}
.home-hero .hero-overlay {
  background: linear-gradient(90deg, rgba(18,14,12,.68), rgba(18,14,12,.44), rgba(18,14,12,.12));
}
.home-hero .hero-content {
  position: relative;
  z-index: 1;
}
.home-hero h1 {
  max-width: 820px;
  text-shadow: 0 2px 18px rgba(0,0,0,.24);
}
.home-hero .hero-text {
  max-width: 760px;
  text-shadow: 0 1px 8px rgba(0,0,0,.18);
}
@media (max-width: 900px) {
  .home-hero {
    min-height: 680px;
    background-position: 62% center;
  }
  .home-hero .hero-overlay {
    background: linear-gradient(180deg, rgba(18,14,12,.72), rgba(18,14,12,.52), rgba(18,14,12,.22));
  }
}
@media (max-width: 640px) {
  .home-hero {
    min-height: auto;
    background-position: 68% center;
  }
  .home-hero::before {
    background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,0));
  }
}
.btn { display: inline-flex; justify-content: center; align-items: center; border-radius: 999px; padding: 14px 22px; font-weight: 700; border: 2px solid transparent; transition: transform .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-dark); }
.btn-light { background: #fff; color: var(--dark); }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-row span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.1); border-radius: 999px; font-size: 14px; font-weight: 700; }
.section { padding: 86px 0; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.reverse { direction: rtl; }
.reverse > * { direction: ltr; }
h2 { font-size: clamp(28px, 3.4vw, 42px); line-height: 1.16; letter-spacing: -.018em; margin-bottom: 18px; font-weight: 700; }
.intro p, .detail-section p, .why p, .quote p { color: var(--muted); font-size: 17px; }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.check-grid span { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 13px 14px; font-weight: 700; }
.image-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #fff; }
.image-card img { width: 100%; height: 440px; object-fit: cover; }
.services { background: #fff; }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading p { color: var(--muted); font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 10px 28px rgba(35,27,22,.08); }
.service-card img { width: 100%; height: 190px; object-fit: cover; }
.service-card div { padding: 22px; }
.service-card h3 { font-size: 19px; line-height: 1.25; margin-bottom: 10px; font-weight: 700; }
.service-card p { color: var(--muted); font-size: 15px; margin-bottom: 0; }
.cta-band { background: var(--primary); color: #fff; padding: 46px 0; }
.cta-inner { justify-content: space-between; }
.cta-inner h2 { margin: 0; color: #fff; }
.cta-inner p { margin: 0 0 4px; color: #ffe3c3; font-weight: 700; }
.feature-list { padding: 0; margin: 24px 0 0; list-style: none; }
.feature-list li { padding: 12px 0 12px 32px; position: relative; border-bottom: 1px solid var(--line); font-weight: 700; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--primary); font-weight: 700; }
.process { background: var(--soft); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-card { background: #fff; border-radius: var(--radius); padding: 26px; border: 1px solid var(--line); }
.process-card span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--dark); color: #fff; font-weight: 700; margin-bottom: 18px; }
.process-card p { color: var(--muted); margin-bottom: 0; }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.why-grid div { background: #fff; border: 1px solid var(--line); padding: 22px; border-radius: 20px; }
.why-grid strong { display: block; font-size: 19px; margin-bottom: 8px; }
.why-grid p { margin: 0; font-size: 15px; }
.reviews { background: var(--dark); color: #fff; }
.light-heading p { color: #e7d8c8; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
blockquote { margin: 0; padding: 26px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); color: #ffd38e; font-weight: 700; }
blockquote p { color: #fff; font-weight: 500; margin: 16px 0; }
blockquote cite { color: #d9cfc7; font-style: normal; }
.narrow { max-width: 820px; }
details { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 20px 24px; margin-bottom: 14px; }
summary { cursor: pointer; font-size: 18px; font-weight: 700; }
details p { color: var(--muted); margin: 14px 0 0; }
.quote { background: #fff; }
.quote-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; align-items: start; }
.quote-copy { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; position: sticky; top: 100px; }
.phone-large { display: inline-block; font-size: 26px; font-weight: 700; color: var(--primary); margin: 10px 0 16px; }
address { color: var(--muted); font-style: normal; }
.form-frame { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 12px; box-shadow: var(--shadow); overflow: hidden; }
.form-frame iframe { display: block; border-radius: 18px; background: #fff; }
.site-footer { background: var(--dark); color: #d6cbc1; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; padding: 54px 0; }
.footer-brand { color: #fff; margin-bottom: 16px; }
.site-footer h3 { color: #fff; margin-bottom: 12px; }
.site-footer a { display: block; margin: 8px 0; }
.site-footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); text-align: center; padding: 18px 20px; color: #a99f97; font-size: 14px; }
@media (max-width: 940px) {
  .topbar-inner { flex-direction: column; align-items: flex-start; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 72px; left: 20px; right: 20px; background: #fff; padding: 18px; border-radius: 18px; box-shadow: var(--shadow); flex-direction: column; align-items: flex-start; }
  .main-nav.open { display: flex; }
  .nav-dropdown { width: 100%; }
  .nav-dropdown-toggle { width: 100%; justify-content: space-between; padding: 8px 0; }
  .nav-dropdown-menu { position: static; width: 100%; box-shadow: none; border-radius: 14px; margin-top: 8px; max-height: 70vh; overflow: auto; }
  .service-mega-menu { grid-template-columns: 1fr; gap: 4px; padding: 10px; }
  .mega-column { border-right: 0; border-bottom: 1px solid var(--line); padding: 10px 0; }
  .mega-column:last-child { border-bottom: 0; }
  .nav-dropdown-menu a { padding: 9px 10px; font-size: 15px; }
  .two-col, .quote-wrap { grid-template-columns: 1fr; }
  .service-grid, .process-grid, .review-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
  .quote-copy { position: static; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1120px); }
  .brand { font-size: 16px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: auto; }
  .hero-content { padding: 72px 0; }
  h1 { font-size: clamp(34px, 9vw, 46px); line-height: 1.12; }
  .service-page .hero h1 { font-size: clamp(32px, 8.5vw, 44px); line-height: 1.14; }
  .section { padding: 64px 0; }
  .check-grid, .service-grid, .process-grid, .review-grid, .footer-grid, .why-grid { grid-template-columns: 1fr; }
  .image-card img { height: 320px; }
  .hero-actions .btn, .cta-inner .btn { width: 100%; }
  .cta-inner { align-items: stretch; }
  .form-frame { padding: 6px; }
}

.expanded-grid { grid-template-columns: repeat(4, 1fr); }
.content-panels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.content-panels article, .area-grid article { background: var(--bg); border: 1px solid var(--line); border-radius: 22px; padding: 24px; }
.content-panels h3, .area-grid h3 { font-size: 21px; margin-bottom: 10px; }
.content-panels p, .area-grid p { color: var(--muted); margin-bottom: 0; }
.long-process { grid-template-columns: repeat(4, 1fr); }
.cost { background: #fff; }
.cost-grid div { background: var(--bg); }
.areas { background: var(--soft); }
.area-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.social-cta { margin-top: 34px; padding: 26px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.08); border-radius: var(--radius); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.social-cta p { color: #fff; font-size: 20px; font-weight: 700; margin: 0; }
.mobile-sticky-cta { display: none; }

@media (max-width: 940px) {
  .expanded-grid, .long-process, .area-grid, .content-panels { grid-template-columns: 1fr 1fr; }
  .social-cta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
  .expanded-grid, .long-process, .area-grid, .content-panels { grid-template-columns: 1fr; }
  .mobile-sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; display: grid; grid-template-columns: 1fr 1fr; background: var(--dark); border-top: 1px solid rgba(255,255,255,.15); }
  .mobile-sticky-cta a { display: flex; align-items: center; justify-content: center; padding: 13px 10px; color: #fff; font-weight: 700; margin: 0; border-right: 1px solid rgba(255,255,255,.15); }
  body { padding-bottom: 54px; }
}


.service-card h3 a, .content-panels h3 a { color: inherit; text-decoration: none; }
.service-card h3 a:hover, .content-panels h3 a:hover { color: var(--primary); }

.homepage-services { background: #f7f8fb; }
.homepage-service-group + .homepage-service-group { margin-top: 64px; }
.homepage-service-group .group-heading { max-width: 860px; margin: 0 auto 28px; }
.homepage-service-group .group-heading h3 { font-size: clamp(1.9rem, 3vw, 2.5rem); margin-bottom: 10px; }
.homepage-service-group .group-heading p { color: var(--muted); }
.homepage-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.homepage-service-card { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 18px 18px 20px; box-shadow: 0 10px 28px rgba(35,27,22,.06); }
.homepage-service-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; margin-bottom: 16px; }
.homepage-service-card h4 { font-size: 19px; line-height: 1.35; font-weight: 500; margin: 0 0 10px; text-align: center; }
.homepage-service-card h4 a { color: inherit; text-decoration: none; }
.homepage-service-card h4 a:hover { color: var(--accent); }
.homepage-service-card p { font-size: 15px; line-height: 1.7; color: var(--text); margin: 0; text-align: center; }
@media (max-width: 980px) {
  .homepage-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .homepage-service-group + .homepage-service-group { margin-top: 46px; }
  .homepage-service-grid { grid-template-columns: 1fr; }
  .homepage-service-card { padding: 16px; }
  .homepage-service-card h4 { font-size: 22px; }
  .homepage-service-card p { font-size: 16px; }
}
.placeholder-page { padding: 90px 0; }
.placeholder-box { max-width: 820px; background: var(--surface); border: 1px solid var(--border); border-radius: 28px; padding: 38px; box-shadow: var(--shadow); }
.placeholder-box h1 { margin: 0 0 16px; font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.05; }
.placeholder-box p { color: var(--muted); font-size: 1.05rem; line-height: 1.8; }
.placeholder-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:24px; }

.service-links { background: #f3f7fd; }
.centered-heading { text-align: center; margin-left: auto; margin-right: auto; }
.service-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 54px; align-items: start; margin-top: 34px; }
.service-category-card { background: transparent; }
.service-category-card h3 { font-size: 26px; line-height: 1.2; margin: 0 0 18px; font-weight: 700; color: var(--text); }
.service-category-card img { width: 100%; height: 175px; object-fit: cover; border-radius: 0; margin-bottom: 28px; }
.service-category-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.service-category-card li { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 16px; line-height: 1.35; }
.service-category-card li::before { content: "✓"; flex: 0 0 21px; width: 21px; height: 21px; display: inline-grid; place-items: center; border: 1.5px solid var(--muted); border-radius: 50%; color: var(--muted); font-size: 13px; font-weight: 700; line-height: 1; margin-top: 1px; }
.service-category-card a { color: #e96513; text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }
.service-category-card a:hover { color: var(--primary-dark); }
.map-section { background: var(--bg); }
.map-frame { overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); background: #fff; }
.map-frame iframe { display: block; width: 100%; min-height: 420px; }
@media (max-width: 940px) {
  .service-category-grid { grid-template-columns: 1fr; gap: 38px; }
  .service-category-card img { height: 230px; max-width: 520px; }
}
@media (max-width: 620px) {
  .service-category-card h3 { font-size: 23px; }
  .service-category-card img { height: 190px; max-width: 100%; }
}

.breadcrumbs { font-size: 14px; font-weight: 700; color: rgba(255,255,255,.84); margin-bottom: 18px; }
.breadcrumbs a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.service-hero { min-height: 560px; }
.service-page .hero h1 { font-size: clamp(34px, 4vw, 54px); line-height: 1.14; max-width: 960px; letter-spacing: -.018em; font-weight: 700; }
.service-page .hero .lead { max-width: 860px; }
.service-page .section p { color: var(--muted); font-size: 17px; }
.service-page .lead { font-size: 20px; color: #f8eee4; max-width: 820px; }
.service-page .content-list { margin: 22px 0 0; padding-left: 20px; color: var(--muted); }
.service-page .content-list li { margin-bottom: 10px; }
.service-page .inline-cta { margin-top: 30px; padding: 26px; border-radius: var(--radius); background: var(--dark); color: #fff; display: flex; gap: 18px; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.service-page .inline-cta p { color: #f5e9dc; margin: 0; font-weight: 700; }
.service-page .mini-case { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 10px 28px rgba(35,27,22,.08); }
.service-page .mini-case p:last-child { margin-bottom: 0; }
.service-page .long-form { max-width: 900px; }
.service-page .long-form p { margin-bottom: 18px; }
.service-page .panel-list { display: grid; gap: 18px; margin-top: 28px; }
.service-page .panel { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 24px; }
.service-page .panel p:last-child { margin-bottom: 0; }
.service-page .schema-note { font-size: 13px; color: var(--muted); }

/* Bottom services link block shown near the footer on public pages */
.bottom-service-links { border-top: 1px solid rgba(35, 27, 22, .08); }
.bottom-service-links .section-heading { max-width: 760px; }

/* Mobile polish added after responsive check */
@media (max-width: 620px) {
  .topbar { display: none; }
  .site-header { position: sticky; top: 0; }
  .nav-wrap { padding: 10px 0; gap: 10px; }
  .brand { min-width: 0; gap: 8px; font-size: 15px; line-height: 1.2; }
  .brand span:last-child { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .brand-mark { width: 34px; height: 34px; border-radius: 11px; font-size: 12px; flex: 0 0 auto; }
  .menu-toggle { flex: 0 0 auto; padding: 8px 11px; line-height: 1; }
  .main-nav { top: 58px; left: 14px; right: 14px; max-height: calc(100vh - 82px); overflow-y: auto; }
  .nav-cta { width: 100%; text-align: center; justify-content: center; }
  .nav-dropdown-menu { max-height: 56vh; }
  .hero-content { padding: 58px 0 70px; }
  .hero-text, .service-page .lead { font-size: 17px; }
  .trust-row span { width: 100%; text-align: center; }
  .service-category-card ul { gap: 8px; }
  .quote-copy { padding: 24px; }
  .map-frame iframe { min-height: 340px; }
}

@media (max-width: 380px) {
  .brand { font-size: 14px; }
  .brand-mark { display: none; }
  h1 { font-size: clamp(30px, 8.5vw, 38px); }
  .service-page .hero h1 { font-size: clamp(29px, 8vw, 38px); }
}


/* Restored homepage service showcase - compact card layout inspired by the reference site */
.homepage-services { background: #f7f8fb; }
.homepage-services .section-heading { max-width: 860px; margin-left: auto; margin-right: auto; text-align: center; }
.showcase-group { margin-top: 46px; }
.showcase-group h3 { text-align: center; font-size: clamp(1.55rem, 2.3vw, 2.15rem); font-weight: 600; line-height: 1.25; margin: 0 0 28px; color: var(--heading); }
.service-showcase-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; align-items: stretch; }
.service-showcase-card { background: #fff; border: 1px solid rgba(126, 95, 66, .18); border-radius: 8px; padding: 18px 18px 22px; box-shadow: 0 8px 24px rgba(31, 26, 22, .055); text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.service-showcase-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(31, 26, 22, .09); }
.service-showcase-card img { display: block; width: 100%; height: 165px; aspect-ratio: 16 / 10; object-fit: cover; object-position: center; border-radius: 2px; margin: 0 0 14px; background: #eee8df; }
.service-showcase-card h4 { margin: 0 0 9px; font-size: 1.18rem; line-height: 1.35; font-weight: 500; color: var(--heading); }
.service-showcase-card h4 a { color: inherit; text-decoration: none; }
.service-showcase-card h4 a:hover { color: var(--accent); }
.service-showcase-card p { margin: 0 auto; font-size: .95rem; line-height: 1.65; color: var(--text); max-width: 31ch; }
@media (max-width: 980px) { .service-showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .service-showcase-card img { height: 160px; } }
@media (max-width: 620px) { .service-showcase-grid { grid-template-columns: 1fr; gap: 20px; } .service-showcase-card { padding: 16px; } .service-showcase-card img { height: 185px; } .showcase-group { margin-top: 36px; } }

.service-text-link { color: var(--accent); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.service-text-link:hover { color: var(--accent-dark); }


.page-hero {
  min-height: 520px;
  background:
    linear-gradient(90deg, rgba(23,18,15,.82), rgba(23,18,15,.58), rgba(23,18,15,.32)),
    url('https://images.unsplash.com/photo-1600566752355-35792bedcfea?auto=format&fit=crop&w=1800&q=80') center center / cover no-repeat;
}
.about-content-section {
  background: var(--bg);
}
.about-content-card {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: clamp(28px, 5vw, 54px);
  box-shadow: var(--shadow);
}
.about-content-card h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.14;
  margin-bottom: 22px;
}
.about-content-card p {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--muted);
  margin-bottom: 18px;
}
.about-content-card a:not(.btn) {
  color: var(--primary);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.about-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.dark-text {
  color: var(--text) !important;
}
@media (max-width: 640px) {
  .page-hero { min-height: auto; }
  .about-cta-row .btn { width: 100%; }
}

/* Unified hero background for service and inner pages */
.service-hero, .page-hero {
  background:
    linear-gradient(90deg, rgba(24,19,16,.82) 0%, rgba(24,19,16,.66) 42%, rgba(24,19,16,.28) 78%, rgba(24,19,16,.12) 100%),
    url('https://images.unsplash.com/photo-1600566752355-35792bedcfea?auto=format&fit=crop&w=1800&q=80') center center / cover no-repeat;
  overflow: hidden;
}
.service-hero::before, .page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 32%, rgba(255,255,255,.18), transparent 32%), linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0));
  pointer-events: none;
}
.service-hero .hero-overlay, .page-hero .hero-overlay {
  background: linear-gradient(90deg, rgba(18,14,12,.68), rgba(18,14,12,.44), rgba(18,14,12,.12));
}
.service-hero .hero-content, .page-hero .hero-content { z-index: 1; }
.service-checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; margin: 28px 0 0; padding: 0; list-style: none; }
.service-checklist li { position: relative; padding-left: 28px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.service-checklist li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--accent); font-weight: 800; }
.section-note { margin-top: 24px; color: var(--muted); font-size: 17px; }
@media (max-width: 760px) { .service-checklist { grid-template-columns: 1fr; } }
