:root {
  --icti-green: #abd91a;
  --icti-green-soft: #dff08f;
  --icti-green-pale: #f1f6dd;
  --icti-ink: #1d221d;
  --icti-deep: #162019;
  --icti-deep-2: #213026;
  --icti-paper: #f3f5ee;
  --icti-gray-4: #c9cac6;
  --icti-gray-10: #555955;
  --icti-line: rgba(29, 34, 29, .16);
  --icti-red: #e44938;
}

body[data-icti-project='true'] .case__study__media__text__text2 {
  min-height: 220px;
}

body[data-icti-project='true'] .case__study__media__text__text__text2 p {
  max-width: 46em;
}

.icti-scene {
  background: var(--icti-paper);
  color: var(--icti-ink);
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  isolation: isolate;
  overflow: hidden;
  padding: 0;
  position: relative;
  word-break: keep-all;
}

.icti-scene *,
.icti-text-pair * {
  box-sizing: border-box;
}

.icti-scene img,
.icti-scene picture,
.icti-scene svg {
  display: block;
}

.icti-scene button {
  font: inherit;
}

.icti-scene-head,
.icti-hero-copy,
.icti-sketch-copy {
  left: 4.4%;
  position: absolute;
  top: 6.4%;
  z-index: 8;
}

.icti-scene-head > span,
.icti-hero-copy > span,
.icti-sketch-copy > span {
  display: block;
  font-size: clamp(11px, .72vw,13px);
  font-weight: 650;
  letter-spacing: .15em;
  margin-bottom: 14px;
}

.icti-scene-head > strong,
.icti-hero-copy > h1,
.icti-sketch-copy > strong {
  display: block;
  font-size: clamp(25px, 3.1vw, 53px);
  font-weight: 450;
  letter-spacing: -.055em;
  line-height: 1.04;
  margin: 0;
}

/* Hero and representative motion */
.icti-hero {
  background: var(--icti-deep);
  color: #f5f7f2;
}

.icti-hero::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, transparent, #000 38%, #000 100%);
  opacity: .4;
  position: absolute;
}

.icti-hero-copy {
  width: 45%;
}

.icti-hero-copy > span {
  color: var(--icti-green);
}

.icti-hero-copy > h1 {
  font-size: clamp(34px, 4.4vw, 76px);
  max-width: 8.8em;
}

.icti-hero-sequence {
  align-items: center;
  bottom: 6.5%;
  display: flex;
  font-size: clamp(11px, .67vw, 12px);
  gap: 11px;
  left: 4.4%;
  letter-spacing: .14em;
  margin: 0;
  position: absolute;
  z-index: 8;
}

.icti-hero-sequence i {
  background: currentColor;
  height: 1px;
  opacity: .4;
  width: 27px;
}

.icti-motion {
  --icti-m01-duration: 10s;
  height: 86%;
  position: absolute;
  right: 2.4%;
  top: 6.5%;
  width: 55%;
  z-index: 4;
}

.icti-motion__field {
  height: min(94%, 630px);
  left: 50%;
  position: absolute;
  top: 48%;
  transform: translate(-50%, -50%);
  width: min(94%, 630px);
}

.icti-m01 {
  height: 100%;
  inset: 0;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.icti-m01__calibration,
.icti-m01__rails,
.icti-m01__fragments,
.icti-m01__rail-frame,
.icti-m01__fragment {
  transform-box: view-box;
  transform-origin: 50% 50%;
}

.icti-m01__datum,
.icti-m01__intervals path,
.icti-m01__center circle,
.icti-m01__center path,
.icti-m01__rail,
.icti-m01__carrier {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.icti-m01__calibration {
  animation: ictiM01Calibration var(--icti-m01-duration) cubic-bezier(.2,.68,.2,1) 1 both;
  opacity: 0;
}

.icti-m01__datum {
  stroke: rgba(245,247,242,.22);
  stroke-dasharray: 2 8;
  stroke-linecap: round;
  stroke-width: 1.2;
}

.icti-m01__intervals {
  animation: ictiM01Intervals var(--icti-m01-duration) cubic-bezier(.2,.74,.18,1) 1 both;
  opacity: 0;
  transform-box: view-box;
  transform-origin: 50% 50%;
}

.icti-m01__intervals path {
  stroke: rgba(171,217,26,.72);
  stroke-linecap: square;
  stroke-width: 1.4;
}

.icti-m01__center {
  animation: ictiM01Center var(--icti-m01-duration) cubic-bezier(.18,.75,.2,1) 1 both;
  opacity: 0;
  transform-box: view-box;
  transform-origin: 50% 50%;
}

.icti-m01__center circle,
.icti-m01__center path {
  stroke: rgba(245,247,242,.72);
  stroke-width: 1.6;
}

.icti-m01__center .icti-m01__center-dot {
  fill: var(--icti-green);
  stroke: none;
}

.icti-m01__rail-frame {
  opacity: 0;
}

.icti-m01__rail-frame--outer {
  animation: ictiM01RailOuter var(--icti-m01-duration) cubic-bezier(.18,.72,.17,1) 1 both;
}

.icti-m01__rail-frame--middle {
  animation: ictiM01RailMiddle var(--icti-m01-duration) cubic-bezier(.18,.72,.17,1) 1 both;
}

.icti-m01__rail-frame--inner {
  animation: ictiM01RailInner var(--icti-m01-duration) cubic-bezier(.18,.72,.17,1) 1 both;
}

.icti-m01__rail {
  stroke-linecap: round;
  stroke-width: 2.1;
}

.icti-m01__rail--outer {
  stroke: rgba(245,247,242,.52);
  stroke-dasharray: 15 7 10 18 8 12 5 25;
}

.icti-m01__rail--middle {
  stroke: rgba(171,217,26,.58);
  stroke-dasharray: 8 10 21 8 7 17 6 23;
}

.icti-m01__rail--inner {
  stroke: rgba(245,247,242,.48);
  stroke-dasharray: 18 8 9 14 12 11 6 22;
}

.icti-m01__carrier {
  animation: ictiM01Carrier var(--icti-m01-duration) cubic-bezier(.16,.7,.18,1) 1 both;
  stroke: var(--icti-green);
  stroke-dasharray: 7 93;
  stroke-linecap: round;
  stroke-width: 8;
}

.icti-m01__carrier--middle {
  animation-name: ictiM01CarrierReverse;
  stroke-width: 7;
}

.icti-m01__carrier--inner {
  animation-name: ictiM01CarrierInner;
  stroke-width: 6;
}

.icti-m01__fragment {
  image-rendering: auto;
  opacity: 0;
}

.icti-m01__fragment--outer {
  animation: ictiM01FragmentOuter var(--icti-m01-duration) cubic-bezier(.16,.76,.18,1) 1 both;
}

.icti-m01__fragment--middle {
  animation: ictiM01FragmentMiddle var(--icti-m01-duration) cubic-bezier(.16,.76,.18,1) 1 both;
}

.icti-m01__fragment--inner {
  animation: ictiM01FragmentInner var(--icti-m01-duration) cubic-bezier(.16,.76,.18,1) 1 both;
}

.icti-m01__fragment--core {
  animation: ictiM01FragmentCore var(--icti-m01-duration) cubic-bezier(.16,.76,.18,1) 1 both;
}

body[data-icti-project] .icti-motion__final {
  animation: ictiM01Final var(--icti-m01-duration) cubic-bezier(.2,.74,.18,1) 1 both;
  height: 72%;
  left: 50%;
  object-fit: contain;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72%;
  z-index: 7;
}

.icti-motion__replay {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  bottom: 2%;
  color: white;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: .04em;
  padding: 9px 13px;
  position: absolute;
  right: 3%;
  z-index: 10;
}

.icti-motion__replay:hover,
.icti-motion__replay:focus-visible {
  background: var(--icti-green);
  border-color: var(--icti-green);
  color: var(--icti-deep);
  outline: none;
}

.icti-motion.is-resetting .icti-m01,
.icti-motion.is-resetting .icti-motion__final,
.icti-motion.is-final .icti-m01 {
  opacity: 0 !important;
}

.icti-motion.is-resetting *,
.icti-motion.is-final * {
  animation: none !important;
}

.icti-motion.is-final .icti-m01 {
  visibility: hidden;
}

.icti-motion.is-final .icti-motion__final {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

/* Exploration routes */
.icti-routes {
  background: #edf1e6;
}

.icti-routes .icti-scene-head {
  width: 46%;
}

.icti-route-grid {
  bottom: 4.3%;
  display: grid;
  gap: 1.1%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  left: 3.2%;
  position: absolute;
  right: 3.2%;
  top: 31%;
}

.icti-route-card {
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(29,34,29,.11);
  display: grid;
  grid-template-rows: auto minmax(70px, 1fr) auto auto;
  min-width: 0;
  padding: clamp(13px, 1.55vw, 25px);
  position: relative;
}

.icti-route-card.is-retained {
  background: var(--icti-deep);
  border-color: var(--icti-deep);
  color: white;
}

.icti-route-card.is-retained::after {
  background: var(--icti-green);
  content: "";
  height: 4px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}

.icti-route-card__top {
  align-items: center;
  display: flex;
  font-size: clamp(8px, .65vw, 11px);
  justify-content: space-between;
  letter-spacing: .11em;
}

.icti-route-card__top b {
  color: rgb(112, 119, 108);
  font-size: max(11px, .9em);
  font-weight: 600;
}

.icti-route-card.is-retained .icti-route-card__top b {
  color: var(--icti-green);
}

.icti-route-card__icon {
  align-items: center;
  color: #596657;
  display: flex;
  justify-content: center;
  min-height: 0;
  padding: 4% 18%;
}

.icti-route-card.is-retained .icti-route-card__icon {
  color: var(--icti-green);
}

.icti-route-card__icon svg {
  height: 100%;
  max-height: 108px;
  width: 100%;
}

.icti-route-card h3 {
  font-size: clamp(14px, 1.25vw, 22px);
  font-weight: 520;
  letter-spacing: -.035em;
  margin: 0 0 7px;
}

.icti-route-card p {
  color: #697066;
  font-size: clamp(11px, .77vw, 13px);
  line-height: 1.52;
  margin: 0;
}

.icti-route-card.is-retained p {
  color: rgba(255,255,255,.68);
}

/* Sketch */
.icti-sketch {
  background: #121612;
  color: white;
}

.icti-sketch > picture,
.icti-sketch > picture img {
  height: 100%;
  width: 100%;
}

.icti-sketch > picture img {
  object-fit: cover;
  object-position: center 48%;
}

.icti-sketch-shade {
  background:
    linear-gradient(90deg, rgba(14,18,14,.92) 0%, rgba(14,18,14,.68) 35%, rgba(14,18,14,.15) 67%, rgba(14,18,14,.12) 100%),
    linear-gradient(0deg, rgba(14,18,14,.45), transparent 38%);
  inset: 0;
  position: absolute;
  z-index: 2;
}

.icti-sketch-copy {
  top: 9%;
  width: 39%;
}

.icti-sketch-copy > span {
  color: var(--icti-green);
}

.icti-sketch-copy > p {
  color: rgba(255,255,255,.7);
  font-size: clamp(11px, 1vw, 17px);
  line-height: 1.65;
  margin: clamp(18px, 2.2vw, 34px) 0 0;
  max-width: 31em;
}

.icti-sketch-trace {
  height: 53%;
  position: absolute;
  right: 10%;
  top: 23%;
  width: 40%;
  z-index: 5;
}

.icti-sketch-trace i {
  border-color: var(--icti-green);
  position: absolute;
}

.icti-sketch-trace__ring {
  border: 2px solid var(--icti-green);
  border-radius: 50%;
  height: 78%;
  left: 48%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 72%;
}

.icti-sketch-trace__arc {
  border: 2px solid var(--icti-green);
  border-left-color: transparent;
  border-radius: 50%;
  border-top-color: transparent;
  left: 51%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(42deg);
}

.icti-sketch-trace__arc--one {
  height: 54%;
  width: 49%;
}

.icti-sketch-trace__arc--two {
  height: 31%;
  width: 28%;
}

.icti-sketch-trace__dot {
  background: var(--icti-green);
  border: 0 !important;
  border-radius: 50%;
  height: 18px;
  left: 65%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 18px;
}

/* Decision */
.icti-decision {
  background: #f8f9f5;
}

.icti-decision .icti-scene-head {
  width: 48%;
}

.icti-decision-criteria {
  bottom: 7%;
  display: grid;
  gap: 0;
  left: 4.4%;
  position: absolute;
  width: 43%;
}

.icti-decision-criteria article {
  border-top: 1px solid var(--icti-line);
  display: grid;
  gap: 8px 16px;
  grid-template-columns: 34px 1fr;
  padding: clamp(12px, 1.45vw, 24px) 0;
}

.icti-decision-criteria article > span {
  color: rgb(110, 115, 106);
  font-size: clamp(8px, .68vw, 11px);
  letter-spacing: .1em;
  padding-top: .35em;
}

.icti-decision-criteria h3 {
  font-size: clamp(14px, 1.3vw, 22px);
  font-weight: 540;
  letter-spacing: -.035em;
  margin: 0;
}

.icti-decision-criteria p {
  color: rgb(109, 115, 106);
  font-size: clamp(9px, .78vw, 13px);
  grid-column: 2;
  line-height: 1.52;
  margin: 0;
}

.icti-decision-mark {
  height: 62%;
  position: absolute;
  right: 6%;
  top: 18%;
  width: 43%;
}

.icti-decision-mark img {
  height: 70%;
  left: 50%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  z-index: 3;
}

.icti-decision-halo {
  border: 1px solid rgba(171,217,26,.34);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.icti-decision-halo--one {
  height: 88%;
  width: 88%;
}

.icti-decision-halo--two {
  height: 58%;
  width: 58%;
}

.icti-decision-axis {
  align-items: center;
  bottom: 6%;
  display: flex;
  font-size: clamp(11px, .7vw, 12px);
  gap: 10px;
  letter-spacing: .13em;
  margin: 0;
  position: absolute;
  right: 10%;
  z-index: 4;
}

.icti-decision-axis i {
  background: var(--icti-green);
  height: 1px;
  width: 30px;
}

/* Anatomy */
.icti-anatomy {
  background: var(--icti-deep);
  color: white;
}

.icti-anatomy .icti-scene-head {
  width: 48%;
}

.icti-anatomy .icti-scene-head > span {
  color: var(--icti-green);
}

.icti-anatomy-stage {
  height: 67%;
  left: 50%;
  position: absolute;
  top: 61%;
  transform: translate(-50%, -50%);
  width: 88%;
}

.icti-anatomy-stage > img {
  height: 78%;
  left: 50%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 46%;
}

.icti-anatomy-stage::before,
.icti-anatomy-stage::after {
  background: rgba(255,255,255,.11);
  content: "";
  position: absolute;
}

.icti-anatomy-stage::before {
  height: 1px;
  left: 8%;
  right: 8%;
  top: 50%;
}

.icti-anatomy-stage::after {
  bottom: 5%;
  left: 50%;
  top: 5%;
  width: 1px;
}

.icti-anatomy-note {
  color: rgba(255,255,255,.63);
  font-size: clamp(9px, .76vw, 13px);
  line-height: 1.55;
  max-width: 24em;
  position: absolute;
  z-index: 4;
}

.icti-anatomy-note b {
  color: white;
  display: block;
  font-size: clamp(13px, 1.15vw, 20px);
  font-weight: 520;
  letter-spacing: -.03em;
  margin-bottom: 7px;
}

.icti-anatomy-note::before {
  background: var(--icti-green);
  content: "";
  height: 1px;
  position: absolute;
  top: 11px;
  width: 72px;
}

.icti-anatomy-note--circle {
  left: 1%;
  top: 18%;
  width: 27%;
}

.icti-anatomy-note--circle::before {
  right: -86px;
}

.icti-anatomy-note--rays {
  right: 0;
  top: 20%;
  width: 28%;
}

.icti-anatomy-note--rays::before,
.icti-anatomy-note--axis::before {
  left: -86px;
}

.icti-anatomy-note--axis {
  bottom: 6%;
  right: 2%;
  width: 26%;
}

/* Motion rationale */
.icti-motion-logic {
  background: #eef1e8;
}

.icti-motion-logic .icti-scene-head {
  width: 53%;
}

.icti-motion-steps {
  bottom: 5%;
  display: grid;
  gap: 1%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  left: 3.3%;
  position: absolute;
  right: 3.3%;
  top: 35%;
}

.icti-motion-steps article {
  background: white;
  border: 1px solid rgba(29,34,29,.1);
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  padding: clamp(13px, 1.5vw, 24px);
}

.icti-motion-steps article > span {
  color: #858b82;
  font-size: clamp(8px, .68vw, 11px);
  letter-spacing: .12em;
}

.icti-motion-steps h3 {
  font-size: clamp(14px, 1.28vw, 22px);
  font-weight: 540;
  letter-spacing: -.035em;
  margin: 0 0 6px;
}

.icti-motion-steps p {
  color: #747a70;
  font-size: clamp(9px, .76vw, 13px);
  line-height: 1.45;
  margin: 0;
}

.icti-step-visual {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 0;
  position: relative;
}

.icti-step-visual i {
  border: 2px solid var(--icti-green);
  border-radius: 50%;
  height: 14px;
  position: absolute;
  width: 14px;
}

.icti-step-visual--scatter i:nth-child(1) { left: 17%; top: 31%; }
.icti-step-visual--scatter i:nth-child(2) { right: 16%; top: 19%; }
.icti-step-visual--scatter i:nth-child(3) { bottom: 20%; left: 51%; }

.icti-step-visual--align::before,
.icti-step-visual--align::after {
  background: rgba(29,34,29,.13);
  content: "";
  position: absolute;
}

.icti-step-visual--align::before { height: 1px; left: 16%; right: 16%; top: 50%; }
.icti-step-visual--align::after { bottom: 16%; left: 50%; top: 16%; width: 1px; }
.icti-step-visual--align i { left: 50%; top: 50%; transform: translate(-50%, -50%); }
.icti-step-visual--align i:nth-child(1) { margin-left: -34px; }
.icti-step-visual--align i:nth-child(3) { margin-left: 34px; }

.icti-step-visual img {
  height: 67%;
  object-fit: contain;
  width: 67%;
}

.icti-step-visual--join img {
  -webkit-mask: radial-gradient(circle, #000 0 78%, transparent 78.5%);
  mask: radial-gradient(circle, #000 0 78%, transparent 78.5%);
  opacity: .7;
}

.icti-step-visual--hold {
  background: var(--icti-deep);
  margin: 8% 4%;
}

.icti-step-visual--hold img {
  height: 62%;
  width: 62%;
}

/* Grid and minimum */
.icti-grid {
  background: white;
}

.icti-grid .icti-scene-head {
  width: 48%;
}

.icti-grid-stage {
  bottom: 5%;
  display: grid;
  gap: 3%;
  grid-template-columns: minmax(0, 1.8fr) minmax(190px, .72fr);
  left: 4.4%;
  position: absolute;
  right: 4.4%;
  top: 32%;
}

.icti-grid-paper {
  background:
    linear-gradient(90deg, rgba(98,108,94,.14) 1px, transparent 1px),
    linear-gradient(rgba(98,108,94,.14) 1px, transparent 1px);
  background-size: 24px 24px;
  border: 1px solid rgba(29,34,29,.12);
  position: relative;
}

.icti-grid-paper img {
  height: 68%;
  left: 50%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 68%;
  z-index: 2;
}

.icti-grid-axis {
  background: rgba(228,73,56,.45);
  position: absolute;
  z-index: 3;
}

.icti-grid-axis--x { height: 1px; left: 0; right: 0; top: 50%; }
.icti-grid-axis--y { bottom: 0; left: 50%; top: 0; width: 1px; }

.icti-minimum {
  align-items: center;
  background: var(--icti-paper);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10%;
  text-align: center;
}

.icti-minimum > span {
  color: rgb(108, 114, 104);
  font-size: clamp(11px, .7vw, 12px);
  letter-spacing: .12em;
}

.icti-minimum-rule {
  align-items: center;
  display: flex;
  gap: 8px;
  margin: 12% 0 10%;
  width: 80%;
}

.icti-minimum-rule i {
  background: var(--icti-ink);
  flex: 1;
  height: 1px;
  position: relative;
}

.icti-minimum-rule i::after {
  background: var(--icti-ink);
  content: "";
  height: 7px;
  position: absolute;
  top: -3px;
  width: 1px;
}

.icti-minimum-rule i:first-child::after { left: 0; }
.icti-minimum-rule i:last-child::after { right: 0; }
.icti-minimum-rule b { font-size: clamp(10px, .9vw, 15px); font-weight: 600; }

.icti-minimum img {
  height: 34%;
  object-fit: contain;
  width: 60%;
}

/* Color */
.icti-color {
  background: #f6f7f3;
}

.icti-color .icti-scene-head {
  width: 53%;
}

.icti-color-main {
  background: var(--icti-green);
  bottom: 0;
  color: var(--icti-deep);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 0;
  padding: 4.5%;
  position: absolute;
  top: 34%;
  width: 42%;
}

.icti-color-main > span {
  font-size: clamp(8px, .72vw, 13px);
  letter-spacing: .14em;
}

.icti-color-main > strong {
  font-size: clamp(22px, 3vw, 52px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.02;
}

.icti-color-main > b {
  font-size: clamp(12px, 1.1vw, 19px);
  font-weight: 600;
  letter-spacing: .06em;
}

.icti-color-contrast {
  bottom: 5%;
  display: grid;
  gap: 2px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  position: absolute;
  right: 4%;
  top: 34%;
  width: 50%;
}

.icti-color-contrast article {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.icti-color-contrast article img {
  height: 54%;
  object-fit: contain;
  width: 54%;
}

.icti-color-contrast article span {
  bottom: 9%;
  font-size: clamp(7px, .6vw, 10px);
  left: 8%;
  letter-spacing: .08em;
  line-height: 1.4;
  position: absolute;
}

.icti-color-contrast .is-white { background: white; }
.icti-color-contrast .is-gray4 { background: #c9cac6; }
.icti-color-contrast .is-gray10 { background: #555955; color: white; }
.icti-color-contrast .is-black { background: #111; color: white; }

/* Signature */
.icti-signature {
  background: var(--icti-paper);
}

.icti-signature .icti-scene-head {
  width: 53%;
}

.icti-signature-board {
  bottom: 5%;
  display: grid;
  gap: 1.6%;
  grid-template-columns: 1.8fr .7fr;
  grid-template-rows: 1fr .32fr;
  left: 4%;
  position: absolute;
  right: 4%;
  top: 33%;
}

.icti-signature-board__primary,
.icti-signature-board__symbol,
.icti-signature-board__rule {
  background: white;
  border: 1px solid rgba(29,34,29,.1);
  position: relative;
}

.icti-signature-board__primary {
  align-items: center;
  display: flex;
  grid-row: 1 / -1;
  justify-content: center;
  padding: 7%;
}

.icti-signature-board__primary img {
  max-height: 53%;
  max-width: 83%;
  object-fit: contain;
}

.icti-signature-board__symbol {
  align-items: center;
  display: flex;
  justify-content: center;
}

.icti-signature-board__symbol img {
  height: 54%;
  object-fit: contain;
  width: 54%;
}

.icti-signature-board__symbol span {
  bottom: 7%;
  font-size: clamp(7px, .62vw, 10px);
  left: 8%;
  letter-spacing: .13em;
  position: absolute;
}

.icti-signature-board__rule {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr auto;
  padding: 0 8%;
}

.icti-signature-board__rule span,
.icti-signature-board__rule b {
  font-size: 11px;
  letter-spacing: .09em;
}

.icti-signature-board__rule b { font-weight: 620; }
.icti-signature-board__rule i { background: var(--icti-green); height: 1px; }

/* Applications */
.icti-applications {
  background: #e8ebe4;
}

.icti-applications .icti-scene-head {
  width: 50%;
}

.icti-application-stage {
  bottom: 4%;
  left: 4%;
  perspective: 1200px;
  position: absolute;
  right: 4%;
  top: 31%;
}

.icti-application-stage figure {
  box-shadow: 0 24px 46px rgba(28,35,28,.14);
  margin: 0;
  position: absolute;
}

.icti-application-stage figcaption {
  bottom: -22px;
  color: rgb(88, 95, 85);
  font-size: clamp(7px, .6vw, 10px);
  left: 0;
  letter-spacing: .11em;
  position: absolute;
}

.icti-business-card {
  height: 40%;
  overflow: visible;
  top: 8%;
  width: 31%;
}

.icti-business-card--front {
  background: white;
  left: 4%;
  transform: rotate(-4deg);
}

.icti-business-card--front > img {
  height: 37%;
  left: 7%;
  object-fit: contain;
  object-position: left center;
  position: absolute;
  top: 8%;
  width: 52%;
}

.icti-card-lines {
  bottom: 9%;
  display: grid;
  gap: 7px;
  left: 8%;
  position: absolute;
  right: 8%;
}

.icti-card-lines b {
  font-size: clamp(11px, .7vw, 12px);
  font-weight: 580;
}

.icti-card-lines span {
  background: #d7dad4;
  height: 2px;
  width: 54%;
}

.icti-card-lines span:nth-child(3) { width: 70%; }
.icti-card-lines span:nth-child(4) { width: 44%; }

.icti-business-card--back {
  background: var(--icti-green);
  left: 29%;
  top: 18%;
  transform: rotate(3deg);
}

/* 자르기를 **고리 그릇으로 옮겼다.**
   전에는 figure 에 overflow:hidden 이 걸려 장식 고리와 함께 figcaption 까지 잘렸다 —
   「BUSINESS CARD / BACK」이 휴대폰 31% · 태블릿 2% 만 보였다.
   고리는 이 그릇 안에서 그대로 잘리고(위치 동일 확인), 캡션은 카드 밖에서 온전히 보인다. */
.icti-business-card--back > .icti-card-rings {
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.icti-business-card--back > img {
  height: 32%;
  object-fit: contain;
  position: absolute;
  right: 9%;
  top: 11%;
  width: 28%;
}

.icti-card-rings i {
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 50%;
  height: var(--s);
  left: -16%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--s);
}

.icti-card-rings i:nth-child(1) { --s: 76%; }
.icti-card-rings i:nth-child(2) { --s: 118%; }
.icti-card-rings i:nth-child(3) { --s: 160%; }

.icti-envelope {
  background: white;
  bottom: 11%;
  height: 48%;
  right: 3%;
  transform: rotate(-2deg);
  width: 43%;
}

.icti-envelope::before,
.icti-envelope::after {
  border-bottom: 1px solid #d9dcd6;
  bottom: 0;
  content: "";
  height: 54%;
  position: absolute;
  width: 55%;
}

.icti-envelope::before {
  border-right: 1px solid #d9dcd6;
  left: 0;
  transform: skewY(-28deg);
  transform-origin: left bottom;
}

.icti-envelope::after {
  border-left: 1px solid #d9dcd6;
  right: 0;
  transform: skewY(28deg);
  transform-origin: right bottom;
}

.icti-envelope-flap {
  background: var(--icti-green);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 38%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.icti-envelope > img {
  bottom: 12%;
  height: 24%;
  left: 7%;
  object-fit: contain;
  object-position: left center;
  position: absolute;
  width: 43%;
  z-index: 3;
}

.icti-signboard {
  align-items: center;
  background: white;
  bottom: 5%;
  display: flex;
  height: 23%;
  justify-content: center;
  left: 8%;
  width: 42%;
}

.icti-signboard > img {
  max-height: 62%;
  max-width: 74%;
  object-fit: contain;
}

/* Restrictions */
.icti-restrictions {
  background: #f6f7f3;
}

.icti-restrictions .icti-scene-head {
  width: 54%;
}

.icti-restriction-grid {
  bottom: 5%;
  display: grid;
  gap: 1.1%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  left: 3.2%;
  position: absolute;
  right: 3.2%;
  top: 34%;
}

.icti-restriction-grid article {
  background: white;
  border: 1px solid rgba(29,34,29,.1);
  display: grid;
  grid-template-rows: 1fr auto auto;
  padding: clamp(12px, 1.5vw, 24px);
}

.icti-restriction-sample {
  align-items: center;
  background: #f3f5ee;
  display: flex;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.icti-restriction-sample::after {
  background: var(--icti-red);
  content: "";
  height: 3px;
  left: 8%;
  position: absolute;
  top: 50%;
  transform: rotate(-33deg);
  width: 84%;
}

.icti-restriction-sample img {
  height: 62%;
  object-fit: contain;
  width: 62%;
}

.icti-restriction-sample.is-stretched img { transform: scaleX(1.35); }
.icti-restriction-sample.is-outlined img { filter: drop-shadow(2px 0 0 #202820) drop-shadow(-2px 0 0 #202820) drop-shadow(0 2px 0 #202820) drop-shadow(0 -2px 0 #202820); }
.icti-restriction-sample.is-recolored img { filter: hue-rotate(218deg) saturate(1.6); }
.icti-restriction-sample.is-low-contrast { background: #c4dc74; }
.icti-restriction-sample.is-low-contrast img { opacity: .32; }

.icti-restriction-grid h3 {
  font-size: clamp(14px, 1.25vw, 21px);
  font-weight: 540;
  letter-spacing: -.035em;
  margin: clamp(12px, 1.2vw, 20px) 0 6px;
}

.icti-restriction-grid p {
  color: rgb(114, 120, 110);
  font-size: clamp(11px, .75vw, 13px);
  line-height: 1.48;
  margin: 0;
}

/* Closing */
.icti-closing {
  align-items: center;
  background: var(--icti-deep);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.icti-closing > span {
  color: rgba(255,255,255,.58);
  font-size: clamp(7px, .64vw, 11px);
  left: 4.4%;
  letter-spacing: .14em;
  position: absolute;
  top: 6.5%;
}

.icti-closing > img {
  height: 38%;
  object-fit: contain;
  width: 38%;
}

.icti-closing > h2 {
  font-size: clamp(23px, 3vw, 52px);
  font-weight: 430;
  letter-spacing: -.05em;
  line-height: 1.04;
  margin: 3% 0 0;
}

.icti-closing > p {
  bottom: 6%;
  color: var(--icti-green);
  font-size: clamp(10px, .85vw, 14px);
  letter-spacing: .12em;
  margin: 0;
  position: absolute;
}

/* Information area */
body[data-icti-project='true'] .case__study__info__left {
  display: grid;
  gap: var(--pd2, 8px);
  grid-column: 1 / 2;
  grid-template-columns: 1fr 1fr;
}

body[data-icti-project='true'] .case__study__info__project__information {
  grid-column: 1 / -1;
}

body[data-icti-project='true'] .case__study__info__right {
  display: flex;
  flex-flow: column;
  grid-column: 2 / -1;
  row-gap: var(--pd2, 8px);
}

body[data-icti-project='true'] .case__study__info h2 {
  color: var(--color-gray50, #7b7b7b);
  margin-bottom: 8px;
}

body[data-icti-project='true'] .case__study__info h2:not(:first-child) {
  margin-top: 32px;
}

body[data-icti-project='true'] .case__study__info p:not(:last-child) {
  margin-bottom: 12px;
}

/* Motion 01: scattered curved information finds one center and common interval, then resolves into the approved mark. */
@keyframes ictiM01Calibration {
  0%, 10% { opacity: 0; transform: scaleX(.28); }
  18% { opacity: .9; transform: scaleX(.72); }
  35%, 54% { opacity: 1; transform: scaleX(1); }
  66%, 100% { opacity: 0; transform: scaleX(1); }
}

@keyframes ictiM01Intervals {
  0%, 20% { opacity: 0; transform: translateX(10%) scaleX(.35); }
  30%, 51% { opacity: 1; transform: translateX(0) scaleX(1); }
  64%, 100% { opacity: 0; transform: translateX(0) scaleX(1); }
}

@keyframes ictiM01Center {
  0%, 8% { opacity: 0; transform: scale(.25) rotate(-30deg); }
  17%, 48% { opacity: 1; transform: scale(1) rotate(0); }
  63%, 100% { opacity: 0; transform: scale(.72) rotate(0); }
}

@keyframes ictiM01RailOuter {
  0%, 4% { opacity: 0; transform: translate(-17%, 10%) rotate(-27deg) scale(.78); }
  12% { opacity: .9; }
  43%, 55% { opacity: 1; transform: translate(0, 0) rotate(0) scale(1); }
  69%, 100% { opacity: 0; transform: translate(0, 0) rotate(0) scale(1); }
}

@keyframes ictiM01RailMiddle {
  0%, 7% { opacity: 0; transform: translate(16%, -13%) rotate(34deg) scale(1.12); }
  16% { opacity: .92; }
  46%, 56% { opacity: 1; transform: translate(0, 0) rotate(0) scale(1); }
  69%, 100% { opacity: 0; transform: translate(0, 0) rotate(0) scale(1); }
}

@keyframes ictiM01RailInner {
  0%, 10% { opacity: 0; transform: translate(-11%, -17%) rotate(-44deg) scale(.74); }
  20% { opacity: .9; }
  49%, 57% { opacity: 1; transform: translate(0, 0) rotate(0) scale(1); }
  69%, 100% { opacity: 0; transform: translate(0, 0) rotate(0) scale(1); }
}

@keyframes ictiM01Carrier {
  0%, 5% { opacity: 0; stroke-dashoffset: 44; }
  12% { opacity: 1; }
  47% { opacity: 1; stroke-dashoffset: -36; }
  61% { opacity: .75; stroke-dashoffset: -54; }
  69%, 100% { opacity: 0; stroke-dashoffset: -54; }
}

@keyframes ictiM01CarrierReverse {
  0%, 8% { opacity: 0; stroke-dashoffset: -22; }
  16% { opacity: 1; }
  49% { opacity: 1; stroke-dashoffset: 57; }
  61% { opacity: .75; stroke-dashoffset: 69; }
  69%, 100% { opacity: 0; stroke-dashoffset: 69; }
}

@keyframes ictiM01CarrierInner {
  0%, 11% { opacity: 0; stroke-dashoffset: 67; }
  20% { opacity: 1; }
  51% { opacity: 1; stroke-dashoffset: -18; }
  61% { opacity: .75; stroke-dashoffset: -30; }
  69%, 100% { opacity: 0; stroke-dashoffset: -30; }
}

@keyframes ictiM01FragmentOuter {
  0%, 40% { opacity: 0; transform: translate(-10%, 7%) rotate(-14deg) scale(.9); }
  46% { opacity: .28; }
  59%, 65% { opacity: 1; transform: translate(0, 0) rotate(0) scale(1); }
  72%, 100% { opacity: 0; transform: translate(0, 0) rotate(0) scale(1); }
}

@keyframes ictiM01FragmentMiddle {
  0%, 43% { opacity: 0; transform: translate(9%, -8%) rotate(18deg) scale(1.06); }
  49% { opacity: .28; }
  61%, 65% { opacity: 1; transform: translate(0, 0) rotate(0) scale(1); }
  72%, 100% { opacity: 0; transform: translate(0, 0) rotate(0) scale(1); }
}

@keyframes ictiM01FragmentInner {
  0%, 46% { opacity: 0; transform: translate(-7%, -10%) rotate(-22deg) scale(.88); }
  52% { opacity: .3; }
  62%, 65% { opacity: 1; transform: translate(0, 0) rotate(0) scale(1); }
  72%, 100% { opacity: 0; transform: translate(0, 0) rotate(0) scale(1); }
}

@keyframes ictiM01FragmentCore {
  0%, 49% { opacity: 0; transform: translate(10%, 8%) rotate(16deg) scale(1.15); }
  55% { opacity: .35; }
  63%, 65% { opacity: 1; transform: translate(0, 0) rotate(0) scale(1); }
  72%, 100% { opacity: 0; transform: translate(0, 0) rotate(0) scale(1); }
}

@keyframes ictiM01Final {
  0%, 64% { opacity: 0; transform: translate(-50%, -50%) scale(.982); }
  71%, 100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@media (max-width: 1024px) {
  body[data-icti-project='true'] .case__study__info__left,
  body[data-icti-project='true'] .case__study__info__right {
    grid-column: 1 / -1;
  }

  .icti-route-card p,
  .icti-decision-criteria p,
  .icti-motion-steps p,
  .icti-restriction-grid p {
    font-size: 11px;
  }
}

@media (max-width: 656px) {
  body[data-icti-project='true'] .case__study__media__text__text2 {
    min-height: 0;
  }

  body[data-icti-project='true'] .case__study__info__left {
    grid-template-columns: 1fr;
  }

  .icti-scene {
    aspect-ratio: auto !important;
    min-height: 620px;
  }

  .icti-scene-head,
  .icti-hero-copy,
  .icti-sketch-copy {
    left: auto;
    position: relative;
    top: auto;
    width: auto !important;
  }

  .icti-scene-head > span,
  .icti-hero-copy > span,
  .icti-sketch-copy > span {
    font-size: 11px;
    margin-bottom: 11px;
  }

  .icti-scene-head > strong,
  .icti-hero-copy > h1,
  .icti-sketch-copy > strong {
    font-size: clamp(29px, 9.2vw, 39px);
    line-height: 1.05;
  }

  .icti-hero {
    min-height: 690px;
    padding: 30px 24px;
  }

  .icti-hero::before {
    background-size: 30px 30px;
    mask-image: linear-gradient(0deg, #000, transparent 90%);
  }

  .icti-hero-copy {
    position: relative;
    z-index: 8;
  }

  .icti-hero-copy > h1 {
    font-size: clamp(39px, 12vw, 52px);
    max-width: 8em;
  }

  .icti-motion {
    bottom: 54px;
    height: 390px;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    width: calc(100% - 16px);
  }

  .icti-motion__field {
    height: 340px;
    width: 340px;
  }

  .icti-motion__replay {
    bottom: 0;
    right: 0;
  }

  .icti-hero-sequence {
    bottom: 25px;
    font-size: 11px;
    left: 24px;
  }

  .icti-hero-sequence i {
    width: 16px;
  }

  .icti-routes {
    min-height: 1080px;
    padding: 28px 20px 20px;
  }

  .icti-route-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    margin-top: 28px;
    position: static;
  }

  .icti-route-card {
    grid-template-rows: auto 94px auto auto;
    min-height: 245px;
    padding: 13px;
  }

  .icti-route-card__icon {
    padding: 4% 18%;
  }

  .icti-route-card h3 {
    font-size: 15px;
  }

  .icti-route-card p {
    font-size: 11px;
    line-height: 1.42;
  }

  .icti-sketch {
    min-height: 720px;
  }

  .icti-sketch-shade {
    background: linear-gradient(180deg, rgba(14,18,14,.92) 0%, rgba(14,18,14,.62) 41%, rgba(14,18,14,.13) 74%, rgba(14,18,14,.42) 100%);
  }

  .icti-sketch-copy {
    padding: 30px 24px;
    position: relative;
    z-index: 8;
  }

  .icti-sketch-copy > p {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 17px;
  }

  .icti-sketch-trace {
    bottom: 52px;
    height: 300px;
    right: 3%;
    top: auto;
    width: 84%;
  }

  .icti-decision {
    min-height: 910px;
    padding: 28px 22px;
  }

  .icti-decision-mark {
    height: 320px;
    margin: 24px auto 10px;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }

  .icti-decision-criteria {
    display: grid;
    position: static;
    width: 100%;
  }

  .icti-decision-criteria article {
    padding: 14px 0;
  }

  .icti-decision-criteria h3 {
    font-size: 16px;
  }

  .icti-decision-criteria p {
    font-size: 11px;
  }

  .icti-decision-axis {
    bottom: auto;
    font-size: 11px;
    justify-content: center;
    margin-top: 14px;
    position: static;
    right: auto;
  }

  .icti-anatomy {
    min-height: 940px;
    padding: 29px 22px;
  }

  .icti-anatomy-stage {
    height: auto;
    left: auto;
    margin-top: 25px;
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
  }

  .icti-anatomy-stage > img {
    height: 310px;
    left: auto;
    margin: 0 auto 26px;
    position: relative;
    top: auto;
    transform: none;
    width: 78%;
  }

  .icti-anatomy-stage::before,
  .icti-anatomy-stage::after {
    display: none;
  }

  .icti-anatomy-note {
    border-top: 1px solid rgba(255,255,255,.16);
    display: block;
    font-size: 11px;
    max-width: none;
    padding: 15px 0;
    position: relative;
    width: 100%;
  }

  .icti-anatomy-note b {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .icti-anatomy-note::before {
    display: none;
  }

  .icti-anatomy-note--circle,
  .icti-anatomy-note--rays,
  .icti-anatomy-note--axis {
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
  }

  .icti-motion-logic {
    min-height: 860px;
    padding: 28px 20px 20px;
  }

  .icti-motion-steps {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    margin-top: 26px;
    position: static;
  }

  .icti-motion-steps article {
    min-height: 300px;
    padding: 14px;
  }

  .icti-motion-steps h3 {
    font-size: 15px;
  }

  .icti-motion-steps p {
    font-size: 11px;
  }

  .icti-grid {
    min-height: 870px;
    padding: 28px 20px 20px;
  }

  .icti-grid-stage {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    grid-template-rows: 420px 250px;
    margin-top: 26px;
    position: static;
  }

  .icti-grid-paper {
    background-size: 20px 20px;
  }

  .icti-minimum {
    padding: 8%;
  }

  .icti-minimum-rule {
    margin: 7% 0;
  }

  .icti-color {
    min-height: 970px;
    padding: 28px 20px 20px;
  }

  .icti-color-main {
    height: 260px;
    margin-top: 25px;
    padding: 24px;
    position: static;
    width: 100%;
  }

  .icti-color-main > strong {
    font-size: 36px;
  }

  .icti-color-contrast {
    display: grid;
    gap: 2px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 480px;
    margin-top: 10px;
    position: static;
    width: 100%;
  }

  .icti-color-contrast article span {
    font-size: 8px;
  }

  .icti-signature {
    min-height: 780px;
    padding: 28px 20px 20px;
  }

  .icti-signature-board {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
    grid-template-rows: 360px 220px 80px;
    margin-top: 25px;
    position: static;
  }

  .icti-signature-board__primary {
    grid-row: auto;
  }

  .icti-applications {
    min-height: 980px;
    padding: 28px 20px 20px;
  }

  .icti-application-stage {
    height: 750px;
    margin-top: 20px;
    position: relative;
    top: auto;
  }

  .icti-business-card {
    height: 180px;
    width: 72%;
  }

  .icti-business-card--front { left: 2%; top: 22px; }
  .icti-business-card--back { left: 24%; top: 185px; }

  .icti-envelope {
    bottom: 96px;
    height: 220px;
    right: 0;
    width: 88%;
  }

  .icti-signboard {
    bottom: 0;
    height: 105px;
    left: 2%;
    width: 72%;
  }

  .icti-restrictions {
    min-height: 1080px;
    padding: 28px 20px 20px;
  }

  .icti-restriction-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    margin-top: 25px;
    position: static;
  }

  .icti-restriction-grid article {
    min-height: 320px;
    padding: 13px;
  }

  .icti-restriction-grid h3 {
    font-size: 15px;
  }

  .icti-restriction-grid p {
    font-size: 11px;
  }

  .icti-closing {
    min-height: 670px;
    padding: 70px 24px 80px;
  }

  .icti-closing > span {
    font-size: 7px;
    left: 20px;
    right: 20px;
    text-align: left;
    top: 26px;
  }

  .icti-closing > img {
    height: auto;
    width: 62%;
  }

  .icti-closing > h2 {
    font-size: 31px;
    margin-top: 34px;
  }

  .icti-closing > p {
    bottom: 29px;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .icti-motion *,
  .icti-motion *::before,
  .icti-motion *::after {
    animation: none !important;
  }

  .icti-m01 {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  body[data-icti-project] .icti-motion__final {
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1) !important;
  }

  .icti-motion__replay {
    display: none;
  }
}

/* === 그림 자리 예약 (CLS) — 자동 생성. 없으면 지연 로딩 때 아래가 밀린다 === */
img[src$="/icti/assets/icti-symbol-approved-r2a.png"] { aspect-ratio: 1900/1905; }
img[src$="/icti/assets/icti-sketch-r2.webp"] { aspect-ratio:  2444/3260; }
img[src$="/icti/assets/icti-signature-approved.png"] { aspect-ratio: 323/94; }

/* 07 색상규정 지면 — 화면에 실은 인쇄값 다섯의 근거.
   ⚠ `.icti-scene img` 에는 폭·높이가 없다. 그대로 두면 **로드 전 상자가 0** 이 되고
   `loading="lazy"` 가 영영 발동하지 않는다.
   ⚠ 표제를 절대배치로 띄우고 「%」로 자리를 잡으면 좁은 폭에서 넘친다(bhi 판례 +124px).
   장면을 격자로 만들어 표제가 제 높이를 갖게 한다. */
.icti-colour-plate {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(10px, 1.4cqw, 20px);
  padding: clamp(20px, 3.2vw, 52px);
}

.icti-colour-plate > .icti-scene-head {
  position: static;
  max-width: none;
}

.icti-colour-plate > figure {
  position: static;
  margin: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: clamp(6px, 1cqw, 14px);
  justify-items: center;
}

.icti-colour-plate > figure img {
  aspect-ratio: 1600 / 1131;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  border: 1px solid rgba(30, 40, 30, .14);
}

.icti-colour-plate > figure figcaption {
  font-size: clamp(11px, 1.05cqw, 13px);
  font-weight: 700;
  letter-spacing: .03em;
  text-align: center;
  word-break: keep-all;
}
