.pa-contact-final {
  --pc-gold: #c38832;
  --pc-paper: #f7f3ed;
  --pc-ink: #111;
  color: var(--pc-ink);
  background: var(--pc-paper);
  font-family: Montserrat, Arial, sans-serif;
  line-height: 1.45;
}

.pa-contact-final * { box-sizing: border-box; }
.pa-contact-final h1,
.pa-contact-final h2,
.pa-contact-final p { margin-top: 0; }
.pa-contact-final h1,
.pa-contact-final h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  text-transform: uppercase;
}

.pc-hero {
  position: relative;
  min-height: clamp(610px, 45.92vw, 700px);
  overflow: hidden;
  background: #090807;
}

.pc-hero > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pc-form-card {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: max(3vw, 40px);
  width: min(44vw, 600px);
  padding: 27px 30px 25px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
  text-align: center;
}

.pc-form-card > h1 {
  margin: 0;
  color: #151515;
  font-size: 49px;
  font-weight: 500;
  line-height: 1;
}

.pc-kicker {
  margin: 3px 0 12px;
  color: var(--pc-gold);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.pc-form-intro {
  max-width: 490px;
  margin: 0 auto 16px;
  color: #4d4944;
  font-size: 13px;
  line-height: 1.45;
}

.pc-contact-form {
  display: grid;
  gap: 9px;
  text-align: left;
}

.pc-contact-form label { display: block; }
.pc-contact-form label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.pc-name-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.pc-contact-form input,
.pc-contact-form select,
.pc-contact-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  color: #242424;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  font: 500 13px/1.25 Montserrat, Arial, sans-serif;
}

.pc-contact-form input::placeholder,
.pc-contact-form textarea::placeholder { color: #555; }
.pc-contact-form textarea { height: 86px; resize: vertical; }
.pc-contact-form input:focus,
.pc-contact-form select:focus,
.pc-contact-form textarea:focus {
  border-color: var(--pc-gold);
  outline: 2px solid rgba(195, 136, 50, .3);
}

.pc-contact-form button {
  min-height: 48px;
  color: #fff;
  background: #111;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .23em;
  text-transform: uppercase;
}
.pc-contact-form button:hover { background: #2b241b; }
.pc-contact-form button[disabled] { cursor: wait; opacity: .6; }
.pc-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
}
.pc-form-status {
  min-height: 0;
  margin: 0;
  color: #9c2f27;
  font-size: 12px;
  text-align: center;
}
.pc-form-success { display: none; padding: 46px 20px; }
.pc-form-success > span {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  place-items: center;
  color: #fff;
  background: var(--pc-gold);
  border-radius: 50%;
  font-size: 30px;
}
.pc-form-success h2 { margin: 0; font-size: 38px; }
.pc-form-success p { margin: 4px 0 0; }

.pc-contact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 34px max(5vw, 70px);
  background: #fff;
  border-bottom: 1px solid #e3d8c8;
}

.pc-contact-strip > a {
  display: flex;
  min-width: 0;
  min-height: 108px;
  padding: 21px 24px;
  align-items: center;
  gap: 18px;
  color: #171717;
  background: #fff;
  border: 1px solid #dfc18f;
  box-shadow: 0 12px 28px rgba(59, 43, 22, .07);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.pc-contact-strip > a:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(59, 43, 22, .13);
}
.pc-contact-icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  color: #fff;
  background: #0b0b0b;
  border-radius: 50%;
  font-size: 18px;
}
.pc-contact-text { display: grid; min-width: 0; gap: 2px; }
.pc-contact-text b {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  line-height: 1;
  text-transform: uppercase;
}
.pc-contact-text > span { overflow-wrap: anywhere; font-size: 13px; font-weight: 600; }
.pc-contact-text small { color: #6b6258; font-size: 10px; }

.pc-services {
  padding: 66px max(3vw, 40px) 76px;
  background: #fff;
}
.pc-section-heading {
  width: min(100%, 1200px);
  margin: 0 auto;
  text-align: center;
}
.pc-section-heading h2 { margin: 0; font-size: 49px; font-weight: 500; line-height: 1; }
.pc-section-heading > .pc-kicker { margin: 5px 0 12px; }
.pc-section-heading > p:last-child {
  max-width: 980px;
  margin: 0 auto;
  color: #504a43;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  line-height: 1.3;
}

.pc-services-grid {
  display: grid;
  width: min(100%, 1400px);
  margin: 34px auto 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.pc-services-grid a {
  display: flex;
  overflow: hidden;
  min-width: 0;
  padding-bottom: 18px;
  flex-direction: column;
  color: #111;
  background: #fff;
  border: 1px solid #d4a153;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.pc-services-grid a:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(54, 36, 14, .13);
}
.pc-services-grid img {
  width: 100%;
  aspect-ratio: 1.13;
  object-fit: cover;
}
.pc-services-grid b {
  min-height: 48px;
  padding: 13px 8px 5px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.05;
  text-transform: uppercase;
}
.pc-services-grid span {
  padding: 0 11px;
  color: #4e4943;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 14px;
  line-height: 1.25;
}

.pc-location { background: #fff; border-top: 1px solid #eadbc3; }
.pc-location-inner {
  display: grid;
  min-height: 420px;
  grid-template-columns: minmax(330px, .4fr) minmax(0, .6fr);
}
.pc-location-copy {
  display: flex;
  padding: 58px 48px 58px max(6vw, 68px);
  flex-direction: column;
  justify-content: center;
}
.pc-location-copy h2 { margin: 0; font-size: 45px; font-weight: 500; line-height: 1; }
.pc-location-copy address { margin: 15px 0 24px; color: #4e4943; font-style: normal; line-height: 1.65; }
.pc-location-copy a,
.pc-guidance-copy a {
  align-self: flex-start;
  padding: 14px 24px;
  color: #111;
  background: linear-gradient(90deg, #c88429, #e7b35a);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}
.pc-map-frame { min-height: 420px; background: #eee8df; }
.pc-map-frame iframe { display: block; width: 100%; height: 100%; min-height: 420px; }

.pc-guidance {
  display: grid;
  min-height: 480px;
  grid-template-columns: minmax(0, .46fr) minmax(0, .54fr);
  color: #fff;
  background: #090909;
}
.pc-guidance > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center 24%;
}
.pc-guidance-copy {
  display: flex;
  padding: clamp(50px, 6vw, 90px);
  flex-direction: column;
  justify-content: center;
}
.pc-guidance-copy .pc-kicker { margin-bottom: 14px; font-size: 12px; }
.pc-guidance h2 { margin: 0 0 17px; font-size: clamp(43px, 4vw, 62px); font-weight: 500; line-height: .98; }
.pc-guidance p:not(.pc-kicker) {
  max-width: 620px;
  margin-bottom: 28px;
  color: #e2ddd7;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1.45;
}

.pc-faq { padding: 58px max(4vw, 50px) 72px; background: #fbf8f3; }
.pc-faq .pc-section-heading {
  display: flex;
  width: min(100%, 1250px);
  align-items: flex-end;
  justify-content: space-between;
  text-align: left;
}
.pc-faq .pc-section-heading .pc-kicker { order: 2; font-size: 10px; }
.pc-faq .pc-section-heading h2 { font-size: 43px; }
.pc-faq-grid {
  display: grid;
  width: min(100%, 1250px);
  margin: 22px auto 0;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}
.pc-faq details { background: #fff; border: 1px solid #dcc8a7; }
.pc-faq summary {
  position: relative;
  padding: 17px 50px 17px 20px;
  cursor: pointer;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  list-style: none;
}
.pc-faq summary::-webkit-details-marker { display: none; }
.pc-faq summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  color: var(--pc-gold);
  font-family: Arial, sans-serif;
}
.pc-faq details[open] summary::after { content: "−"; }
.pc-faq details p { padding: 0 20px 18px; margin: 0; color: #554d43; font-size: 13px; }

@media (max-width: 1120px) {
  .pc-form-card { right: 28px; width: 48vw; }
  .pc-contact-strip { padding-inline: 28px; }
  .pc-contact-strip > a { padding: 18px 15px; gap: 11px; }
  .pc-contact-icon { width: 41px; height: 41px; flex-basis: 41px; }
  .pc-services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
  .pc-services-grid b { font-size: 21px; }
}

@media (max-width: 760px) {
  .pc-hero {
    min-height: 0;
    padding: 285px 18px 24px;
    overflow: visible;
    background: var(--pc-paper);
  }
  .pc-hero > img { height: 315px; object-position: 25% center; }
  .pc-form-card {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 25px 18px 23px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .23);
  }
  .pc-form-card > h1 { font-size: 41px; }
  .pc-form-card > .pc-kicker { font-size: 13px; }
  .pc-form-intro { font-size: 13px; }
  .pc-name-row { grid-template-columns: 1fr; }
  .pc-contact-form input,
  .pc-contact-form select,
  .pc-contact-form textarea { font-size: 16px; }

  .pc-contact-strip { grid-template-columns: 1fr; gap: 11px; padding: 24px 18px; }
  .pc-contact-strip > a { min-height: 92px; padding: 17px 18px; }
  .pc-contact-text b { font-size: 21px; }
  .pc-contact-text > span { font-size: 12px; }

  .pc-services { padding: 52px 18px 60px; }
  .pc-section-heading h2 { font-size: 41px; }
  .pc-section-heading > p:last-child { font-size: 17px; }
  .pc-services-grid { grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
  .pc-services-grid b { min-height: 45px; font-size: 17px; }
  .pc-services-grid span { font-size: 13px; }

  .pc-location-inner { grid-template-columns: 1fr; }
  .pc-location-copy { padding: 48px 22px; }
  .pc-location-copy h2 { font-size: 41px; }
  .pc-map-frame,
  .pc-map-frame iframe { min-height: 340px; height: 340px; }

  .pc-guidance { min-height: 0; grid-template-columns: 1fr; }
  .pc-guidance > img { min-height: 0; height: 370px; object-position: center 22%; }
  .pc-guidance-copy { padding: 46px 23px 52px; }
  .pc-guidance h2 { font-size: 42px; }
  .pc-guidance p:not(.pc-kicker) { font-size: 19px; }

  .pc-faq { padding: 48px 18px; }
  .pc-faq .pc-section-heading { display: block; }
  .pc-faq .pc-section-heading h2 { font-size: 37px; }
  .pc-faq .pc-section-heading .pc-kicker { font-size: 9px; }
  .pc-faq-grid { grid-template-columns: 1fr; }
  .pc-faq summary { font-size: 17px; }
}

@media (max-width: 440px) {
  .pc-services-grid { grid-template-columns: 1fr; }
  .pc-services-grid b { min-height: 0; font-size: 19px; }
}
