.page-contact {
  background: var(--white);
  color: var(--ink);
}

/* ===== Hero ===== */
.page-contact .contact-hero {
  position: relative;
  background: var(--grad-navy);
  color: var(--white);
  overflow: hidden;
  padding-top: 32px;
}
@media (min-width: 900px) {
  .page-contact .contact-hero {
    padding-top: 48px;
  }
}
.page-contact .hero-bg-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: .7;
}
.page-contact .contact-hero .container {
  position: relative;
  z-index: 1;
}
.page-contact .breadcrumb {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 28px;
  font-family: var(--font-display);
  font-size: 14px;
}
.page-contact .breadcrumb-link {
  color: rgba(255,255,255,.72);
  text-decoration: none;
}
.page-contact .breadcrumb-link:hover {
  color: var(--gold);
}
.page-contact .breadcrumb-sep {
  color: rgba(255,255,255,.4);
}
.page-contact .breadcrumb-current {
  color: var(--gold);
}
.page-contact .contact-hero-copy {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}
.page-contact .contact-hero .kicker {
  color: var(--gold);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 14px;
}
.page-contact .contact-hero h1 {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(48px, 9vw, 88px);
  letter-spacing: -0.03em;
}
.page-contact .contact-hero .lead {
  font-family: var(--font-body);
  font-size: clamp(17px, 2.4vw, 21px);
  line-height: 1.7;
  color: rgba(255,255,255,.88);
  margin: 0;
}
.page-contact .hero-facts {
  margin: 28px 0 0;
  font-family: var(--font-display);
  font-size: 14px;
  color: rgba(255,255,255,.6);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
}
.page-contact .hero-contact-cta {
  display: grid;
  gap: 16px;
  margin: 40px 0 32px;
}
@media (min-width: 900px) {
  .page-contact .hero-contact-cta {
    grid-template-columns: 1fr 1fr;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-contact .cta-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 26px 20px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.05);
  border-radius: var(--radius);
}
.page-contact .cta-row--gold {
  border: 1px solid rgba(212,175,55,.55);
  background: rgba(212,175,55,.1);
}
.page-contact .cta-label {
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}
.page-contact .cta-value {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26px, 4.8vw, 42px);
  line-height: 1.15;
  color: var(--white);
  word-break: break-all;
}
.page-contact .contact-hero .btn {
  width: 100%;
  max-width: 280px;
  margin-top: 8px;
  border-radius: var(--radius);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  padding: 14px 20px;
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s;
}
.page-contact .contact-hero .btn-gold {
  background: var(--grad-gold);
  border: 1px solid var(--gold);
  color: var(--navy);
}
.page-contact .contact-hero .btn-gold:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
}
.page-contact .contact-hero .btn-outline {
  background: transparent;
  border: 1px solid rgba(255,255,255,.4);
  color: var(--white);
}
.page-contact .contact-hero .btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.page-contact .hero-media {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 16px 40px;
}
@media (min-width: 900px) {
  .page-contact .hero-media {
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 72px;
  }
}
.page-contact .hero-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(212,175,55,.5);
  border-radius: var(--radius);
}

/* ===== Channels ===== */
.page-contact .contact-channels {
  padding: 56px 0 48px;
  background: var(--white);
}
@media (min-width: 900px) {
  .page-contact .contact-channels {
    padding: 96px 0 80px;
  }
}
.page-contact .section-head--center {
  max-width: 760px;
  text-align: center;
  margin: 0 auto 32px;
}
.page-contact .section-head .kicker {
  color: var(--navy-soft);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 12px;
}
.page-contact .section-head h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(32px, 5vw, 48px);
  color: var(--navy);
  margin: 0 0 12px;
}
.page-contact .section-desc {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
}
.page-contact .channel-list {
  max-width: 980px;
  margin: 40px auto 0;
}
.page-contact .channel-item {
  display: grid;
  gap: 12px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}
.page-contact .channel-item:last-child {
  border-bottom: 1px solid var(--line);
}
.page-contact .channel-index {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  color: var(--gold);
}
.page-contact .channel-copy {
  min-width: 0;
}
.page-contact .channel-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 24px;
  color: var(--navy);
  margin: 0 0 6px;
}
.page-contact .channel-desc {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}
.page-contact .channel-value {
  display: inline-block;
  margin-top: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(22px, 4vw, 28px);
  color: var(--navy);
  word-break: break-all;
}
.page-contact .channel-btn {
  justify-self: start;
  border-radius: var(--radius);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}
.page-contact .contact-channels .btn-outline {
  border: 1px solid var(--navy-soft);
  color: var(--navy);
  background: transparent;
}
.page-contact .contact-channels .btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.page-contact .contact-channels .btn-gold {
  background: var(--grad-gold);
  color: var(--navy);
  border: 1px solid var(--gold);
}
.page-contact .contact-channels .btn-gold:hover {
  background: var(--gold-light);
}
@media (min-width: 900px) {
  .page-contact .channel-item {
    grid-template-columns: 80px 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 36px 0;
  }
  .page-contact .channel-btn {
    justify-self: end;
  }
  .page-contact .channel-value {
    margin-top: 0;
  }
}

/* ===== Response ===== */
.page-contact .contact-response {
  padding: 56px 0;
  background: var(--ice);
}
@media (min-width: 900px) {
  .page-contact .contact-response {
    padding: 96px 0;
  }
}
.page-contact .response-grid {
  display: grid;
  gap: 32px;
  align-items: center;
}
@media (min-width: 900px) {
  .page-contact .response-grid {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}
.page-contact .response-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
}
.page-contact .response-copy .kicker {
  color: var(--gold);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 12px;
}
.page-contact .response-copy h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(30px, 4vw, 44px);
  color: var(--navy);
  margin: 0 0 16px;
}
.page-contact .response-copy .lead {
  font-family: var(--font-body);
  font-size: 19px;
  line-height: 1.7;
  color: var(--ink);
  margin: 0;
}
.page-contact .response-timeline {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}
.page-contact .response-timeline li {
  position: relative;
  margin: 0 0 18px;
  padding-left: 24px;
  border-left: 2px solid rgba(212,175,55,.45);
}
.page-contact .response-timeline li:last-child {
  margin-bottom: 0;
}
.page-contact .response-timeline li::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: var(--gold);
  border: 2px solid var(--white);
  border-radius: 50%;
}
.page-contact .timeline-step {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  color: var(--navy);
  margin-bottom: 2px;
}
.page-contact .response-timeline p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}
.page-contact .response-note {
  margin: 24px 0 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  color: var(--red);
}

/* ===== Boundary ===== */
.page-contact .contact-boundary {
  padding: 56px 0;
  background: var(--white);
}
@media (min-width: 900px) {
  .page-contact .contact-boundary {
    padding: 96px 0;
  }
}
.page-contact .boundary-grid {
  display: grid;
  gap: 16px;
  margin-top: 8px;
}
@media (min-width: 900px) {
  .page-contact .boundary-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-contact .boundary-card {
  border: 1px solid var(--line);
  background: var(--ice);
  padding: 28px 24px;
  border-radius: var(--radius);
}
.page-contact .boundary-card h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 20px;
  color: var(--navy);
  margin: 0 0 14px;
}
.page-contact .boundary-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-contact .boundary-card li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
}
.page-contact .boundary-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: var(--gold);
}
.page-contact .boundary-card p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,.85);
  margin: 0;
}
.page-contact .boundary-card--address {
  background: var(--grad-navy);
  border-color: var(--navy);
}
.page-contact .boundary-card--address h3 {
  color: var(--gold);
}
.page-contact .notice {
  max-width: 760px;
  margin: 32px auto 0;
}

/* ===== Explore ===== */
.page-contact .contact-explore {
  padding: 56px 0;
  background: var(--grad-navy);
  color: var(--white);
}
@media (min-width: 900px) {
  .page-contact .contact-explore {
    padding: 96px 0;
  }
}
.page-contact .contact-explore .section-head--center {
  margin-bottom: 40px;
}
.page-contact .contact-explore .section-head h2 {
  color: var(--white);
}
.page-contact .contact-explore .kicker {
  color: var(--gold);
}
.page-contact .explore-grid {
  display: grid;
  gap: 16px;
}
@media (min-width: 900px) {
  .page-contact .explore-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-contact .explore-card {
  display: block;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.16);
  padding: 28px 24px;
  text-decoration: none;
  border-radius: var(--radius);
  transition: border-color .25s, background .25s;
}
.page-contact .explore-card:hover,
.page-contact .explore-card:focus-visible {
  border-color: var(--gold);
  background: rgba(255,255,255,.1);
}
.page-contact .explore-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 28px;
  color: var(--gold);
  margin-bottom: 14px;
}
.page-contact .explore-card h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  margin: 0 0 8px;
  color: var(--white);
}
.page-contact .explore-card p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,.72);
  margin: 0;
}
