/* 2026-08-31: blue-arrow revision for the fixed contact module.
   The cover follows the approved vertical title hierarchy and the verified
   QR assets move into one restrained three-channel strip below it. */

.contact-meeting-cover {
  position: relative;
  display: grid;
  min-height: max(720px, calc(100svh - var(--header-h)));
  overflow: hidden;
  place-items: center;
  background-color: #fafaf8;
  background-image: url("../images/brand/enita-paper-grain-origin-panel-v20260831.png");
  background-repeat: repeat;
  background-size: 128px 128px;
  color: #181918;
}

.contact-meeting-cover::after {
  position: absolute;
  right: clamp(28px, 4vw, 64px);
  bottom: clamp(26px, 3.8vw, 52px);
  width: clamp(54px, 5.8vw, 82px);
  height: 1px;
  background: rgba(24, 25, 24, 0.46);
  content: "";
}

.contact-meeting-cover__center {
  display: grid;
  justify-items: center;
  margin-top: clamp(-72px, -7vh, -34px);
  text-align: center;
}

.contact-meeting-cover__anticipation {
  margin: 0;
  color: #555754;
  font-family: var(--serif);
  font-size: clamp(29px, 2.9vw, 43px);
  font-weight: 400;
  letter-spacing: 0.24em;
  line-height: 1.2;
}

.contact-meeting-cover__center h1 {
  display: flex;
  gap: clamp(22px, 2.6vw, 42px);
  margin: clamp(24px, 3vw, 40px) 0 0;
  color: #555754;
  font-family: var(--serif);
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.contact-meeting-cover__english {
  margin: clamp(28px, 3.2vw, 46px) 0 0;
  color: rgba(24, 25, 24, 0.48);
  font-family: var(--font-latin);
  font-size: 10px;
  font-style: italic;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

.contact-meeting-cover__brand {
  position: absolute;
  right: 50%;
  bottom: clamp(42px, 6vh, 72px);
  display: grid;
  width: min(880px, calc(100% - 48px));
  justify-items: center;
  transform: translateX(50%);
}

.contact-meeting-cover__brand img {
  display: block;
  width: clamp(128px, 12vw, 178px);
  height: auto;
  filter: grayscale(1) contrast(0.94);
  opacity: 0.78;
}

.contact-meeting-cover__formula {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 9px;
  align-items: baseline;
  justify-content: center;
  margin: clamp(22px, 2.4vw, 32px) 0 0;
  color: rgba(24, 25, 24, 0.54);
  font-size: 10px;
  letter-spacing: 0.075em;
  line-height: 1.7;
  text-align: center;
}

.contact-meeting-cover__formula b {
  font-family: var(--font-latin);
  font-weight: 400;
}

.contact-meeting-cover__formula i {
  font-family: var(--font-latin);
  font-size: 0.78em;
  font-style: normal;
  letter-spacing: 0.12em;
}

.contact-meeting-cover__store {
  display: flex;
  gap: 0.58em;
  align-items: baseline;
  justify-content: center;
  margin: 7px 0 0;
  color: rgba(24, 25, 24, 0.5);
  font-family: var(--font-latin);
  font-size: 9px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.contact-longform-page .contact-qr-strip {
  padding: clamp(68px, 7vw, 104px) clamp(28px, 6.4vw, 96px) clamp(78px, 8vw, 118px);
  border-bottom: 1px solid rgba(24, 25, 24, 0.18);
  background: #fafaf8;
}

.contact-longform-page .contact-qr-strip .contact-qr-strip__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px 48px;
  align-items: end;
}

.contact-longform-page .contact-qr-strip .contact-qr-strip__head .eyebrow {
  grid-column: 1 / -1;
}

.contact-longform-page .contact-qr-strip .contact-qr-strip__head h2 {
  max-width: none;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.contact-longform-page .contact-qr-strip .contact-qr-strip__head > p:not(.eyebrow) {
  max-width: 24em;
  margin: 0;
  color: rgba(24, 25, 24, 0.58);
  font-size: 12px;
  line-height: 1.75;
}

.contact-longform-page .contact-qr-strip .official-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(42px, 5vw, 68px);
  border-top: 1px solid rgba(24, 25, 24, 0.24);
  border-bottom: 1px solid rgba(24, 25, 24, 0.24);
  background: transparent;
}

.contact-longform-page .contact-qr-strip .official-channel-card {
  display: grid;
  grid-template-columns: minmax(112px, 0.42fr) minmax(0, 0.58fr);
  min-height: 262px;
  padding: clamp(24px, 2.4vw, 34px);
  align-items: center;
  border-right: 1px solid rgba(24, 25, 24, 0.22);
  background: rgba(250, 250, 248, 0.72);
}

.contact-longform-page .contact-qr-strip .official-channel-card:last-child {
  border-right: 0;
}

.contact-longform-page .contact-qr-strip .official-channel-media {
  display: grid;
  width: min(100%, 160px);
  aspect-ratio: 1;
  margin: 0;
  place-items: center;
  background: #e4e5e1;
}

.contact-longform-page .contact-qr-strip .official-channel-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
}

.contact-longform-page .contact-qr-strip .official-channel-card-copy {
  display: grid;
  min-height: 0;
  padding: 0 0 0 clamp(20px, 2vw, 30px);
  align-content: center;
}

.contact-longform-page .contact-qr-strip .official-channel-card-copy > span,
.contact-longform-page .contact-qr-strip .official-channel-card-copy > b {
  color: rgba(24, 25, 24, 0.48);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-longform-page .contact-qr-strip .official-channel-card h3 {
  align-self: auto;
  margin: 18px 0 0;
  font-family: var(--serif);
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 400;
  line-height: 1.34;
}

.contact-longform-page .contact-qr-strip .official-channel-card p {
  margin: 11px 0 0;
  color: rgba(24, 25, 24, 0.58);
  font-size: 11px;
  line-height: 1.65;
}

.contact-longform-page .contact-qr-strip .official-channel-card-copy > b {
  margin-top: 18px;
}

@media (max-width: 1120px) {
  .contact-longform-page .contact-qr-strip .official-channel-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .contact-longform-page .contact-qr-strip .official-channel-card-copy {
    padding: 22px 0 0;
    justify-items: center;
  }
}

@media (max-width: 760px) {
  .contact-meeting-cover {
    min-height: calc(100svh - var(--header-h));
  }

  .contact-meeting-cover::after {
    right: 20px;
    bottom: 20px;
    width: 44px;
  }

  .contact-meeting-cover__center {
    margin-top: -74px;
  }

  .contact-meeting-cover__anticipation {
    font-size: 26px;
  }

  .contact-meeting-cover__center h1 {
    gap: 18px;
    margin-top: 24px;
    font-size: clamp(39px, 11vw, 46px);
  }

  .contact-meeting-cover__english {
    margin-top: 28px;
    font-size: 8px;
  }

  .contact-meeting-cover__brand {
    bottom: 34px;
    width: calc(100% - 40px);
  }

  .contact-meeting-cover__brand img {
    width: 118px;
  }

  .contact-meeting-cover__formula {
    max-width: 350px;
    gap: 3px 6px;
    margin-top: 18px;
    font-size: 8px;
    letter-spacing: 0.045em;
  }

  .contact-meeting-cover__store {
    gap: 0.5em;
    margin-top: 5px;
    font-size: 7.5px;
    letter-spacing: 0.045em;
  }

  .contact-longform-page .contact-qr-strip {
    padding: 56px 20px 68px;
  }

  .contact-longform-page .contact-qr-strip .contact-qr-strip__head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contact-longform-page .contact-qr-strip .contact-qr-strip__head .eyebrow {
    grid-column: 1;
  }

  .contact-longform-page .contact-qr-strip .contact-qr-strip__head h2 {
    font-size: 40px;
  }

  .contact-longform-page .contact-qr-strip .official-channel-grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .contact-longform-page .contact-qr-strip .official-channel-card {
    grid-template-columns: 118px minmax(0, 1fr);
    min-height: 0;
    padding: 22px 0;
    justify-items: stretch;
    border-right: 0;
    border-bottom: 1px solid rgba(24, 25, 24, 0.2);
    background: transparent;
    text-align: left;
  }

  .contact-longform-page .contact-qr-strip .official-channel-card:last-child {
    border-bottom: 0;
  }

  .contact-longform-page .contact-qr-strip .official-channel-media {
    width: 118px;
  }

  .contact-longform-page .contact-qr-strip .official-channel-card-copy {
    padding: 0 0 0 20px;
    justify-items: start;
  }

  .contact-longform-page .contact-qr-strip .official-channel-card h3 {
    margin-top: 13px;
    font-size: 19px;
  }

  .contact-longform-page .contact-qr-strip .official-channel-card p {
    font-size: 10px;
  }

  .contact-longform-page .contact-qr-strip .official-channel-card-copy > b {
    margin-top: 13px;
  }
}
