:root {
  --bosch-red: #e20015;
  --bosch-blue: #007bc0;
  --bosch-dark: #1f1f1f;
  --text: #222222;
  --muted: #555555;
  --line: #d9d9d9;
  --soft: #f3f3f3;
  --footer: #2b2f33;
  --container: 1200px;
}

@font-face {
  font-family: boschsans;
  src: url("BoschSans-Regular-v5_003.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: boschsans;
  src: url("BoschSans-Light-v5_003.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: boschsans;
  src: url("BoschSans-Light-v5_003.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: boschsans;
  src: url("BoschSans-Bold-v5_003.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: icons;
  src: url("icons.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #ffffff;
  font-family: boschsans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.container {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -44px;
  z-index: 100;
  padding: 8px 12px;
  color: #ffffff;
  background: var(--bosch-dark);
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  background: #ffffff;
}

.brand-strip {
  height: 6px;
  background: url("shape_horizontal.svg") center / 100% 100% no-repeat;
}

.brand-strip span {
  display: none;
}

.header-top {
  min-height: 84px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 36px;
  align-items: center;
}

.subbrand {
  justify-self: end;
  color: #111111;
  font-size: 17px;
  font-weight: 700;
}

.header-nav-row {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 33px;
  align-items: center;
}

.bosch-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.bosch-logo-image {
  width: 109px;
  height: auto;
}

.menu-button {
  width: 16px;
  height: 11px;
  display: grid;
  gap: 4px;
  align-content: center;
  padding: 0;
  color: #111111;
  background: transparent;
  border: 0;
}

.menu-button span {
  display: block;
  width: 16px;
  height: 1px;
  background: currentColor;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 38px;
}

.main-nav a {
  color: #111111;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.main-nav a:hover {
  color: var(--bosch-blue);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.icon-link {
  position: relative;
  width: 23px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  text-decoration: none;
}

.search-link {
  width: 24px;
  height: 24px;
  transform: translateY(-2px);
}

.icon-link:hover {
  color: var(--bosch-blue);
}

.account-icon,
.search-icon {
  display: block;
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.account-icon::before {
  content: "\e00b";
}

.account-icon {
  width: 23px;
  height: 23px;
  font-size: 23px;
  line-height: 23px;
}

.search-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
}

.search-icon::before {
  content: "\e067";
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: flex-start;
  min-height: 48px;
  padding-left: 15px;
  padding-top: 15px;
  color: #4a4a4a;
  font-size: 12px;
  line-height: 18px;
}

.breadcrumb a {
  color: #4a4a4a;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--bosch-blue);
}

.breadcrumb-home {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  margin-top: 3px;
  color: #000000;
  font-family: icons;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

.breadcrumb-home::before {
  content: "\e037";
}

.breadcrumb span::before {
  content: "\e008";
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-family: icons;
  font-size: 12px;
  line-height: 12px;
  vertical-align: top;
}

.page-intro {
  padding: 32px 0 80px;
}

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

h1 {
  margin-bottom: 16px;
  color: #000000;
  font-size: 32px;
  line-height: 42px;
}

h2 {
  margin-bottom: 20px;
  color: #000000;
  font-size: 32px;
  line-height: 42px;
}

h3 {
  color: #000000;
  font-size: 22px;
  line-height: 1.35;
}

.page-intro p {
  max-width: none;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.page-intro .domain-note {
  max-width: 760px;
  margin-top: 18px;
  padding: 14px 16px;
  color: #333333;
  background: var(--soft);
  border-left: 4px solid var(--bosch-blue);
  font-size: 16px;
}

.domain-note a {
  color: var(--bosch-blue);
  font-weight: 700;
  text-decoration: none;
}

.domain-note a:hover {
  text-decoration: underline;
}

.campaign-list {
  display: grid;
  gap: 80px;
  padding-bottom: 88px;
}

.campaign {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 568px;
  gap: 32px;
  align-items: start;
}

.campaign:first-child {
  padding-bottom: 6px;
}

.campaign img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  background: var(--soft);
}

.campaign:nth-child(odd) .campaign-copy {
  order: 1;
}

.campaign:nth-child(odd) img {
  order: 2;
}

.campaign:nth-child(even) img {
  order: 1;
}

.campaign:nth-child(even) .campaign-copy {
  order: 2;
}

.campaign-copy {
  max-width: 900px;
}

.campaign-copy h2 {
  margin-bottom: 17px;
}

.campaign-copy h3 {
  max-width: 930px;
  margin-bottom: 24px;
  color: #000000;
  font-size: 22px;
  font-weight: 200;
  line-height: 33px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px 0 16px;
  color: #ffffff;
  background: var(--bosch-blue);
  border: 1px solid var(--bosch-blue);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.button:hover {
  background: #005f96;
  border-color: #005f96;
}

.button::after {
  content: "\e02a";
  width: 16px;
  display: inline-block;
  margin-left: 10px;
  font-family: icons;
  font-size: 16px;
  line-height: 24px;
}

.service-band {
  padding: 44px 0;
  background: var(--soft);
  border-top: 1px solid var(--line);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.service-grid article {
  min-width: 0;
}

.service-grid h2 {
  margin-bottom: 10px;
  font-size: 22px;
}

.service-grid p {
  margin-bottom: 12px;
  color: var(--muted);
}

.service-grid a {
  color: var(--bosch-blue);
  font-weight: 700;
  text-decoration: none;
}

.service-grid a:hover {
  text-decoration: underline;
}

.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding-bottom: 88px;
}

.content-panel {
  padding-top: 28px;
  border-top: 4px solid var(--bosch-blue);
}

.content-panel p {
  color: #333333;
  font-size: 18px;
}

.contact-list {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
}

.contact-list div {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.contact-list dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.contact-list dd {
  margin: 0;
  color: #000000;
  font-size: 19px;
  font-weight: 700;
}

.contact-list a {
  color: var(--bosch-blue);
  text-decoration: none;
}

.contact-list a:hover {
  text-decoration: underline;
}

.contact-list.compact {
  margin-top: 18px;
}

.updated {
  margin-top: 18px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.practice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding-bottom: 52px;
}

.practice-card {
  padding-top: 28px;
  border-top: 4px solid var(--bosch-blue);
}

.practice-card h2 {
  font-size: 25px;
}

.practice-card p,
.practice-card li {
  color: #333333;
  font-size: 18px;
}

.practice-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.english-note {
  margin-bottom: 88px;
  padding: 28px;
  background: var(--soft);
  border-left: 4px solid var(--bosch-blue);
}

.english-note h2 {
  font-size: 24px;
}

.english-note p {
  max-width: 880px;
  margin-bottom: 0;
  color: #333333;
  font-size: 18px;
}

.legal {
  max-width: 880px;
  padding-bottom: 88px;
}

.legal h2 {
  margin-top: 42px;
  margin-bottom: 12px;
  font-size: 25px;
}

.legal h2:first-child {
  margin-top: 0;
}

.legal p {
  color: #333333;
  font-size: 18px;
}

.legal a {
  color: var(--bosch-blue);
  font-weight: 700;
  text-decoration: none;
}

.legal a:hover {
  text-decoration: underline;
}

.site-footer {
  color: #ffffff;
  background: var(--footer);
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: start;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-top p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
}

.footer-top nav {
  display: grid;
  gap: 10px;
}

.footer-top a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.footer-top a:hover {
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 20px 0;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

@media (max-width: 920px) {
  .header-top {
    min-height: 74px;
  }

  .header-nav-row {
    min-height: auto;
    padding-bottom: 18px;
    gap: 22px;
  }

  .main-nav {
    flex-wrap: wrap;
    gap: 18px 26px;
  }

  .service-grid,
  .two-column,
  .practice-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .bosch-logo-image {
    width: 104px;
  }

  .header-top {
    min-height: 64px;
  }

  .subbrand {
    display: none;
  }

  .header-nav-row {
    grid-template-columns: auto 1fr;
  }

  .header-actions {
    display: none;
  }

  .main-nav {
    gap: 14px 20px;
  }

  .main-nav a {
    font-size: 16px;
  }

  .breadcrumb {
    padding-top: 28px;
  }

  .page-intro {
    padding: 24px 0 42px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  .page-intro p,
  .campaign-copy h3 {
    font-size: 18px;
  }

  .campaign-list {
    gap: 56px;
    padding-bottom: 64px;
  }

  .campaign {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .campaign img,
  .campaign .campaign-copy {
    order: initial;
  }

  .button {
    width: 100%;
    min-height: 54px;
    padding: 0 18px;
    text-align: center;
  }

  .service-grid,
  .two-column,
  .practice-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}
