.elementor-5120 .elementor-element.elementor-element-0c8dd6b{--display:flex;}@media(max-width:767px){.elementor-5120 .elementor-element.elementor-element-0c8dd6b{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-e81b3a6 *//* FULL WIDTH */
body:has(.fh-retouch-page) {
  background: #050505 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

body:has(.fh-retouch-page) #page,
body:has(.fh-retouch-page) .site,
body:has(.fh-retouch-page) .site-content,
body:has(.fh-retouch-page) .content-area,
body:has(.fh-retouch-page) .site-main,
body:has(.fh-retouch-page) .entry-content,
body:has(.fh-retouch-page) article,
body:has(.fh-retouch-page) .hentry,
body:has(.fh-retouch-page) .page-content,
body:has(.fh-retouch-page) .wp-site-blocks,
body:has(.fh-retouch-page) .wp-block-post-content,
body:has(.fh-retouch-page) .container,
body:has(.fh-retouch-page) .content,
body:has(.fh-retouch-page) .main-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #050505 !important;
}

body:has(.fh-retouch-page) .entry-title,
body:has(.fh-retouch-page) .page-title,
body:has(.fh-retouch-page) header.entry-header {
  display: none !important;
}

body:has(.fh-retouch-page) .site-header,
body:has(.fh-retouch-page) header.site-header {
  background: #000 !important;
  border-bottom: 1px solid rgba(201, 162, 77, 0.12) !important;
}

body:has(.fh-retouch-page) .site-footer,
body:has(.fh-retouch-page) footer {
  background: #050505 !important;
}

/* BASE */
.fh-retouch-page {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #050505 !important;
  color: #f4efe6;
  font-family: Inter, Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.fh-retouch-page * {
  box-sizing: border-box;
}

.fh-container {
  width: min(1320px, calc(100% - 80px));
  margin: 0 auto;
}

.fh-narrow {
  max-width: 960px;
}

/* TEXT */
.fh-kicker {
  color: #c9a24d;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 20px;
}

.fh-hero h1,
.fh-section h2 {
  color: #fff;
  letter-spacing: -0.055em;
  margin: 0;
}

.fh-hero h1 {
  font-size: clamp(46px, 5.6vw, 86px);
  line-height: 0.94;
  max-width: 820px;
}

.fh-section h2 {
  font-size: clamp(36px, 4.4vw, 62px);
  line-height: 1.03;
  max-width: 960px;
}

.fh-subtitle,
.fh-section-header p,
.fh-narrow p,
.fh-contact-text p {
  color: #d4cabd;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.56;
  margin: 0;
}

.fh-subtitle {
  max-width: 720px;
  margin-top: 28px;
}

.fh-section-header {
  margin-bottom: 38px;
}

.fh-section-header p {
  max-width: 760px;
  margin-top: 18px;
}

/* HERO */
.fh-hero {
  padding: 120px 0 110px;
  background: #050505;
  border-bottom: 1px solid rgba(201, 162, 77, 0.08);
}

.fh-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
  gap: 78px;
  align-items: center;
}

.fh-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.fh-tags span {
  color: #e7d8b6;
  border: 1px solid rgba(201, 162, 77, 0.34);
  background: rgba(255, 255, 255, 0.035);
  padding: 9px 13px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
}

.fh-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.fh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.fh-btn-primary {
  background: #c9a24d;
  color: #050505 !important;
}

.fh-btn-primary:hover {
  background: #e1bd65;
  transform: translateY(-2px);
}

.fh-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #fff !important;
  background: rgba(255, 255, 255, 0.02);
}

.fh-btn-secondary:hover {
  border-color: #c9a24d;
  color: #c9a24d !important;
  transform: translateY(-2px);
}

.fh-hero-image {
  padding: 10px;
  border-radius: 30px;
  border: 1px solid rgba(201, 162, 77, 0.22);
  background: rgba(201, 162, 77, 0.12);
}

.fh-hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
  background: #0b0b0b;
}

/* SECTIONS */
.fh-section {
  padding: 105px 0;
  background: #050505;
}

.fh-section-tight {
  padding-top: 0;
}

.fh-before-section,
.fh-contact-section {
  background: #070707;
}

/* GRIDS */
.fh-three-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.fh-four-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* CARDS */
.fh-card,
.fh-direct-email,
.fh-contact-card {
  background: #101010;
  border: 1px solid rgba(201, 162, 77, 0.16);
  border-radius: 24px;
}

.fh-card {
  padding: 30px;
  min-height: 210px;
}

.fh-card h3 {
  color: #fff;
  font-size: 21px;
  line-height: 1.18;
  margin: 0 0 13px;
}

.fh-card p {
  color: #cec4b7;
  font-size: 16px;
  line-height: 1.56;
  margin: 0;
}

.fh-numbered-card span {
  display: block;
  color: #c9a24d;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 22px;
}

/* PORTFOLIO */
.fh-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.fh-portfolio-grid figure,
.fh-before-grid figure {
  margin: 0;
  overflow: hidden;
  background: #0b0b0b;
  border: 1px solid rgba(201, 162, 77, 0.14);
  border-radius: 24px;
}

.fh-portfolio-grid figure {
  aspect-ratio: 4 / 5;
}

.fh-portfolio-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* BEFORE AFTER */
.fh-before-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.fh-before-grid figure {
  aspect-ratio: 16 / 9;
}

.fh-before-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #080808;
}

/* CONTACT */
.fh-contact-section {
  padding: 115px 0;
  border-top: 1px solid rgba(201, 162, 77, 0.08);
}

.fh-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1fr);
  gap: 52px;
  align-items: start;
}

.fh-contact-text h2 {
  color: #fff;
  font-size: clamp(38px, 4.4vw, 66px);
  line-height: 1;
  letter-spacing: -0.055em;
  margin: 0 0 24px;
}

.fh-contact-text > p {
  max-width: 640px;
  margin-bottom: 28px;
}

.fh-contact-card {
  padding: 36px;
}

.fh-contact-card h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin: 0 0 16px;
}

.fh-contact-card p {
  color: #cec4b7;
  font-size: 16px;
  line-height: 1.56;
  margin: 0;
}

.fh-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 22px;
}

.fh-contact-note {
  color: #9f9485 !important;
  font-size: 13px !important;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .fh-hero-grid,
  .fh-contact-grid {
    grid-template-columns: 1fr;
  }

  .fh-hero-image {
    max-width: 720px;
  }

  .fh-four-grid,
  .fh-portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .fh-container {
    width: min(100% - 40px, 1320px);
  }

  .fh-three-grid,
  .fh-before-grid {
    grid-template-columns: 1fr;
  }

  .fh-hero {
    padding: 85px 0 78px;
  }

  .fh-section {
    padding: 78px 0;
  }

  .fh-section-tight {
    padding-top: 0;
  }

  .fh-contact-section {
    padding: 85px 0;
  }
}

@media (max-width: 560px) {
  .fh-container {
    width: min(100% - 28px, 1320px);
  }

  .fh-hero h1 {
    font-size: 42px;
  }

  .fh-section h2,
  .fh-contact-text h2 {
    font-size: 36px;
  }

  .fh-four-grid,
  .fh-portfolio-grid {
    grid-template-columns: 1fr;
  }

  .fh-card,
  .fh-contact-card {
    padding: 24px;
  }

  .fh-buttons,
  .fh-contact-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .fh-btn {
    width: 100%;
  }
}/* End custom CSS */