/* 2026-09-01: selected partnership direction 03 with the ENITA archive-space visual.
   A quiet material archive and consultation threshold anchors the left half while the exact
   official brand lockup, partnership information, and working inquiry form
   remain deterministic page assets and web text. */

.contact-longform-page .contact-longform-section--investment {
  display: grid;
  min-height: max(900px, calc(100svh - var(--header-h)));
  grid-template-columns: minmax(0, 43fr) minmax(0, 57fr);
  gap: 0;
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(24, 25, 24, 0.18);
  background: #fafaf8;
  scroll-margin-top: var(--header-h);
}

.contact-longform-page .investment-material-media {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #d3d5d1;
}

.contact-longform-page .investment-material-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(0.96) brightness(1.03);
}

.contact-longform-page .investment-store-logo {
  position: absolute;
  z-index: 1;
  top: 40.2%;
  left: 5.2%;
  display: block;
  width: 23.4%;
  aspect-ratio: 900 / 624;
  background: var(--ink, #181918);
  -webkit-mask: url("../images/brand/enita-pan-yu-lockup-official.png") center / contain no-repeat;
  mask: url("../images/brand/enita-pan-yu-lockup-official.png") center / contain no-repeat;
  pointer-events: none;
}

.contact-longform-page .investment-material-media figcaption {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.contact-longform-page .investment-material-index {
  position: absolute;
  left: clamp(24px, 3.4vw, 52px);
  bottom: clamp(28px, 3.6vw, 54px);
  color: rgba(24, 25, 24, 0.54);
  font-family: var(--font-latin);
  font-size: 9px;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.contact-longform-page .investment-material-media .investment-qr {
  position: absolute;
  right: clamp(20px, 2.4vw, 38px);
  bottom: clamp(20px, 2.4vw, 38px);
  display: grid;
  width: clamp(146px, 13vw, 194px);
  min-height: 104px;
  aspect-ratio: auto;
  padding: 18px 16px;
  place-items: center;
  border: 1px solid rgba(24, 25, 24, 0.34);
  background: rgba(250, 250, 248, 0.94);
  color: #555754;
  text-align: center;
  pointer-events: auto;
}

.contact-longform-page .investment-material-media .investment-qr img {
  width: min(78px, 100%);
  height: auto;
}

.contact-longform-page .investment-material-media .investment-qr-placeholder {
  display: none;
}

.contact-longform-page .investment-material-media .investment-qr span,
.contact-longform-page .investment-material-media .investment-qr strong {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.045em;
  line-height: 1.5;
}

.contact-longform-page .contact-longform-section--investment .contact-longform-investment-content {
  grid-column: 2;
  grid-row: 1;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: clamp(36px, 3.1vw, 48px) clamp(48px, 5.25vw, 82px) clamp(30px, 2.6vw, 40px);
  align-self: stretch;
}

.contact-longform-page .contact-longform-section--investment .investment-intro {
  max-width: none;
}

.contact-longform-page .contact-longform-section--investment .investment-intro > .eyebrow {
  margin: 0;
  color: rgba(24, 25, 24, 0.58);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.contact-longform-page .contact-longform-section--investment .investment-intro h2 {
  max-width: 8.3em;
  margin: clamp(24px, 2vw, 30px) 0 22px;
  font-family: var(--serif);
  font-size: clamp(48px, 4.3vw, 66px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.07;
}

.contact-longform-page .contact-longform-section--investment .investment-intro > p:not(.eyebrow) {
  max-width: 48em;
  margin: 0;
  color: rgba(24, 25, 24, 0.58);
  font-size: 13px;
  line-height: 1.78;
}

.contact-longform-page .contact-longform-section--investment .investment-contact {
  display: block;
  margin: clamp(22px, 1.8vw, 28px) 0 0;
}

.contact-longform-page .contact-longform-section--investment .investment-contact dl {
  margin: 0;
  border-bottom: 1px solid rgba(24, 25, 24, 0.22);
}

.contact-longform-page .contact-longform-section--investment .investment-contact dl div {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 18px;
  padding: 12px 0;
  border-top: 1px solid rgba(24, 25, 24, 0.22);
}

.contact-longform-page .contact-longform-section--investment .investment-contact dt {
  color: rgba(24, 25, 24, 0.48);
  font-size: 11px;
  line-height: 1.55;
}

.contact-longform-page .contact-longform-section--investment .investment-contact dd {
  margin: 0;
  color: #181918;
  font-size: 14px;
  line-height: 1.55;
}

.contact-longform-page .contact-longform-section--investment .investment-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 34px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(24, 25, 24, 0.22);
}

.contact-longform-page .contact-longform-section--investment .form-field {
  gap: 6px;
}

.contact-longform-page .contact-longform-section--investment .form-field label,
.contact-longform-page .contact-longform-section--investment .form-consent {
  color: rgba(24, 25, 24, 0.56);
  font-size: 11px;
}

.contact-longform-page .contact-longform-section--investment .form-field input,
.contact-longform-page .contact-longform-section--investment .form-field select,
.contact-longform-page .contact-longform-section--investment .form-field textarea {
  min-height: 39px;
  padding: 8px 0;
  border-color: rgba(24, 25, 24, 0.34);
  background: transparent;
}

.contact-longform-page .contact-longform-section--investment .form-field textarea {
  height: 44px;
  min-height: 44px;
  resize: none;
}

.contact-longform-page .contact-longform-section--investment .form-consent {
  gap: 9px;
  align-items: center;
  line-height: 1.55;
}

.contact-longform-page .contact-longform-section--investment .form-consent input {
  width: 15px;
  height: 15px;
  margin: 0;
}

.contact-longform-page .contact-longform-section--investment .investment-submit {
  display: grid;
  gap: 10px;
}

.contact-longform-page .contact-longform-section--investment .investment-submit .button-link {
  width: 100%;
  min-height: 58px;
  margin-top: 0;
  justify-content: center;
  border: 1px solid #181918;
  background: transparent;
  color: #181918;
  font-size: 15px;
}

.contact-longform-page .contact-longform-section--investment .investment-submit p {
  max-width: none;
  color: rgba(24, 25, 24, 0.44);
  font-size: 10px;
  text-align: center;
}

@media (hover: hover) and (pointer: fine) {
  .contact-longform-page .contact-longform-section--investment .investment-submit .button-link:hover {
    background: #181918;
    color: #fafaf8;
  }
}

@media (max-width: 980px) {
  .contact-longform-page .contact-longform-section--investment {
    min-height: 0;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .contact-longform-page .investment-material-media {
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .contact-longform-page .investment-store-logo {
    top: 40.2%;
    left: 7.3%;
    width: 22.4%;
  }

  .contact-longform-page .contact-longform-section--investment .contact-longform-investment-content {
    grid-column: 1;
    grid-row: 2;
    padding: clamp(52px, 8vw, 76px) clamp(24px, 7vw, 54px) clamp(58px, 9vw, 84px);
  }

  .contact-longform-page .contact-longform-section--investment .investment-intro h2 {
    max-width: 8.4em;
    font-size: clamp(42px, 7.5vw, 58px);
  }
}

@media (max-width: 760px) {
  .contact-longform-page .investment-material-index {
    left: 20px;
    bottom: 22px;
    max-width: 11em;
    font-size: 8px;
  }

  .contact-longform-page .investment-material-media .investment-qr {
    right: 16px;
    bottom: 16px;
    width: 132px;
    min-height: 84px;
    padding: 13px 10px;
  }

  .contact-longform-page .investment-material-media .investment-qr span,
  .contact-longform-page .investment-material-media .investment-qr strong {
    font-size: 9px;
  }

  .contact-longform-page .contact-longform-section--investment .contact-longform-investment-content {
    padding: 52px 20px 64px;
  }

  .contact-longform-page .contact-longform-section--investment .investment-intro h2 {
    max-width: 8.2em;
    margin-top: 28px;
    font-size: clamp(38px, 11vw, 46px);
  }

  .contact-longform-page .contact-longform-section--investment .investment-intro > p:not(.eyebrow) {
    font-size: 12px;
    line-height: 1.76;
  }

  .contact-longform-page .contact-longform-section--investment .investment-contact dl div {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
  }

  .contact-longform-page .contact-longform-section--investment .investment-contact dd {
    font-size: 13px;
  }

  .contact-longform-page .contact-longform-section--investment .investment-form {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-longform-page .contact-longform-section--investment .investment-form .form-field,
  .contact-longform-page .contact-longform-section--investment .investment-form .form-field--wide {
    grid-column: 1;
  }

  .contact-longform-page .contact-longform-section--investment .investment-submit .button-link {
    min-height: 54px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-longform-page .contact-longform-section--investment .investment-submit .button-link {
    transition: none;
  }
}
