:root {
  color-scheme: light;
  --background: #fafbfc;
  --navy: #152235;
  --muted: #66707d;
  --gold: #aa9060;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--navy);
  background: var(--background);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.first-fold {
  width: min(100%, 1600px);
  margin-inline: auto;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  padding-inline: clamp(24px, 6.25vw, 100px);
}

.header {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.wordmark {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 26px;
}
.wordmark img { display: block; width: 180px; height: auto; }
nav { display: flex; align-items: center; gap: clamp(24px, 3.1vw, 48px); }
nav a { font-size: 14px; line-height: 1.6; color: #4c5664; cursor: default; }

.hero {
  flex: 1;
  display: flex;
  align-items: center;
  padding-block: 72px 148px;
}
.hero-content { width: 100%; }
.brand-accent { width: 40px; height: 2px; background: var(--gold); margin-bottom: 39px; }
h1 {
  margin: 0;
  max-width: 1120px;
  font-size: clamp(48px, 6.55vw, 96px);
  font-weight: 400;
  line-height: 1.11;
  letter-spacing: -.055em;
}
.hero p {
  margin: 32px 0 0;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.75;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: -.015em;
}
.cta {
  margin-top: 40px;
  min-height: 52px;
  padding: 15px 30px;
  background: var(--navy);
  color: #fff;
  border: 1px solid var(--navy);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  opacity: 1;
  -webkit-text-fill-color: #fff;
  cursor: default;
}
:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }
.skip-link { position: absolute; top: 12px; left: 24px; padding: 12px; background: white; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }

@media (min-width: 1600px) { .hero { padding-bottom: 180px; } }
@media (max-width: 640px) {
  .header { min-height: 132px; align-content: center; flex-wrap: wrap; gap: 24px; padding-block: 26px; }
  .wordmark { height: 24px; }
  .wordmark img { width: 150px; }
  nav { width: 100%; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
  .hero { padding-block: 64px 88px; }
  h1 { font-size: clamp(40px, 8.8vw, 56px); line-height: 1.15; letter-spacing: -.05em; }
  .desktop-break { display: none; }
  .hero p { max-width: 360px; margin-top: 26px; }
  .brand-accent { width: 32px; margin-bottom: 30px; }
  .cta { margin-top: 32px; }
}

.about {
  background: #fff;
  padding-block: clamp(88px, 10vw, 160px);
}
.about-inner {
  width: min(100%, 1600px);
  margin-inline: auto;
  padding-inline: clamp(24px, 6.25vw, 100px);
}
.about-eyebrow {
  margin: 0 0 36px;
  color: var(--muted);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .14em;
}
.about h2 {
  max-width: 1120px;
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -.045em;
  text-wrap: pretty;
}
.about-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(56px, 10vw, 160px);
  align-items: start;
  margin-top: clamp(48px, 5vw, 80px);
}
.about-copy {
  max-width: 580px;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.8;
  letter-spacing: -.015em;
}
.about-copy p { margin: 0; }
.about-copy p + p { margin-top: 24px; }
.about-quote {
  max-width: 440px;
  margin: 0;
  padding-top: 0;
}
.about-quote::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  margin-bottom: 28px;
  background: var(--gold);
}
.about-quote p {
  margin: 0;
  font-size: clamp(1.5rem, 2.25vw, 2rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -.03em;
  text-wrap: pretty;
}
@media (max-width: 760px) {
  .about-editorial { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .about-eyebrow { margin-bottom: 28px; }
}

.practice {
  background: var(--background);
  padding-block: clamp(88px, 10vw, 160px);
}
.practice-inner {
  width: min(100%, 1600px);
  margin-inline: auto;
  padding-inline: clamp(24px, 6.25vw, 100px);
}
.practice-eyebrow {
  margin: 0 0 36px;
  color: var(--muted);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .14em;
}
.practice h2 {
  margin: 0;
  max-width: 1120px;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -.045em;
  text-wrap: pretty;
}
.practice-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(32px, 5vw, 80px);
  margin-top: clamp(56px, 6vw, 96px);
  padding-top: 32px;
  border-top: 1px solid #e1e5e9;
}
.practice-pillar h3 {
  margin: 0 0 24px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .12em;
}
.practice-pillar p {
  margin: 0;
  max-width: 380px;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.8;
  letter-spacing: -.015em;
}
.practice-quote {
  margin: clamp(64px, 7vw, 112px) 0 0;
  max-width: 900px;
}
.practice-quote::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  margin-bottom: 28px;
  background: var(--gold);
}
.practice-quote p {
  margin: 0;
  font-size: clamp(1.5rem, 2.25vw, 2rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -.03em;
  text-wrap: pretty;
}
@media (max-width: 760px) {
  .practice-eyebrow { margin-bottom: 28px; }
  .practice-break { display: none; }
  .practice-pillars { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .practice-pillar h3 { margin-bottom: 16px; }
  .practice-pillar p { max-width: 580px; }
}

.technology {
  background: #f3f5f7;
  padding-block: clamp(88px, 10vw, 160px);
}
.technology-inner {
  width: min(100%, 1600px);
  margin-inline: auto;
  padding-inline: clamp(24px, 6.25vw, 100px);
}
.technology-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  align-items: end;
  gap: clamp(48px, 8vw, 128px);
}
.technology-eyebrow {
  margin: 0 0 36px;
  color: var(--muted);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .14em;
}
.technology h2 {
  margin: 0;
  font-size: clamp(2.75rem, 5.5vw, 5rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.055em;
}
.technology-description {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.8;
  letter-spacing: -.015em;
}
.technology-product { margin: clamp(56px, 6vw, 96px) 0 0; }
.technology-screenshot {
  display: block;
  width: 100%;
  max-width: 934px;
  height: auto;
  margin-inline: auto;
}
.technology-caption {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px 32px;
  padding-top: 24px;
}
.technology-areas {
  margin: 0;
  color: var(--muted);
  font-size: .875rem;
  line-height: 1.8;
}
.technology-status {
  margin: 0;
  padding-left: 14px;
  border-left: 2px solid var(--gold);
  color: var(--muted);
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .1em;
}
.technology-invitation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px 64px;
  margin-top: clamp(72px, 8vw, 128px);
  padding-top: clamp(40px, 4vw, 64px);
  border-top: 1px solid #dde2e7;
}
.technology-invitation-copy { max-width: 720px; }
.technology-invitation h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2.25vw, 2rem);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -.03em;
}
.technology-invitation-copy p {
  margin: 24px 0 0;
  max-width: 640px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: -.015em;
}
.technology-button {
  flex-shrink: 0;
  min-height: 52px;
  padding: 15px 30px;
  background: var(--navy);
  color: #fff;
  border: 1px solid var(--navy);
  border-radius: 3px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  opacity: 1;
  -webkit-text-fill-color: #fff;
  cursor: default;
}
@media (max-width: 760px) {
  .technology-intro { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .technology-eyebrow { margin-bottom: 28px; }
  .technology-invitation { flex-direction: column; align-items: flex-start; }
}

.vision {
  background: #fff;
  padding-block: clamp(88px, 10vw, 160px);
}
.vision-inner {
  width: min(100%, 1600px);
  margin-inline: auto;
  padding-inline: clamp(24px, 6.25vw, 100px);
}
.vision-eyebrow {
  margin: 0 0 36px;
  color: var(--muted);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .14em;
}
.vision-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(48px, 8vw, 128px);
}
.vision h2 {
  margin: 0;
  max-width: 580px;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -.045em;
  text-wrap: pretty;
}
.vision-copy {
  max-width: 560px;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.8;
  letter-spacing: -.015em;
}
.vision-copy p { margin: 0; }
.vision-copy p + p { margin-top: 24px; }
.vision-statement {
  margin: clamp(64px, 8vw, 128px) 0 0;
  font-size: clamp(1.5rem, 2.25vw, 2rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -.03em;
  text-wrap: pretty;
}
.vision-statement::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  margin-bottom: 28px;
  background: var(--gold);
}
@media (max-width: 760px) {
  .vision-eyebrow { margin-bottom: 28px; }
  .vision-editorial { grid-template-columns: minmax(0, 1fr); gap: 32px; }
}

html { scroll-behavior: smooth; }
nav a[href], [data-scroll-to] { cursor: pointer; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
.contact {
  background: var(--background);
  padding-block: clamp(88px, 10vw, 160px);
}
.contact-inner {
  width: min(100%, 1600px);
  margin-inline: auto;
  padding-inline: clamp(24px, 6.25vw, 100px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(48px, 8vw, 128px);
  align-items: start;
}
.contact-eyebrow {
  margin: 0 0 36px;
  color: var(--muted);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .14em;
}
.contact h2 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -.045em;
}
.contact-description {
  max-width: 460px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.8;
  letter-spacing: -.015em;
}
.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 24px;
}
.contact-field { min-width: 0; }
.contact-field-wide, .contact-actions { grid-column: 1 / -1; }
.contact-field label {
  display: block;
  margin-bottom: 12px;
  font-size: .875rem;
  line-height: 1.5;
}
.contact-field input, .contact-field textarea {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 12px;
  border: 1px solid #cdd3da;
  border-radius: 2px;
  background: transparent;
  color: var(--navy);
  font: inherit;
  font-size: 1rem;
  line-height: 1.5;
}
.contact-field textarea { resize: vertical; }
.contact-actions { margin-top: 8px; }
.contact-button {
  min-height: 52px;
  padding: 15px 30px;
  background: var(--navy);
  color: #fff;
  border: 1px solid var(--navy);
  border-radius: 3px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  opacity: 1;
  -webkit-text-fill-color: #fff;
  cursor: default;
}
.contact-actions p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: .875rem;
  line-height: 1.6;
}
@media (max-width: 760px) {
  .contact-inner { grid-template-columns: minmax(0, 1fr); }
  .contact-eyebrow { margin-bottom: 28px; }
}
@media (max-width: 480px) {
  .contact-form { grid-template-columns: minmax(0, 1fr); }
}

.footer {
  background: var(--background);
  border-top: 1px solid #e1e5e9;
  padding-block: clamp(48px, 5vw, 80px) 40px;
}
.footer-inner {
  width: min(100%, 1600px);
  margin-inline: auto;
  padding-inline: clamp(24px, 6.25vw, 100px);
}
.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px 48px;
}
.footer-name {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .1em;
}
.footer-description {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  color: var(--muted);
  font-size: .875rem;
  line-height: 1.6;
}
.footer-social a { cursor: default; }
.footer-copyright {
  margin: clamp(40px, 5vw, 72px) 0 0;
  color: var(--muted);
  font-size: .875rem;
  line-height: 1.6;
}
@media (max-width: 640px) {
  .footer-main { flex-direction: column; }
}

/* Product presentation: scoped exclusively to the Technology section. */
.technology-presentation {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.35fr);
  gap: 40px clamp(32px, 4vw, 64px);
  align-items: center;
}
.technology-intro { display: block; }
.technology-description { margin-top: 32px; }
.technology-eyebrow::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 28px;
}
.technology h2 { font-size: clamp(2.75rem, 4.3vw, 4.5rem); }
.technology-product { display: contents; }
.technology-notebook { min-width: 0; width: 100%; }
.technology-screen {
  width: 92%;
  margin-inline: auto;
  padding: clamp(6px, .7vw, 11px);
  padding-bottom: clamp(10px, 1vw, 16px);
  border: 2px solid #44474b;
  border-bottom-color: #22252a;
  border-radius: clamp(10px, 1.4vw, 22px) clamp(10px, 1.4vw, 22px) 3px 3px;
  background: #111316;
}
.technology-screenshot { border-radius: 4px; }
.technology-base {
  position: relative;
  height: clamp(10px, 1.2vw, 18px);
  border: 1px solid #94999e;
  border-bottom: 4px solid #6f7479;
  border-radius: 1px 1px 45% 45% / 1px 1px 85% 85%;
  background: #bfc3c7;
}
.technology-base::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 42%;
  width: 16%;
  height: 5px;
  border-radius: 0 0 6px 6px;
  background: #81868b;
}
.technology-caption {
  grid-column: 1 / -1;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding-top: 0;
}
@media (max-width: 1000px) {
  .technology-presentation { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .technology-description { max-width: 640px; }
  .technology-notebook { max-width: 760px; margin-inline: auto; }
}
