.elementor-2397 .elementor-element.elementor-element-c5cd2bc{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-c654754 */.pc-contact-page{
  background: #ffffff;
}

/* HERO */
.pc-contact-hero{
  position: relative;
  padding: 120px 0 86px;
  background:
    radial-gradient(circle at top right, rgba(199, 154, 59, 0.08) 0%, transparent 30%),
    linear-gradient(180deg, #121317 0%, #0b0b0d 100%);
  overflow: hidden;
}

.pc-contact-hero__container{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.pc-contact-hero__content{
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.pc-contact-hero__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  margin: 0 0 16px;
  border: 1px solid rgba(199, 154, 59, 0.28);
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  color: #d5aa52;
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.pc-contact-hero__title{
  margin: 0;
  color: #f8f4ee;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(44px, 5.6vw, 84px);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.pc-contact-hero__title span{
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.015em;
}

.pc-contact-hero__text{
  max-width: 760px;
  margin: 18px auto 0;
  color: rgba(248, 244, 238, 0.78);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
}

/* MAIN */
.pc-contact-main{
  position: relative;
  padding: 92px 0;
  background: #ffffff;
}

.pc-contact-main__container{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.pc-contact-main__grid{
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 30px;
  align-items: start;
}

.pc-contact-main__content{
  max-width: 640px;
}

.pc-contact-main__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  margin: 0 0 14px;
  border: 1px solid rgba(199, 154, 59, 0.22);
  border-radius: 999px;
  background: #fbf7ef;
  color: #b48531;
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pc-contact-main__title{
  margin: 0;
  color: #161616;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 3vw, 56px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.pc-contact-main__desc{
  margin: 16px 0 0;
  color: #5f5a52;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
}

.pc-contact-main__highlights{
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.pc-contact-main__highlight{
  padding: 18px 20px;
  border: 1px solid #ece5d9;
  border-radius: 20px;
  background: #fffdf9;
}

.pc-contact-main__highlight strong{
  display: block;
  margin-bottom: 6px;
  color: #161616;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.pc-contact-main__highlight span{
  display: block;
  color: #6d665d;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  line-height: 1.7;
}

.pc-contact-main__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.pc-contact-main__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none !important;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.28s ease;
}

.pc-contact-main__btn--gold{
  background: linear-gradient(135deg, #b8862d 0%, #d7af59 48%, #a67322 100%);
  color: #111111;
  box-shadow: 0 16px 34px rgba(199, 154, 59, 0.20);
}

.pc-contact-main__btn--gold:hover{
  color: #111111;
  transform: translateY(-2px);
}

.pc-contact-main__btn--ghost{
  border: 1px solid #ddd3c3;
  background: #ffffff;
  color: #161616;
}

.pc-contact-main__btn--ghost:hover{
  color: #161616;
  border-color: rgba(199, 154, 59, 0.34);
  background: #fbf7ef;
  transform: translateY(-2px);
}

/* CARDS */
.pc-contact-main__cards{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pc-contact-card{
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 104px;
  padding: 18px 18px;
  border: 1px solid #eadfce;
  border-radius: 22px;
  background: linear-gradient(180deg, #fffdf9 0%, #faf5ee 100%);
  box-shadow: 0 16px 34px rgba(17,17,17,0.04);
  text-decoration: none !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.pc-contact-card:hover{
  transform: translateY(-4px);
  border-color: rgba(199, 154, 59, 0.34);
  box-shadow: 0 22px 44px rgba(17,17,17,0.08);
}

.pc-contact-card__icon{
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(199, 154, 59, 0.14);
}

.pc-contact-card__icon img{
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.pc-contact-card__body strong{
  display: block;
  margin-bottom: 4px;
  color: #161616;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.pc-contact-card__body span{
  display: block;
  color: #6c655b;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
}

/* STRIP */
.pc-contact-strip{
  padding: 0 0 92px;
  background: #ffffff;
}

.pc-contact-strip__container{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.pc-contact-strip__wrap{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 26px 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(199, 154, 59, 0.10) 0%, transparent 28%),
    linear-gradient(180deg, #121317 0%, #0b0b0d 100%);
}

.pc-contact-strip__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 12px;
  margin: 0 0 10px;
  border: 1px solid rgba(199, 154, 59, 0.26);
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  color: #d5aa52;
  font-family: "Manrope", sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pc-contact-strip__title{
  margin: 0;
  color: #f8f4ee;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.pc-contact-strip__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pc-contact-strip__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none !important;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.28s ease;
}

.pc-contact-strip__btn--gold{
  background: linear-gradient(135deg, #b8862d 0%, #d7af59 48%, #a67322 100%);
  color: #111111;
}

.pc-contact-strip__btn--gold:hover{
  color: #111111;
  transform: translateY(-2px);
}

.pc-contact-strip__btn--ghost{
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
  color: #f8f4ee;
}

.pc-contact-strip__btn--ghost:hover{
  color: #ffffff;
  transform: translateY(-2px);
  border-color: rgba(199,154,59,0.34);
}

/* RESPONSIVE */
@media (max-width: 1199px){
  .pc-contact-hero{
    padding: 108px 0 76px;
  }

  .pc-contact-main,
  .pc-contact-strip{
    padding-bottom: 80px;
  }

  .pc-contact-main__container,
  .pc-contact-strip__container,
  .pc-contact-hero__container{
    padding-left: 22px;
    padding-right: 22px;
  }

  .pc-contact-main__grid{
    gap: 24px;
  }
}

@media (max-width: 991px){
  .pc-contact-hero{
    padding: 100px 0 68px;
  }

  .pc-contact-hero__title{
    font-size: clamp(38px, 8vw, 62px);
  }

  .pc-contact-hero__title span{
    font-size: clamp(22px, 4.8vw, 34px);
  }

  .pc-contact-main{
    padding: 68px 0;
  }

  .pc-contact-strip{
    padding: 0 0 68px;
  }

  .pc-contact-main__container,
  .pc-contact-strip__container,
  .pc-contact-hero__container{
    padding-left: 20px;
    padding-right: 20px;
  }

  .pc-contact-main__grid{
    grid-template-columns: 1fr;
  }

  .pc-contact-main__content{
    max-width: 100%;
  }

  .pc-contact-strip__wrap{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .pc-contact-hero{
    padding: 92px 0 56px;
  }

  .pc-contact-main{
    padding: 56px 0;
  }

  .pc-contact-strip{
    padding: 0 0 56px;
  }

  .pc-contact-main__container,
  .pc-contact-strip__container,
  .pc-contact-hero__container{
    padding-left: 16px;
    padding-right: 16px;
  }

  .pc-contact-hero__eyebrow,
  .pc-contact-main__eyebrow{
    min-height: 32px;
    padding: 7px 12px;
    margin-bottom: 12px;
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .pc-contact-hero__title,
  .pc-contact-main__title{
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.05;
  }

  .pc-contact-hero__title span{
    margin-top: 6px;
    font-size: clamp(20px, 6vw, 28px);
    line-height: 1.12;
  }

  .pc-contact-hero__text,
  .pc-contact-main__desc{
    font-size: 13px;
    line-height: 1.75;
  }

  .pc-contact-main__highlights{
    gap: 10px;
    margin-top: 18px;
  }

  .pc-contact-main__highlight{
    padding: 15px 16px;
    border-radius: 16px;
  }

  .pc-contact-main__highlight strong{
    font-size: 13px;
  }

  .pc-contact-main__highlight span{
    font-size: 12px;
    line-height: 1.65;
  }

  .pc-contact-main__actions{
    gap: 10px;
    margin-top: 18px;
  }

  .pc-contact-main__btn{
    width: 100%;
    min-width: 100%;
    min-height: 48px;
    font-size: 11px;
  }

  .pc-contact-main__cards{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pc-contact-card{
    min-height: auto;
    padding: 15px 14px;
    border-radius: 16px;
  }

  .pc-contact-card__icon{
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .pc-contact-card__icon img{
    width: 20px;
    height: 20px;
  }

  .pc-contact-card__body strong{
    font-size: 13px;
  }

  .pc-contact-card__body span{
    font-size: 12px;
    line-height: 1.6;
  }

  .pc-contact-strip__wrap{
    padding: 20px 16px;
    border-radius: 20px;
  }

  .pc-contact-strip__title{
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1.06;
  }

  .pc-contact-strip__actions{
    gap: 10px;
  }

  .pc-contact-strip__btn{
    width: 100%;
    min-width: 100%;
    min-height: 48px;
    font-size: 11px;
  }
}/* End custom CSS */