:root {
  --navy: #071f3d;
  --navy-2: #0d315c;
  --gold: #c58a2b;
  --gold-light: #e2b15f;
  --ink: #12243a;
  --muted: #5d6876;
  --cream: #f8f5ef;
  --line: #dde3ea;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.wp-site-blocks { overflow: hidden; }
.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 2px 18px rgb(0 0 0 / 18%);
}
.header-inner {
  width: min(1240px, calc(100% - 40px));
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand { width: 172px; display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand .wp-block-image { margin: 0; flex: 0 0 auto; }
.brand img { width: 48px; height: 62px; object-fit: contain; }
.brand-tagline { max-width: 104px; margin: 0; color: #d8c39d; font-size: 8px; line-height: 1.45; text-transform: uppercase; letter-spacing: .12em; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.desktop-nav .wp-block-navigation__container { gap: 25px; }
.desktop-nav a { position: relative; padding: 33px 0 29px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 23px; width: 0; height: 2px; background: var(--gold); transition: width .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { width: 100%; }
.desktop-nav a.active::after { width: 100%; }
.header-phone { flex: 0 0 auto; }
.phone-button .wp-block-button__link { border-radius: 0; background: var(--gold); color: #fff; padding: 13px 17px; font-size: 11px; font-weight: 800; letter-spacing: .03em; transition: background .2s ease; }
.phone-button .wp-block-button__link:hover { background: #a9701f; }
.primary-navigation .wp-block-navigation__responsive-container-open { color: #fff; }

/* Raw HTML header and desktop Client Section dropdown. */
.raw-site-header .brand span { max-width: 104px; color: #d8c39d; font-size: 8px; line-height: 1.45; text-transform: uppercase; letter-spacing: .12em; }
.raw-site-header .desktop-nav { gap: 19px; }
.raw-site-header .desktop-nav > a,
.raw-site-header .nav-dropdown > summary { position: relative; display: flex; min-height: 86px; align-items: center; padding: 0; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .08em; list-style: none; text-transform: uppercase; white-space: nowrap; }
.raw-site-header .desktop-nav > a::after,
.raw-site-header .nav-dropdown > summary::before { content: ""; position: absolute; right: 0; bottom: 23px; left: 0; width: 0; height: 2px; background: var(--gold); transition: width .2s ease; }
.raw-site-header .desktop-nav > a:hover::after,
.raw-site-header .desktop-nav > a:focus-visible::after,
.raw-site-header .nav-dropdown > summary:hover::before,
.raw-site-header .nav-dropdown > summary:focus-visible::before { width: 100%; }
.raw-site-header .nav-dropdown { position: relative; display: flex; align-self: stretch; align-items: center; }
.raw-site-header .nav-dropdown > summary { cursor: pointer; }
.raw-site-header summary::-webkit-details-marker { display: none; }
.raw-site-header .nav-dropdown > summary::after { content: "▾"; margin-left: 7px; color: var(--gold); font-size: 9px; }
.raw-site-header .nav-dropdown[open] > summary { color: var(--gold-light); }
.raw-site-header .nav-submenu { display: none; position: absolute; top: 100%; left: 0; z-index: 100; width: 310px; padding: 6px; border: 1px solid rgb(255 255 255 / 14%); border-top: 3px solid var(--gold); background: var(--navy); box-shadow: 0 14px 30px rgb(0 0 0 / 22%); }
.raw-site-header .nav-dropdown[open] .nav-submenu,
.raw-site-header .nav-dropdown:hover .nav-submenu,
.raw-site-header .nav-dropdown:focus-within .nav-submenu { display: block; }
.raw-site-header .nav-submenu a { display: block; padding: 13px 15px; border-bottom: 1px solid rgb(255 255 255 / 9%); color: #fff; font-size: 12px; line-height: 1.4; text-transform: none; letter-spacing: 0; }
.raw-site-header .nav-submenu a::after { display: none !important; content: none !important; }
.raw-site-header .nav-submenu a:last-child { border-bottom: 0; }
.raw-site-header .nav-submenu a:hover,
.raw-site-header .nav-submenu a:focus-visible { background: var(--navy-2); color: var(--gold-light); }
.raw-site-header > .header-inner > .phone-button { flex: 0 0 auto; padding: 13px 17px; background: var(--gold); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .03em; transition: background .2s ease; white-space: nowrap; }
.raw-site-header > .header-inner > .phone-button:hover,
.raw-site-header > .header-inner > .phone-button:focus-visible { background: #a9701f; }
.raw-site-header .mobile-nav { display: none; }

/* Classic-editor document links: visible at rest and clear on hover/focus. */
.entry-content > .content a:not(.wp-element-button) { color: var(--navy-2); text-decoration: underline; text-decoration-color: rgb(13 49 92 / 35%); text-decoration-thickness: 1px; text-underline-offset: 3px; transition: color .2s ease, text-decoration-color .2s ease; }
.entry-content > .content a:not(.wp-element-button):hover,
.entry-content > .content a:not(.wp-element-button):focus-visible { color: var(--gold); text-decoration-color: currentColor; }
.entry-content > .content a:not(.wp-element-button):focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

@media (max-width: 1120px) and (min-width: 981px) {
  .raw-site-header .header-inner { gap: 18px; }
  .raw-site-header .desktop-nav { gap: 13px; }
  .raw-site-header .brand { width: 150px; }
  .raw-site-header > .header-inner > .phone-button { padding-inline: 12px; }
}

.hero { min-height: 570px; position: relative; overflow: hidden; isolation: isolate; background: #dfe7ee; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 33%, rgba(255,255,255,.33) 55%, rgba(1,19,39,.08) 100%); pointer-events: none; }
.hero .wp-block-cover__image-background { object-position: center 48%; }
.hero .wp-block-cover__inner-container { position: relative; z-index: 1; }
.hero-inner { min-height: 570px; display: flex; align-items: center; }
.hero-copy { width: min(565px, 52%); padding: 64px 0 58px; }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 5.4vw, 76px); line-height: .99; letter-spacing: -.04em; }
.hero-intro { max-width: 520px; margin: 25px 0 0; color: #344252; font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--navy); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button .wp-block-button__link { display: inline-flex; align-items: center; min-height: 46px; padding: 0; border-radius: 0; background: transparent !important; color: inherit !important; font: inherit; letter-spacing: inherit; text-transform: inherit; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: #fff; }
.button-secondary { background: rgb(255 255 255 / 84%); color: var(--navy); }

.trust-strip { background: var(--navy); color: #fff; border-top: 3px solid var(--gold); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 106px; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 18px 20px; border-right: 1px solid rgb(255 255 255 / 13%); }
.trust-item:last-child { border-right: 0; }
.trust-mark { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-weight: 700; }
.trust-mark { margin: 0; }
.trust-copy { margin: 0; }
.trust-value { margin: 0 0 4px; color: var(--gold-light); font-family: Georgia, serif; font-size: 18px; }
.trust-label { margin: 0; font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .07em; }
.services-section { padding: 84px 0 88px; background: #fff; }
.section-heading { max-width: 720px; margin: 0 auto 42px; text-align: center; }
.section-heading h2, .why-copy h2, .community-copy h2 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4vw, 48px); line-height: 1.1; letter-spacing: -.025em; }
.section-heading > p:last-child { margin: 15px 0 0; color: var(--muted); font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 300px; padding: 34px 30px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { position: relative; z-index: 2; transform: translateY(-4px); box-shadow: 0 18px 42px rgb(7 31 61 / 12%); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 23px; border: 1px solid #e4d8c4; border-radius: 50%; background: var(--cream); color: var(--gold); font-family: Georgia, serif; font-size: 27px; }
.service-card h3 { max-width: 230px; margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: 21px; line-height: 1.2; }
.service-card p { min-height: 72px; margin: 14px 0 18px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.service-card .service-icon { min-height: 58px; margin: 0 0 23px; }
.service-card .service-link { min-height: 0; margin-bottom: 0; }
.service-card a, .text-link { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.why-section { min-height: 560px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); background: var(--cream); }
.why-image-wrap { position: relative; min-height: 560px; overflow: hidden; }
.why-image-wrap img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.experience-seal { position: absolute; right: -1px; bottom: 0; width: 120px; height: 120px; display: grid; place-content: center; background: var(--navy); color: #fff; text-align: center; border-top: 4px solid var(--gold); }
.experience-seal p { margin: 0; color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.experience-seal h3 { margin: 4px 0 0; color: #fff; font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.why-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 70px clamp(40px, 7vw, 105px); }
.why-copy h2 { font-size: clamp(38px, 4.4vw, 55px); }
.why-copy ul { padding: 0; margin: 27px 0 24px; list-style: none; }
.why-copy li { display: flex; gap: 12px; margin: 12px 0; color: #344252; font-size: 14px; line-height: 1.45; }
.why-copy li::before { content: "✓"; width: 21px; height: 21px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 11px; }

.community-cta { padding: 48px 0; background: var(--navy-2); color: #fff; border-top: 4px solid var(--gold); }
.community-inner { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 28px; }
.line-building { color: var(--gold); font-size: 68px; opacity: .78; }
.community-copy { padding-right: 32px; border-right: 1px solid rgb(255 255 255 / 16%); }
.community-copy .community-kicker { margin: 0 0 7px; color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.community-copy h2 { color: #fff; font-size: clamp(27px, 3vw, 38px); }
.community-copy .community-description { max-width: 740px; margin: 10px 0 0; color: #cbd6e0; font-size: 13px; line-height: 1.55; }
.community-action { min-width: 210px; display: grid; gap: 15px; }
.community-action h3 { margin: 0; color: #fff; font-family: Georgia, serif; font-size: 21px; line-height: 1.2; font-weight: 400; }
.button-gold { border-color: var(--gold); background: var(--gold); color: #fff; }

.stats-section { padding: 34px 0; background: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; column-gap: 13px; padding: 12px 28px; border-right: 1px solid var(--line); }
.stats-grid > div:last-child { border-right: 0; }
.stats-grid .stat-icon { grid-row: 1 / 3; align-self: center; margin: 0; color: var(--gold); font-size: 32px; }
.stats-grid .stat-value { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: 20px; }
.stats-grid .stat-label { margin: 0; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .05em; }

.site-footer { padding: 54px 0 0; background: #051a34; color: #d5dee8; border-top: 3px solid var(--gold); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.15fr 1.35fr; gap: 54px; padding-bottom: 45px; }
.footer-brand img { width: 61px; height: 78px; object-fit: contain; }
.footer-brand p, .contact-list p { color: #aebccc; font-size: 12px; line-height: 1.65; }
.footer-brand p { max-width: 230px; }
.footer-grid h3 { margin: 0 0 18px; color: var(--gold-light); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-navigation .wp-block-navigation__container { align-items: flex-start; gap: 10px; }
.footer-navigation a { color: #d5dee8; font-size: 12px; }
.contact-list p { margin: 0 0 10px; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { min-height: 55px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgb(255 255 255 / 10%); color: #8192a5; font-size: 10px; }
.footer-bottom p { margin: 0; }

/* Services page */
.services-hero { position: relative; min-height: 470px; overflow: hidden; background: var(--navy); color: #fff; }
.services-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,22,44,.98) 0%, rgba(7,31,61,.91) 48%, rgba(7,31,61,.36) 100%); }
.services-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.services-hero-inner { position: relative; z-index: 1; min-height: 470px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 90px; padding-top: 82px; padding-bottom: 72px; }
.page-kicker { margin: 0 0 48px; color: #b9c8d7; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.page-kicker span { margin: 0 10px; color: var(--gold); }
.services-hero h1 { margin: 0; color: #fff; font-family: Georgia, serif; font-size: clamp(48px, 6vw, 74px); line-height: 1; letter-spacing: -.04em; }
.services-lead { max-width: 420px; margin: 0 0 3px; padding: 24px 0 2px 27px; border-left: 2px solid var(--gold); color: #d8e1e9; font-size: 17px; line-height: 1.7; }
.service-jump { position: sticky; top: 86px; z-index: 20; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 8px 24px rgb(7 31 61 / 5%); }
.service-jump-nav .wp-block-navigation__container { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.service-jump-nav .wp-block-navigation-item { border-right: 1px solid var(--line); }
.service-jump-nav .wp-block-navigation-item:last-child { border-right: 0; }
.service-jump a { min-height: 76px; display: flex; align-items: center; justify-content: center; gap: 11px; padding: 15px; color: var(--navy); font-family: Georgia, serif; font-size: 15px; text-align: center; white-space: pre-wrap; }
.service-jump a:hover { background: var(--cream); }
.service-detail-section { padding: 38px 0 96px; background: #fff; }
.service-detail { scroll-margin-top: 175px; min-height: 440px; display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: center; padding: 75px 0; border-bottom: 1px solid var(--line); }
.service-detail:last-child { border-bottom: 0; }
.service-detail-heading { position: relative; padding-left: 83px; }
.service-number { position: absolute; left: 0; top: 4px; color: #d9dee4; font-family: Georgia, serif; font-size: 42px; }
.service-detail-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 24px; border: 1px solid #e4d8c4; border-radius: 50%; background: var(--cream); color: var(--gold); font-family: Georgia, serif; font-size: 28px; }
.service-detail h2 { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: clamp(35px, 4vw, 48px); line-height: 1.08; }
.service-detail-heading > p:last-child { max-width: 440px; margin: 19px 0 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.service-detail ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-detail li { min-height: 76px; display: flex; align-items: center; gap: 12px; padding: 16px 19px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #344252; font-size: 13px; line-height: 1.4; }
.service-detail li::before { content: "✓"; width: 21px; height: 21px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 10px; }
.service-promise { padding: 88px 0; background: var(--navy); color: #fff; text-align: center; }
.service-promise .section-shell { max-width: 900px; }
.service-promise blockquote { margin: 15px auto 29px; font-family: Georgia, serif; font-size: clamp(30px, 4vw, 48px); line-height: 1.24; }
.service-promise .wp-block-quote { padding: 0; border: 0; }
.service-promise .text-link { color: var(--gold-light); }
.process-section { padding: 88px 0 96px; background: var(--cream); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); counter-reset: steps; }
.process-grid > div { min-height: 235px; position: relative; padding: 32px 29px; border-top: 3px solid var(--gold); border-right: 1px solid #ded7cb; background: rgb(255 255 255 / 54%); }
.process-grid > div:last-child { border-right: 0; }
.process-grid > div > p:first-child { display: block; margin: 0 0 38px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.process-grid h3 { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: 25px; }
.process-grid > div > p:last-child { margin: 11px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.services-final-cta { padding: 66px 0; background: #fff; }
.services-final-cta .section-shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.services-final-cta h2 { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: clamp(34px, 4vw, 49px); }
.services-final-cta p:last-child { margin: 10px 0 0; color: var(--muted); }
.services-final-cta .button { flex: 0 0 auto; }

@media (max-width: 980px) {
  .header-phone { display: none; }
  .primary-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none !important; }
  .primary-navigation .wp-block-navigation__responsive-container-open { display: flex !important; }
  .primary-navigation .wp-block-navigation__responsive-container.is-menu-open { display: flex !important; background: var(--navy); color: #fff; padding: 30px; }
  .primary-navigation .is-menu-open .wp-block-navigation__responsive-container-content { padding-top: 56px; }
  .primary-navigation .is-menu-open .wp-block-navigation__container { align-items: flex-start; gap: 0; }
  .desktop-nav .is-menu-open a { padding: 12px 0; font-size: 16px; }
  .desktop-nav .is-menu-open a::after { bottom: 5px; }
  .raw-site-header .desktop-nav,
  .raw-site-header > .header-inner > .phone-button { display: none; }
  .raw-site-header .mobile-nav { display: block; margin-left: auto; }
  .raw-site-header .mobile-nav-toggle { display: flex; min-width: 76px; min-height: 48px; align-items: center; justify-content: flex-end; gap: 11px; color: #fff; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .08em; list-style: none; text-transform: uppercase; }
  .raw-site-header .mobile-nav-icon { width: 25px; display: grid; gap: 5px; }
  .raw-site-header .mobile-nav-icon span { width: 25px; height: 2px; display: block; background: #fff; transition: transform .2s ease, opacity .2s ease; }
  .raw-site-header .mobile-nav[open] .mobile-nav-icon span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .raw-site-header .mobile-nav[open] .mobile-nav-icon span:nth-child(2) { opacity: 0; }
  .raw-site-header .mobile-nav[open] .mobile-nav-icon span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .raw-site-header .mobile-nav-panel { position: absolute; top: 100%; right: 0; left: 0; max-height: calc(100vh - 74px); padding: 10px 15px 18px; overflow-y: auto; border-top: 3px solid var(--gold); background: var(--navy); box-shadow: 0 18px 30px rgb(0 0 0 / 24%); }
  .raw-site-header .mobile-nav-panel > a,
  .raw-site-header .mobile-client-menu > summary { display: flex; min-height: 52px; align-items: center; padding: 0 10px; border-bottom: 1px solid rgb(255 255 255 / 10%); color: #fff; font-size: 14px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
  .raw-site-header .mobile-client-menu > summary { position: relative; cursor: pointer; list-style: none; }
  .raw-site-header .mobile-client-menu > summary::after { content: "+"; margin-left: auto; color: var(--gold-light); font-size: 20px; font-weight: 400; }
  .raw-site-header .mobile-client-menu[open] > summary::after { content: "−"; }
  .raw-site-header .mobile-client-submenu { padding: 5px 0 7px 18px; background: rgb(255 255 255 / 4%); }
  .raw-site-header .mobile-client-submenu a { display: flex; min-height: 48px; align-items: center; padding: 8px 12px; border-bottom: 1px solid rgb(255 255 255 / 8%); color: #d5dee8; font-size: 13px; line-height: 1.35; }
  .raw-site-header .mobile-client-submenu a:last-child { border-bottom: 0; }
  .raw-site-header .mobile-nav-panel a:hover,
  .raw-site-header .mobile-nav-panel a:focus-visible,
  .raw-site-header .mobile-client-menu > summary:hover,
  .raw-site-header .mobile-client-menu > summary:focus-visible { color: var(--gold-light); background: var(--navy-2); }
  .raw-site-header .mobile-nav-panel > .mobile-phone { min-height: 48px; justify-content: center; margin-top: 14px; border: 0; background: var(--gold); color: #fff; }
  .hero-copy { width: min(620px, 72%); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgb(255 255 255 / 13%); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .why-section { grid-template-columns: 1fr; }
  .why-image-wrap { min-height: 430px; }
  .community-inner { grid-template-columns: 66px 1fr; }
  .community-copy { border-right: 0; padding-right: 0; }
  .community-action { grid-column: 2; grid-template-columns: 1fr auto; align-items: center; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid > div:nth-child(2) { border-right: 0; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .services-hero-inner { grid-template-columns: 1fr; gap: 28px; }
  .page-kicker { margin-bottom: 35px; }
  .services-lead { max-width: 650px; }
  .service-jump { top: 74px; }
  .service-detail { grid-template-columns: 1fr; gap: 40px; }
  .service-detail ul { margin-left: 83px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .section-shell, .header-inner { width: min(100% - 30px, 1180px); }
  .header-inner { min-height: 74px; }
  .raw-site-header .brand { width: auto; }
  .raw-site-header .brand span { display: none; }
  .brand img { width: 39px; height: 51px; }
  .hero, .hero-inner { min-height: 630px; }
  .hero .wp-block-cover__image-background { object-position: 64% center; }
  .hero::after { background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.9) 64%, rgba(255,255,255,.45) 100%); }
  .hero-copy { width: 100%; padding: 60px 0; }
  .hero h1 { font-size: clamp(43px, 13vw, 58px); }
  .hero-intro { font-size: 16px; line-height: 1.6; }
  .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { min-height: 88px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 13%); }
  .trust-item:last-child { border-bottom: 0; }
  .services-section { padding: 64px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card p { min-height: auto; }
  .why-image-wrap { min-height: 320px; }
  .why-copy { padding: 54px 24px; }
  .community-inner { grid-template-columns: 1fr; }
  .line-building { display: none; }
  .community-action { grid-column: 1; grid-template-columns: 1fr; }
  .community-action .button { width: auto; justify-self: start; }
  .stats-grid { grid-template-columns: 1fr; }
  .stats-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
  .services-hero, .services-hero-inner { min-height: 530px; }
  .services-hero-inner { padding-top: 65px; padding-bottom: 52px; }
  .services-hero h1 { font-size: 47px; }
  .service-jump { position: static; }
  .service-jump .section-shell { width: 100%; }
  .service-jump-nav .wp-block-navigation__container { grid-template-columns: 1fr; }
  .service-jump-nav .wp-block-navigation-item { border-right: 0; }
  .service-jump a { min-height: 58px; justify-content: flex-start; padding-left: 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-detail { padding: 60px 0; }
  .service-detail-heading { padding-left: 0; padding-top: 54px; }
  .service-number { top: 0; }
  .service-detail ul { grid-template-columns: 1fr; margin-left: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid > div { min-height: auto; border-right: 0; border-bottom: 1px solid #ded7cb; }
  .services-final-cta .section-shell { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

/* Consistent footer link states */
.site-footer a,
.site-footer a:link,
.site-footer a:visited {
  color: #d5dee8 !important;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

/* Remove navigation underline effects from footer links */
.site-footer a::after {
  display: none !important;
  content: none !important;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #e2b15f !important;
}

/* Subtle movement for footer navigation only */
.site-footer .footer-navigation a:hover,
.site-footer .footer-navigation a:focus-visible {
  transform: translateX(3px);
}

/* Accessible keyboard focus */
.site-footer a:focus-visible {
  outline: 1px solid #e2b15f;
  outline-offset: 4px;
}
