/* Click-through release checklist shared by the Fashion pages and customizer. */
.development-banner[data-development-status-trigger] {
  appearance: none;
  padding-block: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-family: inherit;
  cursor: pointer;
  transition: background-color 160ms ease;
}

.development-banner[data-development-status-trigger]:hover {
  background: #20201d;
}

.development-banner[data-development-status-trigger]:focus-visible {
  z-index: 151;
  outline: 3px solid #ffffff;
  outline-offset: -5px;
}

.development-banner__action {
  padding-left: 10px;
  margin-left: 2px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.76);
  font-weight: 560;
  letter-spacing: 0.02em;
}

.development-banner__chevron {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 160ms ease;
}

.development-banner[data-development-status-trigger]:hover .development-banner__chevron,
.development-banner[data-development-status-trigger][aria-expanded="true"] .development-banner__chevron {
  transform: translateY(2px);
}

.development-status-open {
  overflow: hidden !important;
}

.development-status-dialog {
  width: min(1120px, calc(100vw - 32px));
  max-width: none;
  max-height: min(90svh, 940px);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 15, 0.24);
  border-radius: 28px;
  color: var(--ink, #11110f);
  background: var(--paper, #ffffff);
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.34);
}

.development-status-dialog::backdrop {
  background: rgba(4, 5, 5, 0.66);
  backdrop-filter: blur(12px);
}

.development-status-dialog__surface {
  max-height: min(90svh, 940px);
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.development-status-dialog__header {
  position: sticky;
  z-index: 4;
  top: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: start;
  padding: 34px 38px 30px;
  border-bottom: 1px solid var(--line, #d9d7d0);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(22px);
}

.development-status-dialog__header > div {
  max-width: 780px;
}

.development-status-dialog__header > div > p:first-child {
  margin: 0 0 10px;
  color: var(--ink-soft, #3e3d38);
  font-size: 0.7rem;
  font-weight: 720;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.development-status-dialog__header h2 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.development-status-dialog__header > div > p:last-child {
  max-width: 710px;
  margin: 18px 0 0;
  color: var(--ink-soft, #3e3d38);
  font-size: 0.94rem;
  line-height: 1.65;
}

.development-status-dialog__close {
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(17, 17, 15, 0.28);
  border-radius: 50%;
  color: var(--ink, #11110f);
  background: var(--paper, #ffffff);
  place-items: center;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.development-status-dialog__close:hover {
  color: var(--paper, #ffffff);
  background: var(--ink, #11110f);
  transform: rotate(4deg);
}

.development-status-dialog__close:focus-visible {
  outline: 3px solid var(--fashion, #164da0);
  outline-offset: 3px;
}

.development-status-dialog__close svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
}

.development-status-dialog__status {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line, #d9d7d0);
}

.development-status-dialog__status > div {
  min-width: 0;
  padding: 22px 26px;
  border-right: 1px solid var(--line, #d9d7d0);
}

.development-status-dialog__status > div:last-child {
  border-right: 0;
}

.development-status-dialog__status span,
.development-status-dialog__status strong {
  display: block;
}

.development-status-dialog__status span {
  margin-bottom: 7px;
  color: var(--ink-soft, #3e3d38);
  font-size: 0.66rem;
  font-weight: 690;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.development-status-dialog__status strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
}

.development-status-dialog__body {
  padding: 10px 38px 22px;
}

.development-status-group {
  padding: 34px 0 32px;
  border-bottom: 1px solid var(--line, #d9d7d0);
}

.development-status-group:last-child {
  border-bottom: 0;
}

.development-status-group__header {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  margin-bottom: 24px;
}

.development-status-group__header > span {
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(17, 17, 15, 0.28);
  border-radius: 12px;
  color: var(--ink, #11110f);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  place-items: center;
}

.development-status-group__header h3 {
  margin: -2px 0 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.development-status-group__header p {
  max-width: 680px;
  margin: 0;
  color: var(--ink-soft, #3e3d38);
  font-size: 0.84rem;
  line-height: 1.55;
}

.development-status-group__header strong {
  padding-top: 4px;
  color: var(--ink-soft, #3e3d38);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.development-status-group ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line, #d9d7d0);
  list-style: none;
}

.development-status-group li {
  display: grid;
  min-width: 0;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 17px 18px 17px 0;
  border-bottom: 1px solid var(--line, #d9d7d0);
  color: var(--ink, #11110f);
  font-size: 0.8rem;
  line-height: 1.55;
}

.development-status-group li:nth-child(odd) {
  padding-right: 28px;
  border-right: 1px solid var(--line, #d9d7d0);
}

.development-status-group li:nth-child(even) {
  padding-left: 28px;
}

.development-status-item__marker {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  opacity: 0.58;
}

.development-status-dialog__footer {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 24px 38px 28px;
  color: #ffffff;
  background: #090a0a;
}

.development-status-dialog__footer p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.55;
}

.development-status-dialog__footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: flex-end;
}

.development-status-dialog__footer a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 670;
  line-height: 1.5;
}

.development-status-dialog__footer a:hover {
  border-bottom-color: #ffffff;
}

@media (max-width: 760px) {
  .development-status-dialog {
    width: calc(100vw - 20px);
    max-height: 94svh;
    border-radius: 20px;
  }

  .development-status-dialog__surface {
    max-height: 94svh;
  }

  .development-status-dialog__header {
    gap: 18px;
    padding: 26px 20px 24px;
  }

  .development-status-dialog__header h2 {
    font-size: clamp(2.5rem, 13vw, 4.2rem);
  }

  .development-status-dialog__header > div > p:last-child {
    font-size: 0.86rem;
  }

  .development-status-dialog__close {
    width: 42px;
    height: 42px;
  }

  .development-status-dialog__status {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .development-status-dialog__status > div:nth-child(2) {
    border-right: 0;
  }

  .development-status-dialog__status > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line, #d9d7d0);
  }

  .development-status-dialog__status > div {
    padding: 18px 20px;
  }

  .development-status-dialog__body {
    padding: 4px 20px 14px;
  }

  .development-status-group {
    padding: 28px 0;
  }

  .development-status-group__header {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 20px;
  }

  .development-status-group__header > span {
    width: 38px;
    height: 38px;
  }

  .development-status-group__header strong {
    grid-column: 2;
    padding-top: 0;
  }

  .development-status-group ul {
    grid-template-columns: 1fr;
  }

  .development-status-group li,
  .development-status-group li:nth-child(odd),
  .development-status-group li:nth-child(even) {
    padding: 15px 0;
    border-right: 0;
  }

  .development-status-dialog__footer {
    display: grid;
    gap: 18px;
    padding: 22px 20px 26px;
  }

  .development-status-dialog__footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .development-banner__action {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .development-banner[data-development-status-trigger],
  .development-banner__chevron,
  .development-status-dialog__close {
    transition: none;
  }
}

@media (forced-colors: active) {
  .development-banner[data-development-status-trigger],
  .development-status-dialog,
  .development-status-dialog__close,
  .development-status-group__header > span {
    forced-color-adjust: auto;
  }

  .development-status-dialog__footer {
    border-top: 1px solid CanvasText;
    color: CanvasText;
    background: Canvas;
  }

  .development-status-dialog__footer p,
  .development-status-dialog__footer a {
    color: CanvasText;
  }
}

@media print {
  .development-banner,
  .development-status-dialog {
    display: none !important;
  }
}
