:root {
  --pf-ink: #171b25;
  --pf-ink-soft: #282d3a;
  --pf-gold: #bd9b55;
  --pf-gold-dark: #8f7138;
  --pf-ice: #eaf3f5;
  --pf-sage: #dfe8de;
  --pf-paper: #ffffff;
  --pf-muted: #5d6470;
  --pf-line: #dde1e5;
  --pf-shell: 1220px;
}

html {
  scroll-behavior: smooth;
}

body.site {
  background: #f7f8f8;
  color: var(--pf-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
}

body.site h1,
body.site h2,
body.site h3 {
  color: var(--pf-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
}

body.site a {
  color: var(--pf-gold-dark);
}

.container-header {
  background: var(--pf-ink);
  background-image: none;
  box-shadow: 0 1px 0 rgb(255 255 255 / 10%);
  position: relative;
  z-index: 30;
}

.container-header .grid-child {
  align-items: center;
  max-width: var(--pf-shell);
  padding-left: 24px;
  padding-right: 24px;
}

.container-header .navbar-brand {
  margin: 0;
  padding: 16px 0 10px;
}

.container-header .navbar-brand img {
  height: 50px;
  object-fit: contain;
  width: 109px;
}

.container-header .container-nav {
  justify-content: flex-end;
  margin-top: -65px;
  min-height: 65px;
  padding-bottom: 0;
}

.container-header .navbar-toggler {
  border: 1px solid rgb(255 255 255 / 24%);
  color: #fff;
}

.container-header .mod-menu {
  color: #fff;
  display: flex;
  gap: 4px;
  justify-content: flex-end;
  margin: 0;
}

.container-header .metismenu > li {
  align-items: stretch;
  display: flex;
  min-height: 65px;
}

.container-header .metismenu > li > a,
.container-header .metismenu > li > button {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 13px;
  text-transform: uppercase;
}

.container-header .metismenu > li > a:hover,
.container-header .metismenu > li > button:hover,
.container-header .metismenu > li.active > a,
.container-header .metismenu > li.active > button {
  color: #e6c77e;
}

.container-header .metismenu > li > a::after,
.container-header .metismenu > li > button::before {
  display: none;
}

.container-header .metismenu.mod-menu .mm-collapse {
  background: #fff;
  border: 1px solid var(--pf-line);
  border-radius: 0 0 6px 6px;
  box-shadow: 0 14px 30px rgb(12 17 28 / 18%);
  min-width: 220px;
  padding: 8px;
}

.container-header .metismenu.mod-menu .mm-collapse a {
  border-radius: 4px;
  color: var(--pf-ink);
  display: block;
  font-size: 0.84rem;
  font-weight: 600;
  padding: 10px 12px;
}

.container-header .metismenu.mod-menu .mm-collapse a:hover {
  background: var(--pf-ice);
  color: var(--pf-gold-dark);
}

body.site .site-grid {
  grid-gap: 0;
  padding: 0 !important;
}

body.site .site-grid > .container-component {
  grid-column: full-start / full-end;
  margin: 0 !important;
  max-width: none;
  padding: 0 !important;
  width: 100%;
}

.site-grid main {
  margin: 0;
  max-width: none;
  width: 100%;
}

.com-content-article.item-page {
  overflow: hidden;
}

.com-content-article.item-page > .page-header,
.com-content-article.item-page > .article-info,
.com-content-article.item-page > .pagenavigation {
  display: none;
}

.pf-shell {
  margin: 0 auto;
  max-width: var(--pf-shell);
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.pf-eyebrow {
  color: var(--pf-gold-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.pf-section {
  padding: 72px 0;
}

.pf-section__head {
  margin: 0 auto 36px;
  max-width: 720px;
  text-align: center;
}

.pf-section__head h2 {
  font-size: 2.3rem;
  margin: 0;
}

.pf-hero {
  background: var(--pf-ink);
  height: 570px;
  overflow: hidden;
  position: relative;
}

.pf-hero__slides,
.pf-hero__slide {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.pf-hero__slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 600ms ease;
}

.pf-hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.pf-hero__slide > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pf-hero__shade,
.pf-page-hero__shade,
.pf-service__shade {
  background: rgb(12 18 29 / 58%);
  inset: 0;
  position: absolute;
}

.pf-hero__content {
  color: #fff;
  left: max(24px, calc((100% - var(--pf-shell)) / 2 + 24px));
  max-width: 760px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.pf-hero__content .pf-eyebrow {
  color: #e5c675;
}

body.site .pf-hero__content h1,
body.site .pf-hero__content h2 {
  color: #fff !important;
  font-size: 3.6rem;
  margin: 0;
  max-width: 760px;
  text-shadow: 0 2px 16px rgb(0 0 0 / 32%);
}

.pf-hero__arrow {
  align-items: center;
  background: rgb(15 20 29 / 58%);
  border: 1px solid rgb(255 255 255 / 35%);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 2.3rem;
  height: 46px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  z-index: 3;
}

.pf-hero__arrow:hover,
.pf-hero__arrow:focus-visible {
  background: var(--pf-gold);
  border-color: var(--pf-gold);
  color: var(--pf-ink);
}

.pf-hero__arrow--prev {
  left: 18px;
}

.pf-hero__arrow--next {
  right: 18px;
}

.pf-hero__dots {
  bottom: 24px;
  display: flex;
  gap: 9px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}

.pf-hero__dots button {
  background: rgb(255 255 255 / 55%);
  border: 0;
  border-radius: 50%;
  height: 10px;
  padding: 0;
  width: 10px;
}

.pf-hero__dots button.is-active {
  background: #e5c675;
  box-shadow: 0 0 0 4px rgb(229 198 117 / 26%);
}

.pf-section--products {
  background: var(--pf-paper);
}

.pf-product-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pf-product-card {
  background: #fff;
  border: 1px solid var(--pf-line);
  border-radius: 6px;
  box-shadow: 0 10px 26px rgb(23 27 37 / 7%);
  overflow: hidden;
}

.pf-product-card > a {
  background: #191919;
  display: block;
}

.pf-product-card img {
  aspect-ratio: 3 / 2;
  display: block;
  object-fit: cover;
  width: 100%;
}

.pf-product-card > div {
  padding: 24px;
}

.pf-product-card__tag {
  color: var(--pf-gold-dark);
  font-size: 0.75rem;
  font-weight: 800;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.pf-product-card h3 {
  font-size: 1.35rem;
  margin: 0 0 8px;
}

.pf-product-card p {
  color: var(--pf-muted);
  margin: 0 0 14px;
}

.pf-text-link {
  font-weight: 700;
  text-decoration: none;
}

.pf-text-link:hover {
  text-decoration: underline;
}

.pf-section--benefits {
  background: var(--pf-ice);
}

.pf-benefit-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pf-benefit {
  background: rgb(255 255 255 / 82%);
  border: 1px solid rgb(255 255 255 / 85%);
  border-radius: 6px;
  min-height: 290px;
  padding: 28px;
}

.pf-benefit img {
  height: 64px;
  margin-bottom: 24px;
  width: 64px;
}

.pf-benefit h3 {
  font-size: 1.25rem;
  margin: 0 0 12px;
}

.pf-benefit p {
  color: var(--pf-muted);
  margin: 0;
}

.pf-section--services {
  background: var(--pf-paper);
}

.pf-service-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pf-service {
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.pf-service > img {
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
  width: 100%;
}

.pf-service:hover > img {
  transform: scale(1.035);
}

.pf-service__shade {
  background: rgb(15 22 31 / 56%);
}

.pf-service__content {
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 26px;
  position: absolute;
}

.pf-service__content strong {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
}

.pf-service__content span {
  margin-top: 6px;
}

.pf-section--manifesto {
  background: var(--pf-sage);
}

.pf-manifesto {
  max-width: 900px;
}

.pf-manifesto h2 {
  font-size: 2.35rem;
  margin: 0 0 24px;
}

.pf-richtext {
  color: #353a43;
}

.pf-richtext h2,
.pf-richtext h3,
.pf-richtext h4 {
  margin-top: 1.6em;
}

.pf-richtext p {
  margin: 0 0 1.1em;
}

.pf-richtext ul,
.pf-richtext ol {
  padding-left: 1.3rem;
}

.pf-richtext a {
  font-weight: 650;
}

.pf-page {
  background: #fff;
}

.pf-page-hero {
  height: 410px;
  overflow: hidden;
  position: relative;
}

.pf-page-hero > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pf-page-hero > .pf-shell {
  color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.pf-page-hero .pf-eyebrow {
  color: #e5c675;
}

body.site .pf-page-hero h1 {
  color: #fff !important;
  font-size: 3.3rem;
  margin: 0;
}

.pf-richtext--lead {
  font-size: 1.1rem;
  max-width: 900px;
}

.pf-simple-hero {
  background: var(--pf-ink-soft);
  border-bottom: 5px solid var(--pf-gold);
  color: #fff;
  padding: 68px 0;
}

.pf-simple-hero .pf-eyebrow {
  color: #e5c675;
}

body.site .pf-simple-hero h1 {
  color: #fff !important;
  font-size: 3.2rem;
  margin: 0;
}

.pf-offer-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pf-offer-card {
  background: #fff;
  border: 1px solid var(--pf-line);
  border-radius: 6px;
  padding: 30px;
}

.pf-offer-card h2 {
  border-bottom: 2px solid var(--pf-gold);
  font-size: 1.6rem;
  margin: 0 0 20px;
  padding-bottom: 14px;
}

.pf-contact {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
}

.pf-contact__primary {
  background: var(--pf-ice);
  border-radius: 6px;
  padding: 32px;
}

.pf-contact__primary h2 {
  font-size: 1.5rem;
  margin-top: 0;
}

.pf-contact__primary address {
  font-style: normal;
}

.pf-contact__primary p {
  margin: 14px 0;
}

.pf-button {
  background: var(--pf-gold);
  border-radius: 4px;
  color: var(--pf-ink);
  display: inline-flex;
  font-weight: 800;
  margin-top: 10px;
  padding: 11px 17px;
  text-decoration: none;
}

.pf-button:hover {
  background: var(--pf-gold-dark);
  color: #fff;
}

.container-footer {
  background: var(--pf-ink);
  background-image: none;
  color: #fff;
  margin: 0;
  padding: 54px 0;
}

.container-footer .grid-child {
  max-width: var(--pf-shell);
  padding-left: 24px;
  padding-right: 24px;
}

.pf-footer {
  display: grid;
  gap: 44px;
  grid-template-columns: 1.5fr 1fr 1fr;
  width: 100%;
}

.pf-footer img {
  display: block;
  margin-bottom: 14px;
}

.pf-footer strong {
  color: #e5c675;
  display: block;
  margin-bottom: 10px;
}

.pf-footer address {
  font-style: normal;
}

.pf-footer p {
  margin: 0;
}

.pf-footer a {
  color: #fff;
}

#back-top {
  background: var(--pf-gold);
  border: 0;
  color: var(--pf-ink);
}

.pf-menu-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 1.45rem;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.pf-menu-toggle:hover,
.pf-menu-toggle:focus-visible {
  background: rgb(255 255 255 / 10%);
  border-color: #e5c675;
  color: #e5c675;
}

@media (max-width: 991px) {
  .container-header .grid-child {
    padding-left: 18px;
    padding-right: 18px;
  }

  .container-header .container-nav {
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .pf-menu-toggle {
    display: flex;
    margin-left: auto;
  }

  .container-header.pf-menu-ready .mod-menu {
    background: var(--pf-ink);
    display: none;
    flex-basis: 100%;
    padding: 12px 0 18px;
    width: 100%;
  }

  .container-header.pf-menu-ready.pf-menu-open .mod-menu {
    display: block;
  }

  .container-header .metismenu > li {
    display: block;
    min-height: 0;
  }

  .container-header .metismenu > li > a,
  .container-header .metismenu > li > button {
    min-height: 44px;
    padding: 0 10px;
    width: 100%;
  }

  .container-header .metismenu.mod-menu .mm-collapse {
    border-radius: 4px;
    box-shadow: none;
    margin: 0 8px 8px;
    position: static;
  }

  .pf-hero {
    height: 500px;
  }

  .pf-hero__content {
    left: 72px;
    max-width: calc(100% - 144px);
  }

  body.site .pf-hero__content h1,
  body.site .pf-hero__content h2 {
    font-size: 2.8rem;
  }

  .pf-product-grid,
  .pf-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pf-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .container-header .navbar-brand {
    padding-top: 12px;
  }

  .container-header .container-nav {
    margin-top: -58px;
    min-height: 58px;
  }

  .pf-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .pf-section {
    padding: 52px 0;
  }

  .pf-section__head {
    margin-bottom: 28px;
    text-align: left;
  }

  .pf-section__head h2,
  .pf-manifesto h2 {
    font-size: 1.9rem;
  }

  .pf-hero {
    height: 460px;
  }

  .pf-hero__content {
    left: 50px;
    max-width: calc(100% - 100px);
  }

  body.site .pf-hero__content h1,
  body.site .pf-hero__content h2 {
    font-size: 2.15rem;
  }

  .pf-hero__arrow {
    height: 38px;
    width: 38px;
  }

  .pf-hero__arrow--prev {
    left: 8px;
  }

  .pf-hero__arrow--next {
    right: 8px;
  }

  .pf-product-grid,
  .pf-benefit-grid,
  .pf-service-grid,
  .pf-offer-grid,
  .pf-contact,
  .pf-footer {
    grid-template-columns: 1fr;
  }

  .pf-benefit {
    min-height: 0;
  }

  .pf-page-hero {
    height: 340px;
  }

  body.site .pf-page-hero h1,
  body.site .pf-simple-hero h1 {
    font-size: 2.25rem;
  }

  .pf-simple-hero {
    padding: 50px 0;
  }

  .pf-contact {
    gap: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .pf-hero__slide,
  .pf-service > img {
    transition: none;
  }
}
