/* CosLoom About page: atelier dossier layout. */

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier-hero,
body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-records-section {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier-hero *,
body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-records-section * {
  box-sizing: border-box;
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier-hero {
  padding-top: clamp(112px, 12vh, 158px);
  padding-bottom: clamp(44px, 5.2vw, 84px);
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier-hero::before,
body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-records-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 36% 18%, rgba(255, 250, 242, 0.78), transparent 34%),
    radial-gradient(circle at 72% 72%, rgba(78, 44, 58, 0.045), transparent 38%);
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(380px, 0.82fr) minmax(680px, 1.18fr);
  gap: clamp(58px, 7.4vw, 132px);
  align-items: center;
  width: min(100%, 1640px);
  min-width: 0;
  margin: 0 auto;
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__copy {
  position: relative;
  display: grid;
  align-content: center;
  min-width: 0;
  min-height: clamp(560px, 68vh, 760px);
  padding-left: clamp(0px, 1vw, 18px);
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__copy h1 {
  max-width: 15ch;
  margin: clamp(24px, 3.4vw, 42px) 0 0;
  color: var(--b-charcoal);
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  font-size: clamp(4.4rem, 5.2vw, 5.75rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.94;
  text-wrap: wrap;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__lede {
  max-width: 34rem;
  min-width: 0;
  margin: clamp(28px, 3vw, 42px) 0 0;
  color: rgba(37, 34, 31, 0.68);
  font-size: clamp(1rem, 1vw, 1.08rem);
  line-height: 1.82;
  overflow-wrap: break-word;
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: clamp(30px, 3vw, 44px);
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__actions .button {
  min-width: 168px;
  justify-content: center;
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__actions .button--primary {
  border-color: rgba(36, 27, 30, 0.98);
  background: #25161d;
  color: #fffaf1;
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__actions .button--ghost {
  border-color: rgba(37, 34, 31, 0.18);
  background: rgba(255, 252, 246, 0.54);
  color: #251f1d;
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__ghost {
  position: absolute;
  left: -0.06em;
  bottom: -0.18em;
  z-index: -1;
  color: rgba(37, 34, 31, 0.055);
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  font-size: clamp(15rem, 24vw, 29rem);
  font-weight: 400;
  line-height: 1;
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__media {
  position: relative;
  min-height: clamp(560px, 68vh, 760px);
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__main,
body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__side {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(37, 34, 31, 0.14);
  background: rgba(255, 252, 246, 0.62);
  box-shadow: 0 30px 80px rgba(46, 38, 31, 0.14);
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__main {
  position: absolute;
  top: 4%;
  right: 0;
  width: min(82%, 735px);
  aspect-ratio: 1.18 / 1;
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__side {
  position: absolute;
  left: 0;
  bottom: 9%;
  z-index: 2;
  width: min(36%, 280px);
  aspect-ratio: 0.86 / 1;
  border: 10px solid rgba(255, 252, 246, 0.9);
  box-shadow: 0 24px 60px rgba(46, 38, 31, 0.18);
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__main img,
body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__side img,
body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-record-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02) sepia(0.05);
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__main img {
  object-position: 50% 48%;
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__note {
  position: absolute;
  right: 0.5%;
  bottom: 3.5%;
  z-index: 3;
  width: min(32%, 310px);
  margin: 0;
  padding: clamp(22px, 2.2vw, 32px);
  border: 1px solid rgba(37, 34, 31, 0.1);
  background: rgba(255, 252, 246, 0.86);
  box-shadow: 0 28px 74px rgba(46, 38, 31, 0.16);
  backdrop-filter: blur(18px);
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__note span,
body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-record-card span {
  display: block;
  color: var(--b-plum);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 840;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__note p {
  margin: 16px 0 0;
  color: rgba(37, 34, 31, 0.72);
  font-size: 0.92rem;
  line-height: 1.68;
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-records-section {
  padding-top: clamp(56px, 6vw, 92px);
  padding-bottom: clamp(78px, 8vw, 122px);
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-records-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: var(--site-pad);
  left: var(--site-pad);
  height: 1px;
  background: rgba(37, 34, 31, 0.14);
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-records__head,
body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-records__grid {
  position: relative;
  z-index: 1;
  width: min(100%, 1640px);
  margin: 0 auto;
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-records__head {
  display: grid;
  grid-template-columns: minmax(420px, 0.74fr) minmax(360px, 0.46fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: end;
  margin-bottom: clamp(34px, 4vw, 58px);
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-records__head h2 {
  max-width: 9.8ch;
  margin: 24px 0 0;
  color: var(--b-charcoal);
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  font-size: clamp(3.7rem, 5.5vw, 6rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.92;
  text-wrap: balance;
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-records__head p {
  max-width: 34rem;
  margin: 0;
  color: rgba(37, 34, 31, 0.64);
  font-size: 1rem;
  line-height: 1.78;
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-records__head > span {
  position: absolute;
  left: -0.02em;
  bottom: -0.34em;
  z-index: -1;
  color: rgba(37, 34, 31, 0.045);
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  font-size: clamp(11rem, 17vw, 22rem);
  line-height: 1;
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-records__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 34px);
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-record-card {
  display: grid;
  grid-template-columns: minmax(155px, 0.46fr) minmax(0, 0.54fr);
  min-height: 236px;
  align-items: stretch;
  border-top: 1px solid rgba(37, 34, 31, 0.18);
  background: linear-gradient(135deg, rgba(255, 252, 246, 0.52), rgba(245, 240, 231, 0.18));
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-record-card:nth-child(2) {
  margin-top: clamp(28px, 3.2vw, 54px);
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-record-card:nth-child(3) {
  margin-top: clamp(8px, 1.8vw, 30px);
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-record-card figure {
  margin: 0;
  overflow: hidden;
  background: rgba(37, 34, 31, 0.08);
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-record-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(22px, 2.5vw, 34px);
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-record-card h3 {
  max-width: 11ch;
  margin: 18px 0 12px;
  color: var(--b-charcoal);
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  font-size: clamp(2rem, 2.9vw, 3rem);
  font-weight: 520;
  letter-spacing: 0;
  line-height: 0.96;
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-record-card p {
  margin: 0;
  color: rgba(37, 34, 31, 0.66);
  font-size: 0.92rem;
  line-height: 1.64;
}

body.cosloom-lang-ja .cosloom-route--about .about-dossier__copy h1,
body.cosloom-lang-ja .cosloom-route--about .about-records__head h2,
body.cosloom-lang-ja .cosloom-route--about .about-record-card h3 {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  line-height: 1.08;
}

body.cosloom-lang-ja .cosloom-route--about .about-dossier__copy h1 {
  max-width: 10.4ch;
  font-size: clamp(4.4rem, 5.8vw, 6.25rem);
}

body.cosloom-lang-ja .cosloom-route--about .about-dossier__lede,
body.cosloom-lang-ja .cosloom-route--about .about-dossier__note p,
body.cosloom-lang-ja .cosloom-route--about .about-records__head p,
body.cosloom-lang-ja .cosloom-route--about .about-record-card p {
  line-height: 1.95;
}

@media (max-width: 1280px) {
  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__inner {
    grid-template-columns: minmax(330px, 0.86fr) minmax(520px, 1.14fr);
    gap: clamp(34px, 5vw, 62px);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__copy h1 {
    font-size: clamp(3.92rem, 5.6vw, 5.05rem);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__side {
    width: min(38%, 250px);
  }
}

@media (max-width: 1020px) {
  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier-hero {
    padding-top: clamp(98px, 18vw, 132px);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__inner,
  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-records__head,
  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-records__grid {
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__copy {
    min-height: auto;
    padding-left: 0;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__copy h1,
  body.cosloom-lang-ja .cosloom-route--about .about-dossier__copy h1 {
    max-width: 11.7ch;
    font-size: clamp(3.25rem, 11vw, 5.2rem);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__media {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__main,
  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__side,
  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__note {
    position: relative;
    inset: auto;
    width: 100%;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__main {
    aspect-ratio: 1.22 / 1;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__side {
    aspect-ratio: 1.36 / 1;
    border-width: 0;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-record-card {
    grid-template-columns: minmax(160px, 0.4fr) minmax(0, 0.6fr);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-record-card:nth-child(2),
  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-record-card:nth-child(3) {
    margin-top: 0;
  }
}

@media (max-width: 680px) {
  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier-hero,
  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-records-section {
    padding-right: clamp(16px, 4.8vw, 22px);
    padding-left: clamp(16px, 4.8vw, 22px);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__copy h1 {
    font-size: clamp(3.05rem, 15vw, 4.35rem);
  }

  body.cosloom-lang-ja .cosloom-route--about .about-dossier__copy h1 {
    font-size: clamp(2.72rem, 12vw, 3.72rem);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__actions .button {
    width: 100%;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-dossier__main {
    aspect-ratio: 0.92 / 1;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-records__head h2 {
    max-width: 11ch;
    font-size: clamp(2.7rem, 12vw, 3.9rem);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-record-card {
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--about .about-record-card figure {
    aspect-ratio: 1.34 / 1;
  }
}
