@font-face {
  font-family: "Libre Franklin";
  src: url("../fonts/LibreFranklin-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #171a1e;
  --muted: #626a73;
  --white: #ffffff;
  --soft: #f5f7f8;
  --dark: #090b0f;
  --dark-2: #101419;
  --line: #d9dee3;
  --line-dark: #252a31;
  --blue: #1d3e5b;
  --blue-hover: #2b5c82;
  --shell: min(1180px, calc(100% - 48px));
  --font: "Libre Franklin", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--white); line-height: 1.55; font-size: 18px; font-weight: 400; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid #6ea5d0; outline-offset: 3px; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; background: white; color: black; padding: .7rem 1rem; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; color: white; transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease; }
.site-header.is-scrolled { background: rgba(9, 11, 15, .94); box-shadow: 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { font-size: 2rem; letter-spacing: -.045em; font-weight: 300; line-height: 1; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .95rem; }
.main-nav > a:not(.button) { color: rgba(255,255,255,.78); }
.main-nav > a:not(.button):hover { color: white; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; color: inherit; }
.nav-toggle span:not(.sr-only) { display: block; width: 27px; height: 1px; margin: 6px 0; background: white; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--blue); background: var(--blue); color: white; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { background: var(--blue-hover); border-color: var(--blue-hover); transform: translateY(-1px); }
.button-small { min-height: 42px; padding-inline: 17px; }
.button-light { background: white; border-color: white; color: var(--dark); }
.button-light:hover { background: #e9eef2; border-color: #e9eef2; }
.text-link { color: white; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 2px; }
.text-link:hover { border-color: white; }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: white;
  padding: 142px 0 100px;
  background-color: var(--dark);
  background-image: linear-gradient(180deg, rgba(9,11,15,.02) 0%, rgba(9,11,15,.08) 70%, rgba(9,11,15,.30) 100%), url("../img/wf-it-hero-background.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.hero-inner { position: relative; z-index: 1; }
.hero-signature { display: inline-flex; flex-direction: column; align-items: flex-start; width: fit-content; max-width: 100%; margin: 0 0 70px; color: white; }
.hero-wordmark { display: block; font-size: clamp(6.25rem, 8.6vw, 8.8rem); font-weight: 200; line-height: .82; letter-spacing: -.065em; white-space: nowrap; }
.hero-tagline { display: block; margin-top: 1.15rem; font-size: clamp(1.35rem, 1.9vw, 1.8rem); font-weight: 300; line-height: 1.2; letter-spacing: -.025em; color: rgba(255,255,255,.92); white-space: nowrap; }
.hero-copy { max-width: 1050px; }
.eyebrow { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .16em; font-size: .74rem; color: rgba(255,255,255,.66); }
.eyebrow-blue { color: var(--blue); }
h1, h2, h3 { font-weight: 300; line-height: 1.06; margin-top: 0; letter-spacing: -.028em; }
h1 { font-size: clamp(2.8rem, 4.6vw, 5.2rem); max-width: 1000px; margin-bottom: 30px; }
h2 { font-size: clamp(2.25rem, 4.8vw, 4.5rem); margin-bottom: 28px; }
h3 { font-size: 1.7rem; margin-bottom: 14px; }
p { margin: 0 0 1.2rem; }
.hero-lead, .lead { font-size: clamp(1.2rem, 2.1vw, 1.65rem); line-height: 1.45; font-weight: 300; }
.hero-lead { max-width: 820px; color: rgba(255,255,255,.78); }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; }

.section { padding: 110px 0; }
.section-light { background: white; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--dark-2); color: white; }
.split-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.intro-copy .lead { margin-top: 6px; }
.values-grid { margin-top: 80px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.value { padding: 34px 34px 0 0; border-right: 1px solid var(--line); min-height: 255px; }
.value + .value { padding-left: 34px; }
.value:last-child { border-right: 0; }
.value-number, .service-index { color: var(--blue); font-size: .8rem; letter-spacing: .12em; }
.value h3 { margin-top: 26px; }
.value p { color: var(--muted); }
.section-heading { max-width: 900px; margin-bottom: 70px; }
.section-heading p:not(.eyebrow) { font-size: 1.2rem; color: var(--muted); max-width: 820px; }
.section-heading.compact { margin-bottom: 44px; }
.service-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.service-item > div:last-child { display: grid; grid-template-columns: minmax(280px, .7fr) 1fr; gap: 60px; align-items: start; }
.service-item h3 { margin: 0; }
.service-item p { margin: 0; color: var(--muted); max-width: 690px; }
.monitoring { position: relative; overflow: hidden; }
.monitoring::after { content: ""; position: absolute; width: 520px; height: 520px; right: -160px; top: 50%; transform: translateY(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(29,62,91,.7), rgba(29,62,91,0) 70%); filter: blur(8px); pointer-events: none; }
.narrow-left { max-width: 900px; margin-left: max(24px, calc((100vw - min(1180px, calc(100vw - 48px))) / 2)); margin-right: auto; position: relative; z-index: 1; }
.narrow-left .lead { color: rgba(255,255,255,.78); max-width: 880px; }
.flex-note { margin-top: 34px; color: rgba(255,255,255,.62); }
.experience .intro-copy > p:last-child { color: var(--muted); font-size: 1.2rem; margin-top: 28px; }
.technologies-wrap { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.brand-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; align-items: stretch; }
.partner-logo { min-height: 112px; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 18px 24px; background: white; border: 1px solid var(--line); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.partner-logo:hover { border-color: rgba(29,62,91,.48); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(23,26,30,.07); }
.partner-logo img { width: auto; height: auto; max-width: 100%; max-height: 78px; object-fit: contain; }
.partner-logo--microsoft img { width: 88%; max-height: 72px; }
.partner-logo--hp img { max-height: 82px; }
.partner-logo--hpe img { width: 92%; max-height: 70px; }
.partner-logo--ubiquiti img { max-height: 96px; }
.partner-logo--veeam img { width: 94%; max-height: 76px; }
.partner-logo--fortinet img { width: 100%; max-height: 82px; }
.about-grid { display: grid; grid-template-columns: .45fr 1.55fr; gap: 90px; align-items: start; }
.about-kicker { color: var(--blue); text-transform: uppercase; letter-spacing: .15em; font-size: .78rem; padding-top: 8px; }
.about-grid > div:last-child { max-width: 860px; }
.about-grid > div:last-child > p:last-child { color: var(--muted); font-size: 1.15rem; margin-top: 30px; }
.section-contact { background: var(--blue); color: white; }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: start; }
.contact-grid .lead { color: rgba(255,255,255,.82); max-width: 730px; }
.contact-card { border-top: 1px solid rgba(255,255,255,.4); padding-top: 28px; }
.contact-card h3 { font-size: 2rem; }
.contact-card > a:not(.button) { display: block; font-size: 1.35rem; margin: 7px 0; }
.contact-card p { color: rgba(255,255,255,.75); margin: 26px 0 30px; }

.site-footer { background: var(--dark); color: rgba(255,255,255,.68); padding: 58px 0; font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr .7fr; gap: 40px; align-items: start; }
.footer-brand { color: white; font-size: 2rem; letter-spacing: -.045em; }
.site-footer a:hover { color: white; }
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-simple { display: flex; align-items: center; justify-content: space-between; gap: 20px; }

.legal-page { background: var(--soft); }
.legal-main { padding: 150px 0 90px; }
.legal-content { max-width: 850px; }
.legal-content h1 { color: var(--ink); font-size: clamp(3.4rem, 7vw, 6rem); }
.legal-content h2 { font-size: 2rem; margin-top: 50px; margin-bottom: 16px; }
.legal-content h3 { font-size: 1.3rem; margin-top: 30px; margin-bottom: 12px; }
.legal-content p, .legal-content li, .legal-content address { color: var(--muted); }
.legal-content address { font-style: normal; margin: 0 0 1.2rem; }
.legal-content strong { color: var(--ink); }
.legal-content ul { margin: 0 0 1.4rem; padding-left: 1.35rem; }
.legal-content li + li { margin-top: .55rem; }
.legal-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.legal-meta { margin-bottom: 42px; font-size: .96rem; }
.legal-note { margin-top: 50px; padding: 20px 24px; border-left: 3px solid var(--blue); background: white; }
.legal-nav { display: flex; }
.legal-footer-links { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 1180px); }
  body { font-size: 17px; }
  .nav-toggle { display: block; }
  .main-nav:not(.legal-nav) { position: fixed; top: 70px; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #11151a; padding: 10px; box-shadow: 0 16px 40px rgba(0,0,0,.3); }
  .main-nav.is-open { display: flex; }
  .main-nav:not(.legal-nav) a { padding: 14px 12px; }
  .main-nav:not(.legal-nav) .button { margin-top: 8px; }
  .split-intro, .technologies-wrap, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .values-grid { grid-template-columns: 1fr; }
  .value, .value + .value { border-right: 0; border-bottom: 1px solid var(--line); padding: 28px 0; min-height: 0; }
  .value:last-child { border-bottom: 0; }
  .service-item { grid-template-columns: 52px 1fr; }
  .service-item > div:last-child { grid-template-columns: 1fr; gap: 10px; }
  .contact-grid { gap: 52px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 36px, 1180px); }
  .header-inner { min-height: 68px; }
  .hero { padding: 116px 0 76px; background-size: auto 100%; background-position: 60% top; }
  .hero-signature { width: 100%; margin-bottom: 46px; }
  .hero-wordmark { font-size: clamp(4.85rem, 23vw, 5.75rem); line-height: .84; }
  .hero-tagline { margin-top: .95rem; font-size: clamp(1rem, 4.45vw, 1.18rem); line-height: 1.28; white-space: nowrap; }
  .hero h1 { font-size: clamp(2.15rem, 9.4vw, 3.05rem); line-height: 1.04; margin-bottom: 24px; }
  .hero-lead { font-size: 1rem; line-height: 1.55; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 30px; }
  h2 { font-size: clamp(2.15rem, 11vw, 3.4rem); }
  .section { padding: 78px 0; }

  .values-grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 54px; border-top: 0; }
  .value, .value + .value { min-height: 0; padding: 24px 22px 26px; background: var(--soft); border: 1px solid var(--line); border-left: 4px solid var(--blue); }
  .value:last-child { border-bottom: 1px solid var(--line); }
  .value-number, .service-index { width: fit-content; min-width: 42px; min-height: 28px; display: inline-flex; align-items: center; justify-content: center; margin: 0; padding: 3px 9px; background: var(--blue); color: white; font-size: .72rem; letter-spacing: .1em; }
  .value h3 { margin: 18px 0 11px; font-size: 1.48rem; line-height: 1.15; }
  .value p { margin-bottom: 0; line-height: 1.58; }

  .service-list { display: grid; gap: 14px; border-top: 0; }
  .service-item { position: relative; display: grid; grid-template-columns: 1fr; gap: 14px; padding: 24px 22px 26px; background: white; border: 1px solid var(--line); border-left: 4px solid var(--blue); }
  .service-item > div:last-child { display: block; }
  .service-item h3 { margin: 0 0 11px; font-size: 1.48rem; line-height: 1.15; }
  .service-item p { line-height: 1.58; }

  .brand-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
  .partner-logo { min-height: 96px; padding: 14px 13px; }
  .partner-logo img { max-height: 68px; }
  .partner-logo--microsoft img { width: 94%; max-height: 58px; }
  .partner-logo--hp img { max-height: 68px; }
  .partner-logo--hpe img { width: 96%; max-height: 56px; }
  .partner-logo--ubiquiti img { max-height: 78px; }
  .partner-logo--veeam img { width: 98%; max-height: 62px; }
  .partner-logo--fortinet img { width: 100%; max-height: 70px; }

  .footer-grid { grid-template-columns: 1fr; }
  .legal-nav > a:not(.button) { display: none; }
  .footer-simple { align-items: flex-start; flex-direction: column; }
  .legal-footer-links { gap: 16px 22px; }
}

@media (max-width: 350px) {
  .hero-wordmark { font-size: 4.55rem; }
  .hero-tagline { font-size: .98rem; white-space: normal; max-width: 280px; }
  .brand-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
