.page-contact {
  --contact-radius: 16px;
  --contact-offset: 5px 5px 0 rgba(0, 0, 0, 0.08);
}

.page-contact .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 22px 0 4px;
  font-size: 13px;
  font-weight: 600;
}

.page-contact .breadcrumb-link {
  color: var(--c-blue);
  text-decoration: none;
}

.page-contact .breadcrumb-link:hover {
  text-decoration: underline;
}

.page-contact .breadcrumb-divider,
.page-contact .breadcrumb-current {
  color: var(--muted);
}

.page-contact .page-heading {
  margin: 18px 0 30px;
}

.page-contact .page-heading h1 {
  font-family: var(--font-headline);
  font-size: clamp(1.55rem, 4vw, 2.6rem);
  line-height: 1.18;
  margin: 0 0 12px;
  border-left: 10px solid var(--c-coral);
  padding-left: 16px;
  text-shadow: 3px 3px 0 rgba(255, 107, 82, 0.16);
}

.page-contact .lead {
  max-width: 52em;
  margin: 0 0 18px;
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}

.page-contact .contact-summary {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-contact .summary-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--card-bg);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 700;
}

.page-contact .summary-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.page-contact .dot-mint {
  background: var(--c-mint);
}

.page-contact .dot-coral {
  background: var(--c-coral);
}

.page-contact .dot-violet {
  background: var(--c-violet);
}

.page-contact .dot-yellow {
  background: var(--c-yellow);
}

.page-contact .contact-channels {
  margin: 0 0 48px;
}

.page-contact .section-kicker {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-bottom: 18px;
}

.page-contact .section-kicker h2 {
  font-family: var(--font-headline);
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0;
}

.page-contact .section-kicker h2::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 24px;
  border-radius: 4px;
  margin-left: 12px;
  vertical-align: -4px;
}

.page-contact .section-kicker p {
  margin: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.72);
}

.page-contact .contact-channels .section-kicker h2::after {
  background: var(--c-coral);
}

.page-contact .feedback-tags .section-kicker h2::after {
  background: var(--c-status-new);
}

.page-contact .response-metrics .section-kicker h2::after {
  background: var(--c-yellow);
}

.page-contact .feedback-flow .section-kicker h2::after {
  background: var(--c-blue);
}

.page-contact .entry-links .section-kicker h2::after {
  background: var(--c-yellow);
}

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

.page-contact .channel-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  background: var(--card-bg);
  border: 1px solid #d8d2c6;
  border-top: 6px solid var(--ink);
  border-radius: var(--contact-radius);
  padding: 20px;
  box-shadow: var(--contact-offset);
}

.page-contact .channel-card--email {
  border-top-color: var(--c-mint);
}

.page-contact .channel-card--phone {
  border-top-color: var(--c-coral);
}

.page-contact .channel-card--address {
  border-top-color: var(--c-violet);
}

.page-contact .channel-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.page-contact .channel-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  color: var(--ink);
  margin-bottom: 14px;
}

.page-contact .channel-card--email .channel-icon {
  background: var(--c-mint);
}

.page-contact .channel-card--phone .channel-icon {
  background: var(--c-coral);
}

.page-contact .channel-card--address .channel-icon {
  background: var(--c-violet);
}

.page-contact .channel-title {
  font-family: var(--font-headline);
  font-size: 1.05rem;
  margin: 0 0 8px;
}

.page-contact .channel-tag {
  align-self: flex-start;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.page-contact .channel-card--email .channel-tag {
  background: var(--c-mint);
}

.page-contact .channel-card--phone .channel-tag {
  background: var(--c-coral);
}

.page-contact .channel-card--address .channel-tag {
  background: var(--c-violet);
}

.page-contact .channel-value {
  display: block;
  margin: 14px 0 8px;
  font-family: var(--font-headline);
  font-size: 1.05rem;
  font-weight: 700;
  word-break: break-all;
}

.page-contact .channel-value--link {
  color: var(--c-blue);
  text-decoration: none;
}

.page-contact .channel-value--link:hover {
  text-decoration: underline;
}

.page-contact .channel-value--text {
  color: var(--ink);
}

.page-contact .channel-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #555;
}

.page-contact .channel-deco {
  position: absolute;
  right: 10px;
  bottom: 8px;
  width: 104px;
  max-width: 38%;
  height: auto;
  border-radius: 10px;
  opacity: 0.4;
  transform: rotate(4deg);
  pointer-events: none;
  z-index: 0;
}

.page-contact .feedback-tags,
.page-contact .response-metrics,
.page-contact .entry-links {
  padding-top: clamp(30px, 5vw, 54px);
  padding-bottom: clamp(30px, 5vw, 54px);
}

.page-contact .feedback-tags,
.page-contact .response-metrics {
  margin-bottom: 42px;
}

.page-contact .filter-block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -4px 0 18px;
}

.page-contact .btn-filter {
  border: 2px solid var(--ink);
  background: var(--card-bg);
  border-radius: 999px;
  padding: 8px 16px;
  font-family: var(--font-headline);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  color: var(--ink);
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.page-contact .btn-filter:hover {
  transform: translateY(-2px);
}

.page-contact .btn-filter.is-active {
  background: var(--ink);
  color: #fff;
}

.page-contact .tag-matrix {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.page-contact .tag-tile {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 14px 13px;
  border-radius: 14px;
  border: 2px solid var(--card-bg);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
}

.page-contact .tag-tile--lemon {
  background: var(--c-yellow);
}

.page-contact .tag-tile--coral {
  background: var(--c-coral);
}

.page-contact .tag-tile--mint {
  background: var(--c-mint);
}

.page-contact .tag-tile--violet {
  background: var(--c-violet);
}

.page-contact .tag-tile--blue {
  background: var(--c-blue);
}

.page-contact .tag-tile--orange {
  background: var(--c-status-hot);
}

.page-contact .tag-name {
  font-family: var(--font-headline);
  font-size: 0.98rem;
  font-weight: 700;
}

.page-contact .tag-sub {
  font-size: 13px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.72);
}

.page-contact .tag-due {
  align-self: flex-start;
  margin-top: 6px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 700;
}

.page-contact .tag-tile--violet .tag-name,
.page-contact .tag-tile--blue .tag-name,
.page-contact .tag-tile--violet .tag-sub,
.page-contact .tag-tile--blue .tag-sub {
  color: #fff;
}

.page-contact .tag-tile--violet .tag-sub,
.page-contact .tag-tile--blue .tag-sub {
  color: rgba(255, 255, 255, 0.88);
}

.page-contact .tag-tile--violet .tag-due,
.page-contact .tag-tile--blue .tag-due {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.page-contact .metrics-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-contact .metric-card {
  background: var(--card-bg);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
  box-shadow: var(--shadow-sm);
}

.page-contact .metric-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.page-contact .metric-value {
  display: block;
  font-family: var(--font-headline);
  font-size: 1.4rem;
  line-height: 1.25;
  margin-bottom: 12px;
}

.page-contact .metric-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.page-contact .metric-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
}

.page-contact .metric-fill--mint {
  background: var(--c-mint);
}

.page-contact .metric-fill--coral {
  background: var(--c-coral);
}

.page-contact .metric-fill--blue {
  background: var(--c-blue);
}

.page-contact .metric-fill--violet {
  background: var(--c-violet);
}

.page-contact .feedback-flow {
  margin-bottom: 42px;
}

.page-contact .flow-steps {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
}

.page-contact .flow-step {
  position: relative;
}

.page-contact .step-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.page-contact .step-index {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-headline);
  font-weight: 700;
  color: var(--ink);
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
}

.page-contact .step-index--yellow {
  background: var(--c-yellow);
}

.page-contact .step-index--coral {
  background: var(--c-coral);
}

.page-contact .step-index--mint {
  background: var(--c-mint);
}

.page-contact .step-index--violet {
  background: var(--c-violet);
}

.page-contact .step-card {
  flex: 1;
  background: var(--card-bg);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: var(--shadow-sm);
}

.page-contact .step-card h3 {
  font-family: var(--font-headline);
  font-size: 1rem;
  margin: 0 0 4px;
}

.page-contact .step-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: #555;
}

.page-contact .step-connector {
  display: flex;
  justify-content: flex-start;
  padding: 4px 0 10px 56px;
  color: var(--c-coral);
}

.page-contact .step-connector svg {
  display: block;
}

.page-contact .flow-figure {
  margin-top: 12px;
}

.page-contact .flow-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--card-bg);
}

.page-contact .entry-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-contact .entry-card {
  display: block;
  background: var(--card-bg);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 18px 16px;
  text-decoration: none;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.page-contact .entry-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.page-contact .entry-head {
  display: block;
  font-family: var(--font-headline);
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.page-contact .entry-text {
  display: block;
  font-size: 13px;
  color: #555;
}

.page-contact .tint-violet .section-kicker h2 {
  color: #fff;
}

.page-contact .tint-violet .section-kicker p {
  color: rgba(255, 255, 255, 0.85);
}

.page-contact .tint-violet .section-kicker h2::after {
  background: var(--c-yellow);
}

@media (min-width: 560px) {
  .page-contact .metrics-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-contact .entry-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-contact .tag-matrix {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 920px) {
  .page-contact .channels-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-contact .tag-matrix {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-contact .metrics-strip {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-contact .flow-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-top: 4px;
  }

  .page-contact .flow-step {
    margin-bottom: 0;
  }

  .page-contact .step-top {
    flex-direction: column;
  }

  .page-contact .step-connector {
    position: absolute;
    right: -18px;
    top: 12px;
    padding: 0;
    transform: rotate(-90deg);
  }

  .page-contact .step-connector svg {
    width: 26px;
    height: 26px;
  }
}
