:root {
  --navy: #0a2143;
  --navy-soft: #112c52;
  --green: #168658;
  --green-soft: #e9f1ed;
  --ink: #142b4b;
  --muted: #5f6d7f;
  --line: #dfe4e8;
  --paper: #f6f7f7;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img { max-width: 100%; }
.shell { width: min(1240px, calc(100% - 80px)); margin: 0 auto; }
.section { padding: 104px 0; }

.eyebrow { margin-bottom: 20px; color: var(--green); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 700; }
.eyebrow-light { color: #9fcab6; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 0 23px; background: var(--navy); color: white; border: 1px solid var(--navy); border-radius: 2px; font-size: 13px; font-weight: 650; transition: background .2s ease; }
.button:hover { background: var(--navy-soft); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid #9da8b4; color: var(--navy); font-size: 13px; font-weight: 650; }
.text-link span { color: var(--green); }

.regulatory-bar { background: var(--navy); color: #dfe6ee; font-size: 11px; }
.regulatory-inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 24px; }
.regulatory-inner p { margin: 0; }
.regulatory-inner strong { color: white; font-weight: 700; }
.regulatory-inner a { color: #a8d2bd; }
.regulatory-inner a span { margin-left: 5px; }

.site-header { position: sticky; top: 0; z-index: 20; height: 86px; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 44px; }
.brand img { display: block; width: 208px; }
nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
nav a { color: #344962; font-size: 12px; font-weight: 560; }
nav a:hover { color: var(--green); }
.header-contact { display: inline-flex; align-items: center; gap: 14px; padding: 11px 0 9px; border-bottom: 1px solid #a8b2bd; color: var(--navy); font-size: 12px; font-weight: 650; }
.header-contact span { color: var(--green); }

.hero { min-height: calc(100vh - 120px); background: white; border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.12fr .78fr; gap: clamp(70px, 9vw, 140px); align-items: center; padding: 94px 0 105px; }
.hero-copy { max-width: 700px; }
h1 { margin: 0; color: var(--navy); font-size: clamp(50px, 5vw, 72px); line-height: 1.02; letter-spacing: -.048em; font-weight: 630; }
h1 em { color: var(--green); font-style: normal; font-weight: inherit; }
.hero-lead { max-width: 640px; margin: 27px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 31px; margin-top: 36px; }
.local-note { margin-top: 52px; padding-top: 21px; border-top: 1px solid var(--line); display: flex; align-items: baseline; gap: 15px; }
.local-note strong { color: var(--navy); font-size: 12px; }
.local-note span { color: #758192; font-size: 11px; }

.service-summary { border: 1px solid #cfd7dc; background: #fbfcfc; }
.summary-heading { min-height: 68px; padding: 0 27px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.summary-heading span { color: var(--navy); font-size: 13px; font-weight: 680; }
.summary-heading small { color: #7a8796; font-size: 10px; }
.service-summary dl { margin: 0; padding: 15px 27px; }
.service-summary dl > div { min-height: 69px; display: grid; grid-template-columns: 115px 1fr; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); }
.service-summary dl > div:last-child { border-bottom: 0; }
.service-summary dt { color: #74808e; font-size: 10px; }
.service-summary dd { margin: 0; color: var(--navy); font-size: 12px; font-weight: 600; }
.service-summary > p { margin: 0; padding: 22px 27px; border-top: 1px solid var(--line); background: var(--green-soft); color: #3e5c4d; font-size: 11px; line-height: 1.55; }

.services { background: var(--paper); }
.services-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 115px; align-items: start; }
.section-intro { position: sticky; top: 130px; }
.section-intro h2, .ppwr-copy h2, .contact-copy h2 { margin: 0; color: var(--navy); font-size: clamp(39px, 3.8vw, 55px); line-height: 1.08; letter-spacing: -.04em; font-weight: 620; }
.section-intro > p { max-width: 470px; margin: 26px 0 0; color: var(--muted); font-size: 15px; line-height: 1.72; }
.service-list { border-top: 1px solid #cfd7dc; }
.service-list article { display: grid; grid-template-columns: .72fr 1fr; gap: 50px; padding: 32px 0; border-bottom: 1px solid #cfd7dc; }
.service-list h3 { margin: 0; color: var(--navy); font-size: 20px; line-height: 1.25; letter-spacing: -.02em; font-weight: 630; }
.service-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.68; }
.service-list a { grid-column: 2; width: max-content; color: var(--green); font-size: 11px; font-weight: 650; }
.service-list a span { margin-left: 8px; }

.ppwr-section { background: #edf2ef; border-top: 1px solid #dce5df; border-bottom: 1px solid #dce5df; }
.ppwr-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 110px; align-items: start; }
.ppwr-copy > p { max-width: 530px; margin: 26px 0 30px; color: #596b63; font-size: 15px; line-height: 1.72; }
.role-list { border-top: 1px solid #bfcfc6; }
.role-list article { display: grid; grid-template-columns: 150px .75fr 1fr; gap: 30px; align-items: start; padding: 30px 0; border-bottom: 1px solid #bfcfc6; }
.role-list article > span { color: var(--green); text-transform: uppercase; letter-spacing: .11em; font-size: 9px; }
.role-list h3 { margin: -3px 0 0; color: var(--navy); font-size: 18px; line-height: 1.25; font-weight: 630; }
.role-list p { margin: 0; color: #596b63; font-size: 12px; line-height: 1.65; }
.role-list small { display: block; padding: 22px 0 0 180px; color: #697870; font-size: 10px; line-height: 1.55; }

.contact { background: var(--navy); color: white; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 115px; align-items: start; }
.contact-copy h2 { color: white; }
.contact-copy > p { max-width: 560px; margin: 27px 0 0; color: #b9c5d3; font-size: 15px; line-height: 1.72; }
.contact-details { border-top: 1px solid rgba(255,255,255,.2); }
.contact-details > a, .contact-details > div { min-height: 72px; display: grid; grid-template-columns: 135px 1fr; gap: 25px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); }
.contact-details span { color: #8fc9ad; text-transform: uppercase; letter-spacing: .11em; font-size: 9px; }
.contact-details strong { color: white; font-size: 13px; line-height: 1.5; font-weight: 560; }

footer { padding: 48px 0 27px; background: white; }
.footer-inner { display: grid; grid-template-columns: 210px 1fr auto; gap: 35px; align-items: start; }
.footer-inner img { width: 195px; }
.footer-inner p { max-width: 390px; margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.footer-inner > div { display: flex; gap: 26px; color: var(--navy); font-size: 11px; font-weight: 600; }
.footer-inner > span { grid-column: 1 / -1; padding-top: 23px; border-top: 1px solid var(--line); color: #8a95a1; text-transform: uppercase; letter-spacing: .08em; font-size: 9px; }

.ppwr-notice { position: fixed; z-index: 30; right: 20px; bottom: 18px; width: min(350px, calc(100vw - 32px)); padding: 21px 23px 19px; background: white; color: var(--ink); border: 1px solid #cfd8d3; border-left: 3px solid var(--green); box-shadow: 0 13px 35px rgba(19,38,29,.13); }
.ppwr-notice > button { position: absolute; right: 11px; top: 9px; border: 0; background: transparent; color: #839088; font-size: 19px; }
.ppwr-notice > span { color: var(--green); text-transform: uppercase; letter-spacing: .11em; font-size: 9px; font-weight: 700; }
.ppwr-notice h2 { margin: 13px 0 7px; color: var(--navy); font-size: 18px; line-height: 1.25; letter-spacing: -.015em; }
.ppwr-notice p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.ppwr-notice > a { display: inline-flex; gap: 10px; margin-top: 14px; color: var(--navy); font-size: 10px; font-weight: 700; }
.ppwr-notice > a span { color: var(--green); }

@media (max-width: 1020px) {
  .shell { width: min(100% - 52px, 900px); }
  .header-contact { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 780px; }
  .service-summary { max-width: 680px; }
  .services-layout, .ppwr-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .section-intro { position: static; }
}

@media (max-width: 650px) {
  html { scroll-padding-top: 74px; }
  .shell { width: min(100% - 34px, 600px); }
  .section { padding: 76px 0; }
  .regulatory-inner { justify-content: flex-start; white-space: nowrap; overflow: hidden; }
  .regulatory-inner p { display: none; }
  .site-header { height: 74px; }
  .brand img { width: 171px; }
  nav { gap: 14px; }
  nav a { font-size: 10px; }
  nav a:first-child { display: none; }
  .hero-grid { padding: 66px 0 78px; }
  h1 { font-size: clamp(44px, 13vw, 59px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .local-note { align-items: flex-start; flex-direction: column; gap: 6px; }
  .service-summary dl { padding-inline: 20px; }
  .service-summary dl > div { grid-template-columns: 98px 1fr; }
  .section-intro h2, .ppwr-copy h2, .contact-copy h2 { font-size: 37px; }
  .service-list article { grid-template-columns: 1fr; gap: 13px; }
  .service-list a { grid-column: 1; }
  .role-list article { grid-template-columns: 1fr; gap: 12px; }
  .role-list h3 { margin: 0; }
  .role-list small { padding-left: 0; }
  .contact-details > a, .contact-details > div { grid-template-columns: 105px 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner > div { flex-direction: column; gap: 8px; }
  .footer-inner > span { grid-column: 1; }
  .ppwr-notice { right: 16px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
