.section-03 {
  font-family: var(--font-primary);
  color: var(--text-body);
  position: relative;
}

.section-03__intro,
.section-03__manifesto {
  font-family: var(--font-primary);
  color: var(--text-body);
}

.section-03__intro {
  max-width: min(1000px, 75vw);
  display: grid;
  gap: 18px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}

.section-03__intro p,
.section-03__manifesto p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.78;
}

.section-03__stage {
  position: relative;
  min-height: auto;
  margin-top: 40px;
  display: grid;
  gap: 28px;
}

.section-03__protected-shell {
  position: relative;
  overflow: hidden;
}

.section-03__protected {
  filter: blur(16px);
  pointer-events: none;
  user-select: none;
  transition: filter 500ms ease;
}

.section-03__protected.is-unlocked {
  filter: blur(0);
  pointer-events: auto;
  user-select: auto;
}

.section-03__passcode-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.section-03__passcode-overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
}

.section-03__passcode-card {
  position: relative;
  width: min(380px, 92%);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 36px 34px;
  text-align: center;
}

.section-03__passcode-card::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 16px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.section-03__passcode-lock {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}

.section-03__passcode-copy {
  margin: 0 0 16px;
  font-size: 14px;
  color: #666;
}

.section-03__passcode-input {
  width: 220px;
  max-width: 100%;
  border: 1px solid rgba(26, 26, 26, 0.2);
  border-radius: 3px;
  padding: 8px 12px;
  font-family: var(--font-primary);
  font-size: 14px;
  outline: none;
}

.section-03__passcode-submit {
  display: inline-block;
  margin-top: 12px;
  border: 0;
  background: #04ba75;
  color: #fff;
  border-radius: 3px;
  padding: 8px 20px;
  font-family: var(--font-primary);
  font-size: 13px;
  cursor: pointer;
}

.section-03__passcode-submit:hover {
  background: #039962;
}

@keyframes section03PasscodeShake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-6px); }
  40%, 80% { transform: translateX(6px); }
}

.section-03__passcode-input.is-error {
  animation: section03PasscodeShake 400ms ease;
  border-color: #e74c3c;
}

.section-03__manifesto {
  position: relative;
  z-index: 0;
  width: min(1000px, 75vw);
  padding: 0;
  display: grid;
  gap: 20px;
  order: 2;
  margin-left: auto;
  margin-right: auto;
}

.section-03__window-layer {
  position: relative;
  inset: auto;
  min-height: auto;
  z-index: 1;
  pointer-events: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.section-03__window {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  pointer-events: auto;
  width: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.section-03__window .win95-titlebar {
  cursor: grab;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 14px;
}

.section-03__window .win95-titlebar:active {
  cursor: grabbing;
}

.section-03__window .win95-controls {
  gap: 0;
}

.section-03__window .win95-control {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 999px;
  background: #fff;
  box-shadow: none;
  font-size: 12px;
}

.section-03__window .win95-content {
  height: 420px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: rgba(255, 255, 255, 0.96);
}

.section-03__window-content {
  display: grid;
}

.section-03__media-item {
  position: relative;
  min-height: 240px;
  margin: 0;
  background: #f7e9e9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.section-03__media-item img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.section-03__media-item--vogue img {
  object-fit: contain;
  aspect-ratio: 3 / 4;
  background: #fff;
}

.section-03__vogue-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.section-03__media-item video {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: #000;
}

.section-03__media-fallback {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  padding: 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}

.section-03__media-fallback.is-visible {
  display: flex;
}

.section-03--all-closed .section-03__manifesto {
  padding-top: 0;
}

@media (max-width: 1024px) {
  .section-03__window-layer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .section-03__manifesto {
    width: 100%;
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .section-03__stage {
    min-height: auto;
    display: grid;
    gap: 18px;
  }

  .section-03__window-layer {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 14px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .section-03__window {
    width: min(72vw, 280px) !important;
    flex: 0 0 min(72vw, 280px);
    scroll-snap-align: start;
  }

  .section-03__window .win95-content {
    height: 320px;
  }

  .section-03__manifesto {
    width: 100%;
    padding: 8px 0 0;
    order: 2;
  }

  .section-03__intro {
    max-width: 100%;
  }
}
