.page-contact {
  --contact-radius: 22px;
  --contact-gap: clamp(18px, 3.5vw, 32px);
  background: var(--ink);
  color: var(--text);
}

/* ---------- Hero ---------- */
.page-contact .contact-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 5vw, 52px) 0 clamp(40px, 7vw, 84px);
  border-bottom: 1px solid var(--line-soft);
}

.page-contact .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.page-contact .hero-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
}

.page-contact .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 18, 15, 0.5) 0%, rgba(6, 18, 15, 0.9) 62%, var(--ink) 100%),
    repeating-linear-gradient(90deg, rgba(23, 69, 58, 0.42) 0 1px, transparent 1px 88px),
    repeating-linear-gradient(0deg, rgba(23, 69, 58, 0.3) 0 1px, transparent 1px 88px);
}

.page-contact .hero-inner {
  position: relative;
  z-index: 1;
}

.page-contact .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 clamp(18px, 4vw, 34px);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.page-contact .breadcrumb a {
  color: var(--muted);
  text-decoration: none;
}

.page-contact .breadcrumb a:hover {
  color: var(--cyan);
}

.page-contact .crumb-cur {
  color: var(--cyan-soft);
}

.page-contact .hero-grid {
  align-items: start;
}

.page-contact .hero-title {
  margin: 10px 0 14px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(36px, 8.4vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--num);
}

.page-contact .hero-lede {
  max-width: 44ch;
  margin: 0 0 clamp(26px, 5vw, 42px);
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.page-contact .contact-block {
  position: relative;
  padding-left: 18px;
  margin-bottom: clamp(20px, 4vw, 30px);
  border-left: 2px solid var(--line);
}

.page-contact .contact-block::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  width: 2px;
  height: 26px;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(53, 241, 196, 0.6);
}

.page-contact .block-label {
  margin: 0 0 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.page-contact .mega-mail {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(22px, 5.2vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--num);
  overflow-wrap: anywhere;
}

.page-contact .mega-phone {
  margin: 0 0 12px;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(28px, 6.4vw, 46px);
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
  color: var(--cyan);
}

.page-contact .copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  background: transparent;
  color: var(--cyan-soft);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.page-contact .copy-btn:hover,
.page-contact .copy-btn:focus-visible {
  border-color: var(--cyan);
  color: var(--cyan);
}

.page-contact .copy-btn[data-copied] {
  background: var(--cyan);
  border-color: var(--cyan);
  color: var(--on-cyan);
}

/* ---------- Channel cards ---------- */
.page-contact .hero-side {
  display: grid;
  gap: 14px;
  margin-top: clamp(34px, 6vw, 46px);
}

.page-contact .ch-card {
  position: relative;
  padding: 20px 22px 22px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--line);
  border-radius: var(--contact-radius);
  background: var(--ink-2);
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.page-contact .ch-card:hover {
  transform: translateX(3px);
}

.page-contact .ch-card--mail {
  border-left-color: var(--cyan);
  box-shadow: inset 0 0 0 1px rgba(53, 241, 196, 0.1);
}

.page-contact .ch-card--phone {
  border-left-color: var(--orange);
}

.page-contact .ch-card--ticket {
  border-left-color: var(--amber);
}

.page-contact .ch-title {
  margin: 12px 0 8px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--text);
}

.page-contact .ch-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.page-contact .ch-link {
  display: inline-block;
  margin-top: 14px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--amber);
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
  padding-bottom: 2px;
}

.page-contact .ch-link:hover {
  color: var(--cyan);
}

.page-contact .tag--cyan {
  color: var(--cyan);
  border-color: rgba(53, 241, 196, 0.5);
}

.page-contact .tag--orange {
  color: var(--orange);
  border-color: rgba(255, 122, 47, 0.5);
}

.page-contact .tag--amber {
  color: var(--amber);
  border-color: rgba(255, 194, 75, 0.5);
}

/* ---------- Jump nav ---------- */
.page-contact .quick-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: clamp(22px, 4vw, 36px) 0 0;
}

.page-contact .jump-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  background: var(--ink-2);
  color: var(--text);
  font-size: 13px;
  text-decoration: none;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.page-contact .jump-link:hover,
.page-contact .jump-link:focus-visible {
  border-color: var(--cyan);
  color: var(--cyan);
  background: rgba(53, 241, 196, 0.06);
}

/* ---------- Section head ---------- */
.page-contact .section-head {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(22px, 4vw, 36px);
}

.page-contact .head-note {
  margin: 0;
  max-width: 32ch;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

/* ---------- Route list ---------- */
.page-contact .route-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-soft);
}

.page-contact .route-row {
  display: grid;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px dashed var(--line-soft);
}

.page-contact .route-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.page-contact .route-num {
  flex: none;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--cyan);
}

.page-contact .route-name {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text);
}

.page-contact .route-why {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
}

.page-contact .route-tag {
  justify-self: start;
  padding: 5px 13px;
  border: 1px solid currentColor;
  border-radius: var(--r-pill);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.page-contact .route-tag--cyan {
  color: var(--cyan);
}

.page-contact .route-tag--amber {
  color: var(--amber);
}

.page-contact .route-tag--orange {
  color: var(--orange);
}

/* ---------- Hours ---------- */
.page-contact .hours-grid {
  align-items: center;
  row-gap: clamp(28px, 5vw, 40px);
}

.page-contact .hours-copy .prose {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.page-contact .hours-list {
  list-style: none;
  margin: clamp(20px, 3vw, 28px) 0 0;
  padding: 0;
  border-top: 1px solid var(--line-soft);
}

.page-contact .hours-list li {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--line-soft);
  font-size: 14px;
  line-height: 1.7;
}

.page-contact .hours-key {
  flex: none;
  min-width: 96px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--cyan-soft);
  font-variant-numeric: tabular-nums;
}

.page-contact .hours-val {
  color: var(--muted);
}

.page-contact .hours-figure {
  margin: 0;
}

.page-contact .hours-figure .media-frame {
  border: 1px solid var(--line);
  border-radius: var(--contact-radius);
  overflow: hidden;
}

.page-contact .hours-cap {
  margin: 12px 0 0;
  font-family: var(--font-serif);
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
}

.page-contact .media-frame__tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--on-cyan);
  background: var(--cyan);
}

/* ---------- Corrections ---------- */
.page-contact .correction-panel {
  display: grid;
  gap: clamp(24px, 4vw, 44px);
  padding: clamp(24px, 4.5vw, 44px);
  border-radius: var(--r-lg);
  background: var(--ink-2);
}

.page-contact .correction-lead .prose {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.page-contact .side-title {
  margin: 0 0 14px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--amber);
}

.page-contact .correction-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.page-contact .correction-list li {
  position: relative;
  padding: 9px 0 9px 20px;
  border-bottom: 1px dashed var(--line-soft);
  font-size: 14px;
  line-height: 1.7;
  color: var(--text);
}

.page-contact .correction-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 10px;
  height: 1px;
  background: var(--cyan);
}

/* ---------- Partnership ---------- */
.page-contact .coop-grid {
  row-gap: clamp(16px, 3vw, 24px);
}

.page-contact .coop-card {
  display: flex;
  flex-direction: column;
  padding: 26px 24px;
  border: 1px solid var(--line);
  border-radius: var(--contact-radius);
  background: linear-gradient(160deg, rgba(23, 69, 58, 0.35) 0%, rgba(12, 31, 26, 0.9) 60%);
}

.page-contact .coop-num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--orange);
}

.page-contact .coop-title {
  margin: 14px 0 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--num);
}

.page-contact .coop-text {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
}

.page-contact .coop-need {
  margin: auto 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line-soft);
  font-size: 13px;
  line-height: 1.7;
  color: var(--cyan-soft);
}

/* ---------- Location ---------- */
.page-contact .location-wrap {
  display: grid;
  gap: clamp(26px, 4vw, 44px);
  padding: clamp(24px, 4.5vw, 44px);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background:
    repeating-linear-gradient(90deg, rgba(23, 69, 58, 0.28) 0 1px, transparent 1px 72px),
    var(--ink-2);
}

.page-contact .location-copy .prose {
  margin: 0 0 18px;
  max-width: 46ch;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.page-contact .addr {
  display: block;
  padding-left: 16px;
  border-left: 2px solid var(--cyan);
  font-family: var(--font-serif);
  font-size: clamp(17px, 3vw, 21px);
  font-style: normal;
  line-height: 1.6;
  color: var(--num);
}

.page-contact .location-meta {
  margin: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line-soft);
}

.page-contact .meta-item {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
  padding: 13px 0;
  border-bottom: 1px dashed var(--line-soft);
}

.page-contact .meta-item dt {
  flex: none;
  min-width: 84px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.page-contact .meta-item dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text);
  overflow-wrap: anywhere;
}

/* ---------- More links ---------- */
.page-contact .contact-more {
  border-top: 1px solid var(--line-soft);
}

.page-contact .more-links {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.page-contact .more-links li {
  border-bottom: 1px dashed var(--line-soft);
}

.page-contact .more-links a {
  display: block;
  padding: 13px 0 13px 22px;
  position: relative;
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.18s ease, padding-left 0.18s ease;
}

.page-contact .more-links a::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 13px;
  font-family: var(--font-mono);
  color: var(--cyan);
}

.page-contact .more-links a:hover {
  color: var(--cyan);
  padding-left: 28px;
}

/* ---------- Responsive ---------- */
@media (min-width: 720px) {
  .page-contact .route-row {
    grid-template-columns: minmax(230px, 1fr) minmax(0, 1.9fr) 116px;
    align-items: baseline;
    gap: 26px;
  }

  .page-contact .route-tag {
    justify-self: end;
  }

  .page-contact .location-wrap {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    align-items: start;
  }

  .page-contact .correction-panel {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    align-items: start;
  }

  .page-contact .hours-list li {
    flex-wrap: nowrap;
  }
}

@media (min-width: 960px) {
  .page-contact .hero-side {
    margin-top: clamp(48px, 5vw, 76px);
  }

  .page-contact .ch-card:nth-child(2) {
    margin-left: 26px;
  }

  .page-contact .ch-card:nth-child(3) {
    margin-left: 52px;
  }

  .page-contact .quick-nav {
    padding-top: clamp(28px, 4vw, 44px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-contact .ch-card,
  .page-contact .jump-link,
  .page-contact .more-links a,
  .page-contact .copy-btn {
    transition: none;
  }

  .page-contact .ch-card:hover {
    transform: none;
  }
}
