:root {
  --navy: #07111f;
  --navy-2: #0d1b2a;
  --navy-3: #14263a;
  --gold: #caa24d;
  --gold-light: #e4ca83;
  --gold-dark: #9d772f;
  --ivory: #f7f4ed;
  --soft: #f1f3f5;
  --ink: #142035;
  --muted: #657083;
  --white: #fff;
  --border: rgba(10, 26, 44, .13);
  --shadow: 0 18px 55px rgba(8, 20, 35, .1);
  --container: 1180px;
  --display: Georgia, "Times New Roman", serif;
  --body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, blockquote { margin-top: 0; font-family: var(--display); font-weight: 600; line-height: 1.12; }
h1 { font-size: clamp(2.7rem, 6vw, 5.5rem); letter-spacing: -.035em; }
h2 { margin-bottom: .65em; font-size: clamp(2.05rem, 4vw, 3.55rem); letter-spacing: -.025em; }
h3 { font-size: 1.3rem; }
p { margin-top: 0; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.content-narrow { max-width: 820px; }
.section { padding: clamp(75px, 9vw, 120px) 0; }
.section--soft { background: var(--soft); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 18px; color: var(--navy); background: var(--gold-light); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.icon { width: 25px; height: 25px; flex: 0 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 17px; color: var(--gold-dark); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { width: 30px; height: 2px; content: ""; background: currentColor; }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 10px; }
.section-heading > p { color: var(--muted); font-size: 1.08rem; }
.section-heading--wide { max-width: 880px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 23px; border: 1px solid transparent; border-radius: 2px; font-weight: 750; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button--gold { color: #16130c; border-color: #e4c875; background: linear-gradient(135deg, #e4c875, #b68631); box-shadow: inset 0 0 0 1px rgba(255,255,255,.25), 0 7px 25px rgba(202,162,77,.15); }
.button--gold:hover { background: linear-gradient(135deg, #f0d98e, #c2943b); }
.button--outline { color: var(--white); border-color: rgba(255,255,255,.65); background: rgba(5,15,28,.22); }
.button--outline:hover { border-color: var(--gold-light); color: var(--gold-light); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.text-link { display: inline-flex; margin-top: 15px; color: var(--gold-dark); font-weight: 800; text-decoration: none; }

.site-header { position: relative; z-index: 100; color: var(--white); background: var(--navy); border-bottom: 1px solid rgba(202,162,77,.55); }
.topbar { font-size: .74rem; background: #050c16; border-bottom: 1px solid rgba(255,255,255,.08); }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 32px; }
.topbar__contact { display: flex; gap: 24px; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.82); text-decoration: none; }
.topbar .icon { width: 13px; height: 13px; color: var(--gold-light); }
.navbar { display: flex; align-items: center; justify-content: space-between; min-height: 118px; }
.brand { display: inline-flex; align-items: center; gap: 16px; color: var(--gold-light); text-decoration: none; }
.brand__mark { width: 70px; height: 92px; object-fit: cover; object-position: 50% 47%; }
.brand__words { display: flex; flex-direction: column; line-height: 1; }
.brand__words strong { font-family: var(--display); font-size: 2rem; letter-spacing: .07em; font-weight: 500; }
.brand__words small { margin-top: 10px; font-size: .76rem; font-weight: 800; letter-spacing: .45em; text-align: center; }
.custom-logo { width: auto; max-width: 360px; max-height: 95px; object-fit: contain; }
.custom-logo-link { display: inline-flex; align-items: center; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.menu { display: flex; align-items: center; gap: 28px; padding: 0; margin: 0; list-style: none; }
.menu a { position: relative; padding: 34px 0 30px; font-size: .92rem; text-decoration: none; }
.menu a::after { position: absolute; right: 50%; bottom: 20px; left: 50%; height: 2px; content: ""; background: var(--gold); transition: left .2s, right .2s; }
.menu a:hover::after, .menu .current-menu-item > a::after, .menu .current_page_item > a::after { right: 0; left: 0; }
.nav-cta { min-height: 46px; padding: 11px 21px; }
.nav-toggle { display: none; width: 46px; height: 42px; padding: 10px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.25); }
.nav-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: currentColor; }

.hero { position: relative; isolation: isolate; color: var(--white); background-color: var(--navy); background-image: var(--hero-image); background-position: center; background-size: cover; }
.hero__shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(4,11,21,.95) 0%, rgba(4,11,21,.78) 39%, rgba(4,11,21,.15) 72%, rgba(4,11,21,.25) 100%); }
.hero__content { display: flex; flex-direction: column; justify-content: center; }
.hero--home .hero__content { min-height: clamp(540px, 68vw, 710px); padding-top: 55px; padding-bottom: 70px; }
.hero--home h1 { max-width: 900px; margin-bottom: 20px; }
.hero--home p { max-width: 600px; color: rgba(255,255,255,.86); font-size: clamp(1.05rem, 1.8vw, 1.3rem); }
.hero .eyebrow { color: var(--gold-light); }
.hero--page { background-position: center 48%; }
.hero--page .hero__content { min-height: 390px; padding-top: 55px; padding-bottom: 55px; }
.hero--page h1 { max-width: 760px; margin-bottom: 14px; font-size: clamp(2.7rem, 5vw, 4.7rem); }
.hero--page p { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.88); font-size: 1.25rem; }
.breadcrumbs { display: flex; gap: 8px; margin-bottom: 20px; color: rgba(255,255,255,.7); font-size: .82rem; }
.breadcrumbs a { color: var(--gold-light); text-decoration: none; }

.trust-bar { color: var(--white); background: var(--navy); border-top: 1px solid var(--gold-dark); border-bottom: 1px solid var(--gold-dark); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: 14px; min-height: 108px; padding: 22px 28px; border-right: 1px solid rgba(202,162,77,.45); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { padding-right: 0; border-right: 0; }
.trust-item .icon { width: 36px; height: 36px; color: var(--gold-light); }
.trust-item span { display: flex; flex-direction: column; }
.trust-item strong { font-size: .93rem; }
.trust-item small { color: rgba(255,255,255,.63); font-size: .73rem; }

.service-grid { display: grid; gap: 18px; }
.service-grid--five { grid-template-columns: repeat(5, 1fr); }
.service-card { display: flex; flex-direction: column; align-items: center; min-height: 280px; padding: 32px 18px 24px; color: var(--ink); background: var(--white); border: 1px solid var(--border); box-shadow: 0 12px 30px rgba(8,20,35,.07); text-align: center; text-decoration: none; transition: transform .2s, box-shadow .2s, border-color .2s; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(202,162,77,.65); box-shadow: var(--shadow); }
.service-card .icon { width: 42px; height: 42px; margin-bottom: 24px; color: var(--navy); }
.service-card h3 { min-height: 48px; margin-bottom: 10px; font-size: 1.05rem; }
.service-card p { margin-bottom: 18px; color: var(--muted); font-size: .85rem; line-height: 1.5; }
.service-card span { margin-top: auto; color: var(--gold-dark); font-size: .77rem; font-weight: 800; }

.split-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; }
.split-feature__image { min-height: 520px; background-position: center; background-size: cover; }
.split-feature__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 7vw, 110px); background: var(--ivory); }
.split-feature__content > p { max-width: 650px; color: var(--muted); font-size: 1.05rem; }
.check-list { padding: 0; margin: 22px 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; margin: 13px 0; }
.check-list .icon { width: 22px; height: 22px; color: var(--gold-dark); }

.area-band { padding: clamp(70px, 8vw, 105px) 0; color: var(--white); background: radial-gradient(circle at 80% 40%, #142f46 0, var(--navy) 53%); border-block: 1px solid var(--gold-dark); }
.area-band__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.area-band h2 { margin-bottom: 18px; }
.area-band p { max-width: 530px; color: rgba(255,255,255,.72); }
.area-band .button { margin-top: 18px; }
.area-band .eyebrow, .process-band .eyebrow, .cta-band .eyebrow { color: var(--gold-light); }
.route-map svg, .large-map svg { width: 100%; height: auto; overflow: visible; filter: drop-shadow(0 16px 35px rgba(0,0,0,.22)); }
.map-land { fill: #263d52; stroke: rgba(255,255,255,.24); stroke-width: 2; }
.routes path { fill: none; stroke: var(--gold-light); stroke-width: 2.3; }
.routes circle { fill: var(--gold-light); stroke: #fff2c4; stroke-width: 2; filter: drop-shadow(0 0 6px var(--gold)); }

.about-teaser__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; }
.about-teaser__grid h2 { margin-bottom: 0; }
.about-teaser__grid p { color: var(--muted); font-size: 1.06rem; }

.cta-band { position: relative; padding: 58px 0; color: var(--white); background: linear-gradient(90deg, rgba(4,12,23,.97), rgba(8,25,42,.92)), url('../images/hero-road.webp') center 62% / cover; border-block: 1px solid var(--gold-dark); }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-band h2 { margin-bottom: 7px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.cta-band p { margin-bottom: 0; color: rgba(255,255,255,.72); }

.site-footer { padding-top: 70px; color: rgba(255,255,255,.72); background: #050d17; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr .8fr 1.35fr; gap: 45px; padding-bottom: 55px; }
.site-footer .brand__mark { width: 48px; height: 62px; }
.site-footer .brand__words strong { font-size: 1.35rem; }
.footer-brand p { margin-top: 15px; font-size: .85rem; }
.site-footer h2 { margin-bottom: 18px; color: var(--white); font-family: var(--body); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer li { margin: 7px 0; font-size: .82rem; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--gold-light); }
.footer-contact li, .footer-contact a { display: flex; align-items: center; gap: 9px; }
.footer-contact .icon { width: 16px; height: 16px; color: var(--gold-light); }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.social-link { display: inline-flex; align-items: center; gap: 9px; min-height: 42px; padding: 9px 13px; color: var(--navy); background: var(--white); border: 1px solid var(--border); font-size: .8rem; font-weight: 800; text-decoration: none; transition: color .2s, border-color .2s, transform .2s; }
.social-link:hover { color: var(--gold-dark); border-color: var(--gold); transform: translateY(-2px); }
.social-link .icon { width: 20px; height: 20px; }
.footer-social { margin-top: 20px; }
.footer-social .social-link { width: 40px; min-height: 40px; padding: 8px; justify-content: center; color: var(--gold-light); background: rgba(255,255,255,.04); border-color: rgba(202,162,77,.4); }
.footer-social .social-link span { display: none; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 25px; font-size: .72rem; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom span:last-child { color: var(--gold-light); letter-spacing: .13em; text-transform: uppercase; }
.whatsapp-float { position: fixed; z-index: 500; right: 24px; bottom: max(24px, env(safe-area-inset-bottom)); display: inline-flex; align-items: center; gap: 10px; min-height: 54px; padding: 13px 18px; color: var(--white); background: #168c58; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; box-shadow: 0 12px 35px rgba(5,20,14,.3); font-size: .88rem; font-weight: 800; text-decoration: none; transition: background .2s, transform .2s, box-shadow .2s; }
.whatsapp-float:hover { color: var(--white); background: #117247; transform: translateY(-3px); box-shadow: 0 16px 42px rgba(5,20,14,.38); }
.whatsapp-float:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.whatsapp-float .icon { width: 25px; height: 25px; }

.intro-copy__grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; }
.intro-copy h2 { margin-bottom: 0; }
.intro-copy p { color: var(--muted); font-size: 1.1rem; }
.service-details .container { display: grid; gap: 26px; }
.detail-card { display: grid; grid-template-columns: 110px 1fr; gap: 30px; padding: clamp(32px, 5vw, 58px); background: var(--white); border: 1px solid var(--border); box-shadow: 0 12px 35px rgba(8,20,35,.06); scroll-margin-top: 120px; }
.detail-card__icon { display: flex; align-items: center; justify-content: center; width: 90px; height: 90px; color: var(--gold-dark); background: var(--ivory); border: 1px solid rgba(202,162,77,.4); }
.detail-card__icon .icon { width: 44px; height: 44px; }
.detail-card h2 { margin-bottom: 16px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.detail-card p { max-width: 880px; color: var(--muted); }
.detail-card--image { grid-template-columns: minmax(260px, .65fr) 1fr; padding: 0; overflow: hidden; }
.detail-card__media img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.detail-card--image > div:last-child { align-self: center; padding: clamp(32px, 5vw, 58px) clamp(32px, 5vw, 58px) clamp(32px, 5vw, 58px) 15px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 25px 0 0; list-style: none; }
.tag-list li { padding: 7px 12px; color: var(--navy-2); background: var(--ivory); border: 1px solid rgba(202,162,77,.35); font-size: .78rem; font-weight: 700; }

.about-intro__grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: clamp(40px, 7vw, 90px); }
.image-frame { position: relative; }
.image-frame::after { position: absolute; z-index: -1; right: -18px; bottom: -18px; width: 60%; height: 70%; content: ""; border: 1px solid var(--gold); }
.image-frame img { aspect-ratio: 16 / 11; width: 100%; object-fit: cover; }
.about-intro p { color: var(--muted); font-size: 1.05rem; }
.stat { display: inline-flex; align-items: center; gap: 24px; margin-top: 20px; padding: 16px 28px; border: 1px solid rgba(202,162,77,.55); }
.stat strong { color: var(--gold-dark); font-family: var(--display); font-size: 4rem; line-height: 1; }
.stat span { padding-left: 24px; border-left: 1px solid rgba(202,162,77,.4); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.values-band { padding: 65px 0; color: var(--white); background: var(--navy); border-block: 1px solid var(--gold-dark); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.values-grid > div { padding: 10px 34px; text-align: center; border-right: 1px solid rgba(202,162,77,.45); }
.values-grid > div:last-child { border-right: 0; }
.values-grid .icon { width: 44px; height: 44px; margin-bottom: 16px; color: var(--gold-light); }
.values-grid h3 { margin-bottom: 7px; }
.values-grid p { margin: 0; color: rgba(255,255,255,.66); font-size: .86rem; }
.expertise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.expertise-card { padding: 33px 26px; background: var(--ivory); border-top: 3px solid var(--gold); }
.expertise-card .icon { width: 38px; height: 38px; margin-bottom: 22px; color: var(--gold-dark); }
.expertise-card h3 { margin-bottom: 10px; }
.expertise-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.process-band { padding: 85px 0; color: var(--white); background: radial-gradient(circle at 15% 10%, #1b3449, var(--navy) 56%); }
.process-band__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.process-band p { color: rgba(255,255,255,.67); }
.process-steps { display: flex; justify-content: space-between; padding: 0; margin: 0; list-style: none; }
.process-steps li { position: relative; display: flex; flex: 1; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.process-steps li:not(:last-child)::after { position: absolute; top: 23px; left: calc(50% + 30px); width: calc(100% - 60px); height: 1px; content: ""; background: var(--gold); }
.process-steps span { display: grid; z-index: 1; width: 48px; height: 48px; color: var(--navy); background: var(--gold-light); border-radius: 50%; place-items: center; font-weight: 900; }
.process-steps strong { font-size: .85rem; }
.quote-band { padding: 80px 0; background: var(--ivory); text-align: center; }
.quote-band blockquote { max-width: 920px; margin: 0 auto; font-size: clamp(1.65rem, 3.5vw, 3rem); }

.coverage-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.coverage-grid > div:first-child > p { color: var(--muted); font-size: 1.05rem; }
.large-map { padding: 45px; background: var(--navy); box-shadow: var(--shadow); }
.three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.three-grid article { padding: 38px 32px; background: var(--white); border-bottom: 3px solid var(--gold); }
.three-grid article > span { color: var(--gold-dark); font-family: var(--display); font-size: 1.6rem; }
.three-grid h3 { margin: 18px 0 10px; font-size: 1.45rem; }
.three-grid p { margin-bottom: 0; color: var(--muted); }

.contact-section { background: var(--ivory); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 105px); }
.contact-copy > p { color: var(--muted); font-size: 1.05rem; }
.contact-cards { display: grid; gap: 12px; margin-top: 35px; }
.contact-cards > * { display: flex; align-items: center; gap: 17px; padding: 18px; background: var(--white); border: 1px solid var(--border); text-decoration: none; }
.contact-cards .icon { color: var(--gold-dark); }
.contact-cards span { display: flex; flex-direction: column; }
.contact-cards small { color: var(--muted); }
.contact-socials { margin-top: 28px; }
.contact-socials > p { margin-bottom: 11px; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-card { padding: clamp(30px, 5vw, 55px); background: var(--white); box-shadow: var(--shadow); }
.form-card h2 { font-size: 2.2rem; }
.form-card form { display: grid; gap: 19px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-card label { display: grid; gap: 7px; font-size: .83rem; font-weight: 800; }
.form-card label > span { display: inline; color: #9e2d2d; }
.form-card input, .form-card textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fbfbfb; border: 1px solid #ccd1d6; border-radius: 0; font: inherit; }
.form-card input:focus, .form-card textarea:focus { outline: 2px solid rgba(202,162,77,.38); border-color: var(--gold-dark); }
.form-card .button { justify-self: start; cursor: pointer; }
.form-captcha { display: grid; gap: 8px; max-width: 360px; padding: 17px 18px; background: var(--ivory); border: 1px solid rgba(202,162,77,.45); }
.form-captcha > label { display: block; }
.form-captcha__question { display: grid; grid-template-columns: auto 95px; align-items: center; justify-content: start; gap: 14px; }
.form-captcha__question strong { color: var(--navy); font-size: 1.15rem; letter-spacing: .04em; }
.form-captcha__question input { padding: 10px 12px; text-align: center; }
.form-captcha small { color: var(--muted); font-size: .76rem; font-weight: 500; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-notice { margin-bottom: 22px; padding: 12px 15px; border-left: 4px solid; }
.form-notice--success { color: #225a3b; background: #eaf7ef; border-color: #3b8a5d; }
.form-notice--error { color: #7d2929; background: #fff0f0; border-color: #b14a4a; }
.entry-content > * { max-width: 100%; }
.post-card { padding: 30px 0; border-bottom: 1px solid var(--border); }

/* Editable Gutenberg page layouts (theme 1.1+). */
.editable-page { overflow: hidden; }
.editable-page > * { margin-block: 0; }
.editable-page .alignfull { width: 100%; max-width: none; margin-right: 0; margin-left: 0; }
.jd-block-container { width: min(calc(100% - 40px), var(--container)); max-width: var(--container) !important; margin-inline: auto !important; }
.jd-hero { color: var(--white); }
.jd-hero .wp-block-cover__image-background { object-position: center; }
.jd-hero-home .wp-block-cover__image-background { object-position: center; }
.jd-hero .wp-block-cover__inner-container { width: 100%; }
.jd-hero .jd-block-container { display: flex; flex-direction: column; justify-content: center; min-height: inherit; padding-block: 70px; }
.jd-hero h1 { max-width: 900px; margin-bottom: 20px; font-size: clamp(2.7rem, 6vw, 5.5rem); }
.jd-page-hero h1 { font-size: clamp(2.8rem, 5vw, 4.7rem); }
.jd-hero p:not(.eyebrow) { max-width: 660px; color: rgba(255,255,255,.88); }
.jd-hero .eyebrow { color: var(--gold-light); }
.jd-hero .wp-block-buttons { gap: 14px; margin-top: 25px; }
.wp-block-button.button--gold .wp-block-button__link { color: #16130c; border: 1px solid #e4c875; border-radius: 2px; background: linear-gradient(135deg, #e4c875, #b68631); box-shadow: inset 0 0 0 1px rgba(255,255,255,.25), 0 7px 25px rgba(202,162,77,.15); font-weight: 750; }
.wp-block-button.button--gold .wp-block-button__link:hover { background: linear-gradient(135deg, #f0d98e, #c2943b); transform: translateY(-2px); }
.jd-hero .wp-block-button.is-style-outline .wp-block-button__link { color: var(--white); border-color: rgba(255,255,255,.65); border-radius: 2px; }
.jd-trust-section { color: var(--white); background: var(--navy); border-block: 1px solid var(--gold-dark); }
.jd-trust-columns { width: min(calc(100% - 40px), var(--container)); margin: 0 auto !important; gap: 0; }
.jd-trust-columns > .wp-block-column { min-height: 108px; padding: 27px 28px; border-right: 1px solid rgba(202,162,77,.4); }
.jd-trust-columns > .wp-block-column:last-child { border-right: 0; }
.jd-trust-columns h3 { margin: 0 0 5px; font-family: var(--body); font-size: .94rem; }
.jd-trust-columns p { margin: 0; color: rgba(255,255,255,.63); font-size: .76rem; }
.jd-edit-section { padding: clamp(75px, 9vw, 120px) 0; }
.jd-soft-section { padding: clamp(75px, 9vw, 120px) 0; background: var(--soft); }
.jd-lead { max-width: 780px; margin-bottom: 42px; color: var(--muted); font-size: 1.08rem; }
.jd-five-cols { display: grid !important; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; margin-top: 38px; }
.jd-five-cols > .wp-block-column { min-width: 0; }
.jd-service-block { display: flex; flex-direction: column; min-height: 260px; padding: 31px 20px 23px; background: var(--white); border: 1px solid var(--border); border-top: 3px solid var(--gold); box-shadow: 0 12px 30px rgba(8,20,35,.07); }
.jd-service-block h3 { min-height: 50px; font-size: 1.05rem; }
.jd-service-block p { color: var(--muted); font-size: .86rem; }
.jd-service-block p:last-child { margin-top: auto; margin-bottom: 0; }
.jd-service-block a { color: var(--gold-dark); font-size: .78rem; font-weight: 800; text-decoration: none; }
.jd-media-feature { min-height: 650px; background: var(--ivory); }
.jd-media-feature .wp-block-media-text__media { height: 100%; min-height: 560px; }
.jd-media-feature .wp-block-media-text__media img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.jd-media-feature .wp-block-media-text__content { padding: clamp(55px, 8vw, 110px); }
.jd-media-feature .wp-block-media-text__content > p:not(.eyebrow), .jd-media-feature li { color: var(--muted); }
.jd-media-feature a { color: var(--gold-dark); }
.jd-dark-section, .jd-process-section, .jd-cta-section { padding: clamp(70px, 8vw, 100px) 0; color: var(--white); background: radial-gradient(circle at 80% 30%, #173249, var(--navy) 58%); border-block: 1px solid var(--gold-dark); }
.jd-dark-section p, .jd-process-section p, .jd-cta-section p { color: rgba(255,255,255,.7); }
.jd-dark-section .eyebrow, .jd-process-section .eyebrow { color: var(--gold-light); }
.jd-region-mark, .jd-region-panel { padding: 36px; border: 1px solid rgba(202,162,77,.55); }
.jd-region-mark h3, .jd-region-panel h3 { color: var(--gold-light); }
.jd-about-teaser .wp-block-columns, .jd-cta-section .wp-block-columns { align-items: center !important; }
.jd-cta-section { padding-block: 60px; background: linear-gradient(90deg, rgba(4,12,23,.97), rgba(8,25,42,.92)), url('../images/hero-road.webp') center 62% / cover; }
.jd-cta-section h2 { font-size: clamp(1.85rem, 3vw, 2.8rem); }
.jd-detail-block { margin-top: 28px; padding: clamp(33px, 5vw, 58px); background: var(--white); border: 1px solid var(--border); box-shadow: 0 12px 35px rgba(8,20,35,.07); scroll-margin-top: 120px; }
.jd-detail-block h2 { font-size: clamp(1.9rem, 3vw, 2.8rem); }
.jd-detail-block > p:not(.eyebrow), .jd-detail-block li { color: var(--muted); }
.jd-detail-block ul { display: flex; flex-wrap: wrap; gap: 10px 25px; padding-left: 20px; }
.jd-aog-block { padding: 0; overflow: hidden; }
.jd-aog-block .wp-block-media-text__media img { width: 100%; min-height: 430px; object-fit: cover; }
.jd-aog-block .wp-block-media-text__content { padding: clamp(35px, 5vw, 60px); }
.jd-about-intro { background: var(--white); }
.jd-stat { display: inline-block; margin-top: 20px; padding: 16px 25px; color: var(--gold-dark); border: 1px solid rgba(202,162,77,.55); font-family: var(--display); font-size: 2rem !important; }
.jd-value-columns > .wp-block-column { padding: 20px 28px; text-align: center; border-right: 1px solid rgba(202,162,77,.4); }
.jd-value-columns > .wp-block-column:last-child { border-right: 0; }
.jd-value-columns h3 { font-size: 1.15rem; }
.jd-four-cards, .jd-three-cards { margin-top: 35px; gap: 20px; }
.jd-four-cards > .wp-block-column, .jd-three-cards > .wp-block-column { padding: 32px 25px; background: var(--ivory); border-top: 3px solid var(--gold); }
.jd-four-cards p, .jd-three-cards p { color: var(--muted); font-size: .9rem; }
.jd-process-cols { margin-top: 35px; }
.jd-process-cols > .wp-block-column { padding: 22px; text-align: center; border: 1px solid rgba(202,162,77,.45); }
.jd-brand-quote { max-width: none; margin: 0 !important; padding: clamp(70px, 8vw, 100px) max(20px, calc((100% - 960px) / 2)); background: var(--ivory); border: 0; }
.jd-brand-quote p { margin: 0; font-family: var(--display); font-size: clamp(1.7rem, 3.5vw, 3.1rem); line-height: 1.25; text-align: center; }
.jd-area-intro { align-items: center !important; }
.jd-region-panel { color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.jd-contact-block { background: var(--ivory); }
.jd-shortcode-form { margin-top: 40px; }
.jd-preserved-content { padding: 60px max(20px, calc((100% - var(--container)) / 2)); background: #fff8e6; }

@media (max-width: 1080px) {
  .navbar { min-height: 88px; }
  .custom-logo { max-width: 260px; max-height: 70px; }
  .nav-toggle { display: block; }
  .primary-nav { position: fixed; z-index: 200; top: 0; right: 0; bottom: 0; display: flex; width: min(86vw, 390px); padding: 115px 35px 40px; background: var(--navy); box-shadow: -20px 0 60px rgba(0,0,0,.3); transform: translateX(105%); transition: transform .28s ease; }
  .primary-nav.is-open { transform: translateX(0); }
  .primary-nav, .menu { flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav .menu { width: 100%; }
  .menu a { display: block; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .menu a::after { display: none; }
  .nav-cta { margin-top: 25px; }
  .nav-toggle { position: relative; z-index: 300; }
  .service-grid--five { grid-template-columns: repeat(3, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:first-child, .trust-item:nth-child(3) { padding-left: 20px; }
  .trust-item:nth-child(3), .trust-item:nth-child(4) { border-top: 1px solid rgba(202,162,77,.35); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .jd-five-cols { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .topbar__inner > span { display: none; }
  .topbar__inner { justify-content: flex-end; }
  .topbar__contact { width: 100%; justify-content: space-between; gap: 10px; }
  .topbar__contact a { font-size: .67rem; }
  .brand__words strong { font-size: 1.25rem; }
  .brand__words small { font-size: .57rem; }
  .brand__mark { width: 43px; height: 56px; }
  .custom-logo { max-width: 220px; max-height: 58px; }
  .hero--home .hero__content { min-height: 620px; justify-content: flex-end; }
  .hero--home { background-position: 64% center; }
  .hero__shade { background: linear-gradient(180deg, rgba(4,11,21,.23), rgba(4,11,21,.93) 75%); }
  .hero--page .hero__content { min-height: 330px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:nth-child(2) { padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(202,162,77,.35); }
  .trust-item:first-child, .trust-item:nth-child(3) { padding-left: 0; }
  .trust-item:nth-child(3) { border-top: 0; }
  .trust-item:last-child { border-bottom: 0; }
  .service-grid--five { grid-template-columns: 1fr 1fr; }
  .split-feature { grid-template-columns: 1fr; }
  .split-feature__image { min-height: 420px; }
  .split-feature__content { padding: 60px 25px; }
  .area-band__grid, .about-teaser__grid, .intro-copy__grid, .about-intro__grid, .process-band__grid, .coverage-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .area-band__grid > div:first-child { order: 1; }
  .route-map { order: 0; }
  .about-teaser__grid { align-items: start; }
  .cta-band__inner { align-items: flex-start; flex-direction: column; gap: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .values-grid, .expertise-grid { grid-template-columns: 1fr 1fr; }
  .values-grid > div:nth-child(2) { border-right: 0; }
  .values-grid > div { padding-block: 25px; }
  .detail-card, .detail-card--image { grid-template-columns: 1fr; }
  .detail-card--image > div:last-child { padding: 35px; }
  .detail-card__media img { min-height: 280px; }
  .three-grid { grid-template-columns: 1fr; }
  .large-map { padding: 25px; }
  .jd-block-container, .jd-trust-columns { width: min(calc(100% - 30px), var(--container)); }
  .jd-five-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jd-media-feature { grid-template-columns: 100% !important; }
  .jd-media-feature .wp-block-media-text__media, .jd-media-feature .wp-block-media-text__media img { min-height: 380px; }
  .jd-trust-columns { display: grid !important; grid-template-columns: 1fr 1fr; }
  .jd-trust-columns > .wp-block-column:nth-child(2) { border-right: 0; }
  .jd-trust-columns > .wp-block-column:nth-child(n+3) { border-top: 1px solid rgba(202,162,77,.4); }
}

@media (max-width: 520px) {
  h1 { font-size: 2.55rem; }
  h2 { font-size: 2rem; }
  .brand__words { display: none; }
  .custom-logo { max-width: 160px; max-height: 55px; }
  .service-grid--five, .values-grid, .expertise-grid, .form-row { grid-template-columns: 1fr; }
  .service-card { min-height: 240px; }
  .values-grid > div { border-right: 0; border-bottom: 1px solid rgba(202,162,77,.35); }
  .values-grid > div:last-child { border-bottom: 0; }
  .process-steps { flex-direction: column; gap: 20px; }
  .process-steps li { flex-direction: row; text-align: left; }
  .process-steps li::after { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .button { width: 100%; }
  .topbar__contact a:last-child { display: none; }
  .whatsapp-float { right: 17px; bottom: max(17px, env(safe-area-inset-bottom)); width: 58px; min-height: 58px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
  .jd-five-cols, .jd-trust-columns { grid-template-columns: 1fr; }
  .jd-trust-columns > .wp-block-column { border-right: 0; border-bottom: 1px solid rgba(202,162,77,.4); }
  .jd-service-block { min-height: 210px; }
  .jd-value-columns > .wp-block-column { border-right: 0; border-bottom: 1px solid rgba(202,162,77,.4); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
