* { box-sizing: border-box; }
:root { --ink: #17191a; --paper: #f7f7f5; --line: #d7d8d5; --red: #c63f30; --green: #2f6b53; --muted: #626662; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; text-underline-offset: 4px; }
.site-header { height: 72px; padding: 0 clamp(20px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: #fff; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 11px; min-width: 0; text-decoration: none; font-size: 15px; font-weight: 800; line-height: 1.1; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 650; }
.brand-mark { width: 38px; height: 38px; flex: 0 0 38px; display: inline-grid; place-items: center; background: var(--red); color: #fff; font-size: 13px; font-weight: 900; }
nav { display: flex; align-items: center; gap: clamp(14px, 2.5vw, 34px); font-size: 13px; font-weight: 700; }
nav a { text-decoration: none; white-space: nowrap; }
nav a:hover, nav a[aria-current="page"] { color: var(--red); }
.nav-contact { padding: 9px 14px; border: 1px solid var(--ink); }
.hero { height: calc(100svh - 126px); min-height: 520px; max-height: 780px; position: relative; display: flex; align-items: flex-end; overflow: hidden; color: #fff; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: rgba(12,14,15,.7); }
.hero-content { position: relative; width: min(800px, 100%); padding: 80px clamp(22px, 8vw, 120px) 70px; }
.eyebrow { margin: 0 0 14px; color: #d9ddd9; font-size: 11px; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.eyebrow.dark { color: var(--green); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; max-width: 780px; font-size: clamp(44px, 7vw, 88px); line-height: .98; letter-spacing: 0; }
h2 { margin: 0; font-size: clamp(30px, 4vw, 50px); line-height: 1.08; letter-spacing: 0; }
h3 { margin: 0 0 10px; font-size: 19px; letter-spacing: 0; }
.hero-copy { max-width: 690px; margin: 24px 0 0; color: #e7e9e7; font-size: clamp(17px, 2vw, 21px); }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.button { min-height: 44px; padding: 11px 18px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; text-decoration: none; font-size: 13px; font-weight: 850; }
.button.primary { background: var(--red); color: #fff; }
.button.secondary { border-color: #fff; color: #fff; }
.button:hover { filter: brightness(.94); }
.proof { min-height: 88px; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink); color: #fff; }
.proof div { padding: 19px clamp(20px, 4vw, 56px); border-right: 1px solid #3b3d3e; }
.proof div:last-child { border-right: 0; }
.proof strong, .proof span { display: block; }
.proof strong { font-size: 13px; }
.proof span { margin-top: 3px; color: #bfc3bf; font-size: 11px; }
.section { padding: clamp(64px, 8vw, 112px) clamp(20px, 6vw, 92px); }
.section-heading { max-width: 760px; }
.section-heading > p:last-child { max-width: 650px; color: var(--muted); font-size: 17px; }
.service-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { min-height: 300px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.service-number { display: block; margin-bottom: 56px; color: var(--red); font-size: 12px; font-weight: 900; }
.service-grid p { min-height: 102px; color: var(--muted); font-size: 14px; }
.service-grid a { color: var(--green); font-size: 12px; font-weight: 850; }
.band { padding: clamp(62px, 8vw, 100px) clamp(20px, 7vw, 104px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 9vw, 140px); background: var(--green); color: #fff; }
.band h2 { max-width: 600px; }
.principles p { margin: 0; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.3); color: #e2ebe6; }
.principles strong { color: #fff; }
.contact { padding: clamp(60px, 8vw, 104px) clamp(20px, 7vw, 104px); display: flex; align-items: flex-end; justify-content: space-between; gap: 38px; background: #fff; }
.contact > div { max-width: 740px; }
.contact p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.dark-button { flex: 0 0 auto; background: var(--ink); color: #fff; }
footer { padding: 36px clamp(20px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto; gap: 22px; background: var(--ink); color: #fff; }
footer p { margin: 6px 0 0; color: #aeb2ae; font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; font-size: 12px; }
.copyright { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid #383a3b; }
.page-intro { min-height: 420px; padding: clamp(70px, 10vw, 130px) clamp(20px, 8vw, 120px); display: flex; flex-direction: column; justify-content: flex-end; background: var(--ink); color: #fff; }
.page-intro h1 { font-size: clamp(42px, 6vw, 74px); }
.page-intro > p:last-child { max-width: 750px; color: #c9cdca; font-size: 18px; }
.detail-list { padding: 30px clamp(20px, 8vw, 120px) 90px; }
.detail-list article { padding: 60px 0; display: grid; grid-template-columns: 80px minmax(0, 780px); gap: 30px; border-bottom: 1px solid var(--line); }
.detail-list article > span { color: var(--red); font-weight: 900; }
.detail-list h2 { font-size: clamp(27px, 3vw, 40px); }
.detail-list p, .detail-list li { color: var(--muted); }
.detail-list li, .policy li { margin: 7px 0; }
.policy { max-width: 1000px; padding: 70px clamp(20px, 8vw, 120px) 100px; }
.policy h2 { margin: 48px 0 16px; font-size: 28px; }
.policy h2:first-child { margin-top: 0; }
.policy p, .policy li { color: #4e524f; }
.policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.policy-grid article { padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.policy-grid p { margin-bottom: 0; font-size: 14px; }
.updated { margin-top: 48px; font-size: 12px; font-weight: 800; }
.error-page { min-height: 100svh; display: grid; place-items: center; padding: 24px; text-align: center; }
.error-page h1 { color: var(--ink); font-size: clamp(38px, 8vw, 70px); }
.error-page .brand-mark { margin: 0 auto 36px; }
.error-page .button { margin-top: 20px; }
@media (max-width: 900px) {
  .site-header { height: auto; min-height: 72px; padding: 13px 20px; align-items: flex-start; }
  nav { gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
  nav a:not(.nav-contact) { font-size: 11px; }
  .hero { min-height: 520px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .band { grid-template-columns: 1fr; }
  .contact { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .brand small { display: none; }
  .brand > span:last-child { max-width: 98px; }
  nav a:not(.nav-contact) { display: none; }
  .hero-content { padding: 60px 22px 48px; }
  h1 { font-size: 44px; }
  .proof { grid-template-columns: 1fr; }
  .proof div { border-right: 0; border-bottom: 1px solid #3b3d3e; }
  .service-grid, .policy-grid { grid-template-columns: 1fr; }
  .service-number { margin-bottom: 28px; }
  .service-grid p { min-height: 0; }
  .detail-list article { grid-template-columns: 1fr; gap: 10px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}
