:root {
  --ink: #10233f;
  --ink-strong: #09172b;
  --paper: #f7f9fb;
  --white: #ffffff;
  --muted: #566579;
  --line: #dce3ea;
  --copper: #07883f;
  --copper-dark: #04602f;
  --blue-soft: #eaf0f6;
  --success: #2f6657;
  --shadow: 0 24px 70px rgba(9, 23, 43, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink-strong);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(7, 136, 63, .4); outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--white); padding: .75rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.container { width: min(1160px, calc(100% - 2.5rem)); margin-inline: auto; }
.narrow { width: min(760px, calc(100% - 2.5rem)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247, 249, 251, .94); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(16,35,63,.09); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; font-weight: 780; letter-spacing: -.02em; }
.brand-logo { width: min(285px, 31vw); height: auto; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: var(--ink); border-radius: 50% 50% 50% 14px; font-family: Georgia, serif; font-size: 1.05rem; letter-spacing: .02em; }
.brand-copy { display: grid; line-height: 1.13; }
.brand-copy small { color: var(--muted); font-size: .7rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.35rem; }
.site-nav a { color: #2f4157; text-decoration: none; font-size: .94rem; font-weight: 650; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--copper-dark); }
.nav-cta { padding: .7rem 1rem; color: var(--white) !important; background: var(--ink); border-radius: 999px; }
.nav-cta:hover { background: var(--copper-dark); }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); font: inherit; font-weight: 700; padding: .65rem; }

.hero { position: relative; overflow: hidden; background: var(--ink-strong); color: var(--white); }
.hero::after { content: ""; position: absolute; inset: auto -15vw -42% 38%; height: 70%; background: radial-gradient(circle, rgba(7,136,63,.27), transparent 65%); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr); align-items: stretch; min-height: 650px; }
.hero-copy { align-self: center; padding: 6rem 4rem 6rem 0; }
.eyebrow { margin: 0 0 1rem; color: var(--copper); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: #76d798; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { max-width: 820px; margin-bottom: 1.4rem; font-size: clamp(2.65rem, 5.4vw, 5.25rem); font-weight: 500; }
h2 { margin-bottom: 1.1rem; font-size: clamp(2rem, 3.6vw, 3.35rem); font-weight: 500; }
h3 { margin-bottom: .6rem; font-size: 1.38rem; font-weight: 600; }
.hero-lead { max-width: 680px; margin: 0 0 2rem; color: #dbe4ed; font-size: clamp(1.08rem, 1.55vw, 1.28rem); }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 48px; padding: .76rem 1.15rem; border: 1px solid transparent; border-radius: 10px; text-decoration: none; font-weight: 760; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--copper); }
.button-primary:hover { background: #09994a; }
.button-secondary { color: var(--white); border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.04); }
.button-dark { color: var(--white); background: var(--ink); }
.button-outline { color: var(--ink); border-color: #a9b6c5; background: transparent; }
.hero-meta { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; margin-top: 2rem; color: #c6d0dc; font-size: .92rem; }
.hero-meta span { display: inline-flex; align-items: center; gap: .5rem; }
.hero-meta span::before { content: ""; width: 5px; height: 5px; background: var(--copper); border-radius: 50%; }
.hero-portrait { position: relative; min-height: 560px; }
.hero-portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.portrait-caption { position: absolute; z-index: 2; right: 1.2rem; bottom: 1.2rem; left: 1.2rem; padding: 1rem 1.1rem; background: rgba(9,23,43,.84); backdrop-filter: blur(8px); border-left: 3px solid var(--copper); }
.portrait-caption strong { display: block; font-family: Georgia, serif; font-size: 1.25rem; }
.portrait-caption span { color: #d7e0e9; font-size: .88rem; }

.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { padding: 1.45rem 1.8rem; border-right: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--ink); font-family: Georgia, serif; font-size: 1.2rem; }
.trust-item span { color: var(--muted); font-size: .9rem; }

.section { padding: clamp(4.5rem, 8vw, 7rem) 0; }
.section-white { background: var(--white); }
.section-ink { color: var(--white); background: var(--ink); }
.section-ink p { color: #d7e0e9; }
.section-head { max-width: 760px; margin-bottom: 2.5rem; }
.section-head p { color: var(--muted); font-size: 1.1rem; }
.section-ink .section-head p { color: #d7e0e9; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { min-height: 100%; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 30px rgba(16,35,63,.04); }
.service-number { display: block; margin-bottom: 2.8rem; color: var(--copper); font-family: Georgia, serif; font-size: .95rem; }
.service-card p { color: var(--muted); }
.text-link { display: inline-flex; gap: .45rem; color: var(--copper-dark); text-decoration: none; font-weight: 760; }
.text-link::after { content: "→"; transition: transform .18s ease; }
.text-link:hover::after { transform: translateX(4px); }

.split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
.quote-panel { position: relative; padding: 2.4rem; color: var(--white); background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.quote-panel::before { content: "“"; position: absolute; right: 1.4rem; top: -.4rem; color: rgba(255,255,255,.12); font-family: Georgia, serif; font-size: 8rem; line-height: 1; }
.quote-panel p { position: relative; margin: 0 0 1rem; font-family: Georgia, serif; font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.35; }
.quote-panel span { color: #bdc8d4; }
.plain-list { list-style: none; padding: 0; margin: 1.7rem 0 0; }
.plain-list li { position: relative; padding: .75rem 0 .75rem 1.65rem; border-bottom: 1px solid var(--line); }
.plain-list li::before { content: ""; position: absolute; left: 0; top: 1.35rem; width: 8px; height: 2px; background: var(--copper); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; counter-reset: steps; }
.step { counter-increment: steps; padding: 1.6rem 0; border-top: 1px solid rgba(255,255,255,.24); }
.step::before { content: "0" counter(steps); display: block; margin-bottom: 1.5rem; color: #76d798; font-size: .82rem; font-weight: 800; letter-spacing: .12em; }
.step h3 { color: var(--white); }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; color: var(--ink); font-weight: 760; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--copper-dark); font-size: 1.4rem; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 760px; margin: -.25rem 0 1.4rem; color: var(--muted); }

.cta-band { padding: 3.2rem 0; color: var(--white); background: var(--copper-dark); }
.cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-grid h2 { max-width: 720px; margin: 0; font-size: clamp(1.8rem, 3.6vw, 3rem); }
.cta-grid .button { flex: 0 0 auto; background: var(--white); color: var(--ink); }

.page-hero { padding: clamp(4.5rem, 9vw, 7rem) 0; color: var(--white); background: var(--ink-strong); }
.page-hero h1 { max-width: 930px; font-size: clamp(2.6rem, 5vw, 4.8rem); }
.page-hero p { max-width: 760px; margin: 0 0 2rem; color: #dbe4ed; font-size: 1.16rem; }
.breadcrumbs { margin-bottom: 2rem; color: #aebac8; font-size: .86rem; }
.breadcrumbs a { color: #dbe4ed; text-decoration: none; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: clamp(2.5rem, 6vw, 5.5rem); align-items: start; }
.prose h2 { margin-top: 3.2rem; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 2rem; }
.prose p, .prose li { color: #3f4f62; }
.prose ul { padding-left: 1.2rem; }
.prose li { margin-bottom: .55rem; }
.notice { margin: 2rem 0; padding: 1.25rem 1.4rem; border-left: 4px solid var(--copper); background: var(--blue-soft); }
.notice strong { color: var(--ink); }
.sidebar-card { position: sticky; top: 105px; padding: 1.6rem; color: var(--white); background: var(--ink); border-radius: var(--radius); }
.sidebar-card h2 { font-size: 1.65rem; }
.sidebar-card p { color: #d7e0e9; }
.sidebar-card a:not(.button) { color: var(--white); font-weight: 750; }
.portrait-small { overflow: hidden; margin-bottom: 1.3rem; aspect-ratio: 4 / 3; border-radius: 12px; }
.portrait-small img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 23%; }

.credential-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.credential-card { padding: 1.65rem; border-top: 3px solid var(--copper); background: var(--white); box-shadow: 0 10px 30px rgba(16,35,63,.06); }
.credential-card strong { display: block; margin-bottom: .6rem; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; line-height: 1.2; }
.credential-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.contact-card { padding: 1.7rem; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.contact-card span { display: block; margin-bottom: .35rem; color: var(--muted); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-card a, .contact-card strong { color: var(--ink); font-size: 1.06rem; font-weight: 750; text-decoration: none; overflow-wrap: anywhere; }

.site-footer { padding: 4rem 0 2rem; color: #c9d4df; background: #071222; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; }
.site-footer h2, .site-footer h3 { color: var(--white); font-family: inherit; font-size: .86rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-logo { width: min(330px, 100%); margin-bottom: 1.1rem; border-radius: 8px; }
.site-footer p { max-width: 500px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: .45rem 0; }
.site-footer a { color: #d9e2eb; text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.13); font-size: .82rem; }

@media (max-width: 940px) {
  .menu-button { display: inline-flex; }
  .site-nav { position: absolute; display: none; top: 88px; right: 0; left: 0; padding: 1rem 1.25rem 1.3rem; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 16px 28px rgba(9,23,43,.1); }
  .site-nav[data-open="true"] { display: flex; }
  .site-nav a { padding: .55rem 0; }
  .nav-cta { text-align: center; }
  .hero-grid { grid-template-columns: 1fr .7fr; min-height: 610px; }
  .hero-copy { padding-right: 2rem; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; }
  .content-grid { grid-template-columns: 1fr; }
  .sidebar-card { position: static; }
  .credential-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .container, .narrow { width: min(100% - 1.5rem, 1160px); }
  .brand-logo { width: 225px; }
  .hero-grid { display: flex; flex-direction: column; }
  .hero-copy { padding: 4.2rem 0 3.2rem; }
  .hero-portrait { min-height: 480px; margin-inline: -.75rem; }
  .trust-grid, .service-grid, .steps, .contact-cards, .footer-grid { grid-template-columns: 1fr; }
  .trust-item { padding: 1rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .service-card:last-child { grid-column: auto; }
  .split { grid-template-columns: 1fr; }
  .cta-grid { align-items: flex-start; flex-direction: column; }
  .footer-bottom { flex-direction: column; }
  .credential-grid { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .brand-logo { width: 188px; }
}

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