body.home .main-page-wrapper {
  margin-top: 0;
  padding-top: 0;
}

body.home .main-page-wrapper > .container {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

body.home .main-page-wrapper > .container > .row {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

body.home .xewex-home-main {
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
}

.xewex-home-main {
  --xewex-home-ink: #14181b;
  --xewex-home-muted: #5f6468;
  --xewex-home-line: #d8d3ca;
  --xewex-home-paper: #f7f4ee;
  --xewex-home-paper-light: #fbfaf7;
  --xewex-home-blue: #102d47;
  color: var(--xewex-home-ink);
  background: var(--xewex-home-paper-light);
  overflow: hidden;
}

.xewex-home-main,
.xewex-home-main * {
  box-sizing: border-box;
}

.xewex-home-main a {
  color: inherit;
  text-decoration: none;
}

.xewex-home-hero {
  position: relative;
  background: var(--xewex-home-paper);
  border-bottom: 1px solid var(--xewex-home-line);
}

.xewex-home-hero__inner {
  display: grid;
  grid-template-columns: minmax(390px, 0.88fr) minmax(0, 1.12fr);
  min-height: clamp(470px, 38vw, 590px);

  margin: 0 auto;
}


header.xewex-site-header {
    margin-bottom: 0px;
}

.xewex-home-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 70px 44px 70px max(36px, calc((100vw - 1368px) / 2));
}

.xewex-home-hero__eyebrow,
.xewex-home-about__eyebrow {
  margin: 0 0 16px;
  color: #806a4f;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.xewex-home-hero__title {
  max-width: 650px;
  margin: 0;
  color: var(--xewex-home-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 3.25vw, 58px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-transform: uppercase;
}

.xewex-home-hero__text {
  max-width: 530px;
  margin: 24px 0 0;
  color: #42474a;
  font-size: 15px;
  line-height: 1.65;
}

.xewex-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.xewex-home-hero__action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid var(--xewex-home-ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.065em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.xewex-home-hero__action--primary {
  color: #fff !important;
  background: var(--xewex-home-ink);
}

.xewex-home-hero__action--secondary {
  color: var(--xewex-home-ink) !important;
  background: transparent;
}

.xewex-home-hero__action--primary:hover,
.xewex-home-hero__action--primary:focus-visible {
  color: var(--xewex-home-ink) !important;
  background: transparent;
}

.xewex-home-hero__action--secondary:hover,
.xewex-home-hero__action--secondary:focus-visible {
  color: #fff !important;
  background: var(--xewex-home-ink);
}

.xewex-home-hero__media {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.xewex-home-hero__media::before {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 15%;
  background: linear-gradient(90deg, var(--xewex-home-paper), transparent);
  content: "";
  pointer-events: none;
}

.xewex-home-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 50%;
}

.xewex-home-benefits {
  background: var(--xewex-home-paper);
  border-bottom: 1px solid var(--xewex-home-line);
}

.xewex-home-benefits__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 1368px;
  margin: 0 auto;
  padding: 24px 0;
}

.xewex-home-benefit {
  display: flex;
  min-height: 66px;
  align-items: center;
  gap: 15px;
  padding: 4px 28px;
  border-left: 1px solid var(--xewex-home-line);
}

.xewex-home-benefit:first-child {
  border-left: 0;
}

.xewex-home-benefit__icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.xewex-home-benefit__text {
  max-width: 180px;
  margin: 0;
  color: #34393c;
  font-size: 12px;
  line-height: 1.55;
}

.xewex-home-categories {
  padding: 52px 36px 30px;
  background: var(--xewex-home-paper-light);
}

.xewex-home-categories__inner,
.xewex-home-promos__inner,
.xewex-home-about__inner {
  width: 100%;
  max-width: 1368px;
  margin: 0 auto;
}

.xewex-home-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 24px;
}

.xewex-home-section-heading__title,
.xewex-home-about__title {
  margin: 0;
  color: var(--xewex-home-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 2.25vw, 38px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.1;
  text-transform: uppercase;
}

.xewex-home-section-heading__link,
.xewex-home-about__link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 7px 0;
  border-bottom: 1px solid transparent;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-transform: uppercase;
  transition: border-color 180ms ease;
}

.xewex-home-section-heading__link:hover,
.xewex-home-section-heading__link:focus-visible,
.xewex-home-about__link:hover,
.xewex-home-about__link:focus-visible {
  border-color: currentColor;
}

.xewex-home-section-heading__arrow,
.xewex-home-about__arrow {
  font-size: 22px;
  font-weight: 400;
  line-height: 0;
}

.xewex-home-categories__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.xewex-home-category-card {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--xewex-home-line);
  background: #f2eee6;
}

.xewex-home-category-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 0 solid rgba(20, 24, 27, 0.58);
  content: "";
  pointer-events: none;
  transition: border-width 180ms ease;
}

.xewex-home-category-card:hover::after,
.xewex-home-category-card:focus-visible::after {
  border-width: 5px;
}

.xewex-home-category-card__heading {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(249, 247, 241, 0.98), rgba(249, 247, 241, 0));
  pointer-events: none;
}

.xewex-home-category-card__title {
  max-width: 85%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.2;
  text-transform: uppercase;
}

.xewex-home-category-card__arrow {
  font-size: 20px;
  line-height: 1;
  transition: transform 180ms ease;
}

.xewex-home-category-card:hover .xewex-home-category-card__arrow,
.xewex-home-category-card:focus-visible .xewex-home-category-card__arrow {
  transform: translateX(4px);
}

.xewex-home-category-card__media {
  position: absolute;
  inset: 0;
  display: block;
}

.xewex-home-category-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.xewex-home-category-card:hover .xewex-home-category-card__image,
.xewex-home-category-card:focus-visible .xewex-home-category-card__image {
  transform: scale(1.035);
}

.xewex-home-category-card__placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #b3aa9a;
  background:
    radial-gradient(circle at 70% 70%, rgba(191, 166, 118, 0.25), transparent 35%),
    radial-gradient(circle at 35% 40%, rgba(25, 66, 99, 0.18), transparent 40%),
    #f3f0e9;
}

.xewex-home-category-card__placeholder svg {
  width: 36%;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.xewex-home-promos {
  padding: 0 36px 52px;
  background: var(--xewex-home-paper-light);
  border-bottom: 1px solid var(--xewex-home-line);
}

.xewex-home-promos__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.xewex-home-promo {
  position: relative;
  display: block;
  aspect-ratio: 2 / 0.82;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid var(--xewex-home-line);
}

.xewex-home-promo__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.xewex-home-promo:hover .xewex-home-promo__image,
.xewex-home-promo:focus-visible .xewex-home-promo__image {
  transform: scale(1.025);
}

.xewex-home-promo--dark .xewex-home-promo__image {
  object-position: 63% 50%;
}

.xewex-home-promo--light .xewex-home-promo__image {
  object-position: 55% 50%;
}

.xewex-home-promo__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 8, 12, 0.95) 0%, rgba(5, 8, 12, 0.66) 38%, rgba(5, 8, 12, 0) 70%);
}

.xewex-home-promo__content {
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  display: flex;
  width: 55%;
  min-width: 290px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 34px;
}

.xewex-home-promo--dark .xewex-home-promo__content {
  color: #fff;
}

.xewex-home-promo--light .xewex-home-promo__content {
  color: var(--xewex-home-ink);
}

.xewex-home-promo__title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 1.9vw, 31px);
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-transform: uppercase;
}

.xewex-home-promo__text {
  max-width: 370px;
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.55;
}

.xewex-home-promo__action {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 21px;
  padding: 10px 16px;
  border: 1px solid currentColor;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.055em;
  line-height: 1.2;
  text-transform: uppercase;
}

.xewex-home-about {
  padding: 52px 36px;
  background: var(--xewex-home-paper);
}

.xewex-home-about__inner {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(0, 2.2fr);
  gap: 40px;
  align-items: stretch;
}

.xewex-home-about__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 0;
}

.xewex-home-about__title {
  margin-bottom: 20px;
}

.xewex-home-about__text {
  margin: 0;
  color: #444a4e;
  font-size: 13px;
  line-height: 1.7;
}

.xewex-home-about__link {
  margin-top: 25px;
}

.xewex-home-about__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}

.xewex-home-about__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 330px;
  max-height: 430px;
  object-fit: cover;
}

.xewex-home-about__image--left {
  object-position: 32% 50%;
}

.xewex-home-about__image--center {
  object-position: 50% 50%;
}

.xewex-home-about__image--right {
  object-position: 68% 50%;
}

@media (max-width: 1200px) {
  .xewex-home-hero__content {
    padding-left: 36px;
  }

  .xewex-home-benefits__inner {
    padding-right: 18px;
    padding-left: 18px;
  }

  .xewex-home-benefit {
    padding-right: 18px;
    padding-left: 18px;
  }

  .xewex-home-category-card__heading {
    padding: 16px;
  }

  .xewex-home-category-card__title {
    font-size: 15px;
  }

  .xewex-home-promo__content {
    width: 61%;
    min-width: 0;
    padding: 28px;
  }
}

@media (max-width: 900px) {
  .xewex-home-hero__inner {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    min-height: 510px;
  }

  .xewex-home-hero__content {
    padding: 54px 28px 54px 30px;
  }

  .xewex-home-hero__title {
    font-size: clamp(32px, 4.8vw, 43px);
  }

  .xewex-home-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .xewex-home-hero__action {
    width: 100%;
  }

  .xewex-home-benefits__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xewex-home-benefit {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--xewex-home-line);
  }

  .xewex-home-benefit:nth-child(odd) {
    border-left: 0;
  }

  .xewex-home-benefit:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .xewex-home-categories {
    padding: 44px 24px 24px;
  }

  .xewex-home-promos {
    padding: 0 24px 44px;
  }

  .xewex-home-category-card__heading {
    padding: 12px;
  }

  .xewex-home-category-card__title {
    font-size: 13px;
  }

  .xewex-home-category-card__arrow {
    display: none;
  }

  .xewex-home-promo {
    min-height: 270px;
  }

  .xewex-home-promo__content {
    width: 70%;
    padding: 24px;
  }

  .xewex-home-promo__text {
    font-size: 11px;
  }

  .xewex-home-about {
    padding: 44px 24px;
  }

  .xewex-home-about__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .xewex-home-about__content {
    max-width: 680px;
  }

  .xewex-home-about__image {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .xewex-home-hero__inner {
    display: flex;
    min-height: auto;
    flex-direction: column-reverse;
  }

  .xewex-home-hero__content {
    padding: 38px 20px 42px;
  }

  .xewex-home-hero__media {
    height: min(72vw, 460px);
  }

  .xewex-home-hero__media::before {
    inset: auto 0 0;
    width: auto;
    height: 25%;
    background: linear-gradient(0deg, var(--xewex-home-paper), transparent);
  }

  .xewex-home-hero__image {
    object-position: 54% 49%;
  }

  .xewex-home-hero__eyebrow {
    margin-bottom: 12px;
  }

  .xewex-home-hero__title {
    font-size: clamp(31px, 9.6vw, 43px);
  }

  .xewex-home-hero__text {
    margin-top: 18px;
    font-size: 14px;
  }

  .xewex-home-hero__actions {
    width: 100%;
    margin-top: 24px;
  }

  .xewex-home-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .xewex-home-section-heading__link {
    order: 2;
  }

  .xewex-home-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .xewex-home-category-card__heading {
    min-height: 56px;
    padding: 10px;
  }

  .xewex-home-category-card__title {
    font-size: clamp(11px, 3.2vw, 14px);
  }

  .xewex-home-promos__inner {
    grid-template-columns: 1fr;
  }

  .xewex-home-promo {
    aspect-ratio: 1.45 / 1;
    min-height: 280px;
  }

  .xewex-home-promo__content {
    width: 65%;
  }

  .xewex-home-about__gallery {
    grid-template-columns: 1fr 1fr;
  }

  .xewex-home-about__image {
    min-height: 230px;
    max-height: 300px;
  }

  .xewex-home-about__image--right {
    display: none;
  }
}

@media (max-width: 520px) {
  .xewex-home-benefits__inner {
    grid-template-columns: 1fr;
    padding: 8px 20px;
  }

  .xewex-home-benefit,
  .xewex-home-benefit:nth-child(odd) {
    padding: 14px 0;
    border-bottom: 1px solid var(--xewex-home-line);
    border-left: 0;
  }

  .xewex-home-benefit:nth-last-child(2) {
    border-bottom: 1px solid var(--xewex-home-line);
  }

  .xewex-home-benefit:last-child {
    border-bottom: 0;
  }

  .xewex-home-benefit__text {
    max-width: none;
  }

  .xewex-home-categories {
    padding: 38px 14px 16px;
  }

  .xewex-home-promos {
    padding: 0 14px 38px;
  }

  .xewex-home-section-heading {
    margin-bottom: 18px;
  }

  .xewex-home-section-heading__title,
  .xewex-home-about__title {
    font-size: 25px;
  }

  .xewex-home-promo {
    aspect-ratio: 1 / 1.05;
    min-height: 350px;
  }

  .xewex-home-promo__image {
    object-position: 60% 50%;
  }

  .xewex-home-promo--light .xewex-home-promo__image {
    object-position: 64% 50%;
  }

  .xewex-home-promo__overlay {
    background: linear-gradient(90deg, rgba(5, 8, 12, 0.94), rgba(5, 8, 12, 0.45) 66%, rgba(5, 8, 12, 0.08));
  }

  .xewex-home-promo__content {
    width: 76%;
    padding: 22px;
  }

  .xewex-home-promo--light .xewex-home-promo__content {
    width: 72%;
  }

  .xewex-home-promo__title {
    font-size: 23px;
  }

  .xewex-home-about {
    padding: 38px 14px;
  }

  .xewex-home-about__gallery {
    gap: 8px;
  }

  .xewex-home-about__image {
    min-height: 190px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .xewex-home-hero__action,
  .xewex-home-category-card::after,
  .xewex-home-category-card__arrow,
  .xewex-home-category-card__image,
  .xewex-home-promo__image,
  .xewex-home-section-heading__link,
  .xewex-home-about__link {
    transition: none;
  }
}
