:root {
  --brand-primary: #0b4f5f;
  --brand-secondary: #12313d;
  --brand-accent: #b98a52;
  --bg: #ffffff;
  --bg-alt: #f4f8f8;
  --surface: #ffffff;
  --text: #102026;
  --text-muted: #53656b;
  --border: #dbe6e7;
  --cta: #b98a52;
  --cta-hover: #9d7040;
  --cta-text: #ffffff;
  --ppc-form-bg: #081820;
  --ppc-form-bg-alt: #102833;
  --ppc-form-text: #ffffff;
  --ppc-form-muted: rgba(255,255,255,.78);
  --ppc-form-border: rgba(255,255,255,.16);
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); color: var(--text); background: var(--bg); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--border); backdrop-filter: blur(14px); }
.site-header-inner, .section-inner { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand img, .ppc-logo img, .footer-logo { height: auto; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.site-nav a, .site-footer a, .ppc-footer a { text-decoration: none; font-weight: 700; color: var(--brand-secondary); }
.site-nav a { font-size: .92rem; }
.phone-pill, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border-radius: 8px; text-decoration: none; font-weight: 800; border: 1px solid transparent; padding: 12px 18px; line-height: 1.15; }
.phone-pill { background: var(--brand-primary); color: #fff; white-space: nowrap; }
.button-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.button-primary { background: var(--cta); color: var(--cta-text); }
.button-primary:hover { background: var(--cta-hover); }
.button-light { background: #fff; color: var(--brand-secondary); }
.button-outline { border-color: var(--brand-primary); color: var(--brand-primary); background: #fff; }
.button-ghost { width: 100%; margin-top: 14px; background: transparent; border-color: var(--ppc-form-border); color: var(--ppc-form-text); cursor: pointer; }
.image-hero { min-height: calc(100vh - 76px); max-height: 820px; position: relative; display: grid; align-items: end; overflow: hidden; }
.image-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay, .ppc-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,18,25,.86), rgba(4,18,25,.46) 48%, rgba(4,18,25,.14)); }
.hero-content { position: relative; z-index: 1; width: min(780px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0 82px; color: #fff; }
.eyebrow { margin: 0 0 12px; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; color: var(--brand-accent); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { font-size: clamp(2.4rem, 5vw, 5rem); line-height: .98; margin: 0 0 20px; letter-spacing: 0; }
h2 { font-size: clamp(1.55rem, 3vw, 2.7rem); line-height: 1.08; margin: 0 0 16px; letter-spacing: 0; }
h3 { line-height: 1.2; margin: 0 0 8px; }
.hero-content p, .subhero p, .contact-hero p { font-size: 1.08rem; color: rgba(255,255,255,.86); max-width: 720px; }
.section { padding: 82px 0; }
.section-alt { background: var(--bg-alt); }
.split, .feature-grid, .contact-grid, .subhero-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 44px; align-items: center; }
.service-grid, .article-grid, .ppc-benefit-grid, .ppc-process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card, .content-card, .benefit-card, .faq-list article, .ppc-process-grid article { border: 1px solid var(--border); border-radius: 8px; padding: 22px; background: var(--surface); text-decoration: none; box-shadow: 0 18px 40px rgba(16,32,38,.06); }
.service-card span { display: block; margin-bottom: 10px; color: var(--brand-accent); font-weight: 900; font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; }
.service-card p, .content-card p, .feature-copy p, .faq-list p, .legal-content p, .legal-content li, .ppc-copy-block p, .benefit-card p, .ppc-process-grid p { color: var(--text-muted); }
.trust-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-bottom: 1px solid var(--border); background: #fff; }
.trust-strip div { padding: 22px; border-right: 1px solid var(--border); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip span { color: var(--text-muted); font-size: .92rem; margin-top: 4px; }
.feature-grid img, .subhero-grid img, .gallery-grid img { border-radius: 8px; width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.check-list, .legal-content ul { padding-left: 20px; }
.check-list li { margin: 8px 0; }
.pill-row, .area-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.pill-row span, .area-grid span { border: 1px solid var(--border); border-radius: 8px; padding: 10px 14px; background: var(--bg-alt); font-weight: 800; }
.subhero, .contact-hero, .legal-hero { background: var(--brand-secondary); color: #fff; padding: 86px 0; }
.subhero .eyebrow, .contact-hero .eyebrow, .legal-hero .eyebrow { color: #d8b47b; }
.subhero p, .contact-hero p, .legal-hero p { color: rgba(255,255,255,.82); }
.narrow { max-width: 860px; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.gallery-grid figure { margin: 0; background: #fff; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.gallery-grid figcaption { padding: 12px 14px; font-weight: 800; color: var(--brand-secondary); }
.area-grid span { flex: 1 1 180px; text-align: center; }
.faq-list { display: grid; gap: 14px; }
.contact-methods { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 28px; }
.contact-methods a, .contact-methods span { display: grid; gap: 4px; padding: 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; text-decoration: none; background: rgba(255,255,255,.07); }
.contact-form-card, .ppc-form-card { border-radius: 8px; background: var(--ppc-form-bg); color: var(--ppc-form-text); padding: 22px; border: 1px solid var(--ppc-form-border); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.contact-form-card p, .ppc-form-card p { color: var(--ppc-form-muted); }
.form-embed-wrap, .calendar-embed-wrap { min-height: 500px; border-radius: 8px; background: var(--ppc-form-bg-alt); border: 1px solid var(--ppc-form-border); overflow: hidden; }
.form-embed-wrap[data-form-kind="organic"] { min-height: 640px; }
.form-embed-wrap iframe, .calendar-embed-wrap iframe { width: 100%; min-height: inherit; border: 0; display: block; background: var(--ppc-form-bg-alt); }
.form-embed-placeholder { min-height: inherit; display: grid; place-items: center; padding: 24px; color: var(--ppc-form-muted); text-align: center; background: linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.08)); }
.form-choice-divider { display: flex; align-items: center; gap: 10px; margin: 16px 0; color: var(--ppc-form-muted); font-size: .86rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.form-choice-divider:before, .form-choice-divider:after { content: ""; height: 1px; background: var(--ppc-form-border); flex: 1; }
.cta-band { background: var(--brand-primary); color: #fff; padding: 42px 0; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cta-band p { color: rgba(255,255,255,.82); margin: 0; }
.site-footer { background: #f8fbfb; border-top: 1px solid var(--border); padding: 54px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .8fr); gap: 28px; }
.site-footer nav { display: grid; align-content: start; gap: 8px; }
.site-footer h2 { font-size: .95rem; margin-bottom: 6px; }
.footer-bottom { width: min(1160px, calc(100% - 40px)); margin: 30px auto 0; border-top: 1px solid var(--border); padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; color: var(--text-muted); font-size: .9rem; }
.booking-modal[hidden] { display: none; }
.booking-modal { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 20px; }
.booking-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.62); }
.booking-modal-dialog { position: relative; width: min(760px, 100%); background: var(--ppc-form-bg); border-radius: 8px; padding: 18px; border: 1px solid var(--ppc-form-border); }
.modal-close { float: right; margin-bottom: 12px; border: 1px solid var(--ppc-form-border); background: transparent; color: #fff; border-radius: 8px; padding: 8px 12px; cursor: pointer; }
.legal-content { max-width: 860px; }
.legal-content h2 { font-size: 1.35rem; margin-top: 30px; }
.legal-content h3 { margin-top: 22px; }
.legal-date { font-size: .95rem; }
.sitemap-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.sitemap-list a { border: 1px solid var(--border); border-radius: 8px; padding: 14px; text-decoration: none; font-weight: 800; }
.ppc-topbar { position: absolute; top: 0; left: 0; right: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 24px; }
.ppc-topbar .phone-pill { background: rgba(8,24,32,.88); border-color: rgba(255,255,255,.2); }
.ppc-logo { background: rgba(255,255,255,.92); padding: 6px 10px; border-radius: 8px; }
.ppc-hero { position: relative; min-height: 760px; overflow: hidden; color: #fff; }
.ppc-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ppc-hero-grid { position: relative; z-index: 1; width: min(1160px, calc(100% - 40px)); margin: 0 auto; min-height: 760px; display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 36px; align-items: center; padding: 110px 0 54px; }
.ppc-hero-copy p { max-width: 700px; color: rgba(255,255,255,.88); font-size: 1.08rem; }
.ppc-bullets { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 24px 0 0; list-style: none; }
.ppc-bullets li { border: 1px solid rgba(255,255,255,.26); border-radius: 8px; padding: 9px 12px; background: rgba(255,255,255,.1); font-weight: 800; }
.ppc-section { padding: 62px 0; }
.ppc-section-inner { width: min(1060px, calc(100% - 40px)); margin: 0 auto; }
.ppc-trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); text-align: center; border-bottom: 1px solid var(--border); padding: 0; }
.ppc-trust span { padding: 18px; border-right: 1px solid var(--border); font-weight: 900; color: var(--brand-secondary); }
.ppc-copy-block { max-width: 780px; margin-bottom: 24px; }
.ppc-section-alt { background: var(--bg-alt); }
.ppc-process-grid article span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 8px; background: var(--brand-primary); color: #fff; font-weight: 900; margin-bottom: 12px; }
.ppc-final-cta { margin-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px; border-radius: 8px; border: 1px solid var(--border); background: #fff; }
.ppc-final-cta p { margin: 0; font-weight: 900; }
.ppc-footer { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; padding: 24px; border-top: 1px solid var(--border); color: var(--text-muted); background: #fff; font-size: .9rem; }
@media (max-width: 980px) {
  .site-header-inner { align-items: flex-start; flex-direction: column; padding: 12px 0; }
  .split, .feature-grid, .contact-grid, .subhero-grid, .ppc-hero-grid { grid-template-columns: 1fr; }
  .service-grid, .article-grid, .footer-grid, .sitemap-list { grid-template-columns: 1fr 1fr; }
  .trust-strip, .ppc-trust, .contact-methods { grid-template-columns: 1fr 1fr; }
  .ppc-hero-grid { padding-top: 130px; }
  .ppc-form-card { width: min(100%, 560px); }
}
@media (max-width: 640px) {
  .site-header-inner, .section-inner, .ppc-section-inner, .footer-bottom { width: min(100% - 28px, 1160px); }
  html, body, main, .site-header, .site-footer, .image-hero, .ppc-hero { max-width: 100vw; overflow-x: hidden; }
  h1 { font-size: clamp(1.9rem, 8.2vw, 2.25rem); line-height: 1.05; }
  h2 { font-size: clamp(1.45rem, 7vw, 2rem); }
  .brand img { max-width: 190px; }
  .site-nav { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 12px; }
  .site-nav a { font-size: .86rem; min-width: 0; }
  .phone-pill, .button { width: 100%; }
  .hero-content { width: calc(100vw - 28px); max-width: calc(100vw - 28px); padding-bottom: 54px; }
  .hero-content h1, .ppc-hero-copy h1 { max-width: 11.5ch; }
  .hero-content p, .ppc-hero-copy p, .ppc-form-card p, .contact-form-card p { font-size: .98rem; max-width: 32ch; }
  .section, .subhero, .contact-hero, .legal-hero { padding: 54px 0; }
  .service-grid, .article-grid, .footer-grid, .sitemap-list, .trust-strip, .ppc-trust, .contact-methods, .ppc-benefit-grid, .ppc-process-grid, .gallery-grid { grid-template-columns: 1fr; }
  .cta-band-inner, .ppc-final-cta { align-items: stretch; flex-direction: column; }
  .ppc-topbar { position: relative; background: #fff; flex-direction: column; align-items: stretch; padding: 12px 14px; }
  .ppc-logo { width: max-content; max-width: 100%; }
  .ppc-logo img { max-width: 180px; }
  .ppc-topbar .phone-pill { background: var(--brand-primary); }
  .ppc-hero-grid { width: calc(100vw - 28px); max-width: calc(100vw - 28px); }
  .ppc-hero-copy, .ppc-form-card { min-width: 0; }
  .ppc-form-card, .contact-form-card { width: 100%; max-width: calc(100vw - 28px); }
  .ppc-bullets li { width: 100%; }
  .ppc-hero, .ppc-hero-grid { min-height: auto; }
  .ppc-hero-grid { padding-top: 52px; }
}
