.page-contact {
  --contact-radius: 22px;
  --contact-line: rgba(168, 198, 223, .32);
  overflow-x: hidden;
}

.page-contact .page-shell {
  width: 100%;
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: var(--page-gutter);
}

.page-contact .section-kicker {
  font-family: var(--font-display);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--coral);
  margin: 0 0 12px;
}

.page-contact .section-title {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  line-height: 1.12;
  margin: 0;
}

.page-contact .section-sub {
  font-size: .95rem;
  line-height: 1.72;
  color: var(--grey);
  margin: 14px 0 0;
  max-width: 540px;
}

.page-contact .media-frame {
  margin: 0;
  position: relative;
  overflow: hidden;
}

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

.page-contact .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: .82rem;
  padding-top: 24px;
  position: relative;
  z-index: 2;
}

.page-contact .breadcrumb-link {
  color: rgba(245, 248, 252, .62);
  text-decoration: none;
  transition: color .2s ease;
}

.page-contact .breadcrumb-link:hover {
  color: #fff;
}

.page-contact .breadcrumb-sep {
  color: rgba(245, 248, 252, .38);
}

.page-contact .breadcrumb-current {
  color: rgba(245, 248, 252, .92);
  font-weight: 600;
}

.page-contact .contact-hero {
  position: relative;
  background: radial-gradient(120% 90% at 80% 0%, var(--navy) 0%, var(--night) 72%);
  color: var(--foam);
  padding: 40px 0 0;
  isolation: isolate;
}

.page-contact .contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 40%, rgba(27, 154, 170, .22) 40%, rgba(27, 154, 170, .22) 54%, transparent 54%);
  z-index: -1;
  pointer-events: none;
}

.page-contact .contact-hero-shell {
  position: relative;
  padding-bottom: 0;
}

.page-contact .contact-hero-layout {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-block: clamp(36px, 8vw, 84px) clamp(28px, 5vw, 46px);
}

.page-contact .contact-hero-copy {
  max-width: 720px;
  position: relative;
}

.page-contact .contact-hero-copy::before {
  content: "";
  display: block;
  width: 92px;
  height: 6px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--coral) 0%, transparent 100%);
  transform: skew(-12deg);
}

.page-contact .contact-hero-title {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 7vw, 3.9rem);
  line-height: 1.06;
  letter-spacing: -.02em;
  margin: 0 0 18px;
  transform: skew(-5deg);
  transform-origin: left top;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, .22));
}

.page-contact .contact-hero-desc {
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  line-height: 1.66;
  color: rgba(245, 248, 252, .78);
  max-width: 560px;
  margin: 0;
}

.page-contact .contact-hero-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 24px;
  background: rgba(245, 248, 252, .09);
  border: 1px solid rgba(168, 198, 223, .22);
  border-radius: var(--contact-radius);
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
  width: 100%;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.page-contact .contact-hero-card::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 69, .3) 0%, transparent 70%);
  pointer-events: none;
}

.page-contact .contact-card-icon {
  font-size: 1.75rem;
  line-height: 1;
  color: var(--coral);
}

.page-contact .contact-card-label {
  font-family: var(--font-display);
  font-size: 1.14rem;
  color: rgba(245, 248, 252, .92);
}

.page-contact .contact-card-email {
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 122, 69, .65);
  padding-bottom: 2px;
  word-break: break-all;
}

.page-contact .contact-card-email:hover {
  border-color: var(--coral);
}

.page-contact .contact-card-note {
  font-size: .84rem;
  color: rgba(245, 248, 252, .56);
}

.page-contact .contact-hero-note {
  position: absolute;
  right: 6px;
  bottom: 88px;
  font-family: var(--font-display);
  font-size: .68rem;
  letter-spacing: .2em;
  color: rgba(168, 198, 223, .5);
  transform: rotate(90deg);
  transform-origin: right bottom;
  pointer-events: none;
  z-index: 1;
}

.page-contact .contact-hero-media {
  width: 100%;
  border-radius: var(--contact-radius);
  transform: translateY(14px) skew(-1deg);
}

.page-contact .contact-hero-media img {
  border-radius: var(--contact-radius);
}

.page-contact .contact-support {
  background: var(--foam);
  padding: clamp(64px, 10vw, 110px) 0;
  position: relative;
}

.page-contact .contact-support::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 34px;
  background: var(--foam);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  z-index: 2;
  pointer-events: none;
}

.page-contact .contact-support-head {
  margin-bottom: 44px;
}

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

.page-contact .contact-support-list {
  display: grid;
  gap: 18px;
}

.page-contact .contact-support-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 24px;
  border-radius: var(--contact-radius);
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(168, 198, 223, .3);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease);
}

.page-contact .contact-support-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(255, 122, 69, .4);
}

.page-contact .contact-item-mark {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 1.02rem;
  color: var(--coral);
  background: rgba(255, 122, 69, .1);
}

.page-contact .contact-item-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.page-contact .contact-item-label {
  font-family: var(--font-display);
  font-size: .92rem;
  color: var(--grey);
  letter-spacing: .02em;
}

.page-contact .contact-item-value {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color .2s ease, border-color .2s ease;
  word-break: break-all;
}

.page-contact .contact-item-value:hover {
  color: var(--coral);
  border-color: var(--coral);
}

.page-contact .contact-item-static {
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--ink);
}

.page-contact .contact-item-desc {
  font-size: .84rem;
  line-height: 1.55;
  color: var(--grey);
}

.page-contact .contact-media-clock {
  width: 100%;
  border-radius: var(--contact-radius);
  box-shadow: var(--shadow-lg);
}

@media (min-width: 960px) {
  .page-contact .contact-support-grid {
    grid-template-columns: 1.3fr .8fr;
    align-items: start;
    gap: 24px;
  }

  .page-contact .contact-support-list {
    gap: 22px;
  }

  .page-contact .contact-media-clock {
    margin-top: 34px;
  }
}

.page-contact .contact-address {
  position: relative;
  background: var(--navy);
  color: #fff;
  padding: clamp(64px, 9vw, 108px) 0;
  overflow: hidden;
}

.page-contact .contact-address::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(135deg, transparent 0, transparent 12px, rgba(255, 255, 255, .02) 12px, rgba(255, 255, 255, .02) 14px),
    radial-gradient(40% 60% at 88% 10%, rgba(27, 154, 170, .26), transparent 60%),
    linear-gradient(120deg, rgba(255, 122, 69, .07), transparent 40%);
  pointer-events: none;
}

.page-contact .contact-address::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 26px;
  background: var(--foam);
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  pointer-events: none;
}

.page-contact .contact-address-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 960px) {
  .page-contact .contact-address-shell {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
  }
}

.page-contact .contact-address-copy .section-kicker {
  color: var(--coral);
}

.page-contact .contact-address-copy .section-title {
  color: #fff;
  margin-bottom: 20px;
}

.page-contact .contact-address-para {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 3vw, 2rem);
  line-height: 1.42;
  margin: 0 0 16px;
  color: #fff;
}

.page-contact .contact-address-note {
  font-size: .94rem;
  line-height: 1.7;
  color: rgba(245, 248, 252, .62);
  max-width: 380px;
  margin: 0;
}

.page-contact .contact-map {
  position: relative;
  height: 280px;
  border-radius: var(--contact-radius);
  background: rgba(245, 248, 252, .04);
  border: 1px solid rgba(168, 198, 223, .2);
  overflow: hidden;
}

.page-contact .contact-map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(168, 198, 223, .18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 198, 223, .18) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: .5;
}

.page-contact .contact-map-pin {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 50% 50% 50% 0;
  background: var(--coral);
  box-shadow: 0 0 0 6px rgba(255, 122, 69, .16);
}

.page-contact .contact-map-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.page-contact .contact-map-label {
  position: absolute;
  left: 50%;
  top: calc(46% + 32px);
  transform: translateX(-50%);
  font-size: .8rem;
  font-weight: 600;
  color: #fff;
  background: rgba(6, 18, 28, .68);
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.page-contact .contact-feedback {
  position: relative;
  background: linear-gradient(132deg, var(--coral) 0%, #df5f2a 100%);
  color: #fff;
  padding: clamp(64px, 9vw, 112px) 0;
  overflow: hidden;
}

.page-contact .contact-feedback::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, transparent 0, transparent 18px, rgba(255, 255, 255, .04) 18px, rgba(255, 255, 255, .04) 20px);
  pointer-events: none;
}

.page-contact .contact-feedback-shell {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

@media (min-width: 960px) {
  .page-contact .contact-feedback-shell {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
  }
}

.page-contact .contact-feedback .section-kicker {
  color: rgba(255, 255, 255, .86);
}

.page-contact .contact-feedback-copy {
  max-width: 620px;
}

.page-contact .contact-feedback-copy .section-title {
  color: #fff;
  font-size: clamp(1.65rem, 4vw, 2.5rem);
  margin-bottom: 16px;
}

.page-contact .contact-feedback-desc {
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, .93);
  margin: 0;
}

.page-contact .contact-feedback-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--ink);
  border-radius: 999px;
  padding: 14px 28px;
  font-family: var(--font-display);
  font-size: .92rem;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .14);
  flex-shrink: 0;
  transition: transform .24s var(--ease), box-shadow .24s var(--ease);
}

.page-contact .contact-feedback-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
}

.page-contact .contact-feedback-note {
  width: 100%;
  font-size: .84rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, .82);
  margin: 0;
}

@media (min-width: 960px) {
  .page-contact .contact-feedback-note {
    width: auto;
    text-align: right;
  }
}

.page-contact .contact-feedback-note a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}

.page-contact .contact-related {
  background: var(--foam);
  padding: clamp(60px, 9vw, 100px) 0;
  border-top: 1px solid rgba(168, 198, 223, .3);
}

.page-contact .contact-related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(168, 198, 223, .35);
  border: 1px solid rgba(168, 198, 223, .35);
  border-radius: var(--contact-radius);
  overflow: hidden;
  margin-top: 40px;
}

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

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

.page-contact .contact-related-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 22px;
  background: #fff;
  text-decoration: none;
  transition: background .24s ease;
}

.page-contact .contact-related-link:hover {
  background: rgba(255, 122, 69, .06);
}

.page-contact .contact-related-title {
  font-family: var(--font-display);
  font-size: 1.02rem;
  line-height: 1.4;
  color: var(--ink);
}

.page-contact .contact-related-desc {
  font-size: .88rem;
  line-height: 1.62;
  color: var(--grey);
}

.page-contact .contact-related-note {
  max-width: 720px;
  margin: 32px 0 0;
  font-size: .92rem;
  line-height: 1.8;
  color: var(--grey);
}
