/*
 * LHM-HYBRID-009.1 — corrected lower phase row
 * Scope: Atelier text arrangement only.
 * The LHM-HYBRID-008 animation, blueprint and all other scenes remain frozen.
 */

.hybrid-009-review .manuscript-copy--atelier > header {
  top: 5.8%;
  left: 4.8%;
  width: 25.5%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hybrid-009-review .manuscript-copy--atelier > header h2 {
  margin: 0;
  color: #a77a27;
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-weight: 680;
  line-height: 1.02;
  text-shadow: 0 1px 2px rgba(91, 61, 25, .16);
}

.hybrid-009-review .manuscript-copy--atelier .atelier-headline {
  margin: 8px 0 0;
  color: #625039;
  font: 620 clamp(1.12rem, 1.38vw, 1.58rem)/1.18 var(--serif);
  text-shadow: 0 1px 1px rgba(255, 246, 214, .35);
}

.hybrid-009-review .manuscript-copy--atelier .atelier-headline em {
  color: #6e5b3d;
}

.hybrid-009-review .manuscript-copy--atelier .atelier-principle {
  top: 7.8%;
  right: 5.8%;
  bottom: auto;
  left: auto;
  width: 22%;
  margin: 0;
  padding: 0;
  color: #60704a !important;
  font-size: clamp(.95rem, 1vw, 1.08rem);
  font-weight: 550;
  line-height: 1.36;
  text-align: right;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  text-shadow: 0 1px 1px rgba(255, 247, 214, .38);
}

.hybrid-009-review .atelier-phases {
  position: absolute;
  inset: 0;
  display: block;
  margin: 0;
  padding: 0;
}

.hybrid-009-review .atelier-phase {
  position: absolute;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  height: clamp(146px, 10.2vw, 160px);
  min-height: 0;
  padding: 18px 20px 17px;
  color: #445633;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(
      ellipse at 48% 48%,
      rgba(246, 233, 196, .92) 0%,
      rgba(241, 225, 183, .74) 58%,
      rgba(235, 216, 168, .28) 78%,
      transparent 100%
    );
  box-shadow: none;
  backdrop-filter: none;
}

.hybrid-009-review .atelier-phase::before,
.hybrid-009-review .atelier-phase::after {
  content: none;
}

.hybrid-009-review .atelier-phase--01 {
  bottom: 6.2%;
  left: 4.7%;
  width: 27.5%;
}

.hybrid-009-review .atelier-phase--02 {
  top: auto !important;
  right: auto !important;
  bottom: 6.2% !important;
  left: 36.25% !important;
  width: 27.5% !important;
  margin: 0 !important;
  translate: none !important;
  transform: none !important;
  align-self: auto !important;
}

.hybrid-009-review .atelier-phase--03 {
  right: 4.7%;
  bottom: 6.2%;
  width: 27.5%;
}

.hybrid-009-review .atelier-phase > span {
  display: block;
  width: auto;
  height: auto;
  padding-top: 1px;
  color: #9b742b;
  font: 680 1.5rem/1 var(--serif);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-shadow: 0 1px 1px rgba(255, 244, 204, .4);
}

.hybrid-009-review .atelier-phase h3 {
  margin: 0 0 6px;
  color: #3f5834;
  font-size: clamp(1.25rem, 1.3vw, 1.48rem);
  font-weight: 650;
  line-height: 1.13;
  text-shadow: 0 1px 1px rgba(255, 246, 212, .34);
}

.hybrid-009-review .atelier-phase p {
  margin: 0;
  color: #5f4c35;
  font-size: clamp(1.05rem, 1.08vw, 1.17rem);
  font-weight: 520;
  line-height: 1.38;
  text-shadow: 0 1px 1px rgba(255, 247, 216, .4);
}

@media (max-width: 1100px) and (min-width: 851px) {
  .hybrid-009-review .manuscript-copy--atelier > header {
    width: 27%;
  }

  .hybrid-009-review .atelier-phase {
    gap: 9px;
    padding: 15px 16px;
  }

  .hybrid-009-review .atelier-phase h3 {
    font-size: 1.18rem;
  }

  .hybrid-009-review .atelier-phase p {
    font-size: 1rem;
  }
}

@media (max-width: 850px) {
  .hybrid-009-review .manuscript-state--atelier {
    min-height: 1210px;
  }

  .hybrid-009-review .manuscript-copy--atelier {
    padding: 38px 30px 44px;
    background: transparent;
  }

  .hybrid-009-review .manuscript-copy--atelier::before {
    height: min(58vw, 270px);
    margin: -10px -4px 26px;
    background:
      url("assets/atelier-blueprint-007.webp") center 48% / 182% auto no-repeat;
    opacity: .8;
  }

  .hybrid-009-review .manuscript-copy--atelier > header,
  .hybrid-009-review .manuscript-copy--atelier .atelier-principle {
    position: relative;
    inset: auto;
    width: auto;
    padding: 0;
  }

  .hybrid-009-review .manuscript-copy--atelier > header {
    order: 1;
  }

  .hybrid-009-review .manuscript-copy--atelier > header h2 {
    font-size: clamp(1.8rem, 8vw, 2.7rem);
  }

  .hybrid-009-review .manuscript-copy--atelier .atelier-headline {
    font-size: clamp(1.15rem, 4.6vw, 1.42rem);
  }

  .hybrid-009-review .manuscript-copy--atelier .atelier-principle {
    order: 3;
    margin: 22px 0 0;
    font-size: max(1rem, 16px);
    text-align: left;
  }

  .hybrid-009-review .atelier-phases {
    position: relative;
    inset: auto;
    order: 2;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 14px;
    margin-top: 24px;
  }

  .hybrid-009-review .atelier-phase,
  .hybrid-009-review .atelier-phase--01,
  .hybrid-009-review .atelier-phase--02,
  .hybrid-009-review .atelier-phase--03 {
    position: relative;
    inset: auto;
    width: auto;
    height: 100%;
    min-height: 0;
    padding: 18px 17px;
    background:
      radial-gradient(
        ellipse at 48% 48%,
        rgba(246, 233, 196, .88),
        rgba(239, 222, 178, .5) 72%,
        transparent 100%
      );
  }

  .hybrid-009-review .atelier-phase--02 {
    inset: auto !important;
    width: auto !important;
    margin: 0 !important;
  }

  .hybrid-009-review .atelier-phase > span {
    font-size: 1.5rem;
  }

  .hybrid-009-review .atelier-phase h3 {
    font-size: clamp(1.15rem, 4.4vw, 1.34rem);
  }

  .hybrid-009-review .atelier-phase p {
    font-size: max(1rem, 16px);
  }
}

@media (max-width: 460px) {
  .hybrid-009-review .manuscript-state--atelier {
    min-height: 1140px;
  }

  .hybrid-009-review .manuscript-copy--atelier {
    padding: 34px 22px 40px;
  }
}
