/*
Theme Name: Kahena Services
Theme URI: https://kahenaservices.com/
Author: OpenAI
Description: Luxury beige, gold, and silver WordPress theme for Kahena Services.
Version: 1.0
Text Domain: kahena-services
*/

:root {
  --bg-1: #fbf7f0;
  --bg-2: #f6efe4;
  --bg-3: #efe5d8;
  --gold-dark: #9b7a1c;
  --text: #3a3328;
  --muted: #6e6558;
  --line: #ddd0bc;
  --shadow: 0 18px 50px rgba(118, 96, 62, 0.10);
  --shadow-soft: 0 10px 24px rgba(118, 96, 62, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, var(--bg-1) 0%, var(--bg-2) 45%, var(--bg-3) 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top, rgba(212,175,55,.14), transparent 28%),
    radial-gradient(circle at bottom right, rgba(192,192,192,.16), transparent 24%);
  z-index: 0;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.container {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.section-pad { padding: 48px 0 96px; }
.eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: #8b8173;
  font-weight: 600;
}
.section-title, .hero-title, .brand-name, .service-card h3, .service-content h3, .footer-brand-name, .hero-overlay-copy h2 {
  font-family: "Playfair Display", serif;
}
.section-title {
  margin: 0 0 16px;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.08;
  letter-spacing: -.02em;
}
.gold { color: var(--gold-dark); }
.dark { color: var(--text); }
.section-text {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.85;
  max-width: 760px;
}
.section-text.left { max-width: 620px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(250,245,236,.82);
  border-bottom: 1px solid rgba(221,208,188,.8);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 82px;
}


.brand-logo.small {
  width: auto;
  height: 58px;
  max-width: 260px;
  object-fit: contain;
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
}
.brand-name { margin: 0; font-size: 1.95rem; color: var(--gold-dark); line-height: 1; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .95rem; color: var(--muted); }
.site-nav a, .site-footer a { transition: color .2s ease; }
.site-nav a:hover, .site-footer a:hover { color: var(--gold-dark); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.mobile-menu-toggle {
  display: none; width: 46px; height: 46px; padding: 0;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(221,208,188,.9);
  border-radius: 14px; cursor: pointer;
}
.mobile-menu-toggle span {
  display: block; width: 18px; height: 2px;
  background: var(--text); margin: 4px auto; border-radius: 999px;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 0 24px; border-radius: 999px;
  border: 1px solid transparent; font-weight: 600;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, #d5b04a 0%, #e2c972 45%, #d7d1c8 100%);
  color: #2f271d;
  box-shadow: 0 12px 28px rgba(180,150,95,.18);
}
.btn-secondary, .btn-ghost {
  background: rgba(255,255,255,.72);
  border-color: rgba(211,195,170,1);
  color: var(--text);
}
.btn.full { width: 100%; }

.hero-grid, .about-grid, .contact-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.pill {
  display: inline-flex; align-items: center;
  min-height: 42px; padding: 0 18px; border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(201,162,39,.28);
  color: #b58f27; font-size: .9rem; font-weight: 600;
}
.hero-brand-row { display: flex; align-items: center; gap: 16px; margin: 28px 0; }
.hero-logo {
  width: 160px; height: auto; object-fit: contain;
  background: transparent; padding: 0; border-radius: 0;
  border: 0; box-shadow: none;
}
.hero-line { flex: 1; height: 1px; background: linear-gradient(to right, rgba(201,162,39,.6), transparent); }
.hero-title { margin: 0; font-size: clamp(3rem, 8vw, 5.6rem); line-height: .98; letter-spacing: -.03em; }
.hero-title span { display: block; color: var(--gold-dark); }
.hero-text { margin: 24px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.9; max-width: 650px; }
.hero-actions-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-highlights { margin-top: 34px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.highlight-card {
  display: flex; align-items: center; gap: 12px; min-height: 68px;
  padding: 16px 18px; background: rgba(255,255,255,.72);
  border: 1px solid rgba(221,208,188,.9); border-radius: 22px;
  box-shadow: var(--shadow-soft); color: #5d5447;
}
.highlight-card span {
  width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; background: rgba(201,162,39,.16);
  color: var(--gold-dark); font-weight: 700; flex-shrink: 0;
}
.hero-visual-wrap { position: relative; }
.hero-glow {
  position: absolute; inset: -18px;
  background: linear-gradient(135deg, rgba(212,175,55,.18), transparent 50%, rgba(201,196,188,.2));
  filter: blur(22px); border-radius: 38px;
}
.hero-card {
  position: relative; overflow: hidden; border-radius: var(--radius-xl);
  background: #f8f2e8; border: 1px solid rgba(221,208,188,.88);
  box-shadow: 0 24px 60px rgba(118,96,62,.14);
}
.hero-card img {
  width: 100%; height: 560px; object-fit: cover; object-position: center;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(80,65,40,.65), rgba(200,180,140,.15), transparent);
}
.hero-overlay-copy {
  position: absolute; left: 32px; right: 32px; bottom: 30px; color: #fff;
}
.hero-overlay-copy p {
  margin: 0 0 10px; letter-spacing: .26em; text-transform: uppercase;
  font-size: .75rem; color: #f3ead9;
}
.hero-overlay-copy h2 { margin: 0; font-size: 2rem; line-height: 1.2; }

.section-heading { margin: 0 auto 54px; max-width: 780px; text-align: center; }
.service-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px;
}
.service-card, .testimonial-card, .service-panel {
  transition: transform .28s ease, box-shadow .28s ease;
}
.service-card {
  padding: 28px; border-radius: var(--radius-lg);
  background: linear-gradient(to bottom, rgba(255,255,255,.9), #f3eadb);
  border: 1px solid rgba(221,208,188,.9); box-shadow: var(--shadow-soft);
}
.service-card:hover, .testimonial-card:hover, .service-panel:hover { box-shadow: var(--shadow); }
.service-icon {
  width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px;
  background: linear-gradient(135deg, #d5b04a 0%, #d7d1c8 100%);
  color: #342c20; font-weight: 700; margin-bottom: 22px;
}
.service-card h3 { margin: 0 0 14px; font-size: 1.8rem; color: var(--text); line-height: 1.15; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.8; }
.service-card a { display: inline-block; margin-top: 18px; font-weight: 600; color: var(--gold-dark); }

.about-images { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.about-image {
  margin: 0; overflow: hidden; border-radius: 26px;
  border: 1px solid rgba(221,208,188,.92); box-shadow: var(--shadow-soft);
}
.about-image img { width: 100%; height: 330px; object-fit: cover; }
.about-image.offset { margin-top: 42px; }
.about-points { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; margin-top: 28px; }
.about-point {
  min-height: 72px; display: flex; align-items: center; padding: 16px 18px;
  background: rgba(255,255,255,.74); border: 1px solid rgba(221,208,188,.9);
  border-radius: 20px; box-shadow: var(--shadow-soft); color: #5d5447;
}

.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.testimonial-card {
  padding: 30px; border-radius: 28px;
  background: rgba(255,255,255,.76); border: 1px solid rgba(221,208,188,.92);
  box-shadow: var(--shadow-soft);
}
.stars { margin-bottom: 16px; color: var(--gold-dark); letter-spacing: .18em; }
.testimonial-card p { margin: 0; font-size: 1.15rem; line-height: 1.7; color: #5a5144; }
.testimonial-card span {
  display: block; margin-top: 18px; font-size: .78rem; letter-spacing: .2em;
  text-transform: uppercase; color: #8d8375;
}

.contact-panel {
  padding: 42px; border-radius: var(--radius-xl);
  border: 1px solid rgba(221,208,188,.92);
  background: linear-gradient(to right, rgba(255,255,255,.92), rgba(239,226,191,.65), rgba(236,236,236,.82));
  box-shadow: 0 20px 50px rgba(180,150,95,.16);
}
.contact-meta { display: grid; gap: 12px; margin-top: 26px; }
.contact-meta a, .contact-meta p { color: var(--muted); }
.form-shell {
  padding: 24px; border-radius: 28px;
  background: rgba(255,255,255,.82); border: 1px solid rgba(221,208,188,.92);
  box-shadow: var(--shadow-soft);
}
.quote-form { display: grid; gap: 16px; }
.quote-form input, .quote-form textarea {
  width: 100%; border: 1px solid rgba(221,208,188,.92); border-radius: 14px;
  background: #fff; padding: 14px 16px; outline: none; color: var(--text);
}
.quote-form textarea { min-height: 130px; resize: vertical; }
.services-checks {
  padding: 16px; border-radius: 20px; background: #fcfaf6;
  border: 1px solid rgba(221,208,188,.9);
}
.services-checks h3 { margin: 0 0 14px; font-size: .95rem; color: var(--text); }
.checks-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.checks-grid label {
  display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 0 14px;
  border-radius: 16px; background: #fff; border: 1px solid rgba(229,216,191,1); color: #5d5447;
}
.checks-grid input { width: 16px; height: 16px; accent-color: var(--gold-dark); }
.form-status { margin: 0; font-size: .92rem; }
.form-status.success { color: #1f7a44; }
.form-status.error { color: #b42318; }

.service-pages-list { display: grid; gap: 36px; }
.service-panel {
  display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden;
  border-radius: var(--radius-xl); background: rgba(255,255,255,.78);
  border: 1px solid rgba(221,208,188,.92); box-shadow: var(--shadow-soft);
}

.service-image { min-height: 360px; background: #f4ece0; position: relative; }
.service-image img { width: 100%; height: 100%; object-fit: cover; }
.move-service-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(53, 37, 13, 0.18) 0%, rgba(53, 37, 13, 0.04) 38%, rgba(53, 37, 13, 0.14) 100%);
  pointer-events: none;
}
.service-image-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(185, 138, 37, 0.96), rgba(239, 209, 123, 0.96));
  color: #fffdf8;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(74, 53, 18, 0.18);
}
.service-image.eco {
  display: flex; align-items: center; justify-content: center;
  padding: 34px; background: #efe5d8;
}
.service-image.eco img { object-fit: contain; }
.service-content { padding: 34px 36px; }
.service-content h3 { margin: 0 0 14px; font-size: 2rem; line-height: 1.1; color: var(--text); }
.service-content p { margin: 0; color: var(--muted); line-height: 1.85; }
.service-content ul {
  margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 12px;
}
.service-content li {
  padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,.7);
  border: 1px solid rgba(221,208,188,.92); color: #5d5447;
}
.panel-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.site-footer {
  padding-top: 38px; border-top: 1px solid rgba(221,208,188,.92);
  background: rgba(249,244,235,.88);
}
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 24px; }
.footer-head {
  margin: 0 0 14px; font-size: .75rem; letter-spacing: .22em;
  text-transform: uppercase; color: #8b8173; font-weight: 600;
}
.site-footer p, .site-footer a { display: block; margin: 0 0 10px; color: var(--muted); }
.footer-subtext, .footer-brand-name { margin: 0; }
.footer-brand-name { color: var(--gold-dark); font-size: 1.55rem; }
.footer-bottom {
  padding: 24px 0 30px; margin-top: 22px; border-top: 1px solid rgba(221,208,188,.92);
  text-align: center; color: var(--muted); font-size: .9rem;
}

.mobile-sticky-cta {
  display: none; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 70;
  min-height: 54px; align-items: center; justify-content: center; border-radius: 999px;
  background: linear-gradient(135deg, #d5b04a 0%, #e2c972 45%, #d7d1c8 100%);
  color: #2f271d; font-weight: 700;
  box-shadow: 0 18px 30px rgba(118,96,62,.16);
}

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

@media (max-width:1120px) {
  .service-grid, .testimonial-grid, .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .service-panel { grid-template-columns: 1fr; }
  .service-image { min-height: 300px; }
}
@media (max-width:920px) {
  .desktop-only { display: none !important; }
  .header-inner {
    flex-wrap: wrap;
    align-items: center;
    row-gap: 14px;
  }
  .mobile-menu-toggle { display: inline-block; }
  .site-nav {
    position: static;
    order: 4;
    width: 100%;
    display: none !important;
    flex-direction: column;
    gap: 0;
    padding: 8px 0 0;
    margin-top: 2px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .site-nav.open { display: flex !important; }
  .site-nav a {
    display: block;
    width: 100%;
    padding: 14px 0;
    border-top: 1px solid rgba(221,208,188,.75);
    text-align: left;
  }
  .hero-grid, .about-grid, .contact-panel, .footer-grid, .testimonial-grid, .service-grid { grid-template-columns: 1fr; }
  .hero-card img { height: 430px; }
  .hero-highlights, .about-points, .checks-grid { grid-template-columns: 1fr; }
  .about-images { grid-template-columns: 1fr 1fr; }
}
@media (max-width:640px) {
  .container { width: min(100% - 28px, 1220px); }
  .section-pad { padding: 36px 0 78px; }
  .header-inner { min-height: 74px; }
  
  .brand-name { font-size: 1.55rem; }
  .hero-title { font-size: 2.8rem; }
  .hero-text, .section-text, .service-content p, .about-copy p { font-size: 1rem; }
  .hero-actions-row, .panel-actions { flex-direction: column; }
  .btn, .panel-actions .btn, .hero-actions-row .btn { width: 100%; }
  .hero-card img { height: 360px; }
  .about-images { grid-template-columns: 1fr; }
  .about-image.offset { margin-top: 0; }
  .contact-panel, .form-shell, .service-content, .service-card, .testimonial-card {
    padding-left: 20px; padding-right: 20px;
  }
  .mobile-sticky-cta { display: flex; }
  body { padding-bottom: 82px; }
}



.header-inner 

.site-header .brand img {
  filter: contrast(1.08) saturate(1.04);
}

@media (max-width: 920px) {
  .header-actions .btn-primary {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 640px) {
  
  
  .brand-name {
    font-size: 1.35rem;
  }
}


.about-images {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-image img {
  max-width: 420px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.08));
}


/* Luxury logo styling */
.about-image {
  background: linear-gradient(145deg, #f8f3e8, #efe5d8);
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(155,122,28,0.15);
  position: relative;
}

.about-image::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(135deg, #d4af37, #c0c0c0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.about-image img {
  max-width: 520px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 25px 50px rgba(0,0,0,0.12));
  transition: transform 0.4s ease;
}

.about-image img:hover {
  transform: scale(1.05);
}


/* Hero-style spotlight logo section */
.about-spotlight-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-spotlight {
  position: relative;
  width: min(100%, 640px);
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px;
  border-radius: 36px;
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(212,175,55,0.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(192,192,192,0.16), transparent 32%),
    linear-gradient(145deg, #fbf7f0, #efe5d8 58%, #e7dbc8);
  box-shadow: 0 30px 80px rgba(118, 96, 62, 0.18);
  isolation: isolate;
}

.about-spotlight::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 28px;
  border: 1px solid rgba(155,122,28,0.18);
  pointer-events: none;
}

.about-spotlight::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(212,175,55,0.14), transparent 32%),
    linear-gradient(315deg, rgba(255,255,255,0.52), transparent 38%);
  pointer-events: none;
}

.about-spotlight-glow {
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,55,0.20) 0%, rgba(212,175,55,0.06) 42%, transparent 72%);
  filter: blur(8px);
  z-index: 0;
}

.about-image-spotlight {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  margin: 0;
  padding: 0;
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(255,255,255,0.80), rgba(250,244,233,0.96));
  box-shadow:
    0 24px 60px rgba(155,122,28,0.12),
    inset 0 1px 0 rgba(255,255,255,0.85);
}

.about-image-spotlight::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 32px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(212,175,55,0.95), rgba(192,192,192,0.95));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

.about-image-spotlight img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  filter: drop-shadow(0 28px 55px rgba(0,0,0,0.14));
  transform: none;
}

.about-spotlight-badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(58, 51, 40, 0.88);
  color: #f8f3e8;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(58, 51, 40, 0.20);
}

@media (max-width: 900px) {
  .about-spotlight {
    height: 560px;
    padding: 28px;
  }

  .about-image-spotlight {
    width: min(100%, 480px);
    padding: 28px;
  }
}

@media (max-width: 640px) {
  .about-spotlight {
    height: 560px;
    padding: 20px;
    border-radius: 26px;
  }

  .about-image-spotlight {
    width: 100%;
    padding: 20px;
    border-radius: 24px;
  }

  .about-image-spotlight::before {
    border-radius: 24px;
  }

  .about-spotlight-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    text-align: center;
    letter-spacing: 0.12em;
  }
}

/* Full-frame image fill */
.about-image-spotlight {
  padding: 0 !important;
  overflow: hidden;
}

.about-image-spotlight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* Custom gold service icons */
.service-icon {
  width: 76px;
  height: 76px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(251,247,240,0.92), rgba(239,229,216,0.96));
  box-shadow: 0 12px 28px rgba(155, 122, 28, 0.12);
  padding: 8px;
}

.service-icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.service-panel-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.service-panel-title h3 {
  margin: 0;
}

.service-panel-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: block;
  object-fit: contain;
}



/* Final design polish */
.site-header {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.header-inner {
  gap: 24px;
}



.brand-name {
  line-height: 1;
}

.hero {
  padding-top: 36px;
}

.hero-grid {
  align-items: center;
  gap: 56px;
}

.hero-copy-block {
  max-width: 620px;
}

.hero-title {
  margin-bottom: 20px;
}

.hero-text {
  max-width: 58ch;
  line-height: 1.8;
}

.hero-actions-row {
  gap: 16px;
  flex-wrap: wrap;
}

.hero-highlights {
  gap: 14px;
}

.highlight-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.highlight-card:hover {
  transform: translateY(-4px);
}

.hero-card,
.service-card,
.service-panel,
.testimonial-card,
.contact-panel,
.about-spotlight,
.about-image,
.form-shell {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hero-card:hover,
.service-card:hover,
.service-panel:hover,
.testimonial-card:hover,
.about-spotlight:hover,
.about-image:hover,
.form-shell:hover {
  box-shadow: var(--shadow);
}

.service-grid {
  gap: 26px;
}

.service-card {
  padding: 28px;
}

.service-card h3 {
  margin-top: 18px;
  margin-bottom: 12px;
}

.service-card p,
.service-content p,
.section-text.left,
.contact-copy .section-text {
  line-height: 1.8;
}

.service-pages-list {
  gap: 28px;
}

.service-panel {
  overflow: hidden;
}

.service-image img {
  transition: transform 0.45s ease;
}

.service-panel:hover .service-image img {
  transform: scale(1.04);
}

.about-grid {
  align-items: center;
  gap: 48px;
}

.about-copy {
  max-width: 620px;
}

.about-points {
  gap: 14px;
}

.contact-panel {
  gap: 38px;
}

.contact-meta {
  gap: 12px;
}

.quote-form input,
.quote-form textarea {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.quote-form input:focus,
.quote-form textarea:focus {
  transform: translateY(-1px);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.12);
}

.btn {
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, color 0.24s ease;
}

.btn:hover {
  transform: translateY(-2px);
}


@keyframes fadeUpSoft {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  animation: fadeUpSoft 0.75s ease both;
}

@media (max-width: 1024px) {
  .container {
    width: min(1220px, calc(100% - 36px));
  }

  .hero-grid,
  .about-grid,
  .contact-panel {
    gap: 32px;
  }

  .hero-title {
    font-size: clamp(2.3rem, 6vw, 4.2rem);
  }

  .about-spotlight {
    height: 460px;
  }

  .service-grid {
    gap: 22px;
  }
}

@media (max-width: 768px) {
  .section-pad {
    padding: 34px 0 74px;
  }

  .container {
    width: min(1220px, calc(100% - 24px));
  }

  .hero {
    padding-top: 18px;
  }

  .hero-grid,
  .about-grid,
  .contact-panel {
    gap: 24px;
  }

  .hero-copy-block,
  .about-copy {
    max-width: 100%;
  }

  .hero-actions-row {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions-row .btn,
  .panel-actions .btn,
  .btn.full {
    width: 100%;
    justify-content: center;
  }

  .service-card {
    padding: 22px;
  }

  .service-panel-title {
    gap: 12px;
  }

  .service-panel-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .about-spotlight {
    height: 340px;
    min-height: 340px;
  }

  .quote-form input,
  .quote-form textarea,
  .btn,
  .checks-grid label {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  

  

  .hero-title {
    line-height: 1.08;
  }

  .hero-highlights {
    grid-template-columns: 1fr;
  }

  .highlight-card,
  .service-card,
  .testimonial-card {
    border-radius: 20px;
  }

  .about-spotlight {
    height: 280px;
    min-height: 280px;
    padding: 14px;
  }

  .about-image-spotlight {
    border-radius: 20px;
  }

  .about-image-spotlight::before {
    border-radius: 20px;
  }

  .contact-panel,
  .form-shell {
    border-radius: 22px;
  }
}


.section-subtitle {
  margin: 0;
  font-size: 2rem;
  line-height: 1.15;
  color: var(--text);
}
.added-value-services {
  margin-top: 42px;
  padding: 34px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(252,249,243,.86), rgba(247,241,230,.96));
  border: 1px solid rgba(221,208,188,.9);
  box-shadow: var(--shadow-soft);
}
.added-value-heading { margin-bottom: 28px; }
.added-value-grid {
  grid-template-columns: repeat(2, minmax(0,1fr));
}
.added-value-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(243,234,219,.92));
}
.service-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(213,176,74,.14);
  color: var(--gold-dark);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
}
.added-value-checks { margin-top: -2px; }
.added-value-check-grid { grid-template-columns: 1fr 1fr; }
.service-pages-group-heading {
  margin: 8px 0 -6px;
  padding: 0 8px;
}
.service-pages-group-heading .eyebrow { margin-bottom: 10px; }
.added-value-panel {
  border-color: rgba(208,186,132,.95);
  box-shadow: 0 18px 44px rgba(180,150,95,.14);
}
@media (max-width:920px) {
  .added-value-grid, .added-value-check-grid { grid-template-columns: 1fr; }
  .added-value-services { padding: 24px; }
}


.fluent-form-shell {
  padding: 30px;
}

.fluent-form-shell .fluentform,
.fluent-form-shell .frm-fluent-form {
  background: transparent;
}

.fluent-form-shell .ff-el-group,
.fluent-form-shell .ff-t-cell,
.fluent-form-shell .ff_submit_btn_wrapper {
  margin-bottom: 16px;
}

.fluent-form-shell .ff-el-form-control,
.fluent-form-shell .ff-el-form-control:focus,
.fluent-form-shell .ff-t-cell .ff-el-form-control,
.fluent-form-shell .fluent_form_99306 input,
.fluent-form-shell .fluent_form_99306 textarea,
.fluent-form-shell .fluent_form_99306 select {
  width: 100%;
  border: 1px solid rgba(221,208,188,.92);
  border-radius: 14px;
  background: #fff;
  padding: 14px 16px;
  outline: none;
  color: var(--text);
  box-shadow: none;
}

.fluent-form-shell .ff-el-form-control:focus,
.fluent-form-shell .fluent_form_99306 input:focus,
.fluent-form-shell .fluent_form_99306 textarea:focus,
.fluent-form-shell .fluent_form_99306 select:focus {
  transform: translateY(-1px);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.12);
  border-color: rgba(212, 175, 55, 0.7);
}

.fluent-form-shell .fluent_form_99306 textarea,
.fluent-form-shell textarea.ff-el-form-control {
  min-height: 130px;
  resize: vertical;
}

.fluent-form-shell .ff-btn,
.fluent-form-shell .ff-btn-submit,
.fluent-form-shell .fluent_form_99306 button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-dark), #f0d07a);
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .02em;
  padding: 14px 24px;
  box-shadow: 0 16px 28px rgba(180,150,95,.22);
  transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
}

.fluent-form-shell .ff-btn:hover,
.fluent-form-shell .ff-btn-submit:hover,
.fluent-form-shell .fluent_form_99306 button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(180,150,95,.26);
  filter: saturate(1.04);
}

.fluent-form-shell .ff-message-success,
.fluent-form-shell .ff-message-inserted,
.fluent-form-shell .ff-errors-in-stack,
.fluent-form-shell .text-danger {
  border-radius: 14px;
}

.footer-subhead {
  margin: 16px 0 8px;
  color: var(--gold-dark);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}


/* Performance + Fluent Forms */
img[loading="lazy"] { content-visibility: auto; }
.service-panel-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.service-panel-title h3 { margin: 0; }
.service-panel-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  object-fit: contain;
}
.added-value-services {
  margin-top: 42px;
  padding: 38px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255,255,255,.62), rgba(245,237,224,.88));
  border: 1px solid rgba(221,208,188,.85);
  box-shadow: var(--shadow-soft);
}
.added-value-heading { margin-bottom: 30px; }
.section-subtitle {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1.15;
}
.added-value-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.service-tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(212,175,55,.12);
  color: var(--gold-dark);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.fluent-form-shell .ff-default .ff-el-form-control,
.fluent-form-shell .ff-default select,
.fluent-form-shell .ff-default textarea,
.fluent-form-shell .ff-default input[type="text"],
.fluent-form-shell .ff-default input[type="email"],
.fluent-form-shell .ff-default input[type="tel"] {
  border-radius: 14px;
  border-color: rgba(221,208,188,.95);
  background: rgba(255,255,255,.96);
  min-height: 52px;
  box-shadow: none;
}
.fluent-form-shell .ff-default textarea {
  min-height: 140px;
}
.fluent-form-shell .ff-default .ff-btn-submit,
.fluent-form-shell .ff-btn-submit {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, #d5b04a 0%, #e2c972 45%, #d7d1c8 100%);
  color: #2f271d;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(180,150,95,.18);
}
.fluent-form-shell .ff-default .ff-btn-submit:hover,
.fluent-form-shell .ff-btn-submit:hover {
  transform: translateY(-1px);
}
.fluent-form-shell .ff_t_container .ff_submit_btn_wrapper,
.fluent-form-shell .ff_submit_btn_wrapper {
  margin-top: 8px;
}
.fluent-form-shell .ff-el-group,
.fluent-form-shell .ff-t-cell {
  margin-bottom: 16px;
}
.footer-subhead {
  margin-top: 18px !important;
  color: var(--gold-dark) !important;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
@media (max-width:1120px) {
  .added-value-grid { grid-template-columns: 1fr; }
}
@media (max-width:920px) {
  .contact-panel { gap: 28px; padding: 28px; }
  .service-content { padding: 28px; }
  .service-panel-title { align-items: flex-start; }
}
@media (max-width:640px) {
  .site-header { backdrop-filter: blur(10px); }
  .hero-grid, .about-grid, .contact-panel { gap: 28px; }
  .hero-highlights { gap: 12px; }
  .highlight-card { min-height: 60px; padding: 14px 16px; }
  .service-card h3 { font-size: 1.55rem; }
  .service-content h3 { font-size: 1.7rem; }
  .service-panel-title {
    gap: 12px;
    margin-bottom: 12px;
  }
  .service-panel-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
  .added-value-services {
    padding: 22px;
    margin-top: 32px;
  }
  .contact-panel, .form-shell, .service-content, .service-card, .testimonial-card, .added-value-services {
    padding-left: 20px;
    padding-right: 20px;
  }
}


.site-header 
.site-header .brand img { display: block; }
.footer-brand-row { align-items: center; gap: 14px; }
.footer-brand-row > div { display: flex; flex-direction: column; justify-content: center; }

@media (max-width: 768px) {
  
  .brand-logo.small {
    height: 52px;
    max-width: 220px;
  }
  .hero-logo {
    width: 128px;
  }
}


/* Updates: removed top card sections, sticky mobile call, spacing/performance polish */
.btn-call span {
  font-weight: 500;
  opacity: .88;
}
.mobile-sticky-call {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 70;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d5b04a 0%, #e2c972 45%, #d7d1c8 100%);
  color: #2f271d;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(118, 96, 62, 0.22);
  border: 1px solid rgba(155,122,28,.18);
}
.mobile-sticky-call span { font-weight: 600; }
.hero.section-pad { padding-top: 32px; }
.hero-actions-row { flex-wrap: wrap; }
.hero-text { max-width: 640px; }
.testimonials-section { padding-top: 24px; }
.contact-section { padding-top: 24px; padding-bottom: 110px; }
.contact-panel { align-items: start; }
.form-shell.fluent-form-shell { width: 100%; }
.fluent-form-shell .ff-el-group,
.fluent-form-shell .ff-t-container {
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .section-pad { padding: 32px 0 72px; }
  .header-inner { min-height: 74px; gap: 14px; }
  
  .hero-grid, .about-grid, .contact-panel, .testimonial-grid { gap: 24px; }
  .service-panel { gap: 20px; }
}
@media (max-width: 767px) {
  .container { width: min(100% - 28px, 1220px); }
  .mobile-sticky-call { display: inline-flex; }
  .desktop-only { display: none !important; }
  .site-header { backdrop-filter: blur(10px); }
  .header-inner { min-height: 68px; }
  
  .hero.section-pad { padding-top: 18px; }
  .hero-title { line-height: 1.02; }
  .hero-text, .section-text { font-size: .98rem; line-height: 1.72; }
  .hero-highlights { gap: 10px; }
  .highlight-card { padding: 12px 14px; }
  .service-pages-section { padding-top: 24px; }
  .service-pages-list { gap: 20px; }
  .service-panel { padding: 18px; border-radius: 20px; }
  .service-content ul { padding-left: 18px; }
  .testimonial-card { padding: 20px; }
  .contact-panel { padding: 22px 18px; border-radius: 22px; }
}


/* Mobile header: move menu toggle to far left */
@media (max-width: 920px) {
  .header-inner {
    position: relative;
    gap: 12px;
  }
  .mobile-menu-toggle {
    order: -1;
    margin-right: 0;
    margin-left: 0;
    flex: 0 0 46px;
  }
  
  .header-actions {
    order: 2;
    margin-left: auto;
  }
  .site-nav {
    left: 14px;
    right: 14px;
  }
}
@media (max-width: 640px) {
  .header-inner {
    gap: 10px;
    min-height: 72px;
  }
  .mobile-menu-toggle {
    align-self: center;
  }
  .header-actions .btn-primary {
    min-height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: .9rem;
    white-space: nowrap;
  }
  
}


/* Cleanup after removing about section */
@media (max-width: 768px) {
  .hero.section-pad {
    padding-bottom: 2.5rem;
  }
}


/* Testimonials moved below contact form */
.testimonials-section {
  padding-top: 24px;
  padding-bottom: 96px;
}

.testimonials-heading {
  margin-bottom: 28px;
}

.testimonials-heading .section-title {
  display: inline-block;
  position: relative;
}

.testimonials-heading .section-title::after {
  content: "";
  display: block;
  width: 84px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(155,122,28,0.15), rgba(155,122,28,0.95), rgba(155,122,28,0.15));
}

.testimonial-grid {
  margin-top: 12px;
}

@media (max-width: 768px) {
  .testimonials-section {
    padding-top: 12px;
    padding-bottom: 72px;
  }

  .testimonials-heading {
    margin-bottom: 22px;
  }
}



/* Hero cleanup after removing hero logo */
.hero-logo {
  display: none !important;
}

.hero,
.hero-section {
  text-align: center;
}

.hero-content,
.hero-copy,
.hero-inner {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons,
.hero-cta,
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Add-on Services intro */
.subtitle {
  font-weight: 600;
  color: #9b7a1c;
  margin: 0 0 8px;
}

.description {
  color: #6b7280;
  max-width: 680px;
  margin: 0 auto 20px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .hero,
  .hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-buttons,
  .hero-cta,
  .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}





/* Gold highlight for Add-on Services heading */
.added-value-section h2,
#added-value-services h2,
.section-added-value h2 {
  background: linear-gradient(135deg, #c9a227, #f6d365);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.added-value-section h2::after,
#added-value-services h2::after,
.section-added-value h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #c9a227, #f6d365);
}






/* Scope added value alignment to its own section only */
#added-value-services,
.added-value-section,
.section-added-value {
  text-align: center;
}




/* Scoped darker-gold highlight for Add-on Services */
.service-pages-group-heading {
  margin: 18px 0 2px;
  padding: 0 8px;
  text-align: left;
}

.service-pages-group-heading .added-value-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(122, 85, 22, 0.10);
  color: #8a6a1f;
  border: 1px solid rgba(138, 106, 31, 0.22);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.service-pages-group-heading .added-value-title {
  margin: 0;
  color: #8a6a1f;
  font-size: 2rem;
  line-height: 1.15;
}

@media (max-width: 768px) {
  .service-pages-group-heading .added-value-title {
    font-size: 1.6rem;
  }
}




/* Center + highlight Add-on Services titles */
.service-pages-group-heading {
  text-align: center;
  margin: 40px 0 20px;
}

.service-pages-group-heading .added-value-kicker {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(138, 106, 31, 0.1);
  color: #8a6a1f;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.service-pages-group-heading .added-value-title {
  font-size: 32px;
  font-weight: 500;
  color: #8a6a1f;
  line-height: 1.2;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.service-pages-group-heading .added-value-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #6e5317, #8a6a1f, #6e5317);
}



/* Menu anchor targets fix */
#home,
#services,
#testimonials,
#contact {
  scroll-margin-top: 110px;
}




/* Menu anchor targets fix */
#home,
#services,
#testimonials,
#contact {
  scroll-margin-top: 110px;
}

/* Add-on Services darker gold center styling */
.service-pages-group-heading {
  text-align: center;
  margin: 40px 0 20px;
}

.service-pages-group-heading .added-value-kicker {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(138, 106, 31, 0.10);
  color: #8a6a1f;
  border: 1px solid rgba(138, 106, 31, 0.22);
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.service-pages-group-heading .added-value-title {
  font-size: 32px;
  font-weight: 500;
  color: #8a6a1f;
  line-height: 1.2;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.service-pages-group-heading .added-value-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #6e5317, #8a6a1f, #6e5317);
}

@media (max-width: 768px) {
  .header-tagline {
    display: none;
  }

  body {
    overflow-x: hidden;
  }
}

/* Header and services-link fix */
.site-header .header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: auto;
  height: 72px;
  max-width: 200px;
  object-fit: contain;
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  flex-shrink: 0;
}

.header-tagline {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 18px;
  font-weight: 700;
  color: #8a6a1f;
  display: inline-block;
  margin-left: 6px;
  margin-top: 8px;
  white-space: nowrap;
  padding-right: 28px;
  position: relative;
  flex: 0 1 auto;
}

.header-tagline::after {
  content: "";
  display: block;
  width: 72%;
  height: 2px;
  margin-top: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6e5317, #8a6a1f, #b8912d);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
  flex: 0 0 auto;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

/* Correct anchor targets */
#home,
#service-pages,
#testimonials,
#contact {
  scroll-margin-top: 110px;
}

@media (max-width: 1100px) {
  .brand-logo {
    height: 64px;
    max-width: 170px;
  }

  .header-tagline {
    font-size: 16px;
    padding-right: 16px;
  }

  .site-nav {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .brand-logo {
    height: 58px;
    max-width: 140px;
  }

  .header-tagline {
    display: none;
  }
}


@media (max-width: 768px) {
  .header-tagline { display: none !important; }
}


/* Fix underline for header tagline */
.header-tagline {
  position: relative;
  display: inline-block;
}

.header-tagline::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 6px;
  background: linear-gradient(to right, rgba(201,162,39,.8), transparent);
}


/* Premium service page template */
.narrow { width: min(900px, calc(100% - 48px)); margin: 0 auto; position: relative; z-index: 1; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content > *:last-child { margin-bottom: 0; }

.service-page {
  position: relative;
  z-index: 1;
}
.service-hero {
  padding: 34px 0 90px;
}
.service-hero-grid,
.service-overview-grid,
.service-areas-grid,
.service-quote-shell {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 34px;
  align-items: center;
}
.service-hero-title {
  margin: 0 0 18px;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
}
.service-hero-text {
  margin: 0;
  max-width: 650px;
  font-size: 1.1rem;
  line-height: 1.9;
  color: var(--muted);
}
.service-hero-actions,
.service-trust-row,
.service-location-pills,
.service-quote-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.service-hero-actions {
  margin-top: 28px;
}
.service-trust-row {
  margin-top: 22px;
}
.service-trust-pill,
.service-location-pills span,
.service-quote-points div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(211,195,170,.9);
  color: var(--text);
  box-shadow: var(--shadow-soft);
}

.service-coverage-section p {
  margin-bottom: 0;
}

.service-coverage-city {
  display: inline;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: var(--gold-dark);
  font-weight: 700;
  white-space: normal;
}

.service-hero-visual {
  position: relative;
}
.service-hero-card,
.service-copy-card,
.service-sidebar-card,
.service-rich-card,
.service-areas-card,
.service-faq-card,
.service-form-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(221,208,188,.95);
  box-shadow: var(--shadow);
}
.service-hero-card img {
  width: 100%;
  aspect-ratio: 4 / 4.5;
  object-fit: cover;
}
.service-hero-sheen {
  position: absolute;
  inset: auto -15% -18% auto;
  width: 60%;
  height: 55%;
  background: radial-gradient(circle, rgba(212,175,55,.24) 0%, rgba(212,175,55,0) 72%);
  pointer-events: none;
}
.service-badge-card {
  position: absolute;
  right: -12px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 260px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(221,208,188,.95);
  box-shadow: var(--shadow);
}
.service-badge-card img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  padding: 10px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(213,176,74,.14), rgba(215,209,200,.32));
}
.service-badge-label {
  margin: 0 0 6px;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #8b8173;
}
.service-overview,
.service-rich-content,
.service-areas-faq,
.service-quote-section {
  padding: 0 0 90px;
}
.service-copy-card,
.service-sidebar-card,
.service-areas-card,
.service-faq-card,
.service-quote-copy,
.service-form-card,
.service-rich-card {
  padding: 34px;
}
.service-included-card,
.service-side-cta {
  margin-top: 28px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(246,239,228,.88), rgba(255,255,255,.68));
  border: 1px solid rgba(221,208,188,.85);
}
.service-included-card h3,
.service-side-cta-title,
.faq-item h3 {
  margin: 0 0 12px;
  font-family: "Playfair Display", serif;
  font-size: 1.45rem;
}
.service-checklist,
.service-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-checklist li,
.service-benefits-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  line-height: 1.75;
  color: var(--text);
}
.service-checklist li::before,
.service-benefits-list li::before {
  content: "•";
  position: absolute;
  left: 8px;
  top: 0;
  color: var(--gold-dark);
  font-size: 1.15rem;
}
.service-rich-card {
  background: rgba(255,255,255,.56);
}
.service-rich-card h2,
.service-rich-card h3 {
  font-family: "Playfair Display", serif;
  color: var(--text);
}
.service-rich-card p,
.service-rich-card li {
  color: var(--muted);
  line-height: 1.85;
}
.faq-item + .faq-item {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(221,208,188,.85);
}
.service-quote-shell {
  padding: 12px;
  border-radius: calc(var(--radius-xl) + 6px);
  background: linear-gradient(135deg, rgba(255,255,255,.58), rgba(239,229,216,.68));
  border: 1px solid rgba(221,208,188,.95);
  box-shadow: var(--shadow);
}
.service-quote-copy {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.service-form-card {
  background: rgba(255,255,255,.92);
}
.service-form-card .wpforms-container {
  margin: 0;
}
.service-form-card input,
.service-form-card textarea,
.service-form-card select {
  width: 100%;
  min-height: 52px;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid rgba(211,195,170,.95);
  background: #fff;
}
.service-form-card textarea {
  min-height: 140px;
}
.service-form-card button,
.service-form-card input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #d5b04a 0%, #e2c972 45%, #d7d1c8 100%);
  color: #2f271d;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(180,150,95,.18);
}

@media (max-width: 980px) {
  .service-hero-grid,
  .service-overview-grid,
  .service-areas-grid,
  .service-quote-shell {
    grid-template-columns: 1fr;
  }

  .service-badge-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  .service-copy-card,
  .service-sidebar-card,
  .service-areas-card,
  .service-faq-card,
  .service-quote-copy,
  .service-form-card,
  .service-rich-card {
    padding: 24px;
  }

  .service-hero {
    padding: 18px 0 72px;
  }

  .service-hero-title {
    font-size: clamp(2.1rem, 9vw, 3.2rem);
  }

  .service-hero-actions .btn {
    width: 100%;
  }
}


.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 280px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(221,208,188,.95);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  padding: 12px;
  display: none;
  flex-direction: column;
  gap: 4px;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  display: flex;
}
.nav-dropdown-menu a {
  padding: 10px 12px;
  border-radius: 12px;
}
.nav-dropdown-menu a:hover {
  background: rgba(246,239,228,.9);
}

@media (max-width: 980px) {
  .nav-dropdown {
    width: 100%;
    display: block;
  }
  .nav-dropdown-menu {
    position: static;
    display: flex;
    min-width: 0;
    box-shadow: none;
    border: 0;
    background: transparent;
    padding: 8px 0 0;
  }
}




/* Gold and white luxury service page redesign */
.service-page-premium {
  padding: 56px 0 76px;
  background:
    radial-gradient(circle at top left, rgba(212,170,89,0.12), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, #f7f0e4 100%);
}

.service-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.82fr);
  gap: 34px;
  align-items: start;
}

.service-copy-card,
.service-image-card,
.service-cta-card,
.service-bottom-card {
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(199,153,68,0.22);
  box-shadow: 0 18px 46px rgba(82, 57, 18, 0.09);
}

.service-copy-card {
  border-radius: 28px;
  padding: 34px;
}

.service-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(201,158,76,0.14);
  color: #8e6422;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-page-premium h1 {
  margin: 0 0 12px;
  color: #473015;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.08;
}

.service-subtitle {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #7b6342;
  margin: 0 0 24px;
}

.service-section + .service-section {
  margin-top: 24px;
}

.service-page-premium h2 {
  margin: 0 0 12px;
  color: #6e4b14;
  font-size: 1.28rem;
}

.service-page-premium h3 {
  margin: 0 0 10px;
  color: #52330d;
  font-size: 1.55rem;
}

.service-page-premium p,
.service-page-premium li {
  color: #5f4a2d;
  line-height: 1.8;
}

.service-feature-list,
.service-detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-feature-list li,
.service-detail-list li {
  position: relative;
  padding-left: 22px;
  margin: 0 0 12px;
}

.service-feature-list li::before,
.service-detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d3a44d, #b98528);
  box-shadow: 0 0 0 4px rgba(211,164,77,0.14);
}

.service-section-soft {
  margin-top: 28px;
  padding: 20px 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(247,236,214,0.85), rgba(255,255,255,0.92));
}

.service-sidebar {
  display: grid;
  gap: 22px;
}

.service-image-card {
  overflow: hidden;
  border-radius: 28px;
}

.service-image-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 4.4;
  object-fit: cover;
}

.service-cta-card {
  border-radius: 24px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,244,233,0.98));
}

.service-cta-eyebrow {
  margin: 0 0 8px;
  color: #a06f20;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-cta-text {
  margin-bottom: 18px;
}

.service-form-wrap,
.service-bottom-form {
  margin-top: 14px;
}

.service-form-placeholder {
  margin: 14px 0 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff8ea;
  border: 1px dashed rgba(185,133,40,0.45);
}

.service-call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 13px 22px;
  min-width: 180px;
  border-radius: 999px;
  background: linear-gradient(135deg, #dbb05c 0%, #c28c30 100%);
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 14px 32px rgba(182, 125, 29, 0.25);
}

.service-call-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.service-bottom-card {
  margin-top: 34px;
  border-radius: 28px;
  padding: 32px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,240,226,0.98));
}

.service-bottom-heading {
  margin-bottom: 20px;
}

.service-bottom-heading h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.service-bottom-heading p {
  max-width: 720px;
  margin: 0;
}

.service-page-premium input,
.service-page-premium textarea,
.service-page-premium select {
  border-radius: 14px !important;
  border: 1px solid rgba(188,145,67,0.28) !important;
  background: #fffefb !important;
}

.service-page-premium button,
.service-page-premium input[type="submit"],
.service-page-premium .wpforms-submit {
  border-radius: 999px !important;
  background: linear-gradient(135deg, #dbb05c 0%, #c28c30 100%) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 12px 22px !important;
  box-shadow: 0 12px 28px rgba(182,125,29,0.22);
}

@media (max-width: 980px) {
  .service-shell {
    grid-template-columns: 1fr;
  }

  .service-copy-card,
  .service-cta-card,
  .service-bottom-card {
    padding: 24px;
    border-radius: 22px;
  }

  .service-image-card {
    border-radius: 22px;
  }

  .service-image-card img {
    aspect-ratio: 16 / 12;
  }
}



/* Stable Services dropdown */
.site-nav {
  overflow: visible;
}

.nav-dropdown-services {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: -24px;
}

.nav-dropdown-services .nav-dropdown-trigger {
  position: relative;
  z-index: 2;
}

.nav-dropdown-services::after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: 100%;
  height: 26px;
}

.nav-dropdown-services .nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 320px;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 1000;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(199,153,68,0.22);
  box-shadow: 0 20px 40px rgba(82, 57, 18, 0.12);
}

.nav-dropdown-services:hover .nav-dropdown-menu,
.nav-dropdown-services:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-dropdown-services .nav-dropdown-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  text-decoration: none;
}

.nav-dropdown-services .nav-dropdown-menu a:hover,
.nav-dropdown-services .nav-dropdown-menu a:focus {
  background: #fbf5e8;
}

.nav-dropdown-services .nav-dropdown-menu a.is-value-add {
  background: linear-gradient(135deg, rgba(219,176,92,.16), rgba(194,140,48,.08));
  border: 1px solid rgba(194,140,48,.24);
}

.nav-dropdown-services .nav-dropdown-menu a.is-value-add:hover,
.nav-dropdown-services .nav-dropdown-menu a.is-value-add:focus {
  background: linear-gradient(135deg, rgba(219,176,92,.22), rgba(194,140,48,.12));
}

.nav-dropdown-services .nav-dropdown-menu a small {
  color: #a06f20;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .nav-dropdown-services {
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .nav-dropdown-services::after {
    display: none;
  }

  .nav-dropdown-services .nav-dropdown-menu {
    position: static;
    min-width: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    padding: 8px 0 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .nav-dropdown-services .nav-dropdown-menu a {
    padding-left: 0;
    padding-right: 0;
  }
}



/* Service CTA buttons aligned side by side */
.service-cta-actions {
  display: flex;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.service-quote-btn,
.service-call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 13px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 14px 32px rgba(182, 125, 29, 0.18);
}

.service-quote-btn {
  background: #ffffff;
  color: #8c6321 !important;
  border: 1px solid rgba(194,140,48,0.35);
}

.service-quote-btn:hover {
  background: #fff8ec;
  transform: translateY(-1px);
}

.service-call-btn {
  margin-top: 0;
  background: linear-gradient(135deg, #dbb05c 0%, #c28c30 100%);
  color: #fff !important;
}

@media (max-width: 640px) {
  .service-cta-actions {
    flex-direction: column;
  }
  .service-quote-btn,
  .service-call-btn {
    width: 100%;
    min-width: 0;
  }
}


/* Ultra premium service page upgrade */
html {
  scroll-behavior: smooth;
}

.service-page-ultra {
  padding: 64px 0 84px;
  background:
    radial-gradient(circle at top right, rgba(211,164,77,0.20), transparent 24%),
    radial-gradient(circle at top left, rgba(255,255,255,0.90), transparent 30%),
    linear-gradient(180deg, #fffdf8 0%, #f8f1e6 100%);
}

.service-page-ultra .container {
  max-width: 1240px;
}

.service-page-ultra .service-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(340px, 0.82fr);
  gap: 34px;
  align-items: start;
}

.service-page-ultra .service-copy-card,
.service-page-ultra .service-cta-card,
.service-page-ultra .service-bottom-card,
.service-page-ultra .service-image-card {
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(201,158,76,0.22);
  box-shadow: 0 20px 55px rgba(92, 64, 23, 0.10);
}

.service-page-ultra .service-copy-card {
  padding: 36px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.service-page-ultra .service-copy-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(215,174,91,0.18) 0%, transparent 70%);
  pointer-events: none;
}

.service-page-ultra .service-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(201,158,76,0.12);
  color: #9a6c21;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.service-page-ultra h1 {
  margin: 0 0 12px;
  color: #442b0f;
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
  line-height: 1.03;
  letter-spacing: -0.03em;
}

.service-page-ultra .service-subtitle {
  max-width: 64ch;
  margin: 0 0 26px;
  color: #745938;
  font-size: 1.05rem;
  line-height: 1.8;
}

.service-highlight-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  margin: 0 0 26px;
}

.service-highlight-card {
  padding: 16px 16px 15px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,250,241,1), rgba(247,236,214,0.88));
  border: 1px solid rgba(204,160,79,0.16);
}

.service-highlight-card strong {
  display: block;
  color: #5b3d14;
  font-size: .98rem;
  margin-bottom: 6px;
}

.service-highlight-card span {
  color: #7a6345;
  font-size: .93rem;
  line-height: 1.65;
}

.service-page-ultra .service-section + .service-section {
  margin-top: 26px;
}

.service-page-ultra h2 {
  margin: 0 0 12px;
  color: #6f4a12;
  font-size: 1.32rem;
}

.service-page-ultra p,
.service-page-ultra li {
  color: #5f492b;
  line-height: 1.85;
}

.service-feature-list,
.service-detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-feature-list li,
.service-detail-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}

.service-feature-list li::before,
.service-detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #deb361, #bb882c);
  box-shadow: 0 0 0 4px rgba(222,179,97,0.16);
}

.service-page-ultra .service-section-soft {
  margin-top: 30px;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(249,241,225,.95), rgba(255,255,255,.94));
}

.service-page-ultra .service-sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 22px;
}

.ultra-media-card {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}

.ultra-media-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(65,38,8,.18) 100%);
  pointer-events: none;
}

.ultra-media-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 4.5;
  object-fit: cover;
  transition: transform .45s ease;
}

.ultra-media-card:hover img {
  transform: scale(1.035);
}

.service-page-ultra .service-cta-card {
  padding: 30px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(251,245,234,0.98));
}

.service-page-ultra .service-cta-eyebrow {
  margin: 0 0 8px;
  color: #a2701e;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.service-page-ultra h3 {
  margin: 0 0 10px;
  color: #53330d;
  font-size: 1.7rem;
}

.service-page-ultra .service-cta-text {
  margin-bottom: 18px;
}

.service-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.service-quote-btn,
.service-call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 14px 34px rgba(180, 125, 36, 0.18);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.service-quote-btn:hover,
.service-call-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(180, 125, 36, 0.22);
}

.service-quote-btn {
  background: #fff;
  color: #8c6321 !important;
  border: 1px solid rgba(194,140,48,0.35);
}

.service-quote-btn:hover {
  background: #fff8ec;
}

.service-call-btn {
  background: linear-gradient(135deg, #dbb05c 0%, #c28c30 100%);
  color: #fff !important;
}

.service-page-ultra .service-bottom-card {
  margin-top: 36px;
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,240,226,0.98));
}

.service-bottom-heading {
  margin-bottom: 20px;
}

.service-bottom-heading h2 {
  font-size: clamp(1.85rem, 3vw, 2.6rem);
  margin-bottom: 8px;
}

.service-bottom-heading p {
  max-width: 760px;
  margin: 0;
}

.premium-form-wrap {
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(252,248,241,0.94));
  border: 1px solid rgba(202,160,77,0.18);
}

.service-page-ultra form,
.service-page-ultra .fluentform {
  width: 100%;
}

.service-page-ultra input,
.service-page-ultra textarea,
.service-page-ultra select {
  border-radius: 16px !important;
  border: 1px solid rgba(188,145,67,0.28) !important;
  background: #fffefb !important;
  min-height: 50px;
  box-shadow: none !important;
}

.service-page-ultra textarea {
  min-height: 140px;
}

.service-page-ultra button,
.service-page-ultra input[type="submit"],
.service-page-ultra .wpforms-submit,
.service-page-ultra .ff-btn,
.service-page-ultra .ff-btn-submit {
  border-radius: 999px !important;
  background: linear-gradient(135deg, #dbb05c 0%, #c28c30 100%) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 800 !important;
  padding: 14px 26px !important;
  box-shadow: 0 14px 30px rgba(182,125,29,0.22);
}

.service-page-ultra .ff-el-group,
.service-page-ultra .ff-t-container {
  margin-bottom: 14px !important;
}

@media (max-width: 980px) {
  .service-page-ultra .service-shell {
    grid-template-columns: 1fr;
  }

  .service-page-ultra .service-sidebar {
    position: static;
  }

  .service-highlight-row {
    grid-template-columns: 1fr;
  }

  .service-page-ultra .service-copy-card,
  .service-page-ultra .service-cta-card,
  .service-page-ultra .service-bottom-card {
    padding: 24px;
    border-radius: 24px;
  }

  .ultra-media-card {
    border-radius: 24px;
  }

  .ultra-media-card img {
    aspect-ratio: 16 / 12;
  }
}

@media (max-width: 640px) {
  .service-cta-actions {
    flex-direction: column;
  }

  .service-quote-btn,
  .service-call-btn {
    width: 100%;
    min-width: 0;
  }
}


/* Branding + mobile optimization */
.service-page-ultra .service-kicker {
  white-space: normal;
}

.service-page-ultra .service-subtitle {
  max-width: 58ch;
}

.site-header .brand-copy p,
.site-header .brand-copy .site-description {
  max-width: 34ch;
}

@media (max-width: 980px) {
  .service-page-ultra {
    padding: 34px 0 54px;
  }

  .service-page-ultra h1 {
    font-size: clamp(2rem, 8vw, 2.75rem);
    line-height: 1.08;
  }

  .service-page-ultra .service-subtitle,
  .service-page-ultra p,
  .service-page-ultra li {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .service-page-ultra .service-copy-card,
  .service-page-ultra .service-cta-card,
  .service-page-ultra .service-bottom-card {
    padding: 22px;
  }

  .service-highlight-row {
    gap: 10px;
    margin-bottom: 18px;
  }

  .service-highlight-card {
    padding: 14px;
    border-radius: 16px;
  }

  .service-page-ultra .service-sidebar {
    gap: 16px;
  }

  .premium-form-wrap {
    padding: 14px;
  }
}

@media (max-width: 640px) {
  .service-page-ultra .container {
    width: min(100% - 20px, 100%);
  }

  .service-page-ultra .service-shell {
    gap: 18px;
  }

  .service-page-ultra .service-copy-card,
  .service-page-ultra .service-cta-card,
  .service-page-ultra .service-bottom-card {
    padding: 18px;
    border-radius: 20px;
  }

  .service-page-ultra h1 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .service-page-ultra h2 {
    font-size: 1.15rem;
    margin-bottom: 10px;
  }

  .service-page-ultra h3 {
    font-size: 1.35rem;
  }

  .service-page-ultra .service-subtitle {
    font-size: 0.95rem;
    margin-bottom: 18px;
  }

  .service-page-ultra .service-feature-list li,
  .service-page-ultra .service-detail-list li {
    padding-left: 20px;
    margin-bottom: 10px;
  }

  .service-page-ultra .service-feature-list li::before,
  .service-page-ultra .service-detail-list li::before {
    top: 10px;
    width: 8px;
    height: 8px;
  }

  .service-highlight-card strong {
    font-size: 0.95rem;
  }

  .service-highlight-card span {
    font-size: 0.9rem;
  }

  .ultra-media-card img {
    aspect-ratio: 4 / 3;
  }

  .service-cta-actions {
    gap: 10px;
  }

  .service-quote-btn,
  .service-call-btn {
    padding: 13px 18px;
    font-size: 0.95rem;
  }

  .service-page-ultra input,
  .service-page-ultra textarea,
  .service-page-ultra select {
    min-height: 46px;
    font-size: 16px !important;
  }

  .service-page-ultra textarea {
    min-height: 120px;
  }

  .service-bottom-heading h2 {
    font-size: 1.7rem;
  }
}

/* Better menu behavior on mobile */
@media (max-width: 980px) {
  .site-nav {
    gap: 10px;
  }

  .nav-dropdown-services .nav-dropdown-menu a {
    line-height: 1.4;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}


/* Smart CTA next to service title */
.service-title-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.service-title-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.service-title-bar .service-subtitle {
  margin-bottom: 0;
}

.service-smart-cta {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 6px;
}

.service-smart-quote-btn {
  white-space: nowrap;
  min-width: 170px;
}

@media (max-width: 980px) {
  .service-title-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    margin-bottom: 18px;
  }

  .service-smart-cta {
    justify-content: flex-start;
    padding-top: 0;
  }

  .service-smart-quote-btn {
    min-width: 0;
    width: 100%;
  }
}


/* Hide smart CTA on mobile */
@media (max-width: 980px) {
  .service-smart-cta {
    display: none !important;
  }
}


/* Contact map + mobile stability fixes */
.contact-copy {
  align-self: stretch;
}

.service-area-map {
  margin-top: 28px;
  padding: 12px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(19,42,61,.08), rgba(255,255,255,.72));
  border: 1px solid rgba(221,208,188,.92);
  box-shadow: var(--shadow-soft);
}

.service-area-map img {
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  object-position: center top;
  border-radius: 18px;
  display: block;
}

@media (max-width: 991px) {
  .service-area-map img {
    max-height: 520px;
  }
}

@media (max-width: 767px) {
  html, body {
    overflow-x: clip;
  }

  body {
    padding-bottom: 0;
    -webkit-overflow-scrolling: touch;
  }

  body::before {
    position: absolute;
  }

  .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(250,245,236,.96);
  }

  .mobile-sticky-cta,
  .mobile-sticky-call {
    display: none !important;
  }

  .contact-panel {
    gap: 20px;
  }

  .service-area-map {
    margin-top: 22px;
    padding: 8px;
    border-radius: 20px;
  }

  .service-area-map img {
    max-height: none;
    border-radius: 14px;
  }

  .contact-meta {
    gap: 10px;
  }
}


.service-coverage-section .service-location-pills {
  margin-top: 16px;
}

.service-section-seo {
  margin-top: 28px;
}

.service-section-seo p + p {
  margin-top: 14px;
}



.badge {
    font-size: 12px;
    font-weight: 500;
    color: #c8a96a;
    background: rgba(200,169,106,0.08);
    border: 1px solid rgba(200,169,106,0.25);
    padding: 3px 8px;
    border-radius: 6px;
    margin-left: 8px;
}

/* Scroll shake fix */
html, body {
    overflow-x: hidden;
}

.service-card, .services-section, .container {
    transform: none !important;
}

* {
    max-width: 100%;
}

/* prevent vw issues */
.container, section {
    width: 100%;
}


/* Precise Services dropdown Add-on badge */
.nav-dropdown-services .nav-dropdown-menu a small.addon-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #9a6c1f;
  background: rgba(200,169,106,0.10);
  border: 1px solid rgba(200,169,106,0.22);
  line-height: 1.2;
}

/* Remove motion that causes the services section to feel shaky on desktop scroll */
.service-pages-section .service-panel,
.service-pages-section .service-card,
.service-pages-section .service-image img,
.service-pages-section .service-content,
.service-pages-section .panel-actions .btn {
  transform: none !important;
  will-change: auto;
}

.service-pages-section .reveal,
.service-pages-section .container.reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.service-pages-section .service-panel:hover,
.service-pages-section .service-card:hover {
  transform: none !important;
  box-shadow: var(--shadow) !important;
}

.service-pages-section .service-image img:hover,
.service-pages-section .service-panel:hover .service-image img,
.service-pages-section .service-card:hover .service-image img {
  transform: none !important;
  filter: none !important;
}

/* Desktop-specific stability */
@media (min-width: 981px) {
  .service-pages-section,
  .service-pages-section * {
    backface-visibility: hidden;
  }

  .service-pages-section .service-panel,
  .service-pages-section .service-card {
    transition: box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease !important;
  }
}


/* Desktop stability fix for homepage service cards */
@media (min-width: 981px) {
  .service-pages-section .service-panel,
  .service-pages-section .service-panel:hover,
  .service-pages-section .service-image,
  .service-pages-section .service-image img,
  .service-pages-section .service-panel:hover .service-image img,
  .service-pages-section .service-content,
  .service-pages-section .service-panel-title,
  .service-pages-section .panel-actions,
  .service-pages-section .panel-actions .btn,
  .service-pages-section .panel-actions .btn:hover,
  .service-pages-section .service-image-badge {
    transform: none !important;
    animation: none !important;
    transition-property: color, background-color, border-color, box-shadow, opacity !important;
    transition-duration: .2s !important;
    will-change: auto !important;
  }

  .service-pages-section .service-panel,
  .service-pages-section .service-image,
  .service-pages-section .service-image img,
  .service-pages-section .service-content,
  .service-pages-section .panel-actions,
  .service-pages-section .panel-actions .btn {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .service-pages-section .service-panel:hover {
    box-shadow: var(--shadow) !important;
  }

  .service-pages-section .service-image img {
    filter: none !important;
  }

  .service-pages-section .panel-actions .btn {
    position: relative;
    top: auto;
  }
}

/* Single CTA layout for homepage service cards */
.service-pages-section .panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-pages-section .panel-actions .btn:only-child {
  min-width: 0;
}


/* Ensure all service cards same height */
.service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-card .service-content {
    flex-grow: 1;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    align-items: stretch;
}
