:root {
  --black: #0c0d0e;
  --charcoal: #151617;
  --charcoal-2: #1d2022;
  --text: #151617;
  --muted: #6c6f73;
  --paper: #f7f3ec;
  --white: #ffffff;
  --copper: #d46a1f;
  --copper-dark: #a94c12;
  --steel: #7c858d;
  --line: rgba(255,255,255,.18);
  --shadow: 0 18px 55px rgba(0,0,0,.2);
  --radius: 14px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--paper);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--copper); }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--copper); color: #fff; padding: 8px 12px; z-index: 20; }
.skip-link:focus { left: 12px; }
.top-trust-bar { background: var(--charcoal); color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.trust-items { min-height: 38px; display: grid; grid-template-columns: repeat(4, auto); gap: 28px; align-items: center; justify-content: center; }
.trust-items span::before, .trust-items a::before { content: "◆"; color: var(--copper); margin-right: 8px; font-size: 10px; }
.site-header { background: #fff; position: sticky; top: 0; z-index: 15; box-shadow: 0 10px 24px rgba(0,0,0,.08); }
.nav-wrap { min-height: 112px; display: grid; grid-template-columns: 190px 1fr auto; gap: 24px; align-items: center; }
.brand-logo img, .custom-logo { width: 150px; max-height: 96px; object-fit: contain; }
.nav-menu { display: flex; align-items: center; justify-content: center; list-style: none; padding: 0; margin: 0; gap: 26px; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.nav-menu a { padding: 38px 0; border-bottom: 3px solid transparent; }
.nav-menu a:hover { border-bottom-color: var(--copper); color: var(--copper); }
.header-phone { text-align: right; }
.phone-link { display: block; color: var(--copper); font-weight: 900; font-size: 24px; letter-spacing: .02em; }
.header-phone span { display: block; font-size: 13px; color: #111; font-weight: 700; line-height: 1.35; }
.menu-toggle { display: none; border: 1px solid #ddd; background: #fff; padding: 10px 12px; font-weight: 800; text-transform: uppercase; }
.hero { position: relative; min-height: 620px; display: flex; align-items: center; background:
    linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.52), rgba(0,0,0,.18)),
    radial-gradient(circle at 72% 48%, rgba(212,106,31,.18), transparent 26%),
    linear-gradient(145deg, #15120f 0%, #2b2117 48%, #0d0d0e 100%);
  color: #fff; overflow: hidden; }
.hero::after { content: ""; position: absolute; right: 5%; bottom: -30px; width: 520px; height: 430px; border-radius: 45% 55% 0 0; background:
    radial-gradient(ellipse at 45% 35%, rgba(212,106,31,.85) 0 7%, transparent 8%),
    linear-gradient(30deg, transparent 0 40%, rgba(255,255,255,.18) 41% 43%, transparent 44%),
    linear-gradient(120deg, transparent 0 35%, rgba(212,106,31,.62) 36% 49%, transparent 50%),
    linear-gradient(to top, rgba(0,0,0,.68), transparent),
    #232323;
  clip-path: polygon(16% 100%, 16% 55%, 42% 20%, 64% 30%, 82% 56%, 100% 62%, 100% 100%);
  opacity: .75; filter: drop-shadow(0 30px 60px rgba(0,0,0,.6)); }
.hero-content { position: relative; z-index: 2; max-width: 1180px; }
.eyebrow, .section-kicker { color: var(--copper); text-transform: uppercase; font-weight: 900; letter-spacing: .08em; margin: 0 0 8px; }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(46px, 7vw, 84px); line-height: .92; letter-spacing: -.04em; text-transform: uppercase; font-weight: 950; }
.hero-copy { max-width: 560px; margin: 28px 0; font-size: 19px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 14px 24px; border-radius: 4px; font-weight: 900; text-transform: uppercase; letter-spacing: .02em; border: 2px solid transparent; cursor: pointer; }
.btn-primary { background: linear-gradient(180deg, var(--copper), var(--copper-dark)); color: #fff; box-shadow: 0 10px 22px rgba(212,106,31,.25); }
.btn-secondary { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.65); }
.btn-outline { color: #fff; border-color: var(--copper); }
.btn:hover { transform: translateY(-1px); color: #fff; }
.value-bar { background: var(--charcoal); color: #fff; }
.value-grid { min-height: 62px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; text-align: center; gap: 1px; font-weight: 900; text-transform: uppercase; font-size: 14px; }
.value-grid div { border-right: 1px solid var(--line); }
.value-grid div:last-child { border-right: 0; }
.section { padding: 76px 0; }
.services { background: var(--paper); text-align: center; }
.section h2 { margin: 0 0 32px; font-size: clamp(34px, 4vw, 52px); line-height: 1; text-transform: uppercase; letter-spacing: -.035em; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.service-card { background: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.12); border-radius: 3px; overflow: hidden; position: relative; padding-bottom: 24px; }
.service-image { height: 150px; background: #ddd; position: relative; overflow: hidden; }
.service-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.service-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.32), transparent); }
.service-image-1 { background: radial-gradient(circle at 45% 45%, #9ea7a9 0 12%, transparent 13%), linear-gradient(135deg, #d9d1c2, #584b37); }
.service-image-2 { background: linear-gradient(120deg, #2d1c12 0 40%, #d0c3a9 41% 46%, #4b3323 47%); }
.service-image-3 { background: linear-gradient(145deg, #2b1c12, #d46a1f 46%, #17191a 47% 62%, #62523d); }
.service-image-4 { background: repeating-linear-gradient(90deg, #4b2f1c 0 16px, #83532d 17px 31px); }
.service-image-5 { background: linear-gradient(135deg, #d46a1f, #1e1f20 55%, #a89373); }
.service-image-6 { background: linear-gradient(135deg, #4b4b4b, #d6c3a3); }
.service-icon { width: 54px; height: 54px; border-radius: 50%; background: var(--charcoal); color: #fff; display: grid; place-items: center; margin: -27px auto 12px; position: relative; z-index: 3; font-weight: 900; border: 4px solid #fff; }
.service-card h3 { min-height: 50px; padding: 0 12px; margin: 0 0 12px; font-size: 17px; line-height: 1.1; text-transform: uppercase; }
.service-card p { color: var(--muted); padding: 0 14px; min-height: 90px; font-size: 14px; }
.service-card a { color: var(--copper); font-weight: 900; text-transform: uppercase; font-size: 12px; }
.about-license { background: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.74)), linear-gradient(145deg, #161616, #43321f); color: #fff; }
.split-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 60px; align-items: center; }
.about-license p { font-size: 17px; color: rgba(255,255,255,.82); }
.mini-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.mini-points span { color: #fff; font-weight: 900; text-transform: uppercase; font-size: 13px; border-left: 4px solid var(--copper); padding-left: 10px; }
.license-card { border: 2px solid var(--copper); padding: 42px; text-align: center; background: rgba(0,0,0,.35); box-shadow: var(--shadow); }
.license-card h3 { font-size: 30px; text-transform: uppercase; margin: 0; }
.license-number { color: var(--copper) !important; font-weight: 900; font-size: 22px !important; }
.shield { color: var(--copper) !important; font-size: 28px !important; }
.service-contact { background: #fff; }
.area-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: start; }
.area-list { columns: 2; list-style: none; padding: 0; margin: 28px 0 0; }
.area-list li { margin: 0 0 12px; font-weight: 700; }
.area-list li::before { content: "✓"; color: #fff; background: var(--copper); width: 18px; height: 18px; border-radius: 50%; display: inline-grid; place-items: center; font-size: 11px; margin-right: 8px; }
.estimate-card { background: var(--charcoal); color: #fff; padding: 32px; border-radius: 6px; box-shadow: var(--shadow); }
.estimate-card h2 { color: #fff; font-size: 34px; margin-bottom: 24px; }
input, select, textarea { width: 100%; border: 1px solid rgba(255,255,255,.16); background: #2a2c2e; color: #fff; padding: 12px 14px; border-radius: 3px; font: inherit; }
.form-note { grid-column: 1 / -1; color: rgba(255,255,255,.6); font-size: 12px; margin: 0; }
.site-footer { background: #101112; color: #fff; }
.footer-grid { padding: 58px 0; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 42px; }
.footer-logo { width: 110px; max-height: 110px; object-fit: contain; margin-bottom: 14px; }
.site-footer h3 { color: var(--copper); text-transform: uppercase; font-size: 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 8px; color: rgba(255,255,255,.78); }
.site-footer p { color: rgba(255,255,255,.78); }
.footer-bottom { background: var(--copper); color: #fff; padding: 12px 0; font-size: 13px; }
.default-content { background: #fff; min-height: 54vh; }
.content-wrap { max-width: 860px; }
.content-wrap h1 { font-size: clamp(38px, 5vw, 62px); text-transform: uppercase; line-height: 1; }
.entry-content { font-size: 18px; }
@media (max-width: 1100px) {
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .nav-wrap { grid-template-columns: 150px auto; }
  .header-phone { grid-column: 2; justify-self: end; }
  .primary-nav { grid-column: 1 / -1; }
  .nav-menu { justify-content: flex-start; flex-wrap: wrap; padding-bottom: 14px; }
  .nav-menu a { padding: 12px 0; }
}
@media (max-width: 820px) {
  .trust-items { grid-template-columns: 1fr; gap: 6px; padding: 10px 0; text-align: center; }
  .nav-wrap { grid-template-columns: 1fr auto; min-height: 86px; }
  .brand-logo img, .custom-logo { width: 130px; }
  .menu-toggle { display: block; }
  .primary-nav { display: none; grid-column: 1 / -1; }
  .primary-nav.is-open { display: block; }
  .nav-menu { display: grid; gap: 0; }
  .nav-menu a { display: block; padding: 12px 0; border-bottom: 1px solid #eee; }
  .header-phone { grid-column: 1 / -1; justify-self: start; text-align: left; padding-bottom: 12px; }
  .hero { min-height: 560px; }
  .hero::after { opacity: .28; right: -120px; }
  .value-grid, .split-grid, .area-contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .value-grid div { border-right: 0; border-bottom: 1px solid var(--line); padding: 16px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .mini-points { grid-template-columns: 1fr; }
}


/* Call-to-action popup update */
button.btn, button.service-link { font: inherit; }
.service-link { appearance: none; border: 0; background: transparent; color: var(--copper); font-weight: 900; text-transform: uppercase; font-size: 12px; cursor: pointer; padding: 0; }
.service-link:hover { color: var(--copper-dark); }
.cta-card p { color: rgba(255,255,255,.82); font-size: 17px; }
.cta-card-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 12px; }
.dark-outline { color: var(--charcoal); border-color: var(--copper); background: transparent; }
.dark-outline:hover { color: #fff; background: var(--copper); }
.cta-modal { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; padding: 22px; }
.cta-modal.is-open { display: flex; }
.cta-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.72); backdrop-filter: blur(2px); }
.cta-modal-dialog { position: relative; width: min(620px, 100%); max-height: calc(100vh - 44px); overflow: auto; background: #fff; color: var(--text); border-radius: 10px; padding: 38px; box-shadow: 0 28px 90px rgba(0,0,0,.45); border-top: 7px solid var(--copper); }
.cta-modal-dialog h2 { margin: 0 0 12px; font-size: clamp(34px, 5vw, 54px); line-height: .95; text-transform: uppercase; letter-spacing: -.04em; }
.cta-modal-dialog p { color: var(--muted); font-size: 17px; }
.cta-modal-close { position: absolute; top: 12px; right: 14px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--charcoal); color: #fff; font-size: 28px; line-height: 1; cursor: pointer; }
.cta-phone { display: block; color: var(--copper); font-size: clamp(32px, 7vw, 56px); font-weight: 950; line-height: 1; margin: 22px 0 8px; letter-spacing: -.03em; }
.cta-hours { font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
.cta-modal-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.cta-service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 20px 0 0; margin: 20px 0 0; border-top: 1px solid #e5e0d7; list-style: none; }
.cta-service-list li { font-weight: 800; }
.cta-service-list li::before { content: "✓"; color: #fff; background: var(--copper); width: 18px; height: 18px; border-radius: 50%; display: inline-grid; place-items: center; font-size: 11px; margin-right: 8px; }
body.cta-modal-open { overflow: hidden; }
@media (max-width: 640px) {
  .cta-modal-dialog { padding: 30px 22px; }
  .cta-service-list { grid-template-columns: 1fr; }
  .cta-card-actions, .cta-modal-actions { flex-direction: column; }
  .cta-card-actions .btn, .cta-modal-actions .btn { width: 100%; }
}

/* Booking plugin compatibility update */
.booking-section { background: linear-gradient(180deg, #fff 0%, var(--paper) 100%); }
.booking-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 34px; align-items: start; }
.booking-intro { background: var(--charcoal); color: #fff; padding: 38px; border-radius: 8px; box-shadow: var(--shadow); }
.booking-intro h2 { color: #fff; margin-bottom: 18px; }
.booking-intro p { color: rgba(255,255,255,.82); font-size: 17px; }
.booking-highlights { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 26px; }
.booking-highlights span { display: block; border-left: 4px solid var(--copper); padding: 9px 0 9px 12px; font-weight: 900; text-transform: uppercase; font-size: 13px; color: #fff; background: rgba(255,255,255,.05); }
.booking-card,
.booking-plugin-wrap { background: #fff; color: var(--text); border-radius: 10px; box-shadow: 0 18px 50px rgba(0,0,0,.14); border-top: 6px solid var(--copper); padding: 26px; }
.booking-plugin-wrap { box-shadow: none; border-top: 0; padding: 0; }
.booking-fallback { border: 1px dashed rgba(212,106,31,.55); background: #fff8f1; border-radius: 8px; padding: 24px; }
.booking-fallback h3 { margin: 0 0 8px; font-size: 24px; text-transform: uppercase; }
.booking-fallback p { color: var(--muted); margin-bottom: 18px; }
.footer-booking-link { appearance: none; border: 0; background: transparent; padding: 0; color: var(--copper); font-weight: 900; text-transform: uppercase; cursor: pointer; }
.footer-booking-link:hover { color: #fff; }
.booking-modal .cta-modal-dialog { width: min(860px, 100%); }
.booking-modal-intro { max-width: 720px; }
.booking-support-actions { border-top: 1px solid #e5e0d7; padding-top: 18px; }
.booking-card input,
.booking-card select,
.booking-card textarea,
.booking-plugin-wrap input,
.booking-plugin-wrap select,
.booking-plugin-wrap textarea,
.booking-modal input,
.booking-modal select,
.booking-modal textarea,
.soulier-booking input,
.soulier-booking select,
.soulier-booking textarea {
  width: 100%;
  border: 1px solid #d8d1c7;
  background: #fff;
  color: var(--text);
  padding: 12px 14px;
  border-radius: 5px;
  font: inherit;
  min-height: 46px;
}
.booking-card label,
.booking-plugin-wrap label,
.booking-modal label,
.soulier-booking label { display: block; font-weight: 900; color: var(--charcoal); margin-bottom: 6px; }
.booking-card button,
.booking-card input[type="submit"],
.booking-plugin-wrap button,
.booking-plugin-wrap input[type="submit"],
.booking-modal button[type="submit"],
.soulier-booking button,
.soulier-booking input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  border-radius: 4px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
  border: 2px solid transparent;
  cursor: pointer;
  background: linear-gradient(180deg, var(--copper), var(--copper-dark));
  color: #fff;
}
.booking-card .btn,
.booking-plugin-wrap .btn,
.booking-modal .btn { width: auto; }
.booking-card a,
.booking-plugin-wrap a,
.booking-modal a { color: var(--copper); }
.booking-card .btn-primary,
.booking-plugin-wrap .btn-primary,
.booking-modal .btn-primary { color: #fff; }
.booking-card .notice,
.booking-plugin-wrap .notice,
.booking-modal .notice { border-left: 4px solid var(--copper); padding: 12px 14px; background: #fff8f1; }
@media (max-width: 900px) {
  .booking-grid { grid-template-columns: 1fr; }
  .booking-intro, .booking-card { padding: 28px 22px; }
}


/* Booking Email Notifier plugin compatibility */
.ben-booking-wrap { width: 100%; }
.ben-booking-title { margin: 0 0 18px; color: var(--charcoal); text-transform: uppercase; letter-spacing: -.02em; }
.ben-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ben-field { margin: 0 0 14px; }
.ben-field span { color: var(--copper); }
.ben-booking-message { border-left: 4px solid var(--copper); padding: 12px 14px; margin-bottom: 16px; border-radius: 4px; background: #fff8f1; font-weight: 800; }
.ben-booking-success { border-left-color: #2f7d32; background: #f0faf1; }
.ben-booking-error { border-left-color: #b3261e; background: #fff3f1; }
.ben-hp-field { position: absolute !important; left: -10000px !important; top: auto !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.ben-submit-row { margin: 18px 0 0; }
.ben-submit-button { width: auto; }
@media (max-width: 720px) {
  .ben-field-grid { grid-template-columns: 1fr; }
}

/* Customizer logo compatibility */
.brand-logo .custom-logo-link {
  display: inline-flex;
  align-items: center;
}
.brand-logo .custom-logo-link img {
  width: 150px;
  max-height: 96px;
  object-fit: contain;
}





/* Hidden plugin mount: plugin controls its own popup */
.plugin-booking-mount {
  position: absolute;
  left: -99999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.plugin-booking-mount .ben-booking-wrap,
.plugin-booking-mount .ben-booking-form {
  width: 1px;
  max-width: 1px;
}

.privacy-policy-page h2 {
  margin-top: 32px;
  font-size: 26px;
  text-transform: uppercase;
}
.privacy-policy-page .entry-content p {
  color: #34373a;
}
