html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #111;
  background: #fff;
  font-family: TildaSans, Arial, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

.brait-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(146, 45, 37, 0.96);
  color: #fff;
}

body[data-df-preview="1"] .brait-nav {
  top: 36px;
}

.brait-nav__inner,
.brait-section,
.brait-footer__inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.brait-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  gap: 24px;
}

.brait-logo {
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.brait-menu {
  display: flex;
  gap: clamp(18px, 5vw, 120px);
  align-items: center;
}

.brait-menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.brait-hero {
  min-height: 390px;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)),
    url("/_cdn/static.tildacdn.com/tild6163-3964-4338-b339-633263386534/DALLE_2023-04-06_004.png") center / cover;
}

.brait-hero h1 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(42px, 7vw, 84px);
  line-height: 1.1;
  font-weight: 700;
}

.brait-hero p {
  max-width: 760px;
  margin: 22px auto 0;
  font-size: 20px;
}

.brait-section {
  padding: 76px 0;
}

.brait-section--narrow {
  width: min(920px, calc(100% - 40px));
}

.brait-eyebrow {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #922d25;
}

.brait-title {
  margin: 0 0 24px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
}

.brait-text {
  margin: 0 0 18px;
  font-size: 19px;
}

.brait-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.brait-card {
  min-height: 132px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 26px;
  background: #fff;
}

.brait-card h2,
.brait-card h3 {
  margin: 0 0 12px;
  font-size: 21px;
}

.brait-card p {
  margin: 0;
  color: #444;
}

.brait-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.brait-list li {
  padding: 18px 20px;
  border-left: 4px solid #922d25;
  background: #f5f5f5;
  font-size: 18px;
  font-weight: 600;
}

.brait-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  margin-top: 24px;
  color: #fff;
  background: #111;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.brait-contacts {
  color: #fff;
  background: #111;
}

.brait-contacts .brait-eyebrow {
  color: #d1d1d1;
}

.brait-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 48px;
  margin-top: 26px;
  font-size: 20px;
  font-weight: 700;
}

.brait-contact-row a {
  color: #fff;
  text-decoration: none;
}

.brait-footer {
  color: #fff;
  background: #111;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.brait-footer__inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
}

.brait-footer nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.brait-footer a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 760px) {
  .brait-nav__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
    gap: 12px;
  }

  .brait-menu {
    width: 100%;
    gap: 14px 22px;
    flex-wrap: wrap;
  }

  .brait-hero {
    min-height: 320px;
  }

  .brait-section {
    padding: 56px 0;
  }

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

  .brait-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 0;
  }
}
