:root {
  --ink: #171817;
  --charcoal: #232725;
  --muted: #666666;
  --paper: #f7f7f5;
  --white: #ffffff;
  --gold: #171817;
  --brand-gold: #171817;
  --clay: #777777;
  --sage: #2c2c2a;
  --line: rgba(23, 24, 23, 0.14);
  --shadow: 0 26px 70px rgba(23, 24, 23, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 118px;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background:
    linear-gradient(110deg, rgba(23, 24, 23, 0.035), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent 24%),
    var(--paper);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(18px, 4vw, 54px);
  background: var(--white);
  border-bottom: 1px solid rgba(23, 24, 23, 0.12);
  box-shadow: 0 10px 30px rgba(23, 24, 23, 0.04);
}

.brand {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}

.brand-logo {
  width: clamp(158px, 13vw, 198px);
  height: auto;
  filter: none;
}

.brand-tagline {
  width: clamp(158px, 13vw, 198px);
  color: var(--muted);
  font-size: clamp(0.64rem, 0.76vw, 0.76rem);
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: left;
  text-transform: none;
  transform: translateY(-4px);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  color: var(--charcoal);
  font-size: 0.84rem;
  font-weight: 400;
}

.site-nav a {
  position: relative;
}

.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: var(--gold);
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:not(.nav-cta):hover::after,
.site-nav a:not(.nav-cta):focus::after {
  opacity: 1;
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
}

.nav-advice {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.nav-advice-mark {
  position: relative;
  width: 20px;
  height: 17px;
  display: inline-grid;
  place-items: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.74rem;
  line-height: 1;
  border: 1px solid rgba(23, 24, 23, 0.26);
  border-radius: 6px;
  background: var(--white);
}

.nav-advice-mark::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -5px;
  width: 8px;
  height: 8px;
  background: var(--white);
  border-left: 1px solid rgba(23, 24, 23, 0.26);
  border-bottom: 1px solid rgba(23, 24, 23, 0.26);
  transform: skewY(-38deg);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px;
  border: 1px solid rgba(23, 24, 23, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.language-switch button {
  min-width: 34px;
  height: 30px;
  padding: 0 8px;
  color: var(--muted);
  font: inherit;
  font-size: 0.74rem;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.language-switch button.active {
  color: var(--white);
  background: #3f403d;
}

.nav-cta {
  padding: 10px 15px;
  color: var(--ink);
  border: 1px solid rgba(23, 24, 23, 0.24);
  background: rgba(255, 255, 255, 0.55);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.88fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  min-height: 100vh;
  padding: 124px clamp(18px, 4vw, 54px) 52px;
  overflow: hidden;
}

.hero::before {
  content: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: clamp(18px, 4vw, 54px);
  top: 28%;
  width: 2px;
  height: min(260px, 32vh);
  background: linear-gradient(180deg, transparent, rgba(23, 24, 23, 0.28), transparent);
}

.hero-copy {
  max-width: 850px;
  padding-left: clamp(0px, 2vw, 28px);
}

.kicker {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 400;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero .kicker {
  color: var(--charcoal);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: clamp(2.45rem, 4.55vw, 5.25rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.94;
}

h1 span {
  color: var(--gold);
  text-shadow: none;
}

.h1-gold {
  color: #c9983f;
}

.h1-small {
  display: inline-block;
  font-size: 0.42em;
  line-height: 1;
  transform: translateY(-0.12em);
}

h2 {
  max-width: 980px;
  margin-bottom: 22px;
  color: var(--ink);
  font-size: clamp(1.75rem, 3.05vw, 3.85rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.96;
}

.split-heading {
  display: grid;
  gap: 6px;
}

.split-heading > span {
  font-weight: 500;
}

.split-heading small {
  font-size: 0.48em;
  font-weight: 300;
}

h3 {
  margin-bottom: 18px;
  font-size: clamp(1.18rem, 1.62vw, 1.9rem);
  font-weight: 300;
  line-height: 1.08;
}

p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.68;
}

.hero-lead {
  max-width: 650px;
  font-size: clamp(1.08rem, 1.35vw, 1.26rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px;
  border: 1px solid var(--ink);
  font: inherit;
  font-weight: 400;
}

.button.primary {
  color: var(--white);
  border-color: #3f403d;
  background: #3f403d;
  box-shadow: 0 14px 28px rgba(23, 24, 23, 0.12);
}

.button.ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.58);
}

.button.ghost:hover,
.button.ghost:focus {
  background: var(--white);
}

.hero-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(23, 24, 23, 0.12);
  background: var(--ink);
  box-shadow: 0 34px 76px rgba(23, 24, 23, 0.22);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.12) brightness(1.14);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(23, 24, 23, 0), rgba(23, 24, 23, 0.28)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 44%);
}

.hero-visual::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  width: 82px;
  height: 2px;
  background: rgba(255, 255, 255, 0.72);
}

.image-label {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 8px 10px;
  color: var(--white);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(23, 24, 23, 0.58);
}

.hero-photo-caption {
  position: absolute;
  right: 18px;
  bottom: 28px;
  z-index: 3;
  max-width: min(360px, calc(100% - 36px));
  margin: 0;
  padding: 7px 9px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.66rem;
  line-height: 1.25;
  background: rgba(23, 24, 23, 0.34);
}

.hero-photo-caption strong {
  color: var(--white);
  font-weight: 500;
}

.press-stack {
  position: absolute;
  left: 51%;
  top: 54%;
  width: min(340px, calc(100% - 44px));
  display: grid;
  gap: 12px;
  transform: translate(-50%, -38%);
}

.press-stack article {
  position: relative;
  min-height: auto;
  padding: 13px 15px 14px;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(239, 239, 237, 0.95)),
    repeating-linear-gradient(0deg, transparent 0 7px, rgba(23, 24, 23, 0.05) 7px 8px);
  border: 1px solid rgba(23, 24, 23, 0.16);
  border-radius: 0;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
  clip-path: polygon(0 5%, 98% 0, 100% 92%, 4% 100%);
  transform: rotate(-2.4deg);
}

.press-stack article::after {
  content: none;
}

.press-stack article:nth-child(2) {
  margin-left: 42px;
  transform: rotate(1.8deg);
}

.press-stack article:nth-child(3) {
  margin-left: 16px;
  transform: rotate(-1.5deg);
}

.press-stack span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.press-stack p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(0.84rem, 0.96vw, 0.96rem);
  line-height: 1.18;
}

.intro-band {
  padding: clamp(54px, 8vw, 94px) clamp(18px, 7vw, 96px);
  background: var(--white);
  border-top: 1px solid rgba(23, 24, 23, 0.08);
  border-bottom: 1px solid rgba(23, 24, 23, 0.08);
}

.intro-band p {
  max-width: 1180px;
  margin: 0 auto;
  color: var(--ink);
  font-size: clamp(1.18rem, 2.12vw, 2.45rem);
  font-weight: 300;
  line-height: 1.14;
}

.intro-band span {
  color: var(--gold);
}

.services,
.method,
.about,
.sectors,
.blog,
.contact {
  padding: clamp(72px, 9vw, 124px) clamp(18px, 4vw, 54px);
}

.section-top {
  margin-bottom: 46px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: stretch;
  gap: clamp(16px, 2vw, 24px);
}

.service-card {
  position: relative;
  min-height: 0;
  padding: clamp(22px, 2.6vw, 30px);
  border: 1px solid var(--line);
}

.service-card::before,
.method-steps article::before,
.blog-card::before {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  margin-bottom: 22px;
  background: var(--gold);
}

.service-card.dark {
  color: var(--ink);
  background: #e8e8e4;
}

.service-card.light {
  background: var(--white);
}

.card-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34px;
  color: var(--gold);
}

.card-head p {
  margin: 0;
  color: inherit;
}

.service-card.dark h3 {
  color: var(--ink);
}

ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

li {
  padding: 9px 11px;
  color: var(--ink);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.5);
}

.service-card.dark li {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.44);
}

.numbers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--line);
}

.numbers article {
  position: relative;
  isolation: isolate;
  min-height: 280px;
  padding: clamp(24px, 4vw, 48px);
  background: var(--sage);
  overflow: hidden;
}

.numbers article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("assets/library-media-wall.png");
  background-size: cover;
  background-position: center;
  filter: grayscale(1) contrast(1.15);
  opacity: 0.28;
}

.numbers article::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(23, 24, 23, 0.72);
}

.numbers span {
  display: block;
  margin-bottom: 56px;
  color: var(--white);
  font-size: clamp(2.9rem, 5.6vw, 6.4rem);
  font-weight: 200;
  line-height: 0.86;
}

.numbers p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.82);
}

.method {
  background: var(--white);
}

.method-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--line);
  border-top: 0;
}

.method-steps article {
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 3vw, 34px);
  background: var(--paper);
  border-bottom: 0;
}

.method-steps span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 42px;
  color: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.method-steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 54px;
  right: -18px;
  z-index: 2;
  width: 34px;
  height: 1px;
  background: var(--gold);
}

.about {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
  background: var(--white);
}

.about-copy {
  max-width: 1180px;
  margin: 0;
  text-align: left;
}

.about-copy p {
  max-width: 1100px;
  margin-right: 0;
  margin-left: 0;
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.team-card {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.team-photo {
  aspect-ratio: 1 / 1.18;
  overflow: hidden;
  background: var(--white);
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.team-photo img.photo-nada {
  object-position: center 34%;
  transform: scale(0.94);
}

.team-photo img.photo-muller {
  object-position: center 28%;
  transform: scale(1.24);
}

.team-card h3 {
  margin-bottom: 12px;
  font-size: clamp(1.12rem, 1.42vw, 1.56rem);
}

.team-card p {
  margin-bottom: 0;
  font-size: 0.94rem;
  line-height: 1.56;
}

.team-card strong {
  font-weight: 600;
}

.team-card a {
  display: inline-block;
  margin-top: 14px;
  color: var(--ink);
  font-size: 0.92rem;
  border-bottom: 1px solid currentColor;
}

.sectors {
  background: var(--paper);
  overflow: hidden;
}

.sector-marquee {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sector-marquee span {
  padding: 16px 18px;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.48vw, 1.72rem);
  font-weight: 300;
  border: 1px solid var(--line);
  background: var(--white);
}

.blog {
  background: var(--white);
}

.blog .section-top {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.62fr);
  gap: clamp(22px, 5vw, 72px);
  align-items: end;
}

.advice-kicker {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 0;
}

.advice-kicker .kicker {
  margin-bottom: 0;
}

.advice-mark {
  position: relative;
  width: 46px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 400;
  line-height: 1;
  border: 1px solid rgba(23, 24, 23, 0.28);
  border-radius: 10px;
  background: var(--white);
}

.advice-mark::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -8px;
  width: 13px;
  height: 13px;
  background: var(--white);
  border-left: 1px solid rgba(23, 24, 23, 0.28);
  border-bottom: 1px solid rgba(23, 24, 23, 0.28);
  transform: skewY(-38deg);
}

.blog .section-top p:not(.kicker) {
  margin-bottom: 26px;
}

.advice-copy h2 {
  margin-bottom: 18px;
}

.advice-copy p {
  max-width: 720px;
}

.blog .section-top p a {
  color: var(--ink);
  border-bottom: 1px solid currentColor;
}

.blog .section-top p a.linkedin-mark {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  margin-left: 4px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1;
  vertical-align: -0.18em;
  border: 0;
  border-radius: 3px;
  background: var(--ink);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--line);
}

.blog-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: clamp(16px, 2vw, 22px);
  background: var(--paper);
}

.blog-card-image {
  aspect-ratio: 1.75 / 1;
  margin-bottom: 24px;
  overflow: hidden;
  background: var(--white);
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.03) brightness(1.05);
}

.blog-card span {
  margin-bottom: 34px;
  color: var(--gold);
}

.blog-card p {
  margin-bottom: 26px;
}

.blog-card a {
  width: fit-content;
  margin-top: auto;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--ink);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 500px);
  gap: clamp(34px, 6vw, 86px);
  align-items: end;
  color: var(--white);
  background: var(--ink);
}

.contact h2 {
  color: var(--white);
}

.contact h2 span {
  display: inline;
  max-width: none;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.45vw, 1.34rem);
  line-height: 1.48;
}

.contact-details {
  display: grid;
  gap: 12px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-style: normal;
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
  line-height: 1.45;
}

.contact-details span:first-child {
  color: var(--white);
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.contact-details a {
  width: fit-content;
  margin-top: 8px;
  color: var(--white);
  border-bottom: 1px solid currentColor;
  word-break: break-word;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 54px);
  color: rgba(255, 255, 255, 0.72);
  background: #111211;
}

@media (max-width: 980px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .language-switch {
    align-self: flex-start;
  }

  .hero,
  .service-grid,
  .team-grid,
  .numbers,
  .method-steps,
  .about,
  .blog .section-top,
  .blog-grid,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 460px;
  }

  .method-steps article:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 34px;
    width: 1px;
    height: 34px;
  }
}

@media (max-width: 620px) {
  .site-header {
    position: fixed;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 12px;
    padding-inline: 16px;
  }

  .brand-logo {
    width: 142px;
  }

  .brand-tagline {
    width: 156px;
    font-size: 0.62rem;
  }

  .team-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
  }

  .site-nav {
    grid-column: 1 / -1;
    width: 100%;
    display: none;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    overflow: visible;
    padding: 16px 0 6px;
    font-size: 0.86rem;
    border-top: 1px solid var(--line);
  }

  .site-header.menu-open .site-nav {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    padding: 8px 0;
  }

  .site-nav a:not(.nav-cta)::after {
    bottom: 2px;
    right: auto;
    width: 42px;
  }

  .language-switch {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }

  .menu-toggle {
    grid-column: 3;
    grid-row: 1;
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    gap: 5px;
    padding: 0;
    color: var(--ink);
    border: 1px solid var(--line);
    background: var(--white);
    cursor: pointer;
  }

  .menu-toggle span:not(.visually-hidden) {
    width: 18px;
    height: 1px;
    display: block;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .site-header.menu-open .menu-toggle span:nth-child(2) {
    transform: translateY(6px) rotate(45deg);
  }

  .site-header.menu-open .menu-toggle span:nth-child(3) {
    opacity: 0;
  }

  .site-header.menu-open .menu-toggle span:nth-child(4) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .nav-cta {
    width: fit-content;
    padding: 8px 12px;
  }

  .hero {
    padding: 140px 16px 54px;
  }

  h1 {
    font-size: 2.46rem;
  }

  h2 {
    font-size: 1.92rem;
  }

  h3 {
    font-size: 1.34rem;
  }

  .hero-actions,
  .site-footer {
    flex-direction: column;
  }

  .hero-visual {
    min-height: 390px;
  }

  .press-stack {
    top: 56%;
    width: min(270px, calc(100% - 28px));
  }

  .press-stack article {
    padding: 10px 12px;
  }

  .press-stack article:nth-child(2),
  .press-stack article:nth-child(3) {
    margin-left: 0;
  }

  .button {
    width: 100%;
  }

  .intro-band p {
    font-size: 1.42rem;
  }
}
