.creator-section-heading {
  max-width: 760px;
  margin: 0 auto 72px;
  text-align: center;
}

.creator-section-heading p {
  margin: 0;
  color: #5e8a76;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}

.creator-section-heading h2 {
  margin: 13px 0 0;
  color: #26352e;
  font-size: clamp(38px, 4.8vw, 60px);
  letter-spacing: -.065em;
  line-height: 1.08;
}

.creator-section-heading > span {
  display: block;
  margin-top: 15px;
  color: #718078;
  font-size: 14px;
}

.creator-project-card {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  gap: clamp(28px, 4vw, 54px);
  padding: clamp(18px, 2.5vw, 30px);
  border: 1px solid rgba(58, 88, 73, .13);
  border-radius: 24px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 24px 55px rgba(36, 62, 49, .11);
}

.creator-carousel { min-width: 0; }

.creator-carousel-viewport {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 17px;
  background: #e9f0ec;
  box-shadow: 0 14px 32px rgba(43, 76, 59, .12);
}

.creator-carousel-track {
  display: flex;
  height: 100%;
  transform: translateX(0);
  transition: transform .42s cubic-bezier(.16, 1, .3, 1);
}

.creator-carousel-slide {
  flex: 0 0 100%;
  min-width: 0;
  margin: 0;
}

.creator-carousel-image { background: #080d13; }
.creator-carousel-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.creator-carousel-slide[data-lightbox-src] { cursor: zoom-in; }
.creator-carousel-slide[data-lightbox-src]:focus-visible { outline: 2px solid #dca54e; outline-offset: -4px; }
.creator-placeholder-data {
  background: #080d13 url("rate-signal-case-detail.png") center / contain no-repeat;
}
.creator-placeholder-data figcaption { display: none; }

.creator-placeholder {
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
}

.creator-placeholder figcaption {
  display: grid;
  gap: 7px;
  padding: 18px 22px;
  border: 1px dashed rgba(50, 100, 77, .35);
  border-radius: 13px;
  background: rgba(255, 255, 255, .64);
}

.creator-placeholder span {
  color: #708379;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.creator-placeholder strong { color: #375c4c; font-size: 19px; }
.creator-placeholder small { color: #77847d; font-size: 11px; }
.creator-placeholder-architecture { background: linear-gradient(135deg, #dbece4, #f6faf7); }
.creator-placeholder-streamlit { background: linear-gradient(135deg, #e5eef0, #f8fbfb); }
.creator-placeholder-data { background: #080d13 url("rate-signal-case-detail.png") center / contain no-repeat; }

.creator-carousel-arrow {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  background: rgba(31, 50, 41, .76);
  color: #f7fbf8;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .2s ease, background .2s ease;
}

.creator-carousel-arrow:hover,
.creator-carousel-arrow:focus-visible { background: #234e3f; transform: translateY(-50%) scale(1.06); }
.creator-carousel-prev { left: 14px; }
.creator-carousel-next { right: 14px; }

.creator-carousel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 13px;
  color: #607269;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
}

.creator-carousel-dots { display: flex; gap: 7px; }
.creator-carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #c7d4cd; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.creator-carousel-dots button.is-active { background: #34765a; transform: scale(1.25); }
.creator-carousel-dots button:nth-child(n + 4) { display: none; }
.creator-carousel-summary { margin: 23px 2px 0; color: #627269; font-size: 13px; line-height: 1.9; }

.image-lightbox { position: fixed; inset: 0; z-index: 80; display: none; place-items: center; padding: 34px; }
.image-lightbox.open { display: grid; }
.image-lightbox-backdrop { position: absolute; inset: 0; border: 0; background: rgba(2, 6, 9, .9); backdrop-filter: blur(7px); cursor: zoom-out; }
.image-lightbox-panel { position: relative; z-index: 1; display: grid; width: min(1320px, 100%); max-height: calc(100dvh - 68px); place-items: center; }
.image-lightbox-panel img { display: block; max-width: 100%; max-height: calc(100dvh - 68px); border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: #080d13; box-shadow: 0 30px 90px rgba(0,0,0,.5); opacity: 1; transform: scale(1); transition: opacity .28s cubic-bezier(.22,1,.36,1), transform .28s cubic-bezier(.22,1,.36,1); will-change: opacity, transform; }
.image-lightbox-panel img.is-switching { opacity: 0; transform: scale(.972); }
.image-lightbox-close { position: absolute; top: 12px; right: 12px; z-index: 2; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(7,12,16,.72); color: #fff; font-size: 28px; line-height: 1; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.image-lightbox-close:hover, .image-lightbox-close:focus-visible { background: rgba(44,73,61,.96); transform: scale(1.06); }
.image-lightbox-nav { position: absolute; top: 50%; z-index: 2; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(7,12,16,.72); color: #fff; font-size: 26px; line-height: 1; cursor: pointer; transform: translateY(-50%); transition: background .2s ease, transform .2s ease; }
.image-lightbox-nav:hover, .image-lightbox-nav:focus-visible { background: rgba(44,73,61,.96); transform: translateY(-50%) scale(1.07); }
.image-lightbox-prev { left: 18px; }
.image-lightbox-next { right: 18px; }

.creator-project-info { display: flex; flex-direction: column; align-items: flex-start; padding: 4px 2px; }
.creator-project-title-row { display: flex; align-items: flex-start; gap: 14px; width: 100%; }
.creator-project-index { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: #4b8e70; color: #f7fbf8; font-size: 12px; font-weight: 800; }
.creator-project-title-row .creator-project-index { flex: 0 0 auto; margin-top: 2px; }
.creator-project-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.creator-project-tags span { padding: 6px 9px; border: 1px solid rgba(64, 111, 87, .18); border-radius: 999px; background: #f4faf6; color: #4c7160; font-size: 10px; font-weight: 750; }
.creator-project-info h3 { margin: 0; color: #27372f; font-size: clamp(22px, 2.35vw, 30px); letter-spacing: -.052em; line-height: 1.15; }

.creator-project-flow { display: grid; gap: 0; width: 100%; margin: 50px 0 0; padding: 0; list-style: none; }
.creator-flow-step { position: relative; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; min-height: 94px; }
.creator-flow-step:last-child { min-height: auto; }
.creator-flow-step::after { position: absolute; top: 43px; left: 20px; width: 2px; height: 48px; background: currentColor; content: ''; opacity: .45; transform: scaleY(0); transform-origin: top; }
.creator-flow-step:last-child::after { display: none; }
.creator-flow-node { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50%; background: #fff; box-shadow: 0 0 0 rgba(54, 111, 84, 0); opacity: 0; transform: scale(.76); transition: box-shadow .28s ease, opacity .25s ease, transform .25s ease, background .25s ease; }
.creator-flow-node svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.creator-flow-step h4 { margin: 3px 0 0; color: #34463c; font-size: 14px; font-weight: 800; line-height: 1.35; opacity: 0; transform: translateY(6px); }
.creator-flow-step p { margin: 6px 0 0; color: #69786f; font-size: 12px; line-height: 1.72; opacity: 0; transform: translateY(6px); }
.creator-flow-data { color: #548ab0; }
.creator-flow-logic { color: #4b8e70; }
.creator-flow-report { color: #c2804e; }
.creator-flow-step:hover .creator-flow-node { background: color-mix(in srgb, currentColor 9%, white); box-shadow: 0 0 12px color-mix(in srgb, currentColor 32%, transparent); transform: scale(1.06); }
.creator-project-flow.is-flow-active .creator-flow-node,
.creator-project-flow.is-flow-active .creator-flow-step h4,
.creator-project-flow.is-flow-active .creator-flow-step p { opacity: 1; transform: none; }
.creator-project-flow.is-flow-active .creator-flow-step::after { transform: scaleY(1); }
.creator-project-flow.is-flow-active .creator-flow-step:nth-child(1) .creator-flow-node { transition-delay: .04s; }
.creator-project-flow.is-flow-active .creator-flow-step:nth-child(1) h4,
.creator-project-flow.is-flow-active .creator-flow-step:nth-child(1) p { transition: opacity .26s ease-out .1s, transform .26s ease-out .1s; }
.creator-project-flow.is-flow-active .creator-flow-step:nth-child(1)::after { transition: transform .22s ease-out .28s; }
.creator-project-flow.is-flow-active .creator-flow-step:nth-child(2) .creator-flow-node { transition-delay: .51s; }
.creator-project-flow.is-flow-active .creator-flow-step:nth-child(2) h4,
.creator-project-flow.is-flow-active .creator-flow-step:nth-child(2) p { transition: opacity .26s ease-out .56s, transform .26s ease-out .56s; }
.creator-project-flow.is-flow-active .creator-flow-step:nth-child(2)::after { transition: transform .22s ease-out .76s; }
.creator-project-flow.is-flow-active .creator-flow-step:nth-child(3) .creator-flow-node { transition-delay: .99s; }
.creator-project-flow.is-flow-active .creator-flow-step:nth-child(3) h4,
.creator-project-flow.is-flow-active .creator-flow-step:nth-child(3) p { transition: opacity .26s ease-out 1.04s, transform .26s ease-out 1.04s; }
@media (prefers-reduced-motion: reduce) {
  .creator-carousel-track,
  .creator-carousel-arrow,
  .creator-carousel-dots button,
  .creator-flow-step::after,
  .creator-flow-node,
  .creator-flow-step h4,
  .creator-flow-step p { transition: none !important; }
  .creator-flow-node,
  .creator-flow-step h4,
  .creator-flow-step p { opacity: 1; transform: none; }
  .creator-flow-step::after { transform: scaleY(1); }
}

@media (max-width: 760px) {
  .creator-section-heading { margin-bottom: 48px; text-align: left; }
  .creator-section-heading h2 { font-size: 39px; }
  .creator-section-heading > span { font-size: 13px; }
  .creator-project-card { grid-template-columns: 1fr; gap: 29px; padding: 16px; border-radius: 19px; }
  .creator-project-info { padding: 0 3px 4px; }
  .creator-project-info h3 { font-size: 25px; }
  .creator-project-title-row { gap: 11px; }
  .creator-carousel-summary { margin-top: 20px; font-size: 12px; }
  .creator-carousel-arrow { width: 33px; height: 33px; }
  .creator-flow-step { grid-template-columns: 39px minmax(0, 1fr); gap: 12px; min-height: 103px; }
  .creator-flow-node { width: 39px; height: 39px; }
  .creator-flow-step::after { top: 40px; left: 19px; height: 58px; }
}
