/** PunisherTN support page. */
.ptn-contact-page { padding-block: clamp(42px,7vw,82px) clamp(60px,9vw,110px); }
.ptn-contact-hero {
  max-width: 760px;
  margin-bottom: clamp(32px,5vw,54px);
}
.ptn-contact-eyebrow {
  color: #aaa382;
  font-size: .62rem;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ptn-contact-hero h1 {
  margin: 10px 0 12px;
  color: #efede7;
  font-family: Inter,system-ui,sans-serif;
  font-size: clamp(2.5rem,6vw,5.4rem);
  font-weight: 650;
  letter-spacing: -.055em;
  line-height: .98;
  text-transform: none;
}
.ptn-contact-hero p { max-width: 580px; margin: 0; color: #8e938f; font-size: .94rem; line-height: 1.65; }
.ptn-contact-layout {
  display: grid;
  grid-template-columns: minmax(240px,.72fr) minmax(0,1.28fr);
  gap: clamp(24px,5vw,64px);
  align-items: start;
}
.ptn-contact-options { display: grid; gap: 12px; }
.ptn-contact-option {
  padding: 20px;
  border: 1px solid rgba(224,221,207,.11);
  border-radius: 7px;
  background: rgba(255,255,255,.016);
}
.ptn-contact-option span { color: #777c79; font-size: .57rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.ptn-contact-option strong { margin: 9px 0 6px; display: block; color: #d8d6cf; font-size: .95rem; }
.ptn-contact-option p { margin: 0 0 12px; color: #7f8480; font-size: .73rem; line-height: 1.55; }
.ptn-contact-option a { color: #c9c4ad; font-size: .66rem; font-weight: 720; letter-spacing: .05em; text-transform: uppercase; }
.ptn-contact-form-shell {
  padding: clamp(22px,4vw,38px);
  border: 1px solid rgba(224,221,207,.13);
  border-radius: 9px;
  background: #0f1213;
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
}
.ptn-contact-form-head { margin-bottom: 25px; }
.ptn-contact-form-head span { color: #777c79; font-size: .58rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.ptn-contact-form-head h2 { margin: 7px 0 0; color: #e4e2dc; font-family: Inter,system-ui,sans-serif; font-size: clamp(1.45rem,3vw,2rem); font-weight: 640; letter-spacing: -.025em; text-transform: none; }
.ptn-contact-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.ptn-contact-field { min-width: 0; }
.ptn-contact-field--full { grid-column: 1 / -1; }
.ptn-contact-field label { margin-bottom: 7px; display: block; color: #989c98; font-size: .64rem; font-weight: 680; letter-spacing: .045em; }
.ptn-contact-field input,
.ptn-contact-field select,
.ptn-contact-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid rgba(224,221,207,.14);
  border-radius: 4px;
  background: #090b0c;
  color: #dcddd8;
  font: .84rem/1.45 Inter,system-ui,sans-serif;
  box-shadow: none;
  outline: none;
  transition: border-color .2s ease,background-color .2s ease;
}
.ptn-contact-field textarea { min-height: 150px; resize: vertical; }
.ptn-contact-field input:focus,
.ptn-contact-field select:focus,
.ptn-contact-field textarea:focus { border-color: rgba(200,192,158,.55); background: #0b0e0f; }
.ptn-contact-submit {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 50px;
  margin-top: 2px;
  border: 1px solid #d4d0c0;
  border-radius: 4px;
  background: #d5d1c2;
  color: #090b0c;
  font-size: .7rem;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ptn-contact-submit:hover { background: #efecdf; }
.ptn-contact-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.ptn-contact-notice {
  margin: 0 0 20px;
  padding: 12px 14px;
  border: 1px solid rgba(224,221,207,.13);
  border-left: 2px solid #9cad91;
  border-radius: 3px;
  background: rgba(156,173,145,.055);
  color: #bdc9b6;
  font-size: .76rem;
}
.ptn-contact-notice.is-error { border-left-color: #aa776e; background: rgba(170,119,110,.055); color: #d1aaa3; }

@media (max-width: 760px) {
  .ptn-contact-layout { grid-template-columns: 1fr; }
  .ptn-contact-options { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 520px) {
  .ptn-contact-page { padding-top: 32px; }
  .ptn-contact-options,
  .ptn-contact-form { grid-template-columns: 1fr; }
  .ptn-contact-field--full,
  .ptn-contact-submit { grid-column: auto; }
}
