:root {
  --sf-bg: #f3eee6;
  --sf-ink: #3b1614;
  --sf-accent: #c86c6d;
  --sf-deep: #2c1413;
}

body {
  min-width: 0 !important;
}

#Header_wrapper {
  display: none !important;
}

body.sf-home #mfn-rev-slider {
  display: none !important;
}

.sf-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(243, 238, 230, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(59, 22, 20, 0.12);
}

.sf-header__inner,
.sf-hero__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.sf-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
}

.sf-brand img {
  width: min(280px, 52vw);
  height: auto;
  display: block;
}

.sf-nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.sf-nav a {
  color: var(--sf-ink);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  padding: 8px 0;
}

.sf-nav a.sf-current {
  color: var(--sf-accent);
}

.sf-hero {
  position: relative;
  min-height: clamp(320px, 56vw, 760px);
  background: #231818 url("/wp-content/uploads/2020/10/s1.jpg") center bottom / cover no-repeat;
  overflow: hidden;
}

.sf-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 10, 10, 0.18), rgba(17, 10, 10, 0.3));
}

.sf-hero__inner {
  position: relative;
  z-index: 1;
  min-height: inherit;
}

.sf-hero__badge {
  position: absolute;
  left: 50%;
  top: 38%;
  transform: translate(-50%, -50%);
  width: min(520px, 78vw);
}

.sf-hero__tag {
  position: absolute;
  left: 50%;
  top: 19%;
  transform: translateX(-50%);
  width: min(240px, 34vw);
}

.sf-hero__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 74px;
  line-height: 1;
  opacity: 0.9;
}

.sf-hero__arrow--left {
  left: 28px;
}

.sf-hero__arrow--right {
  right: 28px;
}

.sf-mobile-title {
  display: none;
}

@media (max-width: 900px) {
  .sf-header {
    position: static;
  }

  .sf-header__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 0;
    gap: 10px;
  }

  .sf-nav {
    width: 100%;
  }

  .sf-nav ul {
    flex-wrap: wrap;
    gap: 10px 16px;
  }

  .sf-hero__arrow {
    font-size: 52px;
  }
}

@media (max-width: 640px) {
  .sf-header__inner,
  .sf-hero__inner {
    width: min(1180px, calc(100% - 24px));
  }

  .sf-brand img {
    width: min(250px, 72vw);
  }

  .sf-nav ul {
    gap: 8px 12px;
  }

  .sf-nav a {
    font-size: 15px;
  }

  .sf-hero {
    min-height: 280px;
  }

  .sf-hero__badge {
    width: min(360px, 76vw);
    top: 40%;
  }

  .sf-hero__tag {
    width: min(160px, 28vw);
    top: 24%;
  }

  .sf-hero__arrow {
    font-size: 40px;
  }

  .sf-hero__arrow--left {
    left: 14px;
  }

  .sf-hero__arrow--right {
    right: 14px;
  }
}
