.page-contact {
  --contact-shadow-sm: 0 6px 0 rgba(26, 26, 26, 0.08), 0 16px 30px rgba(26, 26, 26, 0.06);
  --contact-shadow-lg: 10px 12px 0 rgba(26, 26, 26, 0.18), 0 24px 40px rgba(26, 26, 26, 0.08);
  --contact-shadow-lift: 0 9px 0 rgba(26, 26, 26, 0.1), 0 22px 36px rgba(26, 26, 26, 0.1);
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
}

.page-contact .container {
  max-width: var(--container);
  margin-inline: auto;
}

.page-contact .page-kicker {
  color: var(--orange);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.page-contact .section-label {
  color: var(--orange);
  font-family: var(--font-anno);
  font-style: italic;
  font-size: 0.92rem;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
}

.page-contact .section-label-light {
  color: var(--gold);
}

.contact-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}

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

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

.contact-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(26, 26, 26, 0.92) 0%, rgba(26, 26, 26, 0.72) 42%, rgba(11, 37, 69, 0.9) 100%);
}

.contact-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(48px, 8vw, 92px) 20px 44px;
}

.page-contact .contact-hero-inner .breadcrumbs {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.page-contact .contact-hero-inner .breadcrumbs a {
  color: var(--gold);
  text-underline-offset: 4px;
}

.page-contact .contact-hero-inner .breadcrumbs li[aria-current="page"] {
  color: var(--paper);
  opacity: 0.78;
}

.contact-hero-anno {
  writing-mode: vertical-rl;
  font-family: var(--font-anno);
  font-size: 0.82rem;
  letter-spacing: 0.32em;
  color: var(--gold);
  position: absolute;
  top: 46px;
  right: 18px;
  opacity: 0.95;
}

.contact-hero h1 {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  max-width: 18em;
  text-wrap: balance;
}

.contact-hero-lead {
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.8;
  max-width: 48em;
  margin: 0;
  color: rgba(245, 240, 232, 0.92);
}

.hero-rule {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 28px 0 20px;
}

.hero-rule::before {
  content: "";
  display: block;
  height: 4px;
  width: 56px;
  background: var(--orange);
  transform: skewX(-20deg);
}

.hero-rule::after {
  content: "";
  display: block;
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, var(--gold), rgba(201, 165, 58, 0));
}

.contact-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0;
  font-size: 0.95rem;
  color: rgba(245, 240, 232, 0.82);
}

.contact-hero-index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.contact-hero-index a {
  color: var(--paper);
  text-decoration: none;
  border: 1px solid rgba(245, 240, 232, 0.32);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.9rem;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.contact-hero-index a:hover {
  border-color: var(--orange);
  background-color: rgba(232, 74, 42, 0.18);
}

.contact-service {
  position: relative;
  padding: 72px 20px 60px;
}

.contact-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: repeating-linear-gradient(135deg, var(--orange) 0 10px, var(--paper) 10px 20px);
}

.contact-service-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.contact-service-head h2,
.contact-trust-head h2,
.contact-split h2 {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.1;
  margin: 0;
  letter-spacing: -0.01em;
}

.contact-service-head p:last-child {
  max-width: 36em;
  color: var(--gray);
  font-size: 0.98rem;
  line-height: 1.7;
  margin: 0;
}

.channels-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.channel-card {
  position: relative;
  border-radius: 18px;
  padding: 30px 28px 28px;
  background-color: var(--paper);
  border: 1px solid var(--deep-paper);
  box-shadow: var(--contact-shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.channel-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--contact-shadow-lift);
}

.channel-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 14px;
  background: linear-gradient(-45deg, var(--orange) 0 50%, transparent 50%);
  border-radius: 0 0 18px 0;
}

.channel-card-ink {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

.channel-card-ink::after {
  background: linear-gradient(-45deg, var(--orange) 0 50%, transparent 50%);
}

.channel-card-dark {
  background: var(--blue);
  color: var(--paper);
  border-color: var(--blue);
}

.channel-card-dark::after {
  background: linear-gradient(-45deg, var(--gold) 0 50%, transparent 50%);
}

.channel-card-paper {
  background: var(--paper);
}

.channel-card-topic {
  background: var(--paper);
  border-color: var(--gold);
}

.channel-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.channel-icon {
  width: 46px;
  height: 46px;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--orange);
  color: #fff;
}

.channel-icon svg {
  width: 22px;
  height: 22px;
}

.channel-card-dark .channel-icon {
  background: rgba(255, 255, 255, 0.12);
  color: var(--gold);
  border: 1px solid rgba(201, 165, 58, 0.45);
}

.channel-card-paper .channel-icon {
  background: var(--ink);
  color: var(--paper);
}

.channel-card-topic .channel-icon {
  background: var(--blue);
  color: #fff;
}

.channel-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
}

.channel-card-dark .channel-label {
  color: var(--gold);
}

.channel-card-ink .channel-label {
  color: var(--orange);
}

.channel-value {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
  color: var(--ink);
  overflow-wrap: anywhere;
}

.channel-card-ink .channel-value,
.channel-card-dark .channel-value {
  color: #fff;
}

.channel-desc {
  font-size: 0.94rem;
  line-height: 1.7;
  color: var(--gray);
  margin: 0;
}

.channel-card-ink .channel-desc,
.channel-card-dark .channel-desc {
  color: rgba(245, 240, 232, 0.86);
}

.topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.topic-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--paper);
  border: 1px solid var(--gold);
  color: var(--ink);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.3;
}

.topic-tag::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
  flex: none;
}

.contact-timeband {
  background: var(--ink);
  border-top: 3px dashed var(--gold);
  border-bottom: 3px dashed var(--gold);
  color: var(--paper);
  padding: 26px 20px;
}

.timeband-inner {
  display: grid;
  gap: 16px;
}

.timeband-inner h2 {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.45rem;
  margin: 0;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 12px;
}

.time-live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 0 rgba(232, 74, 42, 0.55);
  animation: contact-pulse 2s ease-out infinite;
}

@keyframes contact-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(232, 74, 42, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(232, 74, 42, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(232, 74, 42, 0);
  }
}

.timeband-grid {
  display: grid;
  gap: 6px;
}

.time-value {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  color: #fff;
  margin: 0;
  letter-spacing: -0.01em;
}

.time-note {
  margin: 0;
  color: rgba(245, 240, 232, 0.82);
  font-size: 0.96rem;
  line-height: 1.7;
}

.contact-split {
  background: var(--blue);
  color: var(--paper);
  padding: 72px 20px;
}

.contact-split .container {
  display: grid;
  gap: 44px;
  align-items: start;
}

.message-board {
  background: var(--paper);
  color: var(--ink);
  border-radius: 22px;
  padding: 34px 28px;
  box-shadow: var(--contact-shadow-lg);
}

.message-board h2 {
  color: var(--ink);
  font-size: 1.7rem;
  margin: 0 0 10px;
}

.message-board-intro {
  color: var(--gray);
  font-size: 0.96rem;
  line-height: 1.7;
  margin: 0 0 26px;
}

.board-field {
  margin-bottom: 18px;
}

.board-field label {
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--ink);
}

.board-field input,
.board-field select,
.board-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--deep-paper);
  background: #fff;
  border-radius: 12px;
  padding: 12px 14px;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.board-field textarea {
  resize: vertical;
  min-height: 130px;
}

.board-field input:focus,
.board-field select:focus,
.board-field textarea:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(232, 74, 42, 0.16);
}

.board-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: rgba(216, 207, 192, 0.35);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  padding: 13px 15px;
  font-size: 0.9rem;
  color: var(--gray);
  line-height: 1.65;
}

.board-note svg {
  width: 18px;
  height: 18px;
  flex: none;
  margin-top: 3px;
  color: var(--blue);
}

.board-note p {
  margin: 0;
}

.board-note a {
  color: var(--blue);
  font-weight: 800;
  text-underline-offset: 4px;
}

.address-section h2 {
  color: var(--paper);
  font-size: 1.7rem;
  margin: 0 0 18px;
}

.address-card {
  position: relative;
  background: var(--paper);
  color: var(--ink);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 8px 10px 0 rgba(26, 26, 26, 0.28), 0 24px 40px rgba(26, 26, 26, 0.18);
  overflow: hidden;
}

.address-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 52px 52px;
  border-color: transparent transparent var(--gold) transparent;
}

.address-badge {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 7px 12px;
  border-radius: 7px;
  margin-bottom: 14px;
}

.address-text {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.15rem, 2.6vw, 1.35rem);
  line-height: 1.4;
  margin: 0 0 20px;
  padding-right: 12px;
}

.address-figure {
  margin: 0 0 18px;
  border-radius: 14px;
  overflow: hidden;
  background: var(--deep-paper);
}

.address-figure img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.address-note {
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--gray);
  margin: 0;
}

.address-note strong {
  color: var(--ink);
}

.contact-trust {
  padding: 72px 20px;
}

.contact-trust-head h2 {
  margin-bottom: 6px;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 30px;
}

.trust-card {
  background: var(--deep-paper);
  border-radius: 18px;
  padding: 28px 26px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: var(--contact-shadow-sm);
}

.trust-card h3 {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.2rem;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.trust-card h3::before {
  content: "";
  width: 7px;
  height: 16px;
  background: var(--orange);
  transform: skewX(-20deg);
}

.trust-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.trust-card a {
  color: var(--blue);
  font-weight: 800;
  text-underline-offset: 4px;
}

.trust-card p {
  font-size: 0.94rem;
  line-height: 1.7;
  color: var(--gray);
  margin: 0 0 14px;
}

.trust-card p:last-child {
  margin-bottom: 0;
}

.trust-card .num {
  font-family: var(--font-head);
  font-weight: 900;
  color: var(--orange);
  font-size: 1.6rem;
}

.trust-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

.trust-fact {
  background: var(--paper);
  border-radius: 12px;
  padding: 14px 10px;
  text-align: center;
  border: 1px solid rgba(26, 26, 26, 0.04);
}

.trust-fact strong {
  display: block;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.4rem, 3vw, 1.7rem);
  color: var(--orange);
  line-height: 1.2;
}

.trust-fact span {
  display: block;
  font-size: 0.82rem;
  color: var(--gray);
  margin-top: 4px;
}

.trust-card.coop {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

.trust-card.coop h3::before {
  background: var(--gold);
}

.trust-card.coop h3 {
  color: #fff;
}

.trust-card.coop p {
  color: rgba(245, 240, 232, 0.85);
}

.trust-card.coop a {
  color: var(--gold);
}

.trust-card.coop strong {
  color: #fff;
}

.contact-footnote {
  background: var(--ink);
  color: var(--paper);
  padding: 28px 20px;
}

.contact-footnote .container {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.contact-footnote p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(245, 240, 232, 0.8);
}

.footnote-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.contact-footnote a {
  color: var(--paper);
  text-underline-offset: 4px;
  opacity: 0.85;
}

.contact-footnote a:hover {
  opacity: 1;
  color: var(--gold);
}

@media (min-width: 720px) {
  .timeband-inner {
    grid-template-columns: 1fr 1.4fr;
    align-items: center;
    gap: 24px;
  }

  .timeband-grid {
    text-align: left;
  }

  .time-value {
    font-size: 2.1rem;
  }
}

@media (min-width: 840px) {
  .channels-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .contact-service-head {
    align-items: center;
  }
}

@media (min-width: 980px) {
  .contact-split .container {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
  }

  .address-section {
    position: sticky;
    top: 120px;
  }

  .contact-hero-anno {
    right: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-contact *,
  .page-contact *::before,
  .page-contact *::after {
    transition: none !important;
    animation: none !important;
  }
}
