:root {
  --ink: #202429;
  --paper: #fafafa;
  --accent: #076ed4;
  --muted: #60666e;
  --line: #dce0e5;
  --space: clamp(24px, 6vw, 100px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Avenir Next', Avenir, 'Segoe UI', Arial, sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #087bea; outline-offset: 5px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { text-wrap: balance; }
h1 { font-size: clamp(48px, 5.4vw, 84px); line-height: 1.04; letter-spacing: -.055em; font-weight: 500; margin-bottom: 28px; }
h2 { font-size: clamp(32px, 3.5vw, 52px); line-height: 1.15; letter-spacing: -.04em; font-weight: 500; margin-bottom: 26px; }
h3 { font-size: 23px; line-height: 1.3; letter-spacing: -.025em; font-weight: 600; margin-bottom: 14px; }
em { font-style: normal; }
.skip { position: fixed; left: 20px; top: -100px; background: white; padding: 12px; z-index: 30; }
.skip:focus { top: 10px; }
header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 21px 5%; border-bottom: 1px solid var(--line); background: rgba(250,250,250,.97); }
.brand { display: flex; align-items: center; gap: 17px; flex-shrink: 0; font-size: 42px; font-weight: 900; font-style: italic; letter-spacing: -3px; line-height: 1; }
.brand span { font-size: 10px; font-style: normal; letter-spacing: 1.4px; line-height: 1.65; border-left: 1px solid #c1c7cf; padding-left: 16px; }
nav { display: flex; align-items: center; gap: 30px; font-size: 14px; }
nav a { padding-block: 10px; }
nav a:hover, .text-link:hover { color: var(--accent); }
.nav-contact { border-bottom: 1px solid var(--ink); }
.nav-contact span { margin-left: 18px; }
.menu { display: none; }
.hero { display: grid; grid-template-columns: 1fr 1fr; padding: 30px 3% 38px 0; gap: 20px; min-height: 700px; }
.hero-copy { padding: 42px 7% 28px 10%; align-self: center; }
.eyebrow { font-size: 12px; letter-spacing: 1.8px; font-weight: 700; margin-bottom: 24px; }
.hero h1 em { color: var(--accent); font-weight: 600; }
.intro { font-size: 19px; line-height: 1.7; max-width: 470px; color: var(--muted); }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 30px; min-height: 54px; background: var(--accent); color: white; border: 0; border-radius: 4px; padding: 16px 23px; font-size: 15px; font-weight: 600; cursor: pointer; transition: background .2s, transform .2s; }
.button:hover { background: #005ab5; transform: translateY(-2px); }
.text-link { display: inline-flex; gap: 24px; border-bottom: 1px solid; padding: 12px 0; font-size: 14px; }
.hero .text-link { display: flex; width: fit-content; margin-top: 12px; }
.hero-signature { font-size: 12px; letter-spacing: 1px; margin-top: 36px; }
.hero-signature span { letter-spacing: 0; color: var(--muted); }
.hero-visual { position: relative; min-height: 580px; overflow: hidden; border-radius: 4px 4px 48px 4px; isolation: isolate; }
.hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.88); mask-image: linear-gradient(to right, transparent, #000 9%); -webkit-mask-image: linear-gradient(to right, transparent, #000 9%); }
.hero-visual::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(11,20,29,.8)); pointer-events: none; }
.image-caption { position: absolute; z-index: 1; top: 18px; right: 18px; max-width: calc(100% - 36px); font-size: 12px; line-height: 1.5; color: white; background: #17212cdd; padding: 6px 10px; border-radius: 3px; }
.visual-label { position: absolute; z-index: 1; bottom: 34px; left: 38px; right: 30px; padding-left: 20px; border-left: 2px solid #6ebaff; color: white; }
.visual-label span { display: block; font-size: 12px; letter-spacing: 1.3px; color: #e0e9f2; }
.visual-label b { display: block; font-size: 32px; line-height: 1.3; font-weight: 500; letter-spacing: -.6px; margin-top: 9px; }
.strip { display: flex; justify-content: space-between; gap: 20px; padding: 23px 5%; background: var(--ink); color: white; font-size: 14px; }
.strip span::before { content: '+'; color: #6ebaff; margin-right: 15px; }
.section { padding: clamp(68px, 7.5vw, 112px) var(--space); }
.section-heading { max-width: 870px; }
.section-heading > p:last-child { max-width: 610px; font-size: 18px; line-height: 1.75; color: var(--muted); }
.services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 36px; margin-top: 48px; }
.services article { display: flex; flex-direction: column; padding: 28px 0 34px; border-top: 1px solid #cfd5dd; }
.number { display: block; color: var(--accent); font-size: 14px; letter-spacing: 1px; margin-bottom: 25px; }
.services p { color: var(--muted); line-height: 1.8; margin-bottom: 16px; }
.tag { display: block; margin-top: auto; padding-top: 18px; font-size: 12px; letter-spacing: .7px; color: #4e5b69; }
.approach { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; background: var(--ink); color: white; }
.approach .eyebrow, .principles article > span, .company .eyebrow { color: #6ebaff; }
.approach .intro, .principles p { color: #cad0d8; }
.principles article { display: flex; gap: 24px; border-top: 1px solid #434b56; padding: 24px 0; }
.principles article > span { font-size: 14px; }
.principles h3 { font-size: 21px; margin-bottom: 8px; }
.principles p { margin-bottom: 0; }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; margin-top: 48px; }
.steps article { border-top: 2px solid #b5c3d3; padding-top: 22px; }
.steps span { display: block; font-size: 12px; letter-spacing: 1px; margin-bottom: 24px; color: #536476; }
.steps h3 { font-size: 21px; }
.steps p { color: var(--muted); margin-bottom: 0; }
.company { display: grid; grid-template-columns: 1.12fr 1fr; gap: 5%; align-items: center; background: var(--ink); color: #f6f8fb; padding-left: 4%; }
.company p { color: #c9d0d9; }
.company .founder-intro { color: #f6f8fb; font-size: 21px; line-height: 1.6; }
.founder-photo { margin: 0; min-width: 0; }
.founder-photo img { display: block; width: 100%; height: auto; aspect-ratio: 1.12; object-fit: cover; object-position: 35% center; filter: saturate(.85); mask-image: radial-gradient(ellipse 70% 68% at 49% 44%, #000 49%, rgba(0,0,0,.94) 60%, transparent 100%); -webkit-mask-image: radial-gradient(ellipse 70% 68% at 49% 44%, #000 49%, rgba(0,0,0,.94) 60%, transparent 100%); }
.founder-photo figcaption { position: relative; padding: 8px 8% 0; margin-top: -12px; }
.founder-photo strong { display: block; font-size: 22px; font-weight: 500; letter-spacing: -.4px; line-height: 1.3; }
.founder-photo figcaption span { display: block; font-size: 14px; margin-top: 7px; color: #c4ccd6; }
.founder-photo small { display: block; font-size: 12px; color: #a7b2c0; margin-top: 12px; }
.credentials { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.credentials span { border: 1px solid #4a535f; color: #d8e1eb; padding: 8px 12px; font-size: 12px; border-radius: 3px; }
.faq { max-width: 1120px; margin: auto; }
.faq h2 { margin-bottom: 36px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; font-size: 19px; line-height: 1.5; padding: 23px 44px 23px 0; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 4px; top: 20px; font-size: 26px; font-weight: 400; color: var(--accent); }
.faq details[open] summary { color: var(--accent); }
.faq details[open] summary::after { content: '−'; }
.faq details p { max-width: 790px; color: var(--muted); padding: 0 40px 24px 0; margin: 0; }
.contact { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 8%; background: #edf0f4; }
.contact h2 { font-size: clamp(36px, 4.15vw, 62px); }
.contact .location { font-size: 14px; margin-top: 38px; color: var(--muted); }
.contact-links { display: flex; flex-direction: column; gap: 14px; font-size: 16px; overflow-wrap: anywhere; }
.contact-links a { width: fit-content; border-bottom: 1px solid #bcc9d8; padding-block: 4px; }
.contact-links a:hover { color: var(--accent); }
.contact-panel { padding: 36px; background: var(--paper); border: 1px solid #dfe4eb; border-radius: 8px; box-shadow: 0 18px 60px #263e5810; }
.contact-panel > p { font-size: 14px; color: var(--muted); }
form label { display: block; font-size: 14px; font-weight: 500; margin: 17px 0 7px; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid #bac4d0; border-radius: 4px; background: white; padding: 12px; color: var(--ink); }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--accent); }
form .button { width: 100%; margin-top: 22px; }
.form-note { font-size: 12px; color: var(--muted); margin: 14px 0 0; line-height: 1.65; }
#result { margin-top: 24px; border-top: 1px solid var(--line); }
#status { font-size: 14px; color: var(--muted); margin: 12px 0 0; }
.copy { min-height: 44px; padding: 10px 15px; margin-top: 10px; background: white; border: 1px solid var(--ink); border-radius: 4px; cursor: pointer; }
footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 36px 5%; font-size: 12px; border-top: 1px solid var(--line); }
footer p { margin: 0; color: var(--muted); }
footer .brand { font-size: 33px; }
footer .brand span { font-size: 8px; }
@media (min-width: 1800px) { body { max-width: 1800px; margin: auto; } }
@media (max-width: 1050px) {
  nav { gap: 19px; }
  header .brand span { display: none; }
  .hero { gap: 0; min-height: 640px; }
  .hero-copy { padding-right: 6%; }
  .hero-visual { min-height: 550px; }
  .visual-label { left: 26px; }
  .visual-label b { font-size: 27px; }
  .services { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .steps { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 36px; }
  .contact { gap: 5%; }
  .contact-panel { padding: 26px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 96px; }
  header { padding: 18px 6%; }
  header .brand span { display: block; font-size: 8px; }
  .brand { font-size: 36px; gap: 13px; }
  .brand span { padding-left: 13px; }
  .menu { display: block; min-height: 44px; border: 1px solid #c4cbd4; border-radius: 4px; padding: 8px 13px; background: none; font-size: 14px; cursor: pointer; }
  nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); padding: 14px 6% 22px; border-bottom: 1px solid var(--line); box-shadow: 0 18px 24px #2024290d; }
  nav.open { display: flex; flex-direction: column; align-items: stretch; gap: 4px; }
  nav a { padding: 12px 0; }
  .nav-contact { color: var(--accent); border-bottom: 0; }
  .hero { grid-template-columns: 1fr; padding: 0; gap: 0; min-height: 0; }
  .hero-copy { padding: 34px 6% 28px; }
  .hero h1 { font-size: clamp(42px, 11.8vw, 66px); margin-bottom: 22px; }
  .eyebrow { font-size: 12px; letter-spacing: 1.25px; margin-bottom: 22px; }
  .intro { font-size: 17px; }
  .hero-signature { margin-top: 26px; }
  .hero-visual { margin: 0 5% 26px; min-height: 0; height: clamp(310px, 85vw, 480px); border-radius: 4px 4px 30px 4px; }
  .hero-visual img { mask-image: none; -webkit-mask-image: none; }
  .visual-label { left: 23px; right: 20px; bottom: 27px; padding-left: 15px; }
  .visual-label b { font-size: 27px; }
  .visual-label span { letter-spacing: .7px; }
  .image-caption { top: 12px; right: 12px; max-width: calc(100% - 24px); }
  .strip { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px; font-size: 12px; padding: 21px 6%; }
  .strip span::before { margin-right: 9px; }
  .section { padding: 64px 6%; }
  .section-heading > p:last-child { font-size: 16px; }
  .services { margin-top: 32px; gap: 0 26px; }
  .approach, .company, .contact { grid-template-columns: 1fr; gap: 36px; }
  .principles article:last-child { padding-bottom: 0; }
  .company { padding-left: 6%; }
  .founder-photo img { aspect-ratio: 1.15; }
  .founder-photo figcaption { padding-inline: 5%; margin-top: -5px; }
  .company .founder-intro { font-size: 20px; }
  .faq summary { font-size: 17px; }
  .contact h2 { max-width: 530px; }
  .contact .location { margin-top: 26px; }
  footer { flex-wrap: wrap; padding: 30px 6%; }
}
@media (max-width: 480px) {
  .services { grid-template-columns: 1fr; }
  .services article { padding: 24px 0 28px; }
  .number { margin-bottom: 18px; }
  .steps { grid-template-columns: 1fr; gap: 26px; margin-top: 32px; }
  .steps span { margin-bottom: 14px; }
  .contact-panel { padding: 24px 20px; }
  .button { gap: 18px; font-size: 14px; }
  footer { flex-direction: column; align-items: flex-start; gap: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
  .button:hover { transform: none; }
}
