/* B3 Bahnbau — Figma 49ZJZgYXYj56MywaFCENA6 implementation layer */
:root {
  --b3-orange: #ff4d00;
  --b3-black: #000000;
  --b3-white: #ffffff;
  --b3-warm: #f2f0ee;
  --b3-gray: #9e9e9e;
  --b3-rule: rgba(0, 0, 0, .35);
  --b3-layout-max: 1440px;
  --ds-primary: #ff4d00;
  --ds-black: #000000;
  --ds-white: #ffffff;
  --ds-secondary: #f2f0ee;
  --ds-gray: #9e9e9e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--b3-black);
  background: var(--b3-white);
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }

/* App shell, header and footer */
#root > div > main.pt-20 { padding-top: 64px !important; }
.container.max-w-7xl,
.b3-inner {
  width: 100%;
  max-width: var(--b3-layout-max) !important;
  margin-inline: auto;
  padding-inline: 80px !important;
}

/* Keep the Figma canvas centered when browser zoom-out increases CSS viewport width. */
#career > section > div,
#contact-page > section > div,
:is(#data-protection-page, #disclaimer-page, #imprint-page) > section > div {
  width: 100%;
  max-width: var(--b3-layout-max) !important;
  margin-inline: auto !important;
}

#root > div > header {
  height: 64px;
  background: var(--b3-white) !important;
  border-bottom: 1px solid #dedede !important;
  color: var(--b3-black) !important;
  box-shadow: none !important;
}
#root > div > header > .container {
  height: 64px !important;
  gap: 0 !important;
}
#root > div > header > .container > a:first-child img {
  width: 147px !important;
  height: 20px !important;
  object-fit: contain !important;
  object-position: left center;
}
#root > div > header nav {
  gap: 26px !important;
  margin-left: auto !important;
  margin-right: 26px !important;
}
#root > div > header nav a {
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 20px;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: var(--b3-black) !important;
}
#root > div > header nav a:hover,
#root > div > header nav a:focus { color: var(--b3-orange) !important; }
#root > div > header nav a.text-primary { color: var(--b3-black) !important; }
#root > div > header nav > div.relative > a[href="/services"]::after {
  width: 7px;
  height: 7px;
  margin: -4px 0 0 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg);
  transform-origin: center;
  transition: margin .2s ease, transform .2s ease;
}
#root > div > header nav > div.relative:hover > a[href="/services"]::after,
#root > div > header nav > div.relative:focus-within > a[href="/services"]::after {
  margin-top: 4px;
  transform: rotate(-135deg);
}
#root > div > header .flex.items-center.gap-8 { gap: 20px !important; }
#root > div > header .flex.items-center.gap-8 > button {
  padding: 0 !important;
  gap: 4px !important;
  font-size: 14px !important;
}
#root > div > header .flex.items-center.gap-8 > button[class*="gap-1"] {
  transition: color .2s ease;
}
#root > div > header .flex.items-center.gap-8 > button[class*="gap-1"]:hover,
#root > div > header .flex.items-center.gap-8 > button[class*="gap-1"]:focus-visible {
  color: var(--b3-orange) !important;
}
#root > div > header a[href="/contact"] {
  min-width: 116px;
  height: 40px;
  padding: 0 18px !important;
  border-radius: 0 !important;
  background: #000 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 40px;
  letter-spacing: .02em !important;
}
#root > div > header a[href="/contact"]:hover,
#root > div > header a[href="/contact"]:focus {
  background: var(--b3-orange) !important;
  color: #fff !important;
}
  text-transform: uppercase !important;
}
#root > div > header nav > div > div { padding-top: 8px !important; }
#root > div > header nav > div > div > div {
  min-width: 280px;
  padding: 8px !important;
  border: 1px solid #dedede !important;
  border-radius: 0 !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.1) !important;
}

#root > div > footer {
  height: 440px;
  overflow: hidden;
  color: var(--b3-white) !important;
  background: var(--b3-black) !important;
}
#root > div > footer > .container {
  height: 352px;
  padding-top: 64px !important;
  padding-bottom: 46px !important;
}
#root > div > footer > .container > div {
  grid-template-columns: 2fr 1fr 1.35fr 1.45fr !important;
  column-gap: 64px !important;
}
#root > div > footer img {
  width: 177px !important;
  height: 24px !important;
  object-fit: contain !important;
  object-position: left center;
  filter: brightness(0) invert(1);
}
#root > div > footer .mb-5 { margin-bottom: 24px !important; }
#root > div > footer h4 {
  margin: 0 0 20px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 18px;
  letter-spacing: .08em !important;
  text-transform: uppercase;
}
#root > div > footer p,
#root > div > footer li,
#root > div > footer a {
  color: #b9b9b9 !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
#root > div > footer a:hover,
#root > div > footer a:focus {
  color: var(--b3-orange) !important;
}
#root > div > footer ul { margin: 0 !important; }
#root > div > footer li + li { margin-top: 10px !important; }
#root > div > footer .border-t {
  height: 88px;
  border-color: #3a3a3a !important;
}
#root > div > footer .border-t .container {
  height: 88px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Figma type system */
.ds-h1, .b3-page h1 {
  margin: 0;
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
  letter-spacing: -.035em !important;
}
.ds-h2, .b3-page h2 {
  margin: 0;
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
  letter-spacing: -.03em !important;
}
.ds-h3, .b3-page h3 {
  margin: 0;
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
  letter-spacing: -.02em !important;
}
.ds-subtitle { font-size: 18px !important; font-weight: 500 !important; line-height: 22px !important; }
.ds-body-lg-reg, .b3-lead { font-size: 18px !important; font-weight: 400 !important; line-height: 22px !important; }
.ds-body-md-reg { font-size: 16px !important; font-weight: 400 !important; line-height: 20px !important; }
.ds-body-sm-reg { font-size: 14px !important; font-weight: 400 !important; line-height: 18px !important; }
.ds-body-sm-semi { font-size: 14px !important; font-weight: 500 !important; line-height: 18px !important; }

.b3-section-label,
.b3-kicker {
  margin: 0;
  padding-top: 11px;
  border-top: 1px solid currentColor;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.b3-page-hero {
  height: 323px;
  color: var(--b3-white);
  background: var(--b3-black);
}
.b3-page-hero .b3-inner { padding-top: 48px; }
.b3-page-hero .b3-section-label { color: var(--b3-orange); border-color: #555; }
.b3-page-hero h1 { margin-top: 35px; }
.b3-page-hero__subtitle { max-width: 690px; margin: 12px 0 0; font-size: 18px; line-height: 22px; }

.b3-button,
.ds-btn {
  display: inline-flex !important;
  min-width: 140px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 24px !important;
  border: 1px solid var(--b3-black) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  letter-spacing: .06em !important;
  text-transform: uppercase;
  transition: background .2s, color .2s;
}
.b3-button--dark, .ds-btn-secondary { color: var(--b3-white) !important; background: var(--b3-black) !important; }
.b3-button--outline, .ds-btn-outline { color: var(--b3-black) !important; background: transparent !important; }
.b3-button:hover, .ds-btn:hover { color: var(--b3-white) !important; background: var(--b3-orange) !important; border-color: var(--b3-orange) !important; transform: none !important; }
#career button, #career .bg-primary, #career a[href*="apply"], #career a[href*="bewerben"] {
  color: var(--b3-white) !important;
  background: var(--b3-black) !important;
  border-color: var(--b3-black) !important;
}
#career button:hover, #career button:focus, #career .bg-primary:hover, #career .bg-primary:focus, #career a[href*="apply"]:hover, #career a[href*="apply"]:focus, #career a[href*="bewerben"]:hover, #career a[href*="bewerben"]:focus {
  color: var(--b3-white) !important;
  background: var(--b3-orange) !important;
  border-color: var(--b3-orange) !important;
}
.b3-text-link, .ds-btn-text {
  display: inline-flex;
  width: fit-content;
  color: var(--b3-black);
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 18px;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.b3-button-row { display: flex; gap: 12px; margin-top: 28px; }
.b3-cut-corner { clip-path: polygon(0 0, calc(100% - 72px) 0, 100% 72px, 100% 100%, 0 100%); }
.b3-angle-top-right { position: relative; }
.b3-angle-top-right::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 92px;
  height: 92px;
  background: var(--b3-white);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  content: "";
}

.b3-cta {
  min-height: auto;
  padding: 22px 0 22px;
  color: var(--b3-black);
  background: var(--b3-warm);
}
.b3-cta .b3-inner { padding-top: 18px; }
.b3-cta h2 { max-width: 780px; margin-top: 12px; }
.b3-cta .b3-lead { max-width: 710px; margin: 6px 0 18px; }

/* Home — section heights match the 1440px Figma frame */
.b3-home > section { overflow: hidden; }
.b3-home > section:nth-of-type(1) { height: 1029px; padding: 72px 0 56px !important; background: var(--b3-white) !important; }
.b3-home > section:nth-of-type(1) .container { height: 100%; }
.b3-home > section:nth-of-type(1) .max-w-4xl { max-width: 860px !important; margin-bottom: 36px !important; }
.b3-home > section:nth-of-type(1) .max-w-4xl > p:first-child { margin-bottom: 18px !important; }
.b3-home > section:nth-of-type(1) h1 { margin-bottom: 18px !important; }
.b3-home > section:nth-of-type(1) .ds-body-lg-reg { max-width: 690px !important; margin-bottom: 26px !important; }
.b3-home > section:nth-of-type(1) .clip-hero-image {
  height: 540px;
  margin-top: 0 !important;
  clip-path: polygon(0 0, calc(100% - 88px) 0, 100% 88px, 100% 100%, 0 100%);
}
.b3-home > section:nth-of-type(1) .clip-hero-image img { width: 100% !important; height: 100% !important; object-fit: cover; }

.b3-home > section:nth-of-type(2) { height: 735px; padding: 48px 0 !important; background: var(--b3-warm) !important; }
.b3-home > section:nth-of-type(2) .border-t { margin-bottom: 32px !important; }
.b3-home > section:nth-of-type(2) .grid { grid-template-columns: 1fr 1fr !important; gap: 64px !important; }
.b3-home > section:nth-of-type(2) h2 { margin-bottom: 32px !important; }
.b3-home > section:nth-of-type(2) h3 { margin: 0 0 4px !important; font-size: 18px !important; line-height: 22px !important; }
.b3-home > section:nth-of-type(2) p { margin-top: 0; }
.b3-home > section:nth-of-type(2) .space-y-8 > p { margin-bottom: 28px !important; }
.b3-home > section:nth-of-type(2) img { width: 100% !important; height: 380px !important; object-fit: cover; }

.b3-home > section:nth-of-type(3) { height: 665px; padding: 58px 0 !important; background: var(--b3-black) !important; clip-path: polygon(0 0, calc(100% - 92px) 0, 100% 92px, 100% 100%, 0 100%); }
.b3-home > section:nth-of-type(3) .mb-8 { margin-bottom: 34px !important; }
.b3-home > section:nth-of-type(3) h2 { margin-bottom: 12px !important; }
.b3-home > section:nth-of-type(3) .mb-16 { margin-bottom: 68px !important; }
.b3-home > section:nth-of-type(3) .grid { grid-template-columns: repeat(4,1fr) !important; padding-top: 0 !important; }
.b3-home > section:nth-of-type(3) .grid > div { min-height: 188px; padding-left: 30px !important; border-left: 1px solid #3f3f3f !important; }
.b3-home > section:nth-of-type(3) .grid > div:first-child { padding-left: 0 !important; border-left: 0 !important; }
.b3-home > section:nth-of-type(3) .grid .ds-h1 { margin: 28px 0 !important; font-size: 60px !important; line-height: 66px !important; }

.b3-home > section:nth-of-type(4) { height: 2892px; padding: 48px 0 50px !important; background: var(--b3-warm) !important; }
.b3-home > section:nth-of-type(4) .border-t { margin-bottom: 24px !important; }
.b3-home > section:nth-of-type(4) h2 { margin-bottom: 10px !important; }
.b3-home > section:nth-of-type(4) > .container > p { margin-bottom: 34px !important; }
.b3-home > section:nth-of-type(4) .space-y-10 { display: grid; gap: 34px; }
.b3-home > section:nth-of-type(4) .space-y-10 > div {
  height: 472px;
  grid-template-columns: 1fr 1fr !important;
  border: 0 !important;
  background: var(--b3-white) !important;
}
.b3-home > section:nth-of-type(4) .space-y-10 > div > div { min-height: 0 !important; }
.b3-home > section:nth-of-type(4) .space-y-10 img { width: 100%; height: 100%; object-fit: cover; }
.b3-home > section:nth-of-type(4) .p-8 { padding: 42px 48px !important; }
.b3-home > section:nth-of-type(4) .p-8 h3 { margin-bottom: 10px !important; }
.b3-home > section:nth-of-type(4) .p-8 > p { margin-bottom: 24px !important; }
.b3-home > section:nth-of-type(4) .p-8 > p:nth-of-type(2) { margin-bottom: 12px !important; }
.b3-home > section:nth-of-type(4) ul { margin-bottom: 24px !important; }

.b3-home > section:nth-of-type(5) { height: 469px; padding: 48px 0 !important; background: var(--b3-black) !important; }
.b3-home > section:nth-of-type(5) .border-t { margin-bottom: 36px !important; }
.b3-home > section:nth-of-type(5) .grid { grid-template-columns: 1fr 1fr !important; gap: 80px !important; }
.b3-home > section:nth-of-type(5) h2 { margin-bottom: 18px !important; }
.b3-home > section:nth-of-type(5) .space-y-8 > div { margin: 0 !important; padding: 0 0 20px !important; }
.b3-home > section:nth-of-type(5) .space-y-8 > div + div { padding-top: 20px !important; }

.b3-home > section:nth-of-type(6) { height: 765px; padding: 48px 0 !important; background: var(--b3-white) !important; }
.b3-home > section:nth-of-type(6) .border-t { margin-bottom: 22px !important; }
.b3-home > section:nth-of-type(6) .mb-12 { margin-bottom: 32px !important; }
.b3-home > section:nth-of-type(6) .grid { grid-template-columns: repeat(3,1fr) !important; gap: 24px !important; }
.b3-home > section:nth-of-type(6) .grid > a { height: 438px; border: 0 !important; }
.b3-home > section:nth-of-type(6) .grid > a > div:first-child { height: 238px !important; }
.b3-home > section:nth-of-type(6) .grid > a > div:last-child { padding: 20px !important; }
.b3-home > section:nth-of-type(6) h3 { font-size: 20px !important; line-height: 22px !important; }
.b3-home > section:nth-of-type(7) { height: 376px; padding: 48px 0 !important; background: var(--b3-warm) !important; }
.b3-home > section:nth-of-type(7)::before { content: ""; position: absolute; top: 0; right: 0; width: 92px; height: 92px; background: var(--b3-white); clip-path: polygon(0 0,100% 0,100% 100%); }
.b3-home > section:nth-of-type(7) .border-t { margin-bottom: 30px !important; }
.b3-home > section:nth-of-type(7) h2 { margin-bottom: 12px !important; }
.b3-home > section:nth-of-type(7) .mb-8 { margin-bottom: 26px !important; }

/* About */
.b3-about-history { height: auto; padding: 48px 0; background: var(--b3-white); }
.b3-about-history__grid { display: grid; grid-template-columns: 1fr; gap: 30px; margin-top: 30px; }
.b3-about-history__content > .b3-lead { margin: 0 0 28px; }
.b3-about-history__media { display: grid; grid-template-columns: repeat(2, minmax(320px, 1fr)); gap: 24px; justify-content: start; align-items: start; margin: 0; }
.b3-about-history__card { position: relative; padding: 32px 32px 32px 32px; text-align: left !important; display: block; background: #ffffff; box-shadow: 0 14px 36px rgba(16, 24, 40, 0.08); border-radius: 24px; overflow: hidden; }
.b3-about-history__card::before { content: ""; position: absolute; right: 24px; top: 24px; width: 48px; height: 48px; background-color: rgba(255, 138, 0, 0.08); background-size: 22px 22px; background-position: center; background-repeat: no-repeat; border-radius: 16px; color: var(--b3-orange); }
.b3-about-history__card--mission::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 2L3 14h7l-1 8 9-12h-7l1-8z' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.b3-about-history__card--vision::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M1 12s4-7 11-7 11 7 11 7-4 7-11 7-11-7-11-7z' fill='none' stroke='currentColor' stroke-width='2'/%3E%3Ccircle cx='12' cy='12' r='3' fill='currentColor'/%3E%3C/svg%3E"); }
.b3-about-history__card h3,
.b3-about-history__card p { display: block; text-align: left !important; width: 100% !important; margin: 0 !important; padding-right: 112px !important; }
.b3-about-history__card h3 { font-size: 24px !important; line-height: 30px !important; margin-bottom: 12px; padding-top: 10px; }
.b3-about-history__card p { font-size: 15px; line-height: 24px; color: #4f4f4f; }
.b3-about-history__card::after { content: ""; position: absolute; right: 20px; top: 20px; width: 48px; height: 48px; pointer-events: none; }
.b3-about-values { height: 489px; padding: 48px 0; color: var(--b3-white); background: var(--b3-black); }
.b3-about-values::before { background: var(--b3-white); }
.b3-about-values .b3-section-label { border-color: #555; }
.b3-about-values h2 { margin-top: 24px; }
.b3-about-values__intro { max-width: 760px; margin: 8px 0 30px; }
.b3-values-grid { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid #444; }
.b3-values-grid article { min-height: 190px; padding: 22px 20px 0; border-left: 1px solid #444; }
.b3-values-grid article:first-child { border-left: 0; padding-left: 0; }
.b3-value-icon { display: block; height: 28px; color: var(--b3-orange); font-size: 27px; margin-bottom: 24px; }
.b3-values-grid h3 { font-size: 18px !important; line-height: 22px !important; margin-bottom: 6px; }
.b3-values-grid p { margin: 0; color: #bdbdbd; font-size: 14px; line-height: 18px; }
.b3-about-leadership { height: 808px; padding: 48px 0; background: var(--b3-white); }
.b3-about-leadership h2 { margin-top: 24px; }
.b3-about-leadership > .b3-inner > .b3-lead { max-width: 720px; margin: 8px 0 32px; }
.b3-leadership-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.b3-leadership-grid img { width: 100%; height: 406px; object-fit: cover; object-position: top center; margin-bottom: 18px; }
.b3-leadership-grid h3 { font-size: 20px !important; line-height: 22px !important; }
.b3-leadership-grid p { margin: 6px 0 0; color: #646464; font-size: 14px; line-height: 18px; }

/* Projects index */
.b3-projects-body { height: auto; padding: 44px 0 40px; background: var(--b3-white); overflow: visible; }
.b3-filter-tabs { display: flex; height: 32px; gap: 28px; margin-bottom: 36px; border-bottom: 1px solid #c9c9c9; }
.b3-filter-tabs button { height: 32px; padding: 0; border: 0; border-bottom: 2px solid transparent; color: #646464; background: transparent; font-size: 12px; font-weight: 500; line-height: 16px; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; cursor: pointer; }
.b3-filter-tabs button.is-active { color: var(--b3-orange); border-color: var(--b3-orange); }
.b3-project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 40px; }
.b3-project-card { display: grid; grid-template-rows: 330px 261px; height: 591px; overflow: hidden; background: var(--b3-warm); }
.b3-project-card > img { width: 100%; height: 330px; object-fit: cover; transition: transform .35s; }
.b3-project-card:hover > img { transform: scale(1.025); }
.b3-project-card__body { display: flex; flex-direction: column; padding: 22px 24px; }
.b3-project-card__tag { color: var(--b3-orange); font-size: 12px; font-weight: 500; line-height: 16px; letter-spacing: .06em; text-transform: uppercase; }
.b3-project-card h2 { margin: 10px 0 8px; font-size: 24px !important; line-height: 26px !important; letter-spacing: -.02em !important; }
.b3-project-card p { margin: 0; color: #535353; font-size: 14px; line-height: 18px; }
.b3-project-card .b3-text-link { margin-top: auto; }
.b3-load-more { display: flex !important; margin: 36px auto 0; }
.b3-empty { margin: 100px 0; text-align: center; }

/* Services index */
.b3-services-list { height: auto; padding: 18px 0 18px; background: var(--b3-warm); overflow: visible; }
.b3-services-list > .b3-inner > .b3-section-label { margin-bottom: 16px; }
.b3-services-list > .b3-inner > h2 { margin-bottom: 3px; }
.b3-services-list > .b3-inner > .b3-lead { max-width: 720px; margin: 0 0 18px; }
.b3-service-stack { display: grid; gap: 10px; }
.b3-service-row { display: grid; grid-template-columns: 1fr 1fr; height: auto; min-height: 220px; overflow: hidden; background: var(--b3-white); }
.b3-service-row.is-reversed > img { order: 2; }
.b3-service-row > img { width: 100%; height: 100%; object-fit: cover; }
.b3-service-row__content { display: flex; flex-direction: column; justify-content: center; padding: 18px 22px; }
.b3-service-row__content h2 { font-size: 32px !important; line-height: 36px !important; letter-spacing: -.02em !important; margin-bottom: 12px; }
.b3-service-row__content > p { margin: 4px 0 14px; font-size: 16px; line-height: 20px; }
.b3-service-row__content h3 { margin-bottom: 6px; font-size: 14px !important; line-height: 18px !important; letter-spacing: .07em !important; text-transform: uppercase; }
.b3-service-row__content ul { display: grid; gap: 6px; margin: 0 0 14px; padding: 0; list-style: none; }
.b3-service-row__content li { display: flex; gap: 10px; font-size: 14px; line-height: 18px; }
.b3-service-row__content li span { font-weight: 600; }

/* Detail pages */
.b3-detail-hero { height: 592px; color: var(--b3-white); background: var(--b3-black); overflow: hidden; }
.b3-detail-hero__grid { display: grid; grid-template-columns: 596px 1fr; gap: 70px; align-items: center; height: 100%; }
.b3-detail-hero__grid > img { width: 596px; height: 432px; object-fit: cover; clip-path: polygon(0 0, calc(100% - 72px) 0, 100% 72px, 100% 100%, 0 100%); }
.b3-detail-hero .b3-kicker { display: block; color: var(--b3-orange); border: 0; padding: 0; }
.b3-detail-hero h1 { max-width: 640px; margin-top: 18px; font-size: 48px !important; line-height: 52px !important; }
.b3-detail-hero__grid > div > p { max-width: 560px; margin: 14px 0 24px; color: #c0c0c0; font-size: 16px; line-height: 20px; }
.b3-detail-hero h2 { margin-bottom: 12px; font-size: 18px !important; line-height: 22px !important; letter-spacing: 0 !important; }
.b3-detail-hero ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.b3-detail-hero li { display: flex; gap: 9px; color: #d2d2d2; font-size: 14px; line-height: 18px; }
.b3-detail-hero li span { color: var(--b3-orange); }
.b3-detail-tag { color: var(--b3-orange) !important; font-size: 14px !important; font-weight: 500; line-height: 18px !important; letter-spacing: .08em; text-transform: uppercase; }

.b3-detail-body { height: auto; padding: 40px 0; background: var(--b3-white); overflow: hidden; }
.b3-detail-body__wide-image { width: 100%; height: 610px; object-fit: cover; }
.b3-detail-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin: 28px 0; padding-top: 18px; border-top: 1px solid #aaa; }
.b3-detail-copy h2 { max-width: 520px; }
.b3-detail-copy p { margin: 0 0 12px; color: #4f4f4f; font-size: 16px; line-height: 22px; }
.b3-deliver-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 32px; padding: 32px; background: var(--b3-warm); }
.b3-deliver-grid > img { width: 100%; height: 730px; object-fit: cover; }
.b3-deliver-grid article > .b3-lead { margin: 12px 0 18px; }
.b3-capability-list { display: grid; }
.b3-capability-list > div { display: grid; grid-template-columns: 14px 1fr; gap: 12px; padding: 16px 0; border-top: 1px solid #aaa; }
.b3-capability-list > div > span { width: 8px; height: 8px; margin-top: 7px; background: var(--b3-orange); }
.b3-capability-list h3 { font-size: 18px !important; line-height: 22px !important; }
.b3-capability-list p { margin: 5px 0 0; color: #555; font-size: 14px; line-height: 18px; }

.b3-project-detail__body { height: auto; padding: 40px 0; background: var(--b3-white); overflow: hidden; }
.b3-project-detail__body .b3-detail-body__wide-image { height: 520px; }
.b3-project-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin: 40px 0; padding: 32px 40px; background: var(--b3-warm); }
.b3-project-summary h2 { margin: 14px 0 20px; font-size: 32px !important; line-height: 36px !important; }
.b3-project-summary ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.b3-project-summary li { display: flex; gap: 10px; color: #454545; font-size: 14px; line-height: 18px; }
.b3-project-summary li span { color: var(--b3-orange); font-weight: 600; }
.b3-project-summary aside { padding-left: 32px; border-left: 1px solid #aaa; }
.b3-project-summary aside h2 { margin-top: 0; }
.b3-project-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.b3-project-gallery img { width: 100%; height: 660px; object-fit: cover; }

/* Career and contact: retain all interactions, replace old visual system */
#career > section:nth-of-type(1),
#contact-page > section:nth-of-type(1),
.b3-legal-page > section:first-child {
  height: 323px !important;
  min-height: 323px !important;
  color: var(--b3-white) !important;
  background: var(--b3-black) !important;
}
#career > section:nth-of-type(1) > div,
#contact-page > section:nth-of-type(1) > div {
  padding: 48px 80px !important;
}
#career > section:nth-of-type(1) > div > div,
#contact-page > section:nth-of-type(1) > div > div { max-width: 720px !important; }
#career > section:nth-of-type(1) p:first-child,
#contact-page > section:nth-of-type(1) p:first-child {
  margin: 0 0 34px !important;
  padding-top: 11px;
  border-top: 1px solid #555;
  color: var(--b3-orange) !important;
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 18px;
  letter-spacing: .12em !important;
}
#career > section:nth-of-type(1) h1,
#contact-page > section:nth-of-type(1) h1 {
  margin: 0 !important;
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
  letter-spacing: -.035em !important;
}
#career > section:nth-of-type(1) p:last-child,
#contact-page > section:nth-of-type(1) p:last-child { margin: 12px 0 0 !important; color: var(--b3-white) !important; font-size: 18px !important; line-height: 22px !important; }

#career > section:nth-of-type(2) { height: 489px; padding: 48px 0 !important; background: var(--b3-white) !important; overflow: hidden; }
#career > section:nth-of-type(2) > div { padding: 0 80px !important; }
#career > section:nth-of-type(2) .text-center { margin-bottom: 36px !important; text-align: left !important; }
#career > section:nth-of-type(2) h2 { margin: 0; font-family: "Geist" !important; font-size: 48px !important; font-weight: 500 !important; line-height: 52px !important; color: var(--b3-black) !important; }
#career > section:nth-of-type(2) .grid { grid-template-columns: repeat(4,1fr) !important; gap: 0 !important; border-top: 1px solid #aaa; }
#career > section:nth-of-type(2) article { min-height: 255px !important; padding: 28px 24px !important; border: 0 !important; border-left: 1px solid #aaa !important; background: transparent !important; box-shadow: none !important; text-align: left !important; transform: none !important; }
#career > section:nth-of-type(2) article:first-child { padding-left: 0 !important; border-left: 0 !important; }
#career > section:nth-of-type(2) article svg { margin: 0 0 34px !important; color: var(--b3-orange) !important; }
#career > section:nth-of-type(2) article h3 { margin: 0 0 8px !important; color: var(--b3-black) !important; font-family: "Geist" !important; font-size: 20px !important; font-weight: 500 !important; line-height: 22px !important; }
#career > section:nth-of-type(2) article p { color: #555 !important; font-size: 14px !important; line-height: 18px !important; }

#career > section:nth-of-type(3) { height: auto; padding: 48px 0 !important; background: var(--b3-warm) !important; overflow: visible; }
#career > section:nth-of-type(3) > div { padding: 0 80px !important; }
#career > section:nth-of-type(3) .text-center { margin-bottom: 32px !important; text-align: left !important; }
#career > section:nth-of-type(3) h2 { margin: 0; color: var(--b3-black) !important; font-family: "Geist" !important; font-size: 48px !important; font-weight: 500 !important; line-height: 52px !important; }
#career > section:nth-of-type(3) .space-y-5 { display: grid; gap: 16px; }
#career > section:nth-of-type(3) article { min-height: 143px; padding: 24px 28px !important; border: 0 !important; background: var(--b3-white) !important; }
#career > section:nth-of-type(3) article h3 { color: var(--b3-black) !important; font-family: "Geist" !important; font-size: 24px !important; font-weight: 500 !important; line-height: 26px !important; }
#career > section:nth-of-type(3) article button { border-radius: 0 !important; background: var(--b3-black) !important; box-shadow: none !important; }
#career > section:last-child { height: 376px; padding: 48px 0 !important; color: var(--b3-black); background: var(--b3-warm) !important; }
#career > section:last-child > div { padding: 0 80px !important; }
#career > section:last-child > div > div { max-width: 820px !important; margin: 0 !important; text-align: left !important; }
#career > section:last-child h2 { color: var(--b3-black) !important; font-family: "Geist" !important; font-size: 48px !important; font-weight: 500 !important; line-height: 52px !important; }
#career > section:last-child p { max-width: 710px !important; margin: 12px 0 0 !important; color: var(--b3-black) !important; font-size: 18px !important; line-height: 22px !important; }
#career > section:last-child a { margin-top: 28px !important; border-radius: 0 !important; background: var(--b3-black) !important; box-shadow: none !important; }

#contact-page > section:nth-of-type(2) { height: 843px; padding: 56px 0 !important; background: var(--b3-warm) !important; overflow: hidden; }
#contact-page > section:nth-of-type(2) > div { padding: 0 80px !important; }
#contact-page > section:nth-of-type(2) > div > div { grid-template-columns: 1.55fr .75fr !important; gap: 64px !important; }
#contact-page > section:nth-of-type(2) article { padding: 40px 48px !important; border: 0 !important; background: var(--b3-white) !important; }
#contact-page > section:nth-of-type(2) h2,
#contact-page > section:nth-of-type(2) h3 { margin: 0 0 28px !important; color: var(--b3-black) !important; font-family: "Geist" !important; font-size: 36px !important; font-weight: 500 !important; line-height: 40px !important; }
#contact-page form { gap: 18px; }
#contact-page label span { color: var(--b3-black) !important; font-size: 14px !important; }
#contact-page input, #contact-page select, #contact-page textarea { border-color: #aaa !important; border-radius: 0 !important; }
#contact-page form button { border-radius: 0 !important; background: var(--b3-black) !important; }
#contact-page aside { padding-top: 4px; }
#contact-page aside > div { padding-left: 22px !important; border-color: var(--b3-orange) !important; }
#contact-page aside h4 { color: var(--b3-black) !important; font-family: "Geist" !important; font-size: 20px !important; font-weight: 500 !important; line-height: 22px !important; }
#contact-page aside li, #contact-page aside a { color: #555 !important; font-size: 14px !important; line-height: 20px !important; }

/* Legal pages follow the same Figma page-hero and editorial rhythm */
:is(#data-protection-page, #disclaimer-page, #imprint-page) {
  color: var(--b3-black);
  background: var(--b3-white);
}
:is(#data-protection-page, #disclaimer-page, #imprint-page) > section:first-child {
  display: block !important;
  height: 323px !important;
  min-height: 323px !important;
  color: var(--b3-white) !important;
  background: var(--b3-black) !important;
}
:is(#data-protection-page, #disclaimer-page, #imprint-page) > section:first-child > div {
  width: 100%;
  max-width: var(--b3-layout-max) !important;
  padding: 48px 80px !important;
}
:is(#data-protection-page, #disclaimer-page, #imprint-page) > section:first-child > div > div {
  max-width: 760px !important;
}
:is(#data-protection-page, #disclaimer-page, #imprint-page) > section:first-child p:first-child {
  margin: 0 0 34px !important;
  padding-top: 11px;
  border-top: 1px solid #555;
  color: var(--b3-orange) !important;
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  letter-spacing: .12em !important;
  text-transform: uppercase;
}
:is(#data-protection-page, #disclaimer-page, #imprint-page) > section:first-child h1 {
  margin: 0 !important;
  color: var(--b3-white) !important;
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
  letter-spacing: -.035em !important;
}
:is(#data-protection-page, #disclaimer-page, #imprint-page) > section:first-child p:last-child {
  margin: 12px 0 0 !important;
  color: var(--b3-white) !important;
  font-size: 18px !important;
  line-height: 22px !important;
}
:is(#data-protection-page, #disclaimer-page, #imprint-page) > section:nth-child(2) {
  padding: 64px 0 !important;
  background: var(--b3-warm) !important;
}
:is(#data-protection-page, #disclaimer-page, #imprint-page) > section:nth-child(2) > div {
  width: 100%;
  max-width: var(--b3-layout-max) !important;
  padding: 0 80px !important;
}
:is(#data-protection-page, #disclaimer-page, #imprint-page) > section:nth-child(2) article {
  width: 100%;
  max-width: none !important;
  padding: 56px 64px !important;
  border: 0 !important;
  background: var(--b3-white) !important;
}
:is(#data-protection-page, #disclaimer-page, #imprint-page) > section:nth-child(2) article > div {
  display: grid;
  gap: 40px;
}
:is(#data-protection-page, #disclaimer-page, #imprint-page) > section:nth-child(2) article section {
  margin: 0 !important;
  padding-top: 28px;
  border-top: 1px solid #aaa;
}
:is(#data-protection-page, #disclaimer-page, #imprint-page) > section:nth-child(2) article section:first-child {
  padding-top: 0;
  border-top: 0;
}
:is(#data-protection-page, #disclaimer-page, #imprint-page) > section:nth-child(2) h2 {
  margin: 0 0 14px !important;
  color: var(--b3-black) !important;
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
  letter-spacing: -.02em !important;
}
:is(#data-protection-page, #disclaimer-page, #imprint-page) > section:nth-child(2) p,
:is(#data-protection-page, #disclaimer-page, #imprint-page) > section:nth-child(2) li {
  margin-top: 0;
  color: #4f4f4f !important;
  font-size: 16px !important;
  line-height: 22px !important;
}
:is(#data-protection-page, #disclaimer-page, #imprint-page) > section:nth-child(2) a {
  color: var(--b3-orange) !important;
}

@media (max-width: 1099px) {
  #root > div > main.pt-20 { padding-top: 64px !important; }
  .container.max-w-7xl, .b3-inner { padding-inline: 24px !important; }
  #root > div > header > .container { padding-inline: 24px !important; }
  #root > div > header > .container > a:first-child img { width: 132px !important; }
  #root > div > header > .container > div { margin-left: auto; gap: 14px !important; }
  #root > div > header a[href="/contact"] { line-height: 44px; }
  #root > div > footer { height: auto; min-height: 600px; }
  #root > div > footer > .container { height: auto; padding: 48px 24px !important; }
  #root > div > footer > .container > div { grid-template-columns: 1fr 1fr !important; }
  #root > div > footer .border-t, #root > div > footer .border-t .container { height: auto; min-height: 88px; }

  .ds-h1, .b3-page h1 { font-size: 42px !important; line-height: 46px !important; }
  .ds-h2, .b3-page h2 { font-size: 36px !important; line-height: 40px !important; }
  .b3-page-hero, .b3-cta, .b3-about-history, .b3-about-values, .b3-about-leadership,
  .b3-projects-body, .b3-services-list, .b3-detail-hero, .b3-detail-body,
  .b3-project-detail__body { height: auto !important; min-height: 0; }
  .b3-page-hero { padding-bottom: 54px; }
  .b3-cta { padding-bottom: 52px; }

  .b3-home > section { height: auto !important; min-height: 0; padding: 54px 0 !important; }
  .b3-home > section:nth-of-type(1) .clip-hero-image { height: 430px; }
  .b3-home > section:nth-of-type(2) .grid,
  .b3-home > section:nth-of-type(5) .grid { grid-template-columns: 1fr !important; gap: 32px !important; }
  .b3-home > section:nth-of-type(3) .grid { grid-template-columns: 1fr 1fr !important; gap: 30px !important; }
  .b3-home > section:nth-of-type(4) .space-y-10 > div { height: auto; min-height: 410px; }
  .b3-home > section:nth-of-type(6) .grid { grid-template-columns: 1fr 1fr !important; }
  .b3-home > section:nth-of-type(6) .grid > a:last-child { display: none; }

  .b3-about-history, .b3-about-values, .b3-about-leadership,
  .b3-projects-body, .b3-services-list, .b3-detail-body, .b3-project-detail__body { padding: 54px 0; }
  .b3-about-history__grid, .b3-detail-copy { grid-template-columns: 1fr; gap: 30px; }
  .b3-projects-body { height: auto !important; overflow: visible !important; }
  .b3-values-grid { grid-template-columns: repeat(3,1fr); }
  .b3-leadership-grid { grid-template-columns: repeat(2,1fr); }
  .b3-projects-body { overflow: visible; }
  .b3-project-card { grid-template-rows: 260px 270px; height: 530px; }
  .b3-project-card > img { height: 260px; }
  .b3-services-list { overflow: visible; }
  .b3-service-row { height: auto; min-height: 390px; }
  .b3-detail-hero { padding: 54px 0; }
  .b3-detail-hero__grid { grid-template-columns: .9fr 1.1fr; gap: 34px; }
  .b3-detail-hero__grid > img { width: 100%; height: 360px; }
  .b3-deliver-grid, .b3-project-summary { padding: 36px; gap: 36px; }
  .b3-deliver-grid > img { height: 640px; }

  #career > section, #contact-page > section { height: auto !important; min-height: 0 !important; }
  #career > section:nth-of-type(1), #contact-page > section:nth-of-type(1) { padding: 54px 0; }
  #career > section:nth-of-type(1) > div, #contact-page > section:nth-of-type(1) > div,
  #career > section:nth-of-type(2) > div, #career > section:nth-of-type(3) > div,
  #career > section:last-child > div, #contact-page > section:nth-of-type(2) > div { padding-inline: 24px !important; }
  #career > section:nth-of-type(2), #career > section:nth-of-type(3), #career > section:last-child,
  #contact-page > section:nth-of-type(2) { padding: 54px 0 !important; }
  #career > section:nth-of-type(2) .grid { grid-template-columns: 1fr 1fr !important; }
  #contact-page > section:nth-of-type(2) > div > div { grid-template-columns: 1.35fr .75fr !important; gap: 36px !important; }
  :is(#data-protection-page, #disclaimer-page, #imprint-page) > section:first-child > div,
  :is(#data-protection-page, #disclaimer-page, #imprint-page) > section:nth-child(2) > div { padding-inline: 24px !important; }
}

@media (max-width: 699px) {
  .container.max-w-7xl, .b3-inner { padding-inline: 20px !important; }
  #root > div > header > .container { padding-inline: 20px !important; }
  #root > div > footer > .container > div { grid-template-columns: 1fr !important; }
  #root > div > footer .border-t .container { padding: 24px 20px !important; }
  .ds-h1, .b3-page h1 { font-size: 36px !important; line-height: 40px !important; }
  .ds-h2, .b3-page h2 { font-size: 30px !important; line-height: 34px !important; }
  .b3-section-label { padding-top: 9px; }
  .b3-page-hero .b3-inner { padding-top: 38px; }
  .b3-page-hero h1 { margin-top: 26px; }
  .b3-angle-top-right::before { width: 54px; height: 54px; }
  .b3-button-row { flex-direction: column; align-items: stretch; }

  .b3-home > section:nth-of-type(1) { padding-top: 44px !important; }
  .b3-home > section:nth-of-type(1) .clip-hero-image { height: 290px; clip-path: polygon(0 0,calc(100% - 48px) 0,100% 48px,100% 100%,0 100%); }
  .b3-home > section:nth-of-type(2) .grid,
  .b3-home > section:nth-of-type(3) .grid,
  .b3-home > section:nth-of-type(4) .space-y-10 > div,
  .b3-home > section:nth-of-type(5) .grid,
  .b3-home > section:nth-of-type(6) .grid { grid-template-columns: 1fr !important; }
  .b3-home > section:nth-of-type(2) img { height: 280px !important; }
  .b3-home > section:nth-of-type(3) .grid > div { padding: 20px 0 !important; border-left: 0 !important; border-top: 1px solid #444; }
  .b3-home > section:nth-of-type(4) .space-y-10 > div { display: flex; min-height: 0; flex-direction: column; }
  .b3-home > section:nth-of-type(4) .space-y-10 > div:nth-child(even) > div:last-child { order: 2; }
  .b3-home > section:nth-of-type(4) .space-y-10 > div > div:first-child { height: 270px; }
  .b3-home > section:nth-of-type(4) .p-8 { padding: 30px 24px !important; }
  .b3-home > section:nth-of-type(6) .grid > a:last-child { display: flex; }

  .b3-about-history__media, .b3-values-grid, .b3-leadership-grid,
  .b3-project-grid, .b3-service-row, .b3-detail-hero__grid, .b3-deliver-grid,
  .b3-project-summary, .b3-project-gallery { grid-template-columns: 1fr !important; }
  .b3-values-grid article { border-left: 0; border-top: 1px solid #444; }
  .b3-leadership-grid img {
    height: auto;
    aspect-ratio: auto 3 / 4;
    object-fit: contain;
    object-position: top center;
  }
  .b3-filter-tabs { height: auto; overflow-x: auto; gap: 22px; padding-bottom: 2px; }
  .b3-project-card { grid-template-rows: 230px auto; height: 510px; }
  .b3-project-card > img { height: 230px; }
  .b3-service-row.is-reversed > img { order: initial; }
  .b3-service-row > img { height: 280px; }
  .b3-service-row__content { padding: 30px 24px; }
  .b3-detail-hero__grid > img { width: 100%; height: 280px; }
  .b3-detail-hero h1 { font-size: 36px !important; line-height: 40px !important; }
  .b3-detail-body__wide-image, .b3-project-detail__body .b3-detail-body__wide-image { height: 300px; }
  .b3-detail-copy { margin: 36px 0; }
  .b3-deliver-grid, .b3-project-summary { padding: 28px 22px; }
  .b3-deliver-grid > img, .b3-project-gallery img { height: 330px; }
  .b3-project-summary aside { padding: 32px 0 0; border-left: 0; border-top: 1px solid #aaa; }

  #career > section:nth-of-type(1) > div, #contact-page > section:nth-of-type(1) > div { padding: 38px 20px !important; }
  #career > section:nth-of-type(1) h1, #contact-page > section:nth-of-type(1) h1 { font-size: 36px !important; line-height: 40px !important; }
  #career > section:nth-of-type(2) > div, #career > section:nth-of-type(3) > div,
  #career > section:last-child > div, #contact-page > section:nth-of-type(2) > div { padding-inline: 20px !important; }
  #career > section:nth-of-type(2) .grid { grid-template-columns: 1fr !important; }
  #career > section:nth-of-type(2) article { border-left: 0 !important; border-top: 1px solid #aaa !important; }
  #contact-page > section:nth-of-type(2) > div > div { grid-template-columns: 1fr !important; }
  #contact-page > section:nth-of-type(2) article { padding: 30px 22px !important; }
  :is(#data-protection-page, #disclaimer-page, #imprint-page) > section:first-child { height: auto !important; min-height: 280px !important; }
  :is(#data-protection-page, #disclaimer-page, #imprint-page) > section:first-child > div { padding: 38px 20px !important; }
  :is(#data-protection-page, #disclaimer-page, #imprint-page) > section:first-child h1 { font-size: 36px !important; line-height: 40px !important; }
  :is(#data-protection-page, #disclaimer-page, #imprint-page) > section:nth-child(2) { padding: 40px 0 !important; }
  :is(#data-protection-page, #disclaimer-page, #imprint-page) > section:nth-child(2) > div { padding-inline: 20px !important; }
  :is(#data-protection-page, #disclaimer-page, #imprint-page) > section:nth-child(2) article { padding: 34px 22px !important; }
}

/* Home / Figma nodes 15:85 and 15:131 — exact hero and About layout */
.b3-home > section.b3-home-hero {
  position: relative;
  height: 1029px !important;
  padding: 0 !important;
  overflow: hidden;
  background: var(--b3-white) !important;
}
.b3-home-hero > .container {
  position: relative;
  height: 100%;
}
.b3-home-hero__copy {
  position: absolute;
  top: 60px;
  left: 80px;
  width: 663px;
}
.b3-home-hero__eyebrow,
.b3-home-about__label {
  margin: 0;
  color: var(--b3-black);
  font-family: "Geist", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
}
.b3-home > section.b3-home-hero .b3-home-hero__copy h1 {
  width: 663px;
  margin: 8px 0 0 !important;
  color: var(--b3-black);
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 60px !important;
  font-weight: 600 !important;
  line-height: 66px !important;
  letter-spacing: 0 !important;
}
.b3-home-hero__copy h1 span,
.b3-home-hero__description { white-space: nowrap; }
.b3-home-hero__description {
  width: 663px;
  margin: 8px 0 0 !important;
  color: var(--b3-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.b3-home-button {
  display: inline-flex;
  width: max-content;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid var(--b3-black);
  border-radius: 0;
  font-family: "Geist", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.b3-home-hero__copy .b3-home-button { margin-top: 32px; }
.b3-home-button--outline { color: var(--b3-black); background: transparent; }
.b3-home-button--solid { color: var(--b3-white); background: var(--b3-black); }
.b3-home-button:hover {
  color: var(--b3-white);
  border-color: var(--b3-orange);
  background: var(--b3-orange);
}
.b3-home-hero__media {
  position: absolute;
  top: 375px;
  left: 80px;
  width: 1280px;
  height: 594px;
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 225px) 0, 100% 130px, 100% 100%, 0 100%);
}
.b3-home-hero__image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.b3-home > section.b3-home-about {
  position: relative;
  height: 735px !important;
  padding: 0 !important;
  overflow: hidden;
  background: var(--b3-warm) !important;
}
.b3-home-about > .container {
  position: relative;
  height: 100%;
}
.b3-home-about__label {
  position: absolute;
  top: 60px;
  left: 80px;
}
.b3-home-about__rule {
  position: absolute;
  top: 92px;
  left: 80px;
  width: 1280px;
  height: 1px;
  background: var(--b3-gray);
}
.b3-home-about__grid {
  position: absolute;
  top: 137px;
  left: 80px;
  display: grid;
  width: 1240px;
  grid-template-columns: 480px 585px !important;
  grid-template-rows: 66px 428px;
  grid-template-areas:
    "title intro"
    "details media";
  column-gap: 175px !important;
  row-gap: 44px !important;
  align-items: start;
}
.b3-home > section.b3-home-about .b3-home-about__title {
  grid-area: title;
  width: 480px;
  margin: 0 !important;
  color: var(--b3-black);
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 48px !important;
  font-weight: 600 !important;
  line-height: 52px !important;
  letter-spacing: 0 !important;
}
.b3-home > section.b3-home-about .b3-home-about__intro {
  grid-area: intro;
  width: 562px;
  margin: 0 !important;
  color: var(--b3-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.b3-home-about__details {
  grid-area: details;
  width: 480px;
}
.b3-home-about__points {
  display: grid;
  gap: 32px;
}
.b3-home-about__points article { margin: 0; }
.b3-home > section.b3-home-about .b3-home-about__points h3 {
  margin: 0 0 12px !important;
  color: var(--b3-black);
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  letter-spacing: 0 !important;
}
.b3-home > section.b3-home-about .b3-home-about__points p {
  width: 480px;
  margin: 0 !important;
  color: var(--b3-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.b3-home-about__details .b3-home-button { margin-top: 48px; }
.b3-home-about__media {
  grid-area: media;
  width: 585px;
  height: 428px;
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 65px) 0, 100% 38px, 100% 100%, 0 100%);
}
.b3-home > section.b3-home-about .b3-home-about__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

@media (max-width: 1099px) {
  .b3-home > section.b3-home-hero,
  .b3-home > section.b3-home-about {
    height: auto !important;
    padding: 54px 0 !important;
  }
  .b3-home-hero__copy,
  .b3-home-about__label,
  .b3-home-about__rule,
  .b3-home-about__grid,
  .b3-home-hero__media {
    position: static;
  }
  .b3-home-hero__copy,
  .b3-home-hero__copy h1,
  .b3-home-hero__description,
  .b3-home-about__grid,
  .b3-home-about__title,
  .b3-home-about__intro,
  .b3-home-about__details,
  .b3-home-about__points p,
  .b3-home-about__media {
    width: 100% !important;
  }
  .b3-home-hero__media { width: 100% !important; }
  .b3-home-hero__copy h1 span,
  .b3-home-hero__description { white-space: normal; }
  .b3-home > section.b3-home-hero .b3-home-hero__copy h1 {
    font-size: 42px !important;
    line-height: 46px !important;
  }
  .b3-home-hero__media {
    height: 430px;
    margin-top: 36px;
    clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 70px, 100% 100%, 0 100%);
  }
  .b3-home-about__rule {
    width: 100%;
    margin-top: 12px;
  }
  .b3-home-about__grid {
    display: grid;
    margin-top: 40px;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto auto;
    grid-template-areas: "title intro" "details media";
    column-gap: 40px !important;
    row-gap: 36px !important;
  }
  .b3-home > section.b3-home-about .b3-home-about__title {
    font-size: 36px !important;
    line-height: 40px !important;
  }
  .b3-home-about__media { height: 420px; }
}

@media (max-width: 699px) {
  .b3-home > section.b3-home-hero,
  .b3-home > section.b3-home-about { padding: 44px 0 !important; }
  .b3-home > section.b3-home-hero .b3-home-hero__copy h1 {
    font-size: 36px !important;
    line-height: 40px !important;
  }
  .b3-home-hero__media {
    height: 290px;
    clip-path: polygon(0 0, calc(100% - 48px) 0, 100% 48px, 100% 100%, 0 100%);
  }
  .b3-home-about__grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto;
    grid-template-areas: "title" "intro" "details" "media";
    gap: 32px !important;
  }
  .b3-home > section.b3-home-about .b3-home-about__title {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  .b3-home-about__points p { font-size: 16px; line-height: 20px; }
  .b3-home-about__media { height: 280px; }
}

/* Home / Figma nodes 0:217 and 0:250 — Impact Snapshot and Services */
.b3-home > section.b3-home-stats {
  position: relative;
  height: 665px !important;
  padding: 0 !important;
  overflow: hidden;
  color: var(--b3-white);
  background: var(--b3-white) !important;
  clip-path: none !important;
}
.b3-home-stats > .container {
  position: relative;
  height: 100%;
}
.b3-home-stats__panel {
  position: absolute;
  top: 60px;
  left: 80px;
  width: 1280px;
  height: 545px;
  overflow: hidden;
  color: var(--b3-white);
  background: var(--b3-black);
  clip-path: polygon(228px 0, 100% 0, 100% 100%, 0 100%, 0 147px);
}
.b3-home-stats__label {
  position: absolute;
  top: 60px;
  left: 196px;
  margin: 0;
  color: var(--b3-white) !important;
  font-family: "Geist", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
}
.b3-home-stats__rule {
  position: absolute;
  top: 92px;
  left: 196px;
  width: 1024px;
  height: 1px;
  background: var(--b3-gray);
}
.b3-home-stats__intro {
  position: absolute;
  top: 137px;
  left: 196px;
  width: 693px;
  height: 160px;
}
.b3-home > section.b3-home-stats .b3-home-stats__intro h2 {
  width: 850px;
  margin: 0 !important;
  color: var(--b3-white) !important;
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 48px !important;
  font-weight: 600 !important;
  line-height: 52px !important;
  letter-spacing: 0 !important;
}
.b3-home > section.b3-home-stats .b3-home-stats__intro > p {
  position: absolute;
  top: 116px;
  left: 0;
  width: 693px;
  margin: 0 !important;
  color: var(--b3-white) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}
.b3-home-stats__items {
  position: absolute;
  top: 361px;
  left: 86px;
  display: grid;
  width: 1108px;
  height: 124px;
  grid-template-columns: 243px 315px 315px 235px;
}
.b3-home-stats__item {
  position: relative;
  height: 124px;
  margin: 0;
}
.b3-home-stats__item + .b3-home-stats__item {
  padding-left: 80px;
  border-left: 1px solid rgba(158, 158, 158, .5);
}
.b3-home-stats__number,
.b3-home-stats__value,
.b3-home-stats__item-label { margin: 0 !important; }
.b3-home-stats__number {
  color: var(--b3-gray) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}
.b3-home-stats__value {
  position: absolute;
  top: 54px;
  color: var(--b3-white) !important;
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  line-height: 40px !important;
  letter-spacing: 0 !important;
}
.b3-home-stats__item-label {
  position: absolute;
  top: 102px;
  white-space: nowrap;
  color: var(--b3-white) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.b3-home > section.b3-home-services {
  position: relative;
  height: 2892px !important;
  padding: 0 !important;
  overflow: hidden;
  color: var(--b3-black);
  background: var(--b3-warm) !important;
}
.b3-home-services > .container {
  position: relative;
  height: 100%;
}
.b3-home-services__label {
  position: absolute;
  top: 60px;
  left: 80px;
  margin: 0;
  color: var(--b3-black);
  font-family: "Geist", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
}
.b3-home-services__rule {
  position: absolute;
  top: 92px;
  left: 80px;
  width: 1280px;
  height: 1px;
  background: var(--b3-gray);
}
.b3-home-services__heading {
  position: absolute;
  top: 137px;
  left: 80px;
  width: 697px;
  height: 86px;
}
.b3-home > section.b3-home-services .b3-home-services__heading h2 {
  margin: 0 !important;
  color: var(--b3-black) !important;
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 48px !important;
  font-weight: 600 !important;
  line-height: 52px !important;
  letter-spacing: 0 !important;
}
.b3-home > section.b3-home-services .b3-home-services__heading p {
  margin: 12px 0 0 !important;
  color: var(--b3-black) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}
.b3-home-services__cards {
  position: absolute;
  top: 267px;
  left: 80px;
  display: grid;
  width: 1280px;
  gap: 40px;
}
.b3-home-service-card {
  display: grid;
  width: 1280px;
  height: 481px;
  grid-template-columns: 640px 640px;
  overflow: hidden;
  background: var(--b3-white);
  clip-path: polygon(0 0, calc(100% - 119px) 0, 100% 69px, 100% 100%, 0 100%);
}
.b3-home-service-card__media {
  width: 640px;
  height: 481px;
  overflow: hidden;
}
.b3-home-service-card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.b3-home-service-card__content {
  position: relative;
  width: 640px;
  height: 481px;
  padding: 54px;
  background: var(--b3-white);
}
.b3-home-service-card__intro { width: 499px; }
.b3-home > section.b3-home-services .b3-home-service-card__intro h3 {
  margin: 0 !important;
  color: var(--b3-black) !important;
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  letter-spacing: 0 !important;
}
.b3-home > section.b3-home-services .b3-home-service-card__intro p {
  width: 499px;
  margin: 12px 0 0 !important;
  color: var(--b3-black) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}
.b3-home-service-card__capabilities {
  width: 430px;
  margin-top: 32px;
}
.b3-home-service-card__capability-title {
  margin: 0 !important;
  color: var(--b3-black) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.b3-home-service-card__capabilities ul {
  display: grid;
  gap: 12px;
  margin: 16px 0 0 !important;
  padding: 0;
  list-style: none;
}
.b3-home-service-card__capabilities li {
  display: flex;
  min-height: 20px;
  align-items: flex-start;
  gap: 8px;
  color: var(--b3-black) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}
.b3-home-service-card__check {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.b3-home-service-card__link {
  position: absolute;
  bottom: 55px;
  left: 54px;
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  color: var(--b3-black);
  font-family: "Geist", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0;
  text-transform: none;
}
.b3-home-service-card__link span { font-size: 16px; font-weight: 400; }
.b3-home-service-card__link:hover { color: var(--b3-orange); }

@media (max-width: 1099px) {
  .b3-home > section.b3-home-stats,
  .b3-home > section.b3-home-services {
    height: auto !important;
    padding: 54px 0 !important;
  }
  .b3-home-stats__panel {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 54px 48px;
    clip-path: polygon(110px 0, 100% 0, 100% 100%, 0 100%, 0 72px);
  }
  .b3-home-stats__label,
  .b3-home-stats__rule,
  .b3-home-stats__intro,
  .b3-home-stats__items,
  .b3-home-services__label,
  .b3-home-services__rule,
  .b3-home-services__heading,
  .b3-home-services__cards {
    position: static;
  }
  .b3-home-stats__rule,
  .b3-home-services__rule {
    width: 100%;
    margin-top: 12px;
  }
  .b3-home-stats__intro {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .b3-home > section.b3-home-stats .b3-home-stats__intro h2,
  .b3-home > section.b3-home-stats .b3-home-stats__intro > p,
  .b3-home-services__heading,
  .b3-home > section.b3-home-services .b3-home-services__heading p {
    width: 100%;
  }
  .b3-home > section.b3-home-stats .b3-home-stats__intro h2,
  .b3-home > section.b3-home-services .b3-home-services__heading h2 {
    font-size: 36px !important;
    line-height: 40px !important;
  }
  .b3-home > section.b3-home-stats .b3-home-stats__intro > p {
    position: static;
    margin-top: 12px !important;
  }
  .b3-home-stats__items {
    display: grid;
    width: 100%;
    height: auto;
    margin-top: 48px;
    grid-template-columns: 1fr 1fr;
    gap: 36px 0;
  }
  .b3-home-stats__item,
  .b3-home-stats__item + .b3-home-stats__item {
    height: 124px;
    padding-left: 28px;
    border-left: 1px solid rgba(158, 158, 158, .5);
  }
  .b3-home-stats__item:nth-child(odd) { padding-left: 0; border-left: 0; }
  .b3-home-services__heading {
    height: auto;
    margin-top: 40px;
  }
  .b3-home-services__cards {
    display: grid;
    width: 100%;
    margin-top: 44px;
    gap: 32px;
  }
  .b3-home-service-card {
    width: 100%;
    height: auto;
    grid-template-columns: 1fr !important;
    clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 50px, 100% 100%, 0 100%);
  }
  .b3-home-service-card__media,
  .b3-home-service-card__content {
    width: 100%;
  }
  .b3-home-service-card__media { height: 380px; }
  .b3-home-service-card__content {
    height: auto;
    min-height: 460px;
    padding: 44px;
  }
  .b3-home-service-card__intro,
  .b3-home > section.b3-home-services .b3-home-service-card__intro p,
  .b3-home-service-card__capabilities { width: 100%; }
  .b3-home-service-card__link { position: static; margin-top: 36px; }
}

@media (max-width: 699px) {
  .b3-home > section.b3-home-stats,
  .b3-home > section.b3-home-services { padding: 44px 0 !important; }
  .b3-home-stats__panel {
    padding: 48px 24px;
    clip-path: polygon(52px 0, 100% 0, 100% 100%, 0 100%, 0 34px);
  }
  .b3-home > section.b3-home-stats .b3-home-stats__intro h2,
  .b3-home > section.b3-home-services .b3-home-services__heading h2 {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  .b3-home-stats__items { grid-template-columns: 1fr; gap: 0; }
  .b3-home-stats__item,
  .b3-home-stats__item + .b3-home-stats__item,
  .b3-home-stats__item:nth-child(odd) {
    height: 142px;
    padding: 18px 0 0;
    border-top: 1px solid rgba(158, 158, 158, .5);
    border-left: 0;
  }
  .b3-home-stats__item:first-child { padding-top: 0; border-top: 0; }
  .b3-home-stats__item:not(:first-child) .b3-home-stats__value { top: 72px; }
  .b3-home-stats__item:not(:first-child) .b3-home-stats__item-label { top: 120px; }
  .b3-home-stats__item-label { white-space: normal; }
  .b3-home-services__cards { gap: 24px; }
  .b3-home-service-card {
    clip-path: polygon(0 0, calc(100% - 42px) 0, 100% 28px, 100% 100%, 0 100%);
  }
  .b3-home-service-card__media { height: 270px; }
  .b3-home-service-card__content {
    min-height: 0;
    padding: 30px 24px;
  }
  .b3-home > section.b3-home-services .b3-home-service-card__intro h3 {
    font-size: 23px !important;
    line-height: 26px !important;
  }
  .b3-home-service-card__capabilities { margin-top: 28px; }
  .b3-home-service-card__link { margin-top: 32px; }
}

/* Home / Figma nodes 0:394 and 0:372 — Our Advantage and Featured Projects */
.b3-home > section.b3-home-advantages {
  position: relative;
  height: 469px !important;
  padding: 0 !important;
  overflow: hidden;
  color: var(--b3-white);
  background: var(--b3-black) !important;
}
.b3-home-advantages > .container {
  position: relative;
  height: 100%;
}
.b3-home-advantages__label {
  position: absolute;
  top: 60px;
  left: 80px;
  margin: 0;
  color: var(--b3-white);
  font-family: "Geist", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
}
.b3-home-advantages__rule {
  position: absolute;
  top: 92px;
  left: 80px;
  width: 1280px;
  height: 1px;
  background: var(--b3-gray);
}
.b3-home-advantages__intro {
  position: absolute;
  top: 137px;
  left: 80px;
  width: 473px;
}
.b3-home > section.b3-home-advantages .b3-home-advantages__intro h2 {
  width: 473px;
  margin: 0 !important;
  color: var(--b3-white) !important;
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 48px !important;
  font-weight: 600 !important;
  line-height: 52px !important;
  letter-spacing: 0 !important;
}
.b3-home > section.b3-home-advantages .b3-home-advantages__intro p {
  width: 473px;
  margin: 12px 0 0 !important;
  color: var(--b3-white) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}
.b3-home-advantages__benefits {
  position: absolute;
  top: 149px;
  left: 814px;
  display: grid;
  width: 546px;
  height: 260px;
  grid-template-rows: 79px 79px 54px;
  row-gap: 24px;
}
.b3-home-advantages__benefits article {
  width: 546px;
  margin: 0;
}
.b3-home-advantages__benefits article:not(:last-child) {
  border-bottom: 1px solid rgba(158, 158, 158, .5);
}
.b3-home > section.b3-home-advantages .b3-home-advantages__benefits h3 {
  width: 407px;
  margin: 0 !important;
  color: var(--b3-white) !important;
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  letter-spacing: 0 !important;
}
.b3-home > section.b3-home-advantages .b3-home-advantages__benefits p {
  width: 407px;
  margin: 12px 0 0 !important;
  color: var(--b3-white) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.b3-home > section.b3-home-projects {
  position: relative;
  height: 765px !important;
  padding: 0 !important;
  overflow: hidden;
  color: var(--b3-black);
  background: var(--b3-white) !important;
}
.b3-home-projects > .container {
  position: relative;
  height: 100%;
}
.b3-home-projects__label {
  position: absolute;
  top: 60px;
  left: 80px;
  margin: 0;
  color: var(--b3-black);
  font-family: "Geist", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
}
.b3-home-projects__rule {
  position: absolute;
  top: 92px;
  left: 80px;
  width: 1280px;
  height: 1px;
  background: var(--b3-gray);
}
.b3-home-projects__heading {
  position: absolute;
  top: 137px;
  left: 80px;
  width: 724px;
  height: 86px;
}
.b3-home > section.b3-home-projects .b3-home-projects__heading h2 {
  margin: 0 !important;
  color: var(--b3-black) !important;
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 48px !important;
  font-weight: 600 !important;
  line-height: 52px !important;
  letter-spacing: 0 !important;
}
.b3-home > section.b3-home-projects .b3-home-projects__heading p {
  width: 724px;
  margin: 12px 0 0 !important;
  color: var(--b3-black) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}
.b3-home-projects__all {
  position: absolute;
  top: 174px;
  left: 1260px;
  display: inline-flex;
  width: 93px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--b3-black);
  color: var(--b3-black);
  background: transparent;
  font-family: "Geist", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
}
.b3-home-projects__all:hover {
  color: var(--b3-white);
  border-color: var(--b3-orange);
  background: var(--b3-orange);
}
.b3-home-projects__cards {
  position: absolute;
  top: 267px;
  left: 80px;
  display: grid;
  width: 1281px;
  grid-template-columns: repeat(3, 407px);
  gap: 30px;
}
.b3-home-project-card {
  position: relative;
  display: block;
  width: 407px;
  height: 438px;
  overflow: hidden;
  color: var(--b3-black);
  background: var(--b3-warm);
}
.b3-home-project-card__media {
  width: 407px;
  height: 238px;
  overflow: hidden;
}
.b3-home-project-card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.b3-home-project-card__body {
  position: absolute;
  top: 258px;
  left: 20px;
  width: 367px;
  height: 156px;
}
.b3-home-project-card__copy {
  width: 367px;
}
.b3-home-project-card__tag {
  margin: 0 !important;
  color: var(--b3-orange) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.b3-home > section.b3-home-projects .b3-home-project-card h3 {
  width: 367px;
  margin: 16px 0 0 !important;
  color: var(--b3-black) !important;
  font-family: "Geist", Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  letter-spacing: 0 !important;
}
.b3-home-project-card__description {
  width: 367px;
  margin: 8px 0 0 !important;
  overflow: hidden;
  color: var(--b3-black) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}
.b3-home-project-card__link {
  position: absolute;
  top: 140px;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--b3-black);
  font-family: "Geist", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0;
  text-transform: none;
}
.b3-home-project-card__link span { font-size: 16px; font-weight: 400; }
.b3-home-project-card:hover .b3-home-project-card__link,
.b3-home-project-card:hover h3 { color: var(--b3-orange) !important; }

.b3-home-about {
  transition: transform .35s ease, box-shadow .35s ease;
}
.b3-home-about:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.08);
}
.b3-home-about__media img {
  transition: transform .6s ease;
}
.b3-home-about:hover .b3-home-about__media img {
  transform: scale(1.03);
}

.b3-home-service-card {
  transition: transform .35s ease, box-shadow .35s ease, background-color .35s ease;
}
.b3-home-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.96);
}
.b3-home-service-card__media img {
  transition: transform .6s ease;
}
.b3-home-service-card:hover .b3-home-service-card__media img {
  transform: scale(1.04);
}

footer a {
  color: var(--b3-orange) !important;
  transition: color .2s ease;
}
footer a:hover,
footer a:focus {
  color: var(--b3-orange) !important;
}

.b3-home-projects__cards {
  position: absolute;
  top: 267px;
  left: 80px;
  display: grid !important;
  grid-template-columns: repeat(3, 407px);
  gap: 30px;
  width: 1281px;
  overflow: visible !important;
  padding-bottom: 0 !important;
}
.b3-home-projects__cards > .b3-home-project-card {
  min-width: 407px;
  width: 407px;
  flex: none;
  scroll-snap-align: none;
}
.b3-home-projects__nav {
  display: none !important;
}

@media (max-width: 1099px) {
.b3-home-projects__cards {
  position: static;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 16px;
}
.b3-home-projects__nav {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  margin-top: 20px;
  justify-content: center;
  gap: 14px;
  pointer-events: auto;
}
}

@media (max-width: 699px) {
.b3-home-projects__nav {
  flex-wrap: wrap;
  gap: 10px;
}
}

@media (max-width: 1099px) {
  .b3-home > section.b3-home-advantages,
  .b3-home > section.b3-home-projects {
    height: auto !important;
    padding: 54px 0 !important;
  }
  .b3-home-advantages__label,
  .b3-home-advantages__rule,
  .b3-home-advantages__intro,
  .b3-home-advantages__benefits,
  .b3-home-projects__label,
  .b3-home-projects__rule,
  .b3-home-projects__heading,
  .b3-home-projects__all,
  .b3-home-projects__cards {
    position: static;
  }
  .b3-home-advantages__rule,
  .b3-home-projects__rule {
    width: 100%;
    margin-top: 12px;
  }
  .b3-home-advantages__intro,
  .b3-home-projects__heading {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .b3-home > section.b3-home-advantages .b3-home-advantages__intro h2,
  .b3-home > section.b3-home-advantages .b3-home-advantages__intro p,
  .b3-home > section.b3-home-projects .b3-home-projects__heading p {
    width: 100%;
  }
  .b3-home > section.b3-home-advantages .b3-home-advantages__intro h2,
  .b3-home > section.b3-home-projects .b3-home-projects__heading h2 {
    font-size: 36px !important;
    line-height: 40px !important;
  }
  .b3-home-advantages__benefits {
    display: grid;
    width: 100%;
    height: auto;
    margin-top: 42px;
    grid-template-rows: auto;
    row-gap: 0;
  }
  .b3-home-advantages__benefits article {
    width: 100%;
    min-height: 0;
    padding: 24px 0;
  }
  .b3-home-advantages__benefits article:first-child { padding-top: 0; }
  .b3-home-advantages__benefits article:not(:last-child) { border-bottom: 1px solid rgba(158,158,158,.5); }
  .b3-home > section.b3-home-advantages .b3-home-advantages__benefits h3,
  .b3-home > section.b3-home-advantages .b3-home-advantages__benefits p {
    width: 100%;
  }
  .b3-home-projects__all { margin-top: 28px; }
  .b3-home-projects__cards {
    display: grid;
    width: 100%;
    margin-top: 44px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
  .b3-home-project-card,
  .b3-home-project-card__media {
    width: 100%;
  }
  .b3-home-project-card__body {
    width: calc(100% - 40px);
  }
  .b3-home-project-card__copy,
  .b3-home > section.b3-home-projects .b3-home-project-card h3,
  .b3-home-project-card__description { width: 100%; }
}

@media (max-width: 699px) {
  .b3-home > section.b3-home-advantages,
  .b3-home > section.b3-home-projects { padding: 44px 0 !important; }
  .b3-home > section.b3-home-advantages .b3-home-advantages__intro h2,
  .b3-home > section.b3-home-projects .b3-home-projects__heading h2 {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  .b3-home-projects__cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .b3-home-project-card {
    height: auto;
    min-height: 438px;
  }
  .b3-home-project-card__media { height: 220px; }
  .b3-home-project-card__body {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 218px;
    padding: 20px;
  }
  .b3-home-project-card__link {
    position: static;
    margin-top: 28px;
  }
}

/* Footer contact rows follow the muted monochrome theme, then use B3 orange. */
#root > div > footer ul.space-y-3\.5 > li > svg {
  color: #b9b9b9 !important;
  transition: color 180ms ease;
}

#root > div > footer ul.space-y-3\.5 > li > a {
  transition: color 180ms ease;
}

#root > div > footer ul.space-y-3\.5 > li:hover > svg,
#root > div > footer ul.space-y-3\.5 > li:hover > a,
#root > div > footer ul.space-y-3\.5 > li:focus-within > svg,
#root > div > footer ul.space-y-3\.5 > li:focus-within > a {
  color: var(--b3-orange) !important;
}
