:root {
  --brand-red: #8a1422;
  --brand-red-dark: #5f1018;
  --ink: #171717;
  --muted-ink: #555;
  --paper: #fff;
  --panel: #fff;
  --line: #d8d8d8;
  --white: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  background: var(--paper);
  color: var(--ink);
}

.container {
  width: min(100%, 1840px);
  max-width: 1840px;
  margin: 0 auto;
  padding: 0 clamp(16px, 2.5vw, 48px);
}

.pb-3 {
  padding-bottom: 0 !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(12px);
  padding: 16px clamp(20px, 4vw, 64px);
}

.navbar {
  padding: 0;
}

.navbar-brand {
  display: flex;
  align-items: center;
  width: min(230px, 48vw);
  padding: 0;
}

.navbar-brand img {
  display: block;
  width: 100%;
  height: 58px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}

.nav-link {
  color: var(--ink) !important;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-left: 1.1rem;
  text-transform: uppercase;
}

.nav-link:hover {
  color: var(--brand-red) !important;
}

.navbar-toggler {
  border: 1px solid var(--line);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.language-switch .dropdown-menu {
  border-radius: 0;
  border-color: var(--line);
}

.hero-section {
  min-height: calc(100vh - 72px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(36px, 6vh, 76px);
  /*background: var(--panel);*/
  padding: clamp(56px, 8vw, 104px) 24px;
  text-align: center;
}

.hero-logo {
  display: block;
  width: min(760px, 78vw);
  max-height: 360px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.hero-pill {
  margin: 0;
  color: var(--brand-red);
  font-size: clamp(1.8rem, 4vw, 3.15rem);
  font-weight: 400;
  line-height: 1.2;
}

.hero-title {
  /*max-width: 920px;*/
  margin: 0;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.35;
}

.hero-title strong {
  display: block;
  font-weight: 900;
}

.section-block {
  padding: clamp(64px, 8vw, 116px) clamp(24px, 7vw, 112px);
  background: var(--paper);
}

.section-block + .section-block {
  border-top: 2px solid var(--brand-red);
}

.intro-section {
  min-height: 78vh;
  background: var(--paper);
  padding: clamp(54px, 6vw, 86px) clamp(28px, 5vw, 64px) clamp(74px, 7vw, 110px);
}

.intro-rule {
  width: 120px;
  height: 5px;
  margin-bottom: 36px;
  background: var(--brand-red);
}

.intro-section h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.intro-subtitle {
  margin: 0 0 38px;
  color: var(--brand-red);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.intro-copy {
  max-width: 1720px;
  color: #242a31;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.55;
}

.intro-copy p {
  /*margin: 0 0 48px;*/
}

.intro-rule-lower {
  margin-top: clamp(64px, 9vw, 132px);
  /*margin-bottom: 54px;*/
}

.intro-success {
  margin: 0;
  color: var(--ink);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.45;
}

.intro-success strong {
  display: block;
  font-weight: 900;
}

.about-section {
  min-height: 78vh;
  padding: clamp(54px, 6vw, 86px) clamp(28px, 5vw, 64px) clamp(74px, 7vw, 110px);
}

.about-section .section-title {
  margin-bottom: 32px;
}

.about-section .section-kicker {
  margin: 0 0 72px;
}

.about-copy {
  max-width: 1460px;
  color: #242a31;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.about-copy p {
  margin: 0 0 52px;
}

.about-list {
  margin: 0 0 0 34px;
  padding: 0;
}

.about-list li {
  padding-left: 12px;
  margin-bottom: 2px;
}

.about-rule-lower {
  margin-top: clamp(72px, 8vw, 118px);
  margin-bottom: 22px;
}

.about-quote {
  margin: 0;
  color: #242a31;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.45;
}

.about-quote strong {
  display: block;
  font-weight: 900;
}

.philosophy-section {
  min-height: 92vh;
  padding: clamp(54px, 6vw, 86px) clamp(28px, 5vw, 64px) clamp(74px, 7vw, 110px);
}

.philosophy-section .section-title {
  margin-bottom: 32px;
}

.philosophy-section .section-kicker {
  margin: 0 0 24px;
}

.philosophy-intro {
  margin: 0 0 16px;
  color: #242a31;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.35;
}

.philosophy-section .pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(56px, 7vw, 110px) clamp(72px, 9vw, 140px);
  background: transparent;
  border: 0;
}

.philosophy-section .pillar-grid article {
  background: transparent;
  padding: 0;
  scroll-margin-top: 110px;
}

.philosophy-section .pillar-grid h3 {
  margin: 0 0 28px;
  color: var(--ink);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.philosophy-section .pillar-grid ul {
  margin: 0 0 18px 34px;
  padding: 0;
  color: #242a31;
  font-size: 1.5rem;
  line-height: 1.45;
}

.philosophy-section .pillar-grid li {
  padding-left: 12px;
  margin-bottom: 8px;
}

.philosophy-section .pillar-grid p {
  margin: 0 0 18px;
  color: #242a31;
  font-size: 1.5rem;
  line-height: 1.45;
}

.service-section {
  padding: clamp(54px, 6vw, 86px) clamp(28px, 5vw, 64px) clamp(74px, 7vw, 110px);
}

.muted-section {
  background: var(--paper);
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: start;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--brand-red);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.section-title {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.compact-title {
  max-width: 900px;
  margin-bottom: 40px;
}

.lead-copy {
  color: #242a31;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.55;
}

.lead-copy p {
  margin: 0 0 24px;
}

.strong-copy,
.quote-copy {
  color: var(--ink);
  font-weight: 800;
}

.clean-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.clean-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
}

.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  background: var(--brand-red);
}

.two-column-list {
  columns: 2;
  column-gap: 34px;
}

.pillar-grid,
.service-grid
{
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.pillar-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-grid,
.team-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pillar-grid article,
.service-grid article,
.team-grid article {
  background: var(--paper);
  padding: clamp(24px, 3vw, 42px);
}

.muted-section .service-grid article,
.muted-section .team-grid article {
  background: var(--paper);
}

.pillar-grid h3,
.service-grid h3,
.team-grid h3,
.contact-panel h3 {
  margin: 0 0 18px;
  color: var(--brand-red);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.pillar-grid p,
.service-grid p,
.team-grid p {
  margin: 0;
  color: #242a31;
  font-size: 1.15rem;
  line-height: 1.55;
}

.service-grid span {
  display: block;
  margin-top: 22px;
  color: var(--muted-ink);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.55;
}

.model-section {
  min-height: 78vh;
  padding: clamp(54px, 6vw, 86px) clamp(28px, 5vw, 64px) clamp(74px, 7vw, 110px);
  overflow: hidden;
}

.model-section .section-title {
  margin-bottom: 58px;
}

.model-copy {
  max-width: 1720px;
  color: #242a31;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.45;
}

.model-copy p {
  margin: 0 0 22px;
}

.model-subtitle,
.model-partnership {
  color: var(--brand-red);
}

.model-bullets {
  margin: 0 0 12px 90px;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.45;
}

.model-bullets li {
  padding-left: 12px;
  margin-bottom: 8px;
}

.model-quote {
  margin-top: 28px !important;
  color: var(--ink);
  font-size: 2rem;
  line-height: 1.35;
}

.difference-section {
  min-height: 72vh;
  padding: clamp(54px, 6vw, 86px) clamp(28px, 5vw, 64px) clamp(74px, 7vw, 110px);
}

.difference-section .section-title {
  margin-bottom: 64px;
}

.difference-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(40px, 8vw, 160px);
  margin-bottom: 28px;
}

.difference-points p {
  margin: 0;
  color: #242a31;
  font-size: 1.5rem;
  line-height: 1.35;
}

.difference-points span {
  display: block;
}

.difference-copy {
  max-width: 1720px;
  color: #242a31;
  font-size: 1.5rem;
  line-height: 1.35;
}

.difference-copy p {
  margin: 0 0 10px;
}

.team-section {
  /*background: #dedede;*/
  padding: clamp(54px, 6vw, 86px) clamp(28px, 5vw, 64px) clamp(74px, 7vw, 110px);
}

.team-section .section-title {
  margin-bottom: 42px;
  font-size: clamp(4.2rem, 7vw, 6.4rem);
}

.team-section .team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 3.5vw, 56px);
  /*background: #dedede;*/
  border: 0;
  padding: clamp(22px, 3vw, 40px);
}

.team-section .team-grid article {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--paper);
  border: 6px solid var(--brand-red);
  border-radius: 44px;
  padding: clamp(28px, 3vw, 42px);
}

.team-section .team-grid h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  font-weight: 400;
  line-height: 1.08;
  text-transform: none;
}

.team-role {
  margin: 0;
  color: var(--brand-red) !important;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem) !important;
  line-height: 1.2 !important;
}

.team-exp {
  margin: 0 0 16px !important;
  color: #6b6b6b !important;
  font-size: clamp(1.15rem, 1.5vw, 1.55rem) !important;
  line-height: 1.2 !important;
}

.team-section .team-grid h4 {
  margin: 22px 0 16px;
  padding-top: 18px;
  border-top: 1px solid #c9c9c9;
  color: var(--ink);
  font-size: clamp(1.25rem, 1.6vw, 1.55rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.team-section .team-grid ul {
  min-height: 220px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.team-section .team-grid li {
  margin-bottom: 12px;
  color: #242a31;
  font-size: clamp(1.15rem, 1.45vw, 1.55rem);
  line-height: 1.2;
}

.team-expertise {
  color: #242a31 !important;
  font-size: clamp(1.05rem, 1.35vw, 1.45rem) !important;
  line-height: 1.42 !important;
}

.team-vision {
  max-width: 1720px;
  margin: clamp(56px, 6vw, 88px) auto 0;
  color: #242a31;
  text-align: center;
}

.team-vision h3 {
  margin: 0 0 14px;
  color: #242a31;
  font-size: clamp(1.65rem, 2.2vw, 2.3rem);
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.team-vision p {
  margin: 0;
  color: #242a31;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.35;
}

.closing-section {
  display: block;
  min-height: 100vh;
  /*background: #dedede;*/
  color: var(--ink);
  padding: clamp(72px, 8vw, 120px) clamp(28px, 5vw, 64px);
  text-align: center;
}

.closing-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.closing-logo {
  display: block;
  width: min(620px, 62vw);
  margin: 0 auto clamp(52px, 7vw, 92px);
  mix-blend-mode: multiply;
  margin-bottom: 0px;
}

.closing-section h2 {
  margin: 0 0 34px;
  font-size: clamp(3.6rem, 6vw, 5.4rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.closing-section p {
  margin: 0;
  color: #242a31;
  line-height: 1.25;
}

.closing-primary {
  color: var(--brand-red) !important;
  font-size: clamp(1.8rem, 2.8vw, 2.55rem);
  font-weight: 400;
}

.closing-secondary {
  margin-top: 4px !important;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 400;
}

.closing-built {
  margin-top: 18px !important;
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
}

.closing-rule {
  width: min(520px, 56vw);
  height: 2px;
  margin: clamp(34px, 4vw, 54px) auto 22px;
  background: var(--brand-red);
}

.closing-regions {
  margin-bottom: 34px !important;
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
}

.closing-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 26px !important;
  color: #9b9b9b !important;
  font-size: clamp(1.05rem, 1.5vw, 1.45rem);
}

.closing-contact a,
.closing-contact span {
  color: #9b9b9b;
  text-decoration: none;
}

.closing-contact a:hover {
  color: var(--brand-red);
}

footer {
  background: var(--paper);
  color: var(--ink);
  border-top: 1px solid var(--line);
}

.copyright {
  padding: 24px;
  color: var(--muted-ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .site-header {
    padding: 14px 20px;
  }

  .navbar-collapse {
    padding-top: 18px;
  }

  .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }

  .split-grid,
  .closing-section {
    grid-template-columns: 1fr;
  }

  .pillar-grid,
  .service-grid,
  .team-grid,
  .difference-points {
    grid-template-columns: 1fr;
  }

  .two-column-list {
    columns: 1;
  }

  .intro-section h2 {
    font-size: clamp(2.3rem, 11vw, 4.4rem);
  }

  .intro-copy {
    font-size: clamp(1.2rem, 5vw, 1.8rem);
  }
}

@media (max-width: 575px) {
  .hero-section {
    min-height: auto;
  }

  .navbar-brand {
    width: min(190px, 58vw);
  }

  .navbar-brand img {
    height: 48px;
  }

  .hero-logo {
    width: min(520px, 88vw);
  }

  .model-list {
    grid-template-columns: 1fr;
  }
}
