:root {
  --navy: #13283a;
  --navy-dark: #0c1c29;
  --blue: #31546d;
  --accent: #a47d3b;
  --ink: #18242d;
  --muted: #5b6872;
  --line: #d9dee2;
  --surface: #ffffff;
  --surface-alt: #f4f5f5;
  --success: #276347;
  --danger: #973b3b;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; color: white; background: var(--navy); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .97); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; line-height: 1.1; }
.brand-mark { display: grid; place-items: center; width: 54px; height: 38px; color: white; background: var(--navy); font-size: .9rem; font-weight: 700; letter-spacing: .08em; }
.brand-name { display: grid; gap: 4px; }
.brand-name strong { color: var(--navy); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.brand-name small { color: var(--muted); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.nav-link { padding: 26px 0 23px; color: #334650; border-bottom: 3px solid transparent; text-decoration: none; font-size: .86rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.nav-link:hover, .nav-link[aria-current="page"] { color: var(--navy); border-bottom-color: var(--accent); }
.nav-cta { margin-left: 4px; padding: 10px 18px; border: 1px solid var(--navy); }
.nav-cta:hover, .nav-cta[aria-current="page"] { color: white; background: var(--navy); border-bottom-color: var(--navy); }
.nav-toggle { display: none; width: 44px; height: 40px; padding: 8px; border: 1px solid var(--line); background: white; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); }

h1, h2, h3 { margin: 0; color: var(--navy-dark); font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.15; }
h1 { max-width: 820px; font-size: clamp(2.7rem, 5vw, 4.8rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 3.3vw, 3rem); letter-spacing: -.025em; }
h3 { font-size: 1.35rem; }
.eyebrow { margin: 0 0 17px; color: var(--accent); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #d4b77d; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 21px; border: 1px solid transparent; text-decoration: none; font-size: .85rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.button-primary { color: white; background: var(--navy); border-color: var(--navy); }
.button-primary:hover { background: var(--blue); border-color: var(--blue); }
.button-secondary { color: var(--navy); background: transparent; border-color: #9eabb3; }
.button-secondary:hover { border-color: var(--navy); }
.button-light { color: var(--navy); background: white; }
.button-small { min-height: auto; }
.text-link { color: var(--navy); font-weight: 700; text-decoration-color: var(--accent); text-underline-offset: 4px; }
.social-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.social-link { display: grid; place-items: center; width: 36px; height: 36px; color: var(--navy); background: white; border: 1px solid #aeb8bf; }
.social-link:hover { color: white; background: var(--navy); border-color: var(--navy); }
.social-link:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.social-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-link svg .fill { fill: currentColor; stroke: none; }

.hero { padding: 104px 0 96px; border-bottom: 1px solid var(--line); background: #f7f7f5; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 92px; align-items: center; }
.hero-copy { padding-left: 24px; border-left: 3px solid var(--accent); }
.hero-lead { max-width: 700px; margin: 28px 0 0; color: var(--muted); font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.company-profile { padding: 30px 32px; color: white; background: var(--navy); }
.profile-label { margin: 0 0 12px; padding-bottom: 14px; border-bottom: 1px solid rgba(255, 255, 255, .25); color: #d4b77d; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.company-profile dl { margin: 0; }
.company-profile dl div { padding: 16px 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.company-profile dl div:last-child { border-bottom: 0; }
.company-profile dt { color: #afbbc3; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.company-profile dd { margin: 3px 0 0; font-size: .96rem; }

.page-hero { padding: 88px 0 78px; border-bottom: 1px solid var(--line); background: #f7f7f5; }
.page-hero-content { padding-left: 24px; border-left: 3px solid var(--accent); }
.page-hero h1 { font-size: clamp(2.6rem, 4.5vw, 4.2rem); }
.page-hero p:not(.eyebrow) { max-width: 720px; margin: 24px 0 0; color: var(--muted); font-size: 1.1rem; }
.section { padding: 88px 0; }
.section-alt { background: var(--surface-alt); }
.section-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 80px; margin-bottom: 48px; }
.section-heading > p { margin: 0; color: var(--muted); }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.body-copy { max-width: 690px; }
.body-copy p { margin: 0 0 20px; color: var(--muted); }

.service-list { border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.service-list article > span { color: var(--accent); font-size: .78rem; font-weight: 700; letter-spacing: .1em; }
.service-list p { max-width: 760px; margin: 8px 0 0; color: var(--muted); }
.service-details { border-top: 1px solid var(--line); }
.service-details > article { display: grid; grid-template-columns: 130px 1fr; gap: 40px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.service-number { color: var(--accent); font-size: .8rem; font-weight: 700; letter-spacing: .14em; }
.service-details p { max-width: 760px; margin: 14px 0 0; color: var(--muted); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.principle-grid article { min-height: 220px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.principle-grid p { margin: 14px 0 0; color: var(--muted); }
.plain-list { margin: 0 0 24px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.plain-list li { padding: 12px 0 12px 22px; border-bottom: 1px solid var(--line); position: relative; }
.plain-list li::before { content: ""; position: absolute; left: 0; top: 22px; width: 6px; height: 6px; background: var(--accent); }
.contact-band { padding: 54px 0; color: white; background: var(--navy); }
.contact-band .container { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact-band h2 { color: white; font-size: clamp(1.8rem, 3vw, 2.6rem); }

.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 76px; align-items: start; }
.form-aside { position: sticky; top: 112px; padding-top: 5px; }
.form-aside h2 { font-size: 1.8rem; }
.form-aside address { margin: 24px 0; color: var(--muted); font-style: normal; }
.form-aside p { color: var(--muted); }
.small-copy { padding-top: 20px; border-top: 1px solid var(--line); font-size: .88rem; }
.form-card { padding: 38px; border: 1px solid var(--line); background: white; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-field { display: grid; gap: 7px; }
.form-field-full { grid-column: 1 / -1; }
label { color: #2d3d47; font-size: .82rem; font-weight: 700; letter-spacing: .03em; }
.input, select, textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: white; border: 1px solid #aeb8bf; border-radius: 0; outline: none; }
.input:focus, select:focus, textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 2px rgba(19, 40, 58, .12); }
textarea { min-height: 150px; resize: vertical; }
.checkbox-row { display: flex; gap: 10px; align-items: flex-start; font-size: .84rem; font-weight: 400; }
.checkbox-row input { margin-top: 5px; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 26px; }
.form-status { min-height: 25px; font-size: .88rem; }
.form-status.success { color: var(--success); }
.form-status.error { color: var(--danger); }
.honeypot { position: absolute !important; left: -9999px !important; }

.legal { max-width: 820px; }
.legal h1 { font-size: clamp(2.5rem, 4vw, 4rem); padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.legal h2 { margin-top: 46px; font-size: 1.65rem; }
.legal h3 { margin-top: 28px; font-size: 1.15rem; }
.legal p, .legal li { color: #43535e; }

.site-footer { padding: 64px 0 24px; color: white; background: var(--navy-dark); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 46px; }
.brand-footer { margin-bottom: 16px; }
.brand-footer .brand-mark { color: var(--navy); background: white; }
.brand-footer .brand-name strong { color: white; }
.brand-footer .brand-name small { color: #9faeb8; }
.footer-copy { max-width: 320px; color: #aebac2; font-size: .9rem; }
.site-footer .social-link { color: white; background: transparent; border-color: #52616b; }
.site-footer .social-link:hover { color: var(--navy-dark); background: white; border-color: white; }
.footer-grid h2 { margin-bottom: 17px; color: #d4b77d; font-family: Arial, Helvetica, sans-serif; font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a, .footer-grid span { margin: 3px 0; color: #bdc7cd; text-decoration: none; font-size: .9rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .14); color: #8999a3; font-size: .78rem; }

@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .site-nav { position: fixed; left: 24px; right: 24px; top: 88px; display: none; padding: 12px 20px; background: white; border: 1px solid var(--line); box-shadow: 0 18px 40px rgba(12, 28, 41, .12); align-items: stretch; flex-direction: column; gap: 0; }
  .site-nav.is-open { display: flex; }
  .nav-link { padding: 13px 4px; border-bottom: 1px solid var(--line); }
  .nav-cta { margin: 12px 0 4px; text-align: center; border: 1px solid var(--navy); }
  .hero-grid, .split, .form-layout { grid-template-columns: 1fr; }
  .hero-grid, .split { gap: 52px; }
  .company-profile { max-width: 620px; }
  .form-layout { gap: 48px; }
  .form-aside { position: static; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .header-inner { min-height: 66px; }
  .brand-name small { display: none; }
  .site-nav { left: 15px; right: 15px; top: 76px; }
  .hero, .page-hero { padding: 68px 0 62px; }
  .hero-copy, .page-hero-content { padding-left: 18px; }
  h1 { font-size: clamp(2.45rem, 13vw, 3.45rem); }
  .section { padding: 64px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 34px; }
  .service-list article { grid-template-columns: 42px 1fr; gap: 14px; }
  .service-details > article { grid-template-columns: 1fr; gap: 12px; padding: 32px 0; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: auto; }
  .contact-band .container { align-items: flex-start; flex-direction: column; }
  .form-card { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-full { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; }
  .form-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
