/* CloudConcorde brand and hero refinements. Loaded after the exported site CSS. */

.hero-glow {
  display: none !important;
}

.brand {
  gap: 12px !important;
  letter-spacing: 0 !important;
}

.brand-mark {
  display: block !important;
  width: 38px !important;
  height: 38px !important;
  flex: 0 0 38px !important;
  border-radius: 0 !important;
  background: transparent url("/favicon.svg") center / contain no-repeat !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
}

.brand-lockup {
  gap: 3px;
  line-height: 1 !important;
}

.brand-lockup strong {
  color: #14213a !important;
  font-size: 18px !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
}

.brand-lockup small {
  color: #65738a !important;
  margin-top: 0 !important;
  font-size: 8px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.home-contact-board {
  margin-top: 48px;
  overflow: hidden;
  border: 1px solid #d8e2ed;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(24, 80, 150, 0.11);
}

.contact-board-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  align-items: end;
  gap: 64px;
  padding: 42px 46px;
  color: #fff;
  background: #1979df;
}

.contact-board-intro h2 {
  max-width: 650px;
  margin: 12px 0 0;
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0;
}

.contact-board-intro > p {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 16px;
  line-height: 1.75;
}

.contact-board-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(280px, .92fr);
  color: #14213a;
}

.contact-channel,
.contact-direct {
  min-width: 0;
  padding: 38px 40px 42px;
}

.contact-channel {
  border-right: 1px solid #dfe7ef;
}

.contact-platform {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #44546a;
  font-size: 13px;
  font-weight: 800;
}

.contact-platform span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff2442;
}

.contact-wecom .contact-platform span {
  background: #07c160;
}

.contact-channel h3 {
  margin: 21px 0 6px;
  color: #14213a;
  font-size: 29px;
  line-height: 1.15;
  letter-spacing: 0;
}

.contact-account {
  margin: 0;
  color: #6a788c;
  font-size: 14px;
}

.contact-channel figure {
  margin: 28px 0 0;
}

.contact-qr {
  display: block;
  width: 188px;
  height: 188px;
  padding: 10px;
  border: 1px solid #dbe4ed;
  border-radius: 6px;
  background: #fff;
  object-fit: contain;
}

.contact-channel figcaption {
  margin-top: 12px;
  color: #748196;
  font-size: 12px;
  line-height: 1.6;
}

.contact-direct {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 34px;
}

.contact-label {
  margin: 0;
  color: #1979df;
  font-size: 12px;
  font-weight: 800;
}

.contact-direct a,
.contact-direct address {
  display: block;
  margin-top: 10px;
  color: #14213a;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.55;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.contact-note {
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid #dfe7ef;
  color: #6a788c;
  font-size: 12px;
  line-height: 1.75;
}

.not-this,
.responsibility-icon {
  display: none !important;
}

.responsibility-card .mini-label {
  margin-top: 0 !important;
}

@media (min-width: 1101px) {
  .hero {
    padding-top: 72px !important;
  }

  .hero-grid {
    width: min(1500px, 100% - 48px) !important;
    min-height: 720px !important;
    grid-template-columns: minmax(430px, .82fr) minmax(680px, 1.28fr) !important;
    gap: 58px !important;
  }

  .hero-visual {
    min-width: 0;
    padding: 0 0 26px !important;
  }

  .hero-image-card img {
    width: 100% !important;
    height: 580px !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center 48% !important;
  }
}

@media (max-width: 1100px) {
  .hero-image-card img {
    aspect-ratio: 1.5 !important;
    object-fit: cover !important;
    object-position: center 48% !important;
  }

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

  .contact-wecom {
    border-right: 0;
  }

  .contact-direct {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #dfe7ef;
  }

  .contact-note {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .brand {
    gap: 9px !important;
  }

  .brand-mark {
    width: 32px !important;
    height: 32px !important;
    flex-basis: 32px !important;
  }

  .brand-lockup strong {
    font-size: 16px !important;
  }

  .brand-lockup small {
    font-size: 7px !important;
  }

  .hero-image-card img {
    aspect-ratio: 4 / 3 !important;
    object-position: center !important;
  }

  .home-contact-board {
    margin-top: 36px;
    border-radius: 14px;
  }

  .contact-board-intro {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 32px 24px;
  }

  .contact-board-intro h2 {
    font-size: 28px;
  }

  .contact-board-intro > p {
    font-size: 14px;
  }

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

  .contact-channel,
  .contact-direct {
    padding: 34px 24px 38px;
  }

  .contact-channel {
    border-right: 0;
    border-bottom: 1px solid #dfe7ef;
  }

  .contact-direct {
    grid-column: auto;
    display: flex;
    border-top: 0;
  }

  .contact-qr {
    width: min(188px, 64vw);
    height: min(188px, 64vw);
  }
}
