:root {
  --bg: #f8f8fa;
  --panel: #ffffff;
  --panel-strong: #d8dbe3;
  --text: #060423;
  --muted: #3b3757;
  --line: #060423;
  --accent: #060423;
  --accent-soft: #e5e8f0;
  --accent-softer: #f2f4f8;
  --inverse: #ffffff;
  --focus: #3d57ff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

::selection {
  background: var(--accent-soft);
  color: var(--text);
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--accent);
  color: var(--inverse);
  border: 3px solid var(--line);
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

.shell {
  width: min(100% - 2rem, 74rem);
  margin: 0 auto;
}

.site-header,
.site-footer,
.section {
  border-top: 4px solid var(--line);
}

.site-header {
  background: rgba(239, 237, 244, 0.96);
}

.header-shell,
.footer-shell {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.1rem 0;
}

.brand-block {
  display: grid;
  gap: 0.3rem;
}

.eyebrow,
.kicker,
.step-number,
.site-nav a {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.eyebrow,
.kicker {
  margin: 0;
  font-size: 0.77rem;
  letter-spacing: 0.12em;
  text-transform: lowercase;
}

.brand {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: flex-end;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 2.6rem;
  padding: 0.7rem 0.9rem;
  border: 3px solid var(--line);
  background: var(--panel);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--accent-soft);
  color: var(--text);
}

.nav-linkedin {
  background: var(--accent);
  color: var(--inverse);
}

.hero {
  padding: 4rem 0 4.75rem;
  background: var(--accent);
  color: var(--inverse);
}

.section {
  padding: 3.5rem 0;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 20ch;
  margin-top: 0.75rem;
  font-size: clamp(1.9rem, 3.7vw, 3.5rem);
  line-height: 1.02;
}

h2 {
  max-width: 12ch;
  font-size: clamp(1.45rem, 2.4vw, 2.3rem);
  line-height: 1.02;
}

h3 {
  font-size: clamp(1.3rem, 3vw, 2rem);
}

p,
li {
  font-size: clamp(1.02rem, 1vw + 0.76rem, 1.18rem);
  line-height: 1.55;
}

.lede,
.copy-block {
  max-width: 37rem;
}

.lede {
  max-width: 37rem;
  margin: 1rem 0 0;
  font-size: clamp(1.02rem, 1vw + 0.76rem, 1.18rem);
  font-weight: 500;
  line-height: 1.55;
  color: #d8d4e6;
}

.lede-secondary {
  max-width: 40rem;
  margin-top: 0.55rem;
  color: #cfc9e0;
}

.section-no-rule {
  border-top: 0;
  padding-top: 0.35rem;
}

.section-heading {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 2rem;
}

.copy-block p {
  margin: 0;
}

.services-list {
  max-width: 56rem;
  margin: 0;
  padding-left: 1.4rem;
  display: grid;
  gap: 0.85rem;
}

.services-list li::marker {
  color: var(--accent);
}

.copy-block {
  display: grid;
  gap: 1rem;
}

.copy-block p {
  color: var(--muted);
}

.site-footer {
  border-bottom: 4px solid var(--line);
  background: var(--accent);
  color: var(--inverse);
}

.footer-shell {
  align-items: center;
}

.footer-name {
  margin: 0;
}

.footer-name {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.15rem;
}

.footer-link {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 1rem;
  border: 3px solid var(--line);
  background: var(--panel);
  color: var(--accent);
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.86rem;
  text-decoration: none;
}

.footer-link:hover,
.footer-link:focus-visible {
  background: var(--accent-soft);
}

.hero-title {
  max-width: 14ch;
  font-size: clamp(2.4rem, 5.6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

@media (max-width: 46rem) {
  .footer-shell {
    flex-direction: column;
  }

  h1 {
    max-width: 11ch;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

}
