.design-d .about {
  overflow: hidden;
}

.design-d .about .production-heading {
  margin-bottom: clamp(48px, 7vw, 88px);
}

.design-d .d-about-story {
  display: grid;
  gap: clamp(56px, 8vw, 112px);
}

.design-d .d-about-scene {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(44px, 6vw, 92px);
  min-height: 500px;
  padding: clamp(42px, 5.2vw, 76px);
  overflow: hidden;
  border: 1px solid #dbe5ef;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(245,249,252,.92)),
    repeating-linear-gradient(90deg, transparent 0 74px, rgba(17,51,86,.035) 75px 76px);
  box-shadow: 0 28px 70px rgba(9, 43, 78, .08);
}

.design-d .d-about-scene::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -110px;
  top: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(238, 101, 24, .12), transparent 68%);
  pointer-events: none;
}

.design-d .d-about-scene:nth-child(even) .d-about-scene-copy { order: 2; }
.design-d .d-about-scene:nth-child(even) .d-about-visual { order: 1; }

.design-d .d-about-scene-copy {
  position: relative;
  z-index: 2;
}

.design-d .d-about-scene-number {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #eb5b0c;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

.design-d .d-about-scene-number span {
  color: #6e8194;
  font-size: 11px;
}

.design-d .d-about-scene-copy h3 {
  margin: 0 0 20px;
  color: #0b3159;
  font-size: clamp(34px, 3.65vw, 54px);
  line-height: 1.22;
  letter-spacing: -.045em;
}

.design-d .d-about-scene-copy > strong {
  display: block;
  margin-bottom: 14px;
  color: #0b3159;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.75;
}

.design-d .d-about-scene-copy > p:not(.d-about-scene-number) {
  margin: 0;
  color: #5c7085;
  font-size: 16px;
  line-height: 2;
}

.design-d .d-about-scene-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.design-d .d-about-scene-copy li {
  padding: 8px 14px;
  border: 1px solid #cad9e8;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: #174978;
  font-size: 13px;
  font-weight: 800;
}

.design-d .d-about-visual {
  position: relative;
  min-width: 0;
  min-height: 390px;
  margin: 0;
  perspective: 1100px;
}

.design-d .d-about-visual figcaption {
  position: absolute;
  left: 18px;
  bottom: 2px;
  color: #708397;
  font-size: 11px;
  letter-spacing: .03em;
}

.design-d .d-about-window,
.design-d .d-about-editor,
.design-d .d-about-publish {
  position: absolute;
  inset: 10px 8px 35px;
  overflow: hidden;
  border: 1px solid rgba(168, 190, 211, .8);
  border-radius: 22px;
  box-shadow: 0 28px 55px rgba(7, 39, 72, .18);
  transform: rotateY(-4deg) rotateX(1.5deg);
  transform-origin: 50% 100%;
}

.design-d .d-about-window {
  background: #fff;
}

.design-d .d-about-windowbar,
.design-d .d-about-editorbar {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 18px;
  border-bottom: 1px solid #dce6ef;
  background: #f7fafc;
}

.design-d .d-about-windowbar i {
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #b9c8d6;
}

.design-d .d-about-windowbar span {
  margin-left: auto;
  color: #657b90;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.design-d .d-about-searchbox {
  display: grid;
  grid-template-columns: 20px 1fr auto;
  align-items: center;
  gap: 10px;
  margin: 21px 24px 17px;
  padding: 13px 15px;
  border: 1px solid #ccd9e6;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(16, 55, 91, .08);
}

.design-d .d-about-searchbox svg { width: 19px; height: 19px; color: #174f86; }
.design-d .d-about-searchbox span { color: #153b62; font-size: 13px; font-weight: 800; }
.design-d .d-about-searchbox b { padding: 5px 9px; border-radius: 999px; background: #eaf3fb; color: #1767aa; font-size: 9px; }

.design-d .d-about-planboard {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 13px;
  padding: 0 24px 24px;
}

.design-d .d-about-intent-card,
.design-d .d-about-outline-card {
  min-height: 210px;
  padding: 20px;
  border-radius: 16px;
}

.design-d .d-about-intent-card {
  color: #fff;
  background: linear-gradient(145deg, #0c3763, #0d5b9b);
}

.design-d .d-about-intent-card small,
.design-d .d-about-outline-card small,
.design-d .d-about-quality > small,
.design-d .d-about-publish-panel small {
  display: block;
  margin-bottom: 13px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}

.design-d .d-about-intent-card strong { display: block; font-size: 23px; }
.design-d .d-about-intent-card p { margin: 10px 0 15px; color: #dceaf6; font-size: 12px; line-height: 1.7; }
.design-d .d-about-intent-card div { display: flex; flex-wrap: wrap; gap: 5px; }
.design-d .d-about-intent-card div span { padding: 5px 8px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: 9px; }

.design-d .d-about-outline-card { border: 1px solid #dae4ed; background: #f6f9fc; }
.design-d .d-about-outline-card small { color: #6a8196; }
.design-d .d-about-outline-card ol { margin: 0; padding: 0; list-style: none; }
.design-d .d-about-outline-card li { display: grid; grid-template-columns: 25px 1fr; align-items: center; gap: 7px; padding: 11px 0; border-bottom: 1px solid #d9e3ec; color: #254969; font-size: 11px; font-weight: 700; }
.design-d .d-about-outline-card li:last-child { border: 0; }
.design-d .d-about-outline-card b { color: #ed620f; font-size: 9px; }

.design-d .d-about-focus {
  position: absolute;
  right: 25%;
  top: 43%;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 2px solid #ff6a13;
  border-radius: 50%;
  background: rgba(255,255,255,.88);
  box-shadow: 0 0 0 10px rgba(255,106,19,.10), 0 12px 28px rgba(10,44,76,.18);
  animation: dAboutFocus 4.8s ease-in-out infinite;
}

.design-d .d-about-focus svg { width: 26px; height: 26px; color: #ec5b0b; }

.design-d .d-about-editor {
  background: #0d3157;
  transform: rotateY(4deg) rotateX(1.5deg);
}

.design-d .d-about-editorbar {
  justify-content: space-between;
  border-color: rgba(255,255,255,.11);
  background: #092744;
  color: #d9e9f6;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}

.design-d .d-about-editorbar b {
  padding: 5px 9px;
  border-radius: 999px;
  background: #ff6a13;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0;
}

.design-d .d-about-editorbody {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 15px;
  padding: 24px;
}

.design-d .d-about-draft,
.design-d .d-about-quality {
  position: relative;
  min-height: 245px;
  padding: 22px;
  border-radius: 15px;
}

.design-d .d-about-draft { overflow: hidden; background: #fff; }
.design-d .d-about-draft > small { color: #ef6410; font-size: 9px; font-weight: 900; }
.design-d .d-about-draft > strong { display: block; margin: 9px 0 18px; color: #123d66; font-size: 18px; }
.design-d .d-about-draft p { position: relative; margin: 0 0 12px; padding: 9px 8px; border-radius: 5px; color: #5b6f81; font-size: 10px; line-height: 1.6; }
.design-d .d-about-draft p.is-highlighted { background: #fff0e6; color: #203f5c; }
.design-d .d-about-draft p.is-highlighted::after { content: ""; position: absolute; left: 8px; right: 8px; bottom: 5px; height: 2px; background: #ff6a13; transform-origin: left; animation: dAboutUnderline 3.8s ease-in-out infinite; }
.design-d .d-about-caret { position: absolute; width: 2px; height: 18px; right: 25px; bottom: 53px; background: #ff6a13; animation: dAboutCaret 1s steps(1) infinite; }

.design-d .d-about-quality { border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.08); color: #fff; }
.design-d .d-about-quality > small { color: #9fbed8; }
.design-d .d-about-quality > span { display: block; margin: 0 0 10px; padding: 9px 8px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 10px; font-weight: 700; }
.design-d .d-about-quality > span i { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 5px; border-radius: 50%; background: #ff6a13; font-style: normal; }
.design-d .d-about-quality > b { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 10px; border-radius: 9px; background: #fff; color: #0f3b64; text-align: center; font-size: 10px; }

.design-d .d-about-publish {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 15px;
  padding: 24px;
  background: linear-gradient(145deg, #f6fafc, #e8f1f8);
}

.design-d .d-about-preview,
.design-d .d-about-publish-panel {
  min-width: 0;
  min-height: 270px;
  padding: 18px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 15px 30px rgba(11,49,89,.08);
}

.design-d .d-about-preview-image { display: grid; place-items: center; height: 105px; margin-bottom: 15px; border-radius: 10px; background: linear-gradient(135deg, #0c3157, #136dac); color: #fff; }
.design-d .d-about-preview-image svg { width: 32px; height: 32px; margin-bottom: 5px; }
.design-d .d-about-preview-image span { font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.design-d .d-about-preview > small { color: #ed6010; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.design-d .d-about-preview > strong { display: block; margin: 8px 0; color: #123b62; font-size: 15px; line-height: 1.5; }
.design-d .d-about-preview > p { margin: 0; color: #6b7f92; font-size: 9px; line-height: 1.7; }

.design-d .d-about-publish-panel { position: relative; display: flex; flex-direction: column; }
.design-d .d-about-publish-panel small { color: #668098; }
.design-d .d-about-publish-panel > span { padding: 12px 0; border-bottom: 1px solid #dae5ee; color: #31536f; font-size: 10px; font-weight: 700; }
.design-d .d-about-publish-panel > span i { color: #eb5c0c; font-style: normal; }
.design-d .d-about-publish-panel > b { margin-top: auto; padding: 12px 8px; border-radius: 9px; background: #0e4f84; color: #fff; text-align: center; font-size: 10px; }

.design-d .d-about-upload { position: absolute; left: 45px; right: 45px; bottom: 50px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 11px 13px; border: 1px solid rgba(172,192,210,.75); border-radius: 10px; background: rgba(255,255,255,.96); box-shadow: 0 10px 25px rgba(7,42,75,.12); }
.design-d .d-about-upload span, .design-d .d-about-upload b { color: #597189; font-size: 8px; font-weight: 900; }
.design-d .d-about-upload i { position: relative; height: 5px; overflow: hidden; border-radius: 999px; background: #dfe9f2; }
.design-d .d-about-upload i::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(90deg, #ff6a13, #ff9e61); transform-origin: left; animation: dAboutUpload 4.2s ease-in-out infinite; }

.design-d .about .production-foot {
  margin-top: clamp(45px, 6vw, 72px);
}

@keyframes dAboutFocus {
  0%, 15%, 100% { transform: translate(-115%, 58%) scale(.9); }
  45%, 62% { transform: translate(8%, -15%) scale(1); }
}

@keyframes dAboutUnderline {
  0%, 18% { transform: scaleX(0); }
  50%, 78% { transform: scaleX(1); }
  100% { transform: scaleX(0); }
}

@keyframes dAboutCaret { 0%, 48% { opacity: 1; } 49%, 100% { opacity: 0; } }
@keyframes dAboutUpload { 0%, 12% { transform: scaleX(.08); } 72%, 100% { transform: scaleX(1); } }

html[data-motion-paused="true"] .d-about-story *,
html[data-motion-paused="true"] .d-about-story *::before,
html[data-motion-paused="true"] .d-about-story *::after {
  animation-play-state: paused !important;
}

@media (max-width: 900px) {
  .design-d .d-about-scene {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: 0;
    padding: 38px 28px;
  }

  .design-d .d-about-scene:nth-child(even) .d-about-scene-copy,
  .design-d .d-about-scene:nth-child(even) .d-about-visual { order: initial; }

  .design-d .d-about-visual { min-height: 370px; }
}

@media (max-width: 560px) {
  .design-d .about .production-heading { margin-bottom: 38px; }
  .design-d .d-about-story { gap: 32px; }
  .design-d .d-about-scene { padding: 30px 18px 24px; border-radius: 20px; }
  .design-d .d-about-scene-copy h3 { font-size: 34px; }
  .design-d .d-about-scene-copy > strong { font-size: 16px; line-height: 1.7; }
  .design-d .d-about-scene-copy > p:not(.d-about-scene-number) { font-size: 14px; line-height: 1.9; }
  .design-d .d-about-visual { min-height: 325px; }
  .design-d .d-about-window, .design-d .d-about-editor, .design-d .d-about-publish { inset: 4px 0 30px; border-radius: 16px; transform: none; }
  .design-d .d-about-searchbox { margin: 15px 14px 12px; padding: 11px; }
  .design-d .d-about-searchbox span { font-size: 10px; }
  .design-d .d-about-planboard { gap: 8px; padding: 0 14px 14px; }
  .design-d .d-about-intent-card, .design-d .d-about-outline-card { min-height: 185px; padding: 13px; }
  .design-d .d-about-intent-card strong { font-size: 18px; }
  .design-d .d-about-focus { width: 48px; height: 48px; }
  .design-d .d-about-editorbody { grid-template-columns: 1.25fr .75fr; gap: 8px; padding: 14px; }
  .design-d .d-about-draft, .design-d .d-about-quality { min-height: 235px; padding: 13px; }
  .design-d .d-about-draft > strong { font-size: 14px; }
  .design-d .d-about-draft p { padding: 6px 4px; font-size: 8px; }
  .design-d .d-about-quality > span { padding: 8px 0; font-size: 8px; }
  .design-d .d-about-quality > b { left: 9px; right: 9px; bottom: 10px; font-size: 8px; }
  .design-d .d-about-publish { grid-template-columns: 1.15fr .85fr; gap: 8px; padding: 14px; }
  .design-d .d-about-preview, .design-d .d-about-publish-panel { min-height: 250px; padding: 11px; }
  .design-d .d-about-preview-image { height: 92px; }
  .design-d .d-about-preview > strong { font-size: 12px; }
  .design-d .d-about-publish-panel > span { font-size: 8px; }
  .design-d .d-about-upload { left: 24px; right: 24px; bottom: 40px; }
  .design-d .d-about-visual figcaption { left: 5px; font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .design-d .d-about-story *,
  .design-d .d-about-story *::before,
  .design-d .d-about-story *::after {
    animation: none !important;
    transition: none !important;
  }
}
