.page-contact {
  --contact-deep-soft: #10294A;
  --contact-ink-shadow: 8px 8px 0 var(--deep);
  --contact-lime-glow: rgba(163, 255, 18, .28);
  --contact-fade-line: rgba(245, 247, 250, .3);
  --contact-lime-wash: rgba(163, 255, 18, .08);
  background-color: var(--signal);
}

.page-contact .contact-hero {
  position: relative;
  padding: 72px 0 64px;
  background: var(--deep);
  color: var(--signal);
  border-bottom: 3px solid var(--lime);
}

.page-contact .contact-hero-media,
.page-contact .contact-hero-shade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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

.page-contact .contact-hero-shade {
  background: linear-gradient(135deg, rgba(10, 29, 58, .93) 0%, rgba(16, 41, 74, .8) 52%, rgba(10, 29, 58, .92) 100%);
}

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

.page-contact .breadcrumbs {
  color: var(--contact-fade-line);
  font-size: 13px;
  letter-spacing: .02em;
  margin-bottom: 20px;
}

.page-contact .breadcrumbs a {
  color: var(--lime);
  font-weight: 700;
  text-decoration: none;
}

.page-contact .breadcrumbs a:hover {
  text-decoration: underline;
}

.page-contact .breadcrumbs-sep {
  margin: 0 6px;
  color: rgba(245, 247, 250, .45);
}

.page-contact .hero-grid {
  display: grid;
  gap: 28px;
  margin-top: 28px;
}

.page-contact .reception-desk {
  position: relative;
  background: var(--signal);
  color: var(--ink);
  border: 3px solid var(--ink);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .38);
  padding: 26px 22px 30px;
}

.page-contact .reception-desk::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 26px;
  width: 64px;
  height: 22px;
  background: var(--orange);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  transform: rotate(-1deg);
}

.page-contact .desk-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.page-contact .desk-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  background: var(--lime);
  color: var(--deep);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.page-contact .section-index {
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid rgba(255, 79, 26, .3);
  background: rgba(255, 79, 26, .08);
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1;
}

.page-contact .reception-desk h1 {
  margin: 0 0 14px;
  max-width: 580px;
  font-family: var(--font-heading);
  font-size: clamp(26px, 5vw, 40px);
  line-height: 1.14;
  letter-spacing: .01em;
}

.page-contact .desk-lead {
  margin: 0 0 24px;
  max-width: 620px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--deep);
}

.page-contact .desk-poles {
  display: grid;
  gap: 14px;
}

.page-contact .pole {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 118px;
  padding: 18px 18px 16px 20px;
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 var(--deep);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}

.page-contact .pole--phone {
  background: var(--orange);
  color: #fff;
}

.page-contact .pole--mail {
  background: var(--deep);
  color: var(--signal);
}

.page-contact .pole-code {
  position: absolute;
  top: 10px;
  right: 12px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  opacity: .72;
}

.page-contact .pole-label {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .92;
}

.page-contact .pole-value {
  font-family: var(--font-mono);
  font-size: clamp(20px, 3.2vw, 26px);
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none;
  word-break: break-all;
  color: inherit;
}

.page-contact .pole-value:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.page-contact .pole-usage {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.4;
  opacity: .9;
}

.page-contact .feedback-panel {
  position: relative;
  align-self: start;
  padding: 26px 20px 24px;
  background: rgba(10, 29, 58, .9);
  border: 2px solid rgba(163, 255, 18, .42);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .28);
}

.page-contact .feedback-panel::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 18px;
  height: 18px;
  background: var(--lime);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  opacity: .7;
}

.page-contact .feedback-panel .section-index {
  color: var(--lime);
  border-color: rgba(163, 255, 18, .4);
  background: rgba(163, 255, 18, .1);
}

.page-contact .fb-head {
  margin-bottom: 20px;
}

.page-contact .fb-head h2 {
  margin: 8px 0 4px;
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1.2;
  color: var(--signal);
}

.page-contact .fb-head p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(245, 247, 250, .64);
}

.page-contact .fb-field {
  margin-bottom: 14px;
}

.page-contact .fb-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--lime);
}

.page-contact .fb-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  border: 2px solid var(--contact-fade-line);
  background: rgba(245, 247, 250, .07);
  color: var(--signal);
  padding: 11px 12px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.5;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.page-contact .fb-input::placeholder {
  color: rgba(245, 247, 250, .4);
}

.page-contact .fb-input:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 79, 26, .22);
  background: rgba(255, 79, 26, .05);
}

.page-contact select.fb-input {
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--lime) 50%),
    linear-gradient(135deg, var(--lime) 50%, transparent 50%);
  background-position:
    calc(100% - 16px) 50%,
    calc(100% - 10px) 50%;
  background-size: 6px 6px;
  background-repeat: no-repeat;
  background-color: rgba(245, 247, 250, .07);
}

.page-contact textarea.fb-input {
  resize: vertical;
  min-height: 96px;
}

.page-contact .fb-submit {
  width: 100%;
  margin-top: 4px;
}

.page-contact .fb-result {
  margin-top: 14px;
  border: 1px dashed rgba(163, 255, 18, .5);
  background: var(--contact-lime-wash);
  padding: 10px 12px;
  color: var(--signal);
}

.page-contact .fb-result summary {
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--lime);
}

.page-contact .fb-result p {
  margin: 12px 0 4px;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(245, 247, 250, .88);
}

.page-contact .contact-channels {
  padding: 64px 0 20px;
  background: var(--signal);
}

.page-contact .channel-grid {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}

.page-contact .channel-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 168px;
  padding: 24px 20px;
  border: 2px solid var(--ink);
  background: var(--signal);
  color: var(--ink);
  box-shadow: 6px 6px 0 var(--deep);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.page-contact .channel-card:hover,
.page-contact .channel-card:focus-visible {
  transform: translate(-3px, -3px);
  box-shadow: 10px 10px 0 var(--deep);
  border-color: var(--orange);
  outline: none;
}

.page-contact .channel-code {
  position: absolute;
  top: 10px;
  right: 12px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--orange);
}

.page-contact .channel-type {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--deep);
}

.page-contact .channel-value {
  font-family: var(--font-mono);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  word-break: break-all;
  color: var(--orange);
}

.page-contact .channel-scope {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink);
}

.page-contact .channel-note {
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: var(--deep);
}

.page-contact .channels-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding: 18px 20px;
  border: 2px solid var(--ink);
  background: var(--deep);
  color: var(--signal);
  box-shadow: 6px 6px 0 rgba(10, 29, 58, .16);
}

.page-contact .channels-address-label {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--lime);
}

.page-contact .channels-address-value {
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 700;
  word-break: keep-all;
}

.page-contact .channels-address-note {
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(245, 247, 250, .66);
}

.page-contact .contact-hours {
  padding: 64px 0;
  background: var(--deep);
  color: var(--signal);
  border-top: 3px solid var(--orange);
  border-bottom: 3px solid var(--lime);
}

.page-contact .hours-layout {
  display: grid;
  gap: 36px;
}

.page-contact .hours-visual {
  position: relative;
  max-width: 420px;
}

.page-contact .hours-clock {
  border: 2px solid var(--lime);
  box-shadow: 10px 10px 0 var(--contact-lime-glow);
  line-height: 0;
}

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

.page-contact .hours-badge {
  position: absolute;
  right: 8px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 200px;
  padding: 8px 12px;
  border: 2px solid var(--ink);
  background: var(--orange);
  color: #fff;
  box-shadow: 5px 5px 0 var(--deep);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.page-contact .hours-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
}

.page-contact .contact-hours .section-head h2 {
  color: var(--signal);
}

.page-contact .contact-hours .section-head p {
  color: rgba(245, 247, 250, .72);
}

.page-contact .service-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 10px;
  padding: 8px 14px;
  border: 1px solid rgba(163, 255, 18, .5);
  background: var(--contact-lime-wash);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--lime);
}

.page-contact .service-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime);
  animation: page-contact-pulse 2.2s ease-in-out infinite;
}

@keyframes page-contact-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(163, 255, 18, .55);
  }
  50% {
    box-shadow: 0 0 0 9px rgba(163, 255, 18, 0);
  }
}

.page-contact .service-range {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: clamp(44px, 9vw, 68px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: .01em;
}

.page-contact .service-desc {
  max-width: 540px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(245, 247, 250, .86);
}

.page-contact .service-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-contact .service-list li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(245, 247, 250, .78);
}

.page-contact .service-list li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10px;
  color: var(--teal);
}

.page-contact .contact-address {
  padding: 64px 0 56px;
  background: var(--signal);
}

.page-contact .address-layout {
  display: grid;
  gap: 36px;
}

.page-contact .address-info .section-head {
  margin-bottom: 20px;
}

.page-contact .address-card {
  position: relative;
  padding: 24px 22px;
  border: 2px solid var(--ink);
  background: var(--deep);
  color: var(--signal);
  box-shadow: var(--contact-ink-shadow);
}

.page-contact .address-code {
  position: absolute;
  top: 12px;
  right: 14px;
  padding: 4px 6px;
  background: rgba(163, 255, 18, .1);
  color: var(--lime);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
}

.page-contact .address-line {
  display: block;
  margin: 14px 0 8px;
  font-family: var(--font-mono);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .02em;
  color: var(--lime);
}

.page-contact .address-mail {
  display: inline-block;
  margin-bottom: 12px;
  padding-bottom: 2px;
  border-bottom: 1px dashed rgba(0, 194, 215, .5);
  color: var(--teal);
  font-family: var(--font-mono);
  font-size: 14px;
  text-decoration: none;
}

.page-contact .address-mail:hover {
  color: var(--signal);
}

.page-contact .address-tip {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(245, 247, 250, .64);
}

.page-contact .address-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.page-contact .address-map {
  position: relative;
  height: 280px;
  overflow: hidden;
  border: 2px solid var(--deep);
  box-shadow: inset 0 0 0 8px var(--signal);
  background:
    linear-gradient(rgba(10, 29, 58, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 29, 58, .07) 1px, transparent 1px);
  background-size: 22px 22px;
}

.page-contact .map-grid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    linear-gradient(120deg, transparent 42%, rgba(255, 79, 26, .25) 42%, rgba(255, 79, 26, .25) 44%, transparent 44%),
    linear-gradient(-30deg, transparent 58%, rgba(0, 194, 215, .2) 58%, rgba(0, 194, 215, .2) 60%, transparent 60%);
}

.page-contact .map-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  border: 2px dashed var(--orange);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.page-contact .map-ring::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(163, 255, 18, .55);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.page-contact .map-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 12px 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: var(--orange);
  color: #fff;
  box-shadow: 0 3px 8px rgba(10, 29, 58, .3);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.page-contact .map-caption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 6px 10px;
  background: var(--deep);
  color: var(--lime);
  border-left: 4px solid var(--orange);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .04em;
}

.page-contact .contact-related {
  padding: 20px 0 72px;
  background: var(--signal);
}

.page-contact .related-panel {
  display: grid;
  gap: 24px;
  padding: 26px 24px;
  background: var(--peach);
  border: 2px solid var(--ink);
  box-shadow: var(--contact-ink-shadow);
}

.page-contact .related-head h2 {
  margin: 8px 0 4px;
  font-family: var(--font-heading);
  font-size: 26px;
  line-height: 1.2;
  color: var(--deep);
}

.page-contact .related-head p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(18, 18, 18, .68);
}

.page-contact .related-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-contact .related-links a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 2px;
  border-bottom: 1px solid rgba(10, 29, 58, .2);
  color: var(--deep);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: color .15s ease;
}

.page-contact .related-links a::after {
  content: "↗";
  flex: 0 0 auto;
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 16px;
}

.page-contact .related-links a:hover {
  color: var(--orange);
}

@media (min-width: 640px) {
  .page-contact .desk-poles {
    grid-template-columns: 1fr 1fr;
  }

  .page-contact .channel-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-contact .channel-card:last-child {
    grid-column: 1 / -1;
  }

  .page-contact .channels-footer {
    flex-wrap: nowrap;
  }

  .page-contact .channels-address-note {
    width: auto;
    margin-left: auto;
  }

  .page-contact .hours-badge {
    right: -14px;
    bottom: 24px;
  }
}

@media (min-width: 900px) {
  .page-contact .contact-hero {
    padding: 96px 0 88px;
  }

  .page-contact .hero-grid {
    grid-template-columns: 7fr 5fr;
    gap: 40px;
    align-items: start;
    margin-top: 40px;
  }

  .page-contact .contact-channels {
    padding: 84px 0 36px;
  }

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

  .page-contact .channel-card:last-child {
    grid-column: auto;
  }

  .page-contact .contact-hours {
    padding: 96px 0;
  }

  .page-contact .hours-layout {
    grid-template-columns: .9fr 1.1fr;
    gap: 56px;
    align-items: center;
  }

  .page-contact .contact-address {
    padding: 96px 0 80px;
  }

  .page-contact .address-layout {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
  }

  .page-contact .contact-related {
    padding: 32px 0 104px;
  }

  .page-contact .related-panel {
    grid-template-columns: .8fr 1.2fr;
    gap: 32px;
    align-items: center;
  }
}
