:root {
  --ink: #171a1f;
  --ink-2: #24282f;
  --blue: #244f87;
  --blue-dark: #173b67;
  --accent: #a17d3e;
  --paper: #f3f1ec;
  --white: #ffffff;
  --muted: #5f646c;
  --line: #d8d4cc;
  --success: #0e7a50;
  --shadow: 0 14px 34px rgba(23, 26, 31, 0.08);
  --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; background: var(--white); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(220,228,237,.9);
  backdrop-filter: blur(12px);
}
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); }
.brand-name { white-space: nowrap; font-size: 18px; font-weight: 700; letter-spacing: -.035em; }
.brand-suffix { padding-left: 10px; border-left: 1px solid var(--line); color: #71767d; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.site-footer .brand-name { color: var(--white); }
.site-footer .brand-suffix { border-color: rgba(255,255,255,.25); color: #a7b8cb; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.nav-links a:not(.button) { color: #31445b; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--blue); }
.menu-button { display: none; background: none; border: 0; padding: 8px; color: var(--ink); cursor: pointer; }
.menu-button svg { width: 25px; height: 25px; }
.policy-quicklinks { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 600; }
.policy-quicklinks > a:not(.button) { color: #31445b; }
.policy-quicklinks > a:not(.button):hover { color: var(--blue); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 20px; border-radius: 2px; background: var(--blue); color: var(--white); font-weight: 700; border: 1px solid var(--blue); transition: background .2s ease, border-color .2s ease; }
.button:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.button-secondary { background: transparent; color: var(--ink); border-color: #aab8c8; }
.button-secondary:hover { background: var(--paper); border-color: var(--ink); }
.button-light { background: var(--white); color: var(--ink); border-color: var(--white); }
.button-light:hover { background: #e7e2d8; border-color: #e7e2d8; }
.button svg { width: 18px; height: 18px; }

.hero { position: relative; overflow: hidden; background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line); }
.hero::after { display: none; }
.hero-inner { min-height: 625px; display: grid; grid-template-columns: 1.16fr .84fr; align-items: center; gap: 86px; padding-block: 92px; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-dark); font-weight: 800; font-size: 13px; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.hero .eyebrow { color: var(--blue); }
h1, h2, h3 { margin: 0; line-height: 1.1; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-top: 22px; font-size: clamp(3rem, 6vw, 5.45rem); }
.hero-copy > p { max-width: 650px; margin: 26px 0 0; color: #4f5660; font-size: clamp(1.05rem, 2vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { margin-top: 25px; padding-left: 14px; border-left: 3px solid var(--accent); color: #656b73; font-size: 14px; }
.hero-note::before { display: none; }
.hero-panel { position: relative; padding: 0; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); background: transparent; }
.panel-top { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line); }
.panel-label { font-size: 12px; color: #626871; text-transform: uppercase; letter-spacing: .12em; }
.panel-count { color: var(--blue); font-size: 12px; font-weight: 700; }
.service-stack { display: grid; gap: 0; margin: 0; }
.service-row { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 8px; min-height: 76px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.service-row:last-child { border-bottom: 0; }
.service-number { color: var(--accent); font-size: 12px; font-weight: 700; }
.service-row strong { font-size: 15px; font-weight: 600; }
.service-row small { display: block; color: #747981; font-size: 12px; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--paper); }
.trust-inner { min-height: 88px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 20px; }
.trust-item { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--muted); }
.trust-item strong { color: var(--ink); }
.trust-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 2px; background: var(--white); color: var(--blue); }
.trust-icon svg { width: 16px; height: 16px; }

.section { padding-block: 104px; }
.section-soft { background: var(--paper); }
.section-dark { background: var(--ink); color: var(--white); }
.section-head { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.section-head h2 { margin-top: 16px; font-size: clamp(2.35rem, 5vw, 4.35rem); }
.section-head > p { margin: 0; color: var(--muted); font-size: 18px; }
.section-dark .section-head > p { color: #aebed1; }

.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 285px; padding: 34px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { position: relative; z-index: 2; box-shadow: inset 0 3px 0 var(--blue); }
.service-card .number { display: flex; justify-content: space-between; align-items: center; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.service-card .number svg { width: 22px; height: 22px; }
.service-card h3 { margin-top: 40px; font-size: 24px; }
.service-card p { margin: 15px 0 0; color: var(--muted); }
.service-card ul { margin: 18px 0 0; padding: 0; list-style: none; color: #35485e; font-size: 14px; }
.service-card li { position: relative; padding-left: 16px; margin-top: 7px; }
.service-card li::before { content: ""; position: absolute; left: 0; top: .65em; width: 5px; height: 5px; background: var(--blue); border-radius: 50%; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.about-statement { position: sticky; top: 120px; padding: 36px; border-radius: 2px; background: var(--ink); color: var(--white); }
.about-statement .large { margin: 20px 0 30px; font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.2; letter-spacing: -.035em; }
.about-statement small { color: #9db0c7; }
.about-copy h2 { margin-top: 14px; font-size: clamp(2.35rem, 4vw, 3.7rem); }
.about-copy > p { color: var(--muted); font-size: 18px; }
.principles { margin-top: 36px; display: grid; gap: 0; border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.principle strong { color: var(--blue); }
.principle h3 { font-size: 19px; letter-spacing: -.02em; }
.principle p { margin: 7px 0 0; color: var(--muted); font-size: 15px; }

.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 42px; }
.work-card { border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.14); background: transparent; }
.work-index { padding-top: 28px; color: rgba(255,255,255,.25); font-size: 58px; font-weight: 500; line-height: 1; letter-spacing: -.06em; }
.work-content { padding: 25px 0 34px; }
.work-meta { color: #c9ae78; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.work-content h3 { margin-top: 13px; font-size: 27px; }
.work-content p { color: #afc0d3; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; color: var(--white); font-weight: 700; }
.text-link:hover { color: #c9ae78; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: steps; }
.process-step { position: relative; padding: 30px 28px; border-top: 1px solid var(--line); counter-increment: steps; }
.process-step::before { content: "0" counter(steps); display: block; margin-bottom: 45px; color: var(--blue); font-size: 13px; font-weight: 800; }
.process-step:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 25px; bottom: 25px; width: 1px; background: var(--line); }
.process-step h3 { font-size: 20px; }
.process-step p { margin: 12px 0 0; color: var(--muted); font-size: 15px; }

.faq-list { max-width: 860px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-button { width: 100%; display: grid; grid-template-columns: 1fr 24px; align-items: center; gap: 20px; padding: 25px 0; text-align: left; background: none; border: 0; color: var(--ink); font-weight: 700; cursor: pointer; }
.faq-button svg { width: 20px; height: 20px; transition: transform .25s ease; }
.faq-button[aria-expanded="true"] svg { transform: rotate(45deg); }
.faq-answer { display: none; max-width: 750px; padding: 0 40px 26px 0; color: var(--muted); }
.faq-answer p { margin: 0; }
.faq-answer a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.faq-button[aria-expanded="true"] + .faq-answer { display: block; }

.contact-wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: stretch; }
.contact-copy h2 { margin-top: 17px; font-size: clamp(2.6rem, 5vw, 4.7rem); }
.contact-copy > p { max-width: 650px; color: #afc0d3; font-size: 18px; }
.contact-direct { display: grid; gap: 17px; margin-top: 36px; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.17); }
.contact-direct div { display: grid; gap: 3px; }
.contact-direct small { color: #8399b2; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-direct a, .contact-direct span { width: fit-content; color: var(--white); font-size: 16px; font-weight: 600; overflow-wrap: anywhere; }
.contact-direct a:hover { color: #c9ae78; }
.contact-form { padding: 34px; border-radius: 2px; background: var(--white); color: var(--ink); box-shadow: 0 18px 45px rgba(0,0,0,.16); }
.form-heading { padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.form-heading > span { color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.form-heading p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px 16px; margin-top: 24px; }
.form-field { display: grid; gap: 7px; }
.form-field-full { grid-column: 1 / -1; }
.form-field label { color: #2d333b; font-size: 13px; font-weight: 700; }
.form-field label > span:not(.optional) { color: var(--blue); }
.form-field .optional { margin-left: 4px; color: #7a8088; font-size: 11px; font-weight: 500; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid #b9bec5; border-radius: 2px; background: #fbfbfa; color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.form-field select { appearance: auto; }
.form-field textarea { min-height: 130px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(36,79,135,.13); }
.form-field [data-fs-field][aria-invalid="true"] { border-color: #a52a2a; box-shadow: 0 0 0 3px rgba(165,42,42,.11); }
.form-submit { width: 100%; margin-top: 22px; cursor: pointer; }
.form-submit:disabled { cursor: wait; opacity: .72; }
.form-note { margin: 13px 0 0; color: #6c727a; font-size: 11px; line-height: 1.5; }
.form-note a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-alert { display: none; margin-bottom: 20px; padding: 14px 16px; border-left: 3px solid; font-size: 13px; line-height: 1.55; }
.form-alert[data-fs-active] { display: block; }
.form-alert-success { border-color: var(--success); background: #edf8f3; color: #075f3d; }
.form-alert-error { border-color: #a52a2a; background: #fff1f1; color: #842020; }

.site-footer { background: #04101f; color: #a7b8cb; padding: 66px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 60px; }
.footer-brand p { max-width: 420px; margin: 18px 0 0; }
.footer-title { color: var(--white); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.footer-links { display: grid; gap: 11px; margin-top: 18px; font-size: 14px; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 56px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }

.policy-hero { background: var(--ink); color: var(--white); padding: 92px 0 72px; }
.policy-hero h1 { max-width: 900px; font-size: clamp(2.8rem, 6vw, 5rem); }
.policy-hero p { color: #aebed1; }
.policy-layout { display: grid; grid-template-columns: 250px 1fr; gap: 70px; padding-block: 80px 110px; }
.policy-aside { position: sticky; top: 110px; align-self: start; padding: 22px; border: 1px solid var(--line); border-radius: 2px; background: var(--paper); }
.policy-aside strong { display: block; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.policy-aside a { display: block; margin-top: 10px; color: var(--muted); font-size: 14px; }
.policy-aside a:hover { color: var(--blue); }
.policy-content { max-width: 780px; }
.policy-content h2 { margin: 50px 0 14px; font-size: 26px; letter-spacing: -.025em; }
.policy-content h2:first-child { margin-top: 0; }
.policy-content p, .policy-content li { color: #44566b; }
.policy-content ul { padding-left: 22px; }
.policy-notice { margin-bottom: 34px; padding: 18px 20px; border-left: 4px solid var(--blue); background: #eef5ff; color: #29425f; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .nav-links { position: fixed; inset: 76px 0 auto; display: none; padding: 22px 20px 30px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-links.open { display: grid; gap: 8px; }
  .nav-links a { padding: 11px 8px; }
  .nav-links .button { margin-top: 8px; }
  .hero-inner, .section-head, .about-grid, .contact-wrap { grid-template-columns: 1fr; }
  .hero-inner { gap: 44px; padding-block: 74px; }
  .hero-panel { max-width: 620px; }
  .section-head { gap: 22px; }
  .about-statement { position: static; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .policy-layout { grid-template-columns: 1fr; gap: 30px; }
  .policy-aside { position: static; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand-name { font-size: 16px; }
  .brand-suffix { padding-left: 7px; font-size: 9px; }
  .policy-quicklinks > a:not(.button) { display: none; }
  .policy-quicklinks .button { min-height: 42px; padding-inline: 13px; font-size: 13px; }
  .hero-inner { min-height: auto; padding-block: 62px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  .hero-panel { padding: 0; }
  .service-row { grid-template-columns: 36px 1fr; }
  .trust-inner { grid-template-columns: 1fr; padding-block: 24px; }
  .section { padding-block: 76px; }
  .services-grid, .work-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 27px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step::after { display: none; }
  .process-step { border-bottom: 1px solid var(--line); }
  .process-step::before { margin-bottom: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .contact-form { padding: 26px 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-full { grid-column: auto; }
  .policy-hero { padding-block: 66px 52px; }
  .policy-layout { padding-block: 55px 80px; }
}

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