.page-contact {
  --page-bg: var(--ph-silver);
  --page-ink: var(--ph-charcoal);
  background: var(--page-bg);
  color: var(--page-ink);
  font-family: var(--font-body);
  overflow-x: hidden;
}

.page-contact img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ---------- breadcrumbs ---------- */
.page-contact .breadcrumbs {
  padding: 22px 0 10px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--ph-charcoal);
}
.page-contact .breadcrumbs a {
  color: var(--ph-blue);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.page-contact .breadcrumbs a:hover {
  color: var(--ph-red);
  border-bottom-color: var(--ph-red);
}
.page-contact .breadcrumbs .sep {
  color: var(--ph-gold);
  margin: 0 8px;
}
.page-contact .breadcrumbs [aria-current="page"] {
  color: var(--ph-charcoal);
  font-weight: 700;
}

/* ---------- hero ---------- */
.page-contact .contact-hero {
  position: relative;
  color: #fff;
  background: linear-gradient(135deg, var(--ph-midnight) 0%, var(--ph-midnight) 64%, var(--ph-red) 64.2%, var(--ph-orange) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
  margin-bottom: 8px;
}
.page-contact .contact-hero-inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 40px 0 72px;
}
.page-contact .contact-hero-copy {
  position: relative;
  z-index: 2;
}
.page-contact .hero-kicker {
  margin: 0 0 12px;
  color: var(--ph-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.page-contact .contact-hero h1 {
  margin: 0 0 18px;
  font-family: var(--font-head);
  font-size: clamp(32px, 6vw, 60px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: 0.02em;
  color: #fff;
}
.page-contact .h1-sub {
  display: block;
  margin-top: 8px;
  font-family: var(--font-head);
  font-size: 0.52em;
  letter-spacing: 0.08em;
  color: var(--ph-orange);
}
.page-contact .hero-lead {
  max-width: 40em;
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}
.page-contact .hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
}
.page-contact .meta-item {
  display: inline-flex;
  align-items: center;
}
.page-contact .meta-dot {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: var(--ph-red);
  box-shadow: 2px 2px 0 rgba(255, 255, 255, 0.35);
}
.page-contact .hero-visual {
  position: relative;
  z-index: 1;
}
.page-contact .hero-visual::after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -12px;
  left: 12px;
  top: 12px;
  border: 1px solid var(--ph-gold);
  z-index: -1;
}
.page-contact .hero-img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.08);
  clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 76%);
}

/* ---------- section shared ---------- */
.page-contact .section-kicker {
  margin: 0 0 6px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ph-blue);
}
.page-contact .section-title {
  margin-top: 0;
  margin-bottom: 14px;
  font-family: var(--font-head);
  font-size: clamp(26px, 3.6vw, 42px);
  font-weight: 900;
  line-height: 1.1;
  color: var(--ph-ink);
  letter-spacing: 0.01em;
}
.page-contact .section-desc {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ph-charcoal);
}

/* ---------- channels ---------- */
.page-contact .contact-channels {
  position: relative;
  padding: 60px 0 44px;
  background: var(--ph-silver);
}
.page-contact .channels-head {
  margin-bottom: 28px;
}
.page-contact .channels-visual {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 36px;
  border: 2px solid var(--ph-gold);
  box-shadow: 10px 10px 0 rgba(201, 151, 0, 0.18);
  aspect-ratio: 2 / 1;
  object-fit: cover;
  filter: grayscale(0.25) contrast(1.05);
}
.page-contact .channel-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.page-contact .channel-card {
  position: relative;
  padding: 44px 22px 26px;
  background: var(--ph-ink);
  color: #fff;
  border-top: 4px solid var(--ph-red);
  box-shadow: 12px 12px 0 rgba(230, 57, 70, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.page-contact .channel-card:hover {
  transform: translateY(-6px);
  box-shadow: 6px 6px 0 rgba(230, 57, 70, 0.22);
}
.page-contact .card-mail {
  border-top-color: var(--ph-red);
}
.page-contact .card-phone {
  border-top-color: var(--ph-blue);
}
.page-contact .card-address {
  border-top-color: var(--ph-gold);
}
.page-contact .channel-num {
  position: absolute;
  top: 18px;
  right: 22px;
  font-family: var(--font-mono);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  color: var(--ph-gold);
  opacity: 0.3;
}
.page-contact .channel-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  color: var(--ph-blue);
  stroke: currentColor;
}
.page-contact .channel-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.02em;
}
.page-contact .channel-card > p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}
.page-contact .channel-value {
  display: inline-block;
  margin: 2px 0 16px;
  padding: 10px 16px;
  background: var(--ph-red);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.page-contact .channel-value:hover {
  background: var(--ph-orange);
  box-shadow: 4px 4px 0 var(--ph-gold);
  transform: translate(2px, 2px);
}
.page-contact .channel-address {
  margin: 4px 0 16px;
  padding: 10px 12px;
  border-left: 3px solid var(--ph-gold);
  font-family: var(--font-mono);
  font-size: 15px;
  line-height: 1.7;
  color: var(--ph-silver);
}
.page-contact .channel-sub {
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.58);
}
.page-contact .channel-sub a {
  color: var(--ph-blue);
  text-decoration: none;
  border-bottom: 1px dashed var(--ph-blue);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.page-contact .channel-sub a:hover {
  color: #fff;
  border-color: #fff;
}

/* ---------- response ---------- */
.page-contact .contact-response {
  position: relative;
  padding: 60px 0 64px;
  background: var(--ph-ink);
  color: #fff;
}
.page-contact .contact-response::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--ph-red), var(--ph-orange), var(--ph-gold));
}
.page-contact .contact-response .section-title {
  color: #fff;
}
.page-contact .response-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
.page-contact .response-intro > p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}
.page-contact .response-topics {
  border-left: 3px solid var(--ph-blue);
  padding-left: 14px;
}
.page-contact .response-trust {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(201, 151, 0, 0.4);
  background: rgba(201, 151, 0, 0.08);
  padding: 10px 12px;
}
.page-contact .prep-title {
  margin: 22px 0 10px;
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 900;
  color: var(--ph-gold);
  letter-spacing: 0.04em;
}
.page-contact .prep-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-contact .prep-list li {
  position: relative;
  padding: 6px 0 6px 20px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}
.page-contact .prep-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 10px;
  height: 2px;
  background: var(--ph-red);
}
.page-contact .response-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 24px;
}
.page-contact .metric {
  background: var(--ph-charcoal);
  text-align: center;
  padding: 18px 10px 16px;
  border-bottom: 2px solid var(--ph-blue);
}
.page-contact .metric dt {
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.66);
}
.page-contact .metric dd {
  margin: 0 0 4px;
  font-family: var(--font-mono);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  color: var(--ph-blue);
}
.page-contact .metric span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.56);
}
.page-contact .quickform {
  background: var(--ph-charcoal);
  border: 1px solid rgba(0, 168, 232, 0.35);
  padding: 22px;
}
.page-contact .qf-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.page-contact .qf-title {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}
.page-contact .qf-badge {
  display: inline-block;
  padding: 6px 10px;
  background: var(--ph-blue);
  color: var(--ph-ink);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
}
.page-contact .qf-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-contact .qf-list li + li {
  border-top: 1px dashed rgba(255, 255, 255, 0.16);
}
.page-contact .qf-list a {
  display: block;
  padding: 14px 8px;
  color: var(--ph-silver);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}
.page-contact .qf-list a::before {
  content: "→ ";
  color: var(--ph-orange);
}
.page-contact .qf-list a:hover {
  background: var(--ph-red);
  color: #fff;
  padding-left: 16px;
}

/* ---------- map ---------- */
.page-contact .contact-map {
  padding: 60px 0 64px;
  background: var(--ph-midnight);
  color: #fff;
}
.page-contact .contact-map .section-title {
  color: #fff;
}
.page-contact .contact-map .section-desc {
  color: rgba(255, 255, 255, 0.72);
}
.page-contact .map-head {
  margin-bottom: 28px;
}
.page-contact .map-frame {
  position: relative;
  margin: 0 0 24px;
  border: 1px solid rgba(201, 151, 0, 0.55);
  box-shadow: 0 0 0 8px rgba(201, 151, 0, 0.08), 12px 12px 0 rgba(230, 57, 70, 0.25);
}
.page-contact .map-image {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.1) brightness(0.85);
}
.page-contact .map-pin {
  position: absolute;
  right: 28%;
  top: 36%;
  text-align: center;
  color: #fff;
}
.page-contact .pin-dot {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto 10px;
  background: var(--ph-red);
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 0 0 6px rgba(230, 57, 70, 0.35);
}
.page-contact .pin-label {
  display: inline-block;
  padding: 4px 8px;
  background: var(--ph-ink);
  border-left: 3px solid var(--ph-gold);
  font-family: var(--font-mono);
  font-size: 12px;
  white-space: nowrap;
}
.page-contact .map-routes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.page-contact .map-routes li {
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.06);
  border-left: 3px solid var(--ph-gold);
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.86);
}
.page-contact .map-routes strong {
  margin-right: 6px;
  color: var(--ph-silver);
  font-weight: 700;
}

/* ---------- help ---------- */
.page-contact .contact-help {
  position: relative;
  padding: 60px 0 64px;
  background: linear-gradient(135deg, var(--ph-red) 0%, var(--ph-orange) 100%);
  color: #fff;
  overflow: hidden;
}
.page-contact .contact-help::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 280px;
  height: 280px;
  background: rgba(255, 255, 255, 0.12);
  transform: rotate(45deg);
}
.page-contact .help-panel {
  position: relative;
  z-index: 1;
  max-width: 760px;
}
.page-contact .help-kicker {
  margin: 0 0 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}
.page-contact .help-panel .section-title {
  color: #fff;
}
.page-contact .help-desc {
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.94);
}
.page-contact .help-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.page-contact .help-cta {
  display: inline-block;
  padding: 12px 20px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.32);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.page-contact .help-cta:hover {
  background: #fff;
  color: var(--ph-red);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.32);
  transform: translate(2px, 2px);
}
.page-contact .help-cta-solid {
  background: #fff;
  color: var(--ph-red);
  border-color: #fff;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.18);
}
.page-contact .help-cta-solid:hover {
  background: var(--ph-ink);
  color: #fff;
  border-color: var(--ph-ink);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.18);
}

/* ---------- responsive ---------- */
@media (min-width: 768px) {
  .page-contact .contact-hero-inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 44px;
    padding: 52px 0 76px;
  }
  .page-contact .channel-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  .page-contact .channel-card {
    margin-top: 0;
  }
  .page-contact .channel-card.card-phone {
    margin-top: 28px;
  }
  .page-contact .channel-card.card-address {
    margin-top: 56px;
  }
  .page-contact .response-panel {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: start;
  }
  .page-contact .quickform {
    margin-top: 0;
  }
  .page-contact .map-routes {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-contact .map-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 40px;
    margin-bottom: 32px;
  }
  .page-contact .channels-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 40px;
    margin-bottom: 32px;
  }
  .page-contact .channels-head .section-desc,
  .page-contact .map-head .section-desc {
    margin-bottom: 6px;
  }
}

@media (min-width: 1024px) {
  .page-contact .contact-channels,
  .page-contact .contact-response,
  .page-contact .contact-map,
  .page-contact .contact-help {
    padding: 88px 0;
  }
  .page-contact .channels-visual {
    margin: 0 0 40px auto;
  }
  .page-contact .channel-card {
    padding: 48px 28px 30px;
  }
  .page-contact .response-metrics {
    gap: 16px;
  }
  .page-contact .metric {
    padding: 22px 14px 18px;
  }
  .page-contact .metric dd {
    font-size: 34px;
  }
  .page-contact .quickform {
    padding: 28px;
  }
  .page-contact .help-panel .section-title {
    font-size: 42px;
  }
}
