.page-contact {
  --pc-gold-line: rgba(255, 215, 0, 0.35);
  --pc-slate-soft: var(--c-slate);
  --pc-shadow-navy: 8px 8px 0 rgba(10, 31, 68, 0.08);
  --pc-shadow-gold: 8px 8px 0 rgba(255, 215, 0, 0.12);
}

.page-contact__hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--c-night) 0%, var(--c-navy) 62%, #112b52 100%);
  color: var(--c-white);
  padding: calc(var(--header-h) + 40px) 0 56px;
}

.page-contact__hero .container {
  position: relative;
  z-index: 1;
}

.page-contact__hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-top: 96px solid var(--c-red);
  border-left: 96px solid transparent;
  opacity: 0.92;
  z-index: 2;
  pointer-events: none;
}

.page-contact__hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--c-gold) 0%, var(--c-gold) 68%, var(--c-red) 68%, var(--c-red) 100%);
  clip-path: polygon(0 0, calc(100% - 48px) 0, 100% 100%, 0 100%);
  z-index: 2;
  pointer-events: none;
}

.page-contact__breadcrumb {
  margin-bottom: 28px;
}

.page-contact__hero-copy .eyebrow,
.page-contact__guide-head .eyebrow,
.page-contact__privacy-panel .eyebrow {
  color: var(--c-gold);
}

.page-contact__hero-copy h1 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5.4vw, 4.2rem);
  line-height: 1.08;
  letter-spacing: 0.015em;
  margin: 14px 0 20px;
  max-width: 11em;
}

.page-contact__hero-desc {
  color: var(--pc-slate-soft);
  font-size: 1.05rem;
  line-height: 1.85;
  max-width: 34em;
  margin: 0;
}

.page-contact__hero-panel {
  margin-top: 32px;
  max-width: 420px;
  padding: 24px 24px 20px;
  border: 1px solid var(--pc-gold-line);
  background: rgba(255, 255, 255, 0.04);
  position: relative;
}

.page-contact__hero-panel::before {
  content: '';
  position: absolute;
  top: -1px;
  right: 20px;
  width: 56px;
  height: 3px;
  background: var(--c-red);
}

.page-contact__hero-panel .tag {
  margin-bottom: 10px;
}

.page-contact__hero-clock {
  font-family: var(--font-mono);
  font-size: clamp(1.5rem, 3.6vw, 2.2rem);
  font-weight: 600;
  color: var(--c-gold);
  margin: 12px 0 10px;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.page-contact__hero-note {
  margin: 0;
  color: var(--pc-slate-soft);
  font-size: 0.92rem;
  line-height: 1.75;
}

.page-contact__channels {
  background: var(--c-mist);
  padding: var(--space-section) 0;
}

.page-contact__section-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}

.page-contact__section-head .eyebrow {
  color: var(--c-red);
}

.page-contact__section-head p:not(.eyebrow) {
  margin: 0;
  color: var(--pc-slate-soft);
  font-size: 1rem;
  line-height: 1.7;
}

.page-contact__columns {
  display: grid;
  gap: 28px;
}

.page-contact__contact-card,
.page-contact__hours-card {
  padding: 28px 24px 24px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.page-contact__contact-card {
  background: var(--c-white);
  border: 1px solid rgba(10, 31, 68, 0.12);
  border-top: 4px solid var(--c-gold);
  box-shadow: var(--pc-shadow-navy);
}

.page-contact__hours-card {
  background: var(--c-navy);
  border: 1px solid var(--pc-gold-line);
  border-top: 4px solid var(--c-red);
  box-shadow: var(--pc-shadow-gold);
}

.page-contact__contact-card::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  height: 68px;
  background: linear-gradient(135deg, transparent 0 49%, var(--c-gold) 50% 100%);
  opacity: 0.18;
  pointer-events: none;
}

.page-contact__card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.page-contact__card-code {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  padding: 5px 10px;
  border: 1px solid rgba(10, 31, 68, 0.14);
  color: var(--pc-slate-soft);
  background: rgba(233, 238, 245, 0.6);
}

.page-contact__hours-card .page-contact__card-code {
  color: var(--c-gold);
  border-color: rgba(255, 215, 0, 0.35);
  background: rgba(255, 215, 0, 0.08);
}

.page-contact__card-head h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: var(--c-navy);
}

.page-contact__hours-card .page-contact__card-head h3 {
  color: var(--c-white);
}

.page-contact__frame {
  overflow: hidden;
  border: 1px solid rgba(10, 31, 68, 0.1);
  margin: 0 0 8px;
  background: var(--c-mist);
}

.page-contact__frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

.page-contact__frame--contact {
  aspect-ratio: 16 / 10;
}

.page-contact__frame--hours {
  aspect-ratio: 16 / 8;
  border-color: rgba(255, 215, 0, 0.2);
}

.page-contact__contact-list {
  margin: 18px 0 0;
}

.page-contact__contact-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 15px 0;
  border-bottom: 1px dashed var(--c-gold);
}

.page-contact__contact-row:last-child {
  border-bottom: 0;
}

.page-contact__contact-row dt {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  color: var(--pc-slate-soft);
}

.page-contact__contact-row dd {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  word-break: break-word;
}

.page-contact__mono-link {
  font-family: var(--font-mono);
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--c-navy);
  text-decoration: none;
  border-bottom: 2px solid var(--c-gold);
  padding-bottom: 2px;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.page-contact__mono-link:hover,
.page-contact__mono-link:focus-visible {
  color: var(--c-red);
  border-bottom-color: var(--c-red);
}

.page-contact__card-note {
  margin: 18px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(10, 31, 68, 0.12);
  color: var(--pc-slate-soft);
  font-size: 0.88rem;
  line-height: 1.75;
}

.page-contact__card-note--dark {
  border-top-color: rgba(255, 215, 0, 0.25);
}

.page-contact__hours-list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.page-contact__hours-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 0;
  border-bottom: 1px dashed rgba(255, 215, 0, 0.25);
}

.page-contact__hours-item:last-child {
  border-bottom: 0;
}

.page-contact__hours-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 215, 0, 0.32);
  flex: 0 0 auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-contact__hours-dot--hot {
  background: var(--c-gold);
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.72);
}

.page-contact__hours-item:hover .page-contact__hours-dot,
.page-contact__hours-item:focus-within .page-contact__hours-dot {
  transform: scale(1.4);
  box-shadow: 0 0 16px rgba(255, 215, 0, 0.8);
}

.page-contact__hours-label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.4;
}

.page-contact__hours-value {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 0.86rem;
  font-weight: 600;
  padding: 5px 10px;
  color: var(--c-white);
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.24);
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.page-contact__text-link {
  color: var(--c-gold-light);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 235, 122, 0.5);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-contact__text-link:hover,
.page-contact__text-link:focus-visible {
  color: var(--c-white);
  border-bottom-color: var(--c-white);
}

.page-contact__guide {
  background: radial-gradient(circle at 90% 8%, rgba(255, 215, 0, 0.08), transparent 260px), var(--c-navy);
  color: var(--c-white);
  padding: var(--space-section) 0;
}

.page-contact__guide-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.page-contact__guide-head .section__heading {
  color: var(--c-white);
}

.page-contact__guide-head p:not(.eyebrow) {
  margin: 0;
  color: var(--pc-slate-soft);
  font-size: 1rem;
  line-height: 1.7;
}

.page-contact__guide-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 8px;
}

.page-contact__legend-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}

.page-contact__legend-key--mail {
  background: var(--c-gold);
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.6);
}

.page-contact__legend-key--tel {
  background: var(--c-red);
  box-shadow: 0 0 8px rgba(230, 57, 70, 0.5);
}

.page-contact__legend-key--help {
  background: var(--c-blue);
  box-shadow: 0 0 8px rgba(62, 106, 216, 0.5);
}

.page-contact__guide-list {
  margin: 0;
}

.page-contact__guide-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px 20px;
  padding: 24px 0;
  border-bottom: 1px dashed rgba(255, 215, 0, 0.3);
}

.page-contact__guide-item:first-child {
  padding-top: 8px;
}

.page-contact__guide-item:last-child {
  border-bottom: 0;
}

.page-contact__guide-item .index-list__num {
  font-family: var(--font-mono);
  font-size: 1rem;
  color: var(--c-gold);
  line-height: 1.4;
  padding-top: 3px;
}

.page-contact__guide-main h3 {
  font-family: var(--font-heading);
  font-size: 1.32rem;
  letter-spacing: 0.03em;
  margin: 0 0 6px;
  color: var(--c-white);
}

.page-contact__guide-main p {
  margin: 0;
  color: var(--pc-slate-soft);
  font-size: 0.95rem;
  line-height: 1.75;
  max-width: 58em;
}

.page-contact__guide-link {
  grid-column: 2;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: var(--c-white);
  text-decoration: none;
  padding: 8px 14px;
  border: 1px solid rgba(255, 215, 0, 0.5);
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.page-contact__guide-link:hover,
.page-contact__guide-link:focus-visible {
  background: var(--c-gold);
  color: var(--c-navy);
  border-color: var(--c-gold);
}

.page-contact__guide-link span {
  font-size: 1.05rem;
  line-height: 1;
}

.page-contact__privacy {
  background: var(--c-night);
  color: var(--c-white);
  padding: var(--space-section) 0;
}

.page-contact__privacy-panel {
  position: relative;
  border: 1px solid rgba(255, 215, 0, 0.22);
  background: rgba(10, 31, 68, 0.42);
  padding: 30px 24px 28px;
  margin: 0 auto;
  max-width: 1120px;
}

.page-contact__privacy-panel::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 32px;
  width: 72px;
  height: 4px;
  background: var(--c-red);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
}

.page-contact__privacy-panel h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  letter-spacing: 0.02em;
  margin: 10px 0 22px;
  color: var(--c-white);
}

.page-contact__privacy-grid {
  display: grid;
  gap: 12px;
}

.page-contact__privacy-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.page-contact__privacy-item:hover {
  border-color: rgba(255, 215, 0, 0.5);
  background: rgba(255, 215, 0, 0.03);
}

.page-contact__privacy-index {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color: var(--c-gold);
  flex: 0 0 auto;
  padding-top: 3px;
}

.page-contact__privacy-item p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.75;
  color: var(--pc-slate-soft);
}

.page-contact__privacy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px dashed rgba(255, 215, 0, 0.3);
}

@media (min-width: 640px) {
  .page-contact__contact-row {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .page-contact__contact-row dt {
    flex: 0 0 96px;
  }

  .page-contact__contact-row dd {
    flex: 1;
  }
}

@media (min-width: 900px) {
  .page-contact__hero {
    padding: calc(var(--header-h) + 76px) 0 80px;
  }

  .page-contact__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 48px;
    align-items: end;
  }

  .page-contact__hero-panel {
    margin-top: 0;
  }

  .page-contact__columns {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: stretch;
  }

  .page-contact__guide-item {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0 28px;
    align-items: center;
  }

  .page-contact__guide-item .index-list__num {
    grid-column: 1;
  }

  .page-contact__guide-main {
    grid-column: 2;
  }

  .page-contact__guide-link {
    grid-column: 3;
    justify-self: end;
  }

  .page-contact__privacy-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .page-contact__privacy-panel {
    padding: 40px 40px 32px;
  }
}
