:root {
  --navy: #062544;
  --navy-2: #0c355d;
  --ink: #16283b;
  --gold: #c9a45b;
  --gold-deep: #aa8240;
  --ivory: #f8f5ef;
  --paper: #fffdf9;
  --white: #ffffff;
  --line: #ded6c8;
  --muted: #66727e;
  --shadow: 0 18px 50px rgba(6, 37, 68, .10);
  --shadow-soft: 0 12px 30px rgba(6, 37, 68, .08);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --display: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 8px; background: white; padding: 10px 14px; z-index: 999; }
.skip-link:focus { left: 8px; }
.site-header { position: sticky; top: 0; z-index: 50; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 5px 20px rgba(6,37,68,.06); }
.header-inner { min-height: 102px; display: grid; grid-template-columns: minmax(430px, 1fr) auto auto; gap: 28px; align-items: center; }
.brand { display: block; width: 510px; max-width: 100%; }
.brand img { width: 100%; height: auto; max-height: 78px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: var(--navy); text-decoration: none; font-size: .92rem; padding: 39px 0 32px; border-bottom: 2px solid transparent; }
.site-nav a:hover, .site-nav a.active { color: var(--gold-deep); border-color: var(--gold); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 1px solid var(--navy); border-radius: 12px; background: #fff; color: var(--navy); align-items: center; justify-content: center; cursor: pointer; position: relative; -webkit-appearance: none; appearance: none; }
.hamburger-lines { width: 25px; height: 18px; display: flex; flex-direction: column; justify-content: space-between; align-items: stretch; }
.hamburger-lines span { display: block; width: 100%; height: 3px; margin: 0; border-radius: 999px; background-color: var(--navy); transform-origin: center; transition: transform .2s ease, opacity .15s ease; }
.menu-toggle[aria-expanded="true"] .hamburger-lines span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .hamburger-lines span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .hamburger-lines span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
.button { border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 22px; border: 1px solid transparent; text-decoration: none; font: 700 .78rem/1 var(--sans); letter-spacing: .04em; text-transform: uppercase; cursor: pointer; }
.button-gold { background: var(--gold); color: #fff; }
.button-gold:hover { background: var(--gold-deep); }
.button-navy { background: var(--navy); color: #fff; }
.button-outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.header-cta { white-space: nowrap; }
.hero { background: var(--ivory); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 560px; }
.hero-copy { padding: 82px 70px 72px 0; align-self: center; }
.eyebrow { margin: 0 0 10px; color: var(--gold-deep); font-weight: 700; letter-spacing: .13em; text-transform: uppercase; font-size: .74rem; }
h1, h2, h3 { font-family: var(--display); color: var(--navy); line-height: 1.08; letter-spacing: -.035em; }
h1 { margin: 0; font-size: clamp(3.05rem, 4.8vw, 5rem); font-weight: 650; }
h2 { margin: 0 0 18px; font-size: clamp(2.2rem, 3.4vw, 3.65rem); font-weight: 650; }
h3 { margin: 0 0 12px; font-size: 1.5rem; font-weight: 650; }
.accent-line { width: 52px; height: 2px; background: var(--gold); margin: 22px 0; }
.hero-intro { max-width: 560px; font-family: var(--sans); font-size: 1.2rem; line-height: 1.6; color: #33485c; }
.button-row { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 32px; }
.hero-image { min-height: 560px; border-radius: var(--radius-lg) 0 0 var(--radius-lg); overflow: hidden; background: linear-gradient(90deg, var(--ivory) 0%, rgba(248,245,239,.08) 20%), url('/assets/images/office-hero.webp') center/cover no-repeat; }
.page-hero { padding: 88px 0 72px; background: linear-gradient(135deg, var(--ivory), #fff); border-bottom: 1px solid var(--line); }
.page-hero .container { max-width: 900px; margin-left: max(20px, calc((100% - 1180px)/2)); }
.page-hero h1 { max-width: 900px; }
.page-hero p:last-child { max-width: 760px; font-family: var(--sans); font-size: 1.15rem; line-height: 1.7; color: #425568; }
.trust-band { border-block: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: center; padding-block: 34px; }
.trust-grid h2 { font-size: 2.05rem; margin: 0; padding-left: 24px; border-left: 2px solid var(--gold); }
.trust-grid p { margin: 0; padding-left: 50px; border-left: 1px solid var(--line); font-family: var(--sans); font-size: 1.04rem; line-height: 1.75; }
.section { padding: 92px 0; }
.section.alt { background: var(--ivory); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading p:last-child { color: var(--muted); }
.service-grid, .content-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card, .content-card { padding: 34px; border: 1px solid rgba(6,37,68,.10); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-soft); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover, .content-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(6,37,68,.12); border-color: rgba(201,164,91,.55); }
.icon-circle { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: var(--navy); color: #fff; font-size: .78rem; letter-spacing: .08em; margin-bottom: 24px; }
.service-card h3 { border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.service-card p, .content-card p { color: var(--muted); }
.service-card a, .text-link { color: var(--navy); font-weight: 700; text-decoration: none; }
.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.reason-grid article { padding: 30px 26px; border: 1px solid rgba(6,37,68,.10); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-soft); }
.reason-grid article:last-child { border-right: 1px solid rgba(6,37,68,.10); }
.reason-grid span { color: var(--gold-deep); font-weight: 700; font-size: .78rem; }
.reason-grid h3 { font-size: 1.35rem; margin-top: 12px; }
.reason-grid p { color: var(--muted); font-size: .93rem; }
.about-grid { display: grid; grid-template-columns: .78fr 1.15fr .72fr; gap: 44px; align-items: stretch; }
.about-copy { align-self: center; }
.office-card { background: var(--navy); color: #fff; padding: 38px; align-self: end; border-radius: var(--radius-md); box-shadow: var(--shadow); }
.office-card h3, .office-card a { color: #fff; }
.office-card address { font-style: normal; margin: 18px 0; }
.office-card a { font-weight: 700; }
.resource-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.resource-actions { display: grid; gap: 12px; }
.resource-link { display: grid; padding: 22px 24px; background: #fff; border: 1px solid #d9dfe4; border-radius: var(--radius-sm); text-decoration: none; box-shadow: 0 8px 22px rgba(6,37,68,.05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.resource-link:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); border-color: rgba(201,164,91,.55); }
.resource-link strong { color: var(--navy); }
.resource-link span { color: var(--muted); font-size: .88rem; }
.contact-section { background: var(--navy); color: #fff; }
.contact-section h2 { color: #fff; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.contact-details { display: grid; gap: 18px; margin-top: 30px; }
.contact-details p { margin: 0; }
.contact-details strong { display: block; color: #e3c47d; text-transform: uppercase; font-size: .72rem; letter-spacing: .12em; }
.contact-details a { color: #fff; font-size: 1.25rem; }
.contact-form { background: #fff; color: var(--ink); padding: 36px; border-radius: var(--radius-lg); box-shadow: 0 24px 60px rgba(0,0,0,.16); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 15px; font-size: .82rem; font-weight: 700; color: var(--navy); }
input, select, textarea { width: 100%; border: 1px solid #cbd2d8; border-radius: var(--radius-sm); padding: 13px 14px; font: inherit; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(201,164,91,.16); }
textarea { resize: vertical; }
.form-notice { font-size: .78rem; color: #606d79; border-left: 3px solid var(--gold); padding-left: 12px; }
.prose { max-width: 820px; }
.prose h2 { margin-top: 42px; }
.prose ul { padding-left: 22px; }
.site-footer { background: #fff; color: var(--ink); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr .72fr 1fr; gap: 42px; padding-block: 48px 40px; align-items: start; }
.footer-brand { align-self: start; }
.footer-brand img { width: 430px; max-width: 100%; height: auto; object-fit: contain; object-position: left top; }
.footer-grid strong { color: var(--navy); display: block; margin-bottom: 8px; font-weight: 700; }
.footer-grid address { font-style: normal; color: #405264; }
.footer-grid a { color: var(--navy); }
.footer-grid p { margin: 0; font-size: .9rem; color: #405264; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 18px 0 25px; border-top: 1px solid var(--line); font-size: .78rem; color: #5b6875; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 18px; }
.footer-bottom a { color: var(--navy); text-decoration: none; }
.footer-bottom a:hover { color: var(--gold-deep); }
@media (max-width: 1120px) {
  .header-inner { grid-template-columns: minmax(0, 1fr) auto; gap: 16px; }
  .site-nav, .header-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  .site-nav.open { display: grid; position: absolute; left: 0; right: 0; top: 102px; background: #fff; padding: 12px max(20px, calc((100% - 1180px)/2)) 24px; gap: 0; border-top: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open a { padding: 16px 4px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .site-nav.open a:last-child { border-bottom: 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 72px 0 46px; }
  .hero-image { min-height: 420px; }
  .about-grid { grid-template-columns: 1fr 1.3fr; }
  .office-card { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 82px; }
  .brand { width: min(100%, 560px); min-width: 0; }
  .brand img { width: 100%; max-height: 56px; object-fit: contain; object-position: left center; }
  .menu-toggle { width: 46px; height: 46px; flex: 0 0 46px; }
  .site-nav.open { top: 82px; }
  .hero-copy { padding-top: 54px; }
  h1 { font-size: clamp(3rem, 14vw, 4.3rem); }
  .hero-image { min-height: 300px; border-radius: var(--radius-lg); margin-bottom: 24px; }
  .trust-grid, .service-grid, .content-grid-3, .reason-grid, .about-grid, .resource-grid, .contact-grid, .field-row, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid { gap: 24px; }
  .trust-grid p { padding-left: 24px; }
  .reason-grid article { border: 1px solid rgba(6,37,68,.10); }
  .section { padding: 68px 0; }
  .contact-grid { gap: 42px; }
  .footer-bottom { display: grid; }
  .footer-bottom div { flex-wrap: wrap; }
}

/* Testimonials */
.testimonials-section { background: linear-gradient(180deg, #fff 0%, var(--ivory) 100%); }
.testimonials-heading { display: flex; justify-content: space-between; gap: 36px; align-items: end; margin-bottom: 38px; }
.testimonials-heading > div { max-width: 760px; }
.testimonials-heading h2 { margin-bottom: 12px; }
.testimonials-heading p:last-child { color: var(--muted); margin-bottom: 0; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial-card { background: #fff; border: 1px solid rgba(6,37,68,.10); border-radius: var(--radius-md); padding: 30px; box-shadow: var(--shadow-soft); display: flex; flex-direction: column; min-height: 280px; }
.testimonial-card .stars { color: var(--gold-deep); letter-spacing: .16em; font-size: 1rem; margin-bottom: 18px; }
.testimonial-card > p { color: #405264; font-size: 1rem; line-height: 1.75; margin: 0 0 28px; }
.testimonial-card footer { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); display: grid; gap: 3px; }
.testimonial-card footer strong { color: var(--navy); }
.testimonial-card footer span { color: var(--muted); font-size: .8rem; }
@media (max-width: 900px) { .testimonial-grid { grid-template-columns: 1fr; } .testimonials-heading { align-items: flex-start; flex-direction: column; } }

@media (max-width: 480px) {
  .container { width: min(100% - 22px, 1180px); }
  .header-inner { gap: 10px; min-height: 76px; }
  .brand img { max-height: 50px; }
  .menu-toggle { width: 44px; height: 44px; flex-basis: 44px; border-radius: 10px; }
  .site-nav.open { top: 76px; padding-inline: 16px; }
}

.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }


/* v14 production refinements */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
.about-grid-no-photo { grid-template-columns: 1.35fr .65fr; }
.about-grid-no-photo .about-copy { align-self: center; }
.contact-email { word-break: break-word; }
@media (max-width: 760px) {
  .about-grid-no-photo { grid-template-columns: 1fr; }
}
