/**
 * 잡지 3D — 뒤·양쪽 페이지 겹침 + 가운데 책갈피 끈
 */

.noriguri-magazine-outer .magazine-wrap {
  position: relative;
  padding: 1.25rem 1.75rem 2.5rem 2.25rem;
}

.noriguri-magazine-outer .magazine-stack {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  top: 1rem;
  bottom: 2rem;
  z-index: 0;
  pointer-events: none;
}

.noriguri-magazine-outer .stack-page {
  position: absolute;
  inset: 0;
  border-radius: 5px;
  background: linear-gradient(165deg, #f6f0e6 0%, #ebe3d6 45%, #e0d6c8 100%);
  border: 1px solid #cfc3b0;
  box-shadow: 0 6px 18px rgba(50, 42, 32, 0.14);
}

.noriguri-magazine-outer .magazine-stack .stack-page:nth-child(1) {
  transform: translate(5px, 7px) rotate(0.35deg);
  opacity: 0.92;
}

.noriguri-magazine-outer .magazine-stack .stack-page:nth-child(2) {
  transform: translate(11px, 13px) rotate(0.7deg);
  opacity: 0.82;
  z-index: -1;
}

.noriguri-magazine-outer .magazine-stack .stack-page:nth-child(3) {
  transform: translate(17px, 19px) rotate(1deg);
  opacity: 0.72;
  z-index: -2;
}

.noriguri-magazine-outer .side-stack {
  position: absolute;
  top: 1rem;
  bottom: 2rem;
  width: 16px;
  z-index: 0;
  pointer-events: none;
}

.noriguri-magazine-outer .side-stack-left { left: 1.25rem; }
.noriguri-magazine-outer .side-stack-right { right: 1.25rem; }

.noriguri-magazine-outer .side-page {
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background: linear-gradient(165deg, #f4ede2 0%, #e8dfd0 50%, #ddd2c2 100%);
  border: 1px solid #cfc3b0;
  box-shadow: 0 4px 12px rgba(50, 42, 32, 0.12);
}

.noriguri-magazine-outer .side-stack-left .side-page:nth-child(1) {
  transform: translate(-5px, 6px) rotate(-0.4deg);
  opacity: 0.95;
}

.noriguri-magazine-outer .side-stack-left .side-page:nth-child(2) {
  transform: translate(-10px, 12px) rotate(-0.7deg);
  opacity: 0.85;
  z-index: -1;
}

.noriguri-magazine-outer .side-stack-left .side-page:nth-child(3) {
  transform: translate(-15px, 18px) rotate(-1deg);
  opacity: 0.75;
  z-index: -2;
}

.noriguri-magazine-outer .side-stack-right .side-page:nth-child(1) {
  transform: translate(5px, 6px) rotate(0.4deg);
  opacity: 0.95;
}

.noriguri-magazine-outer .side-stack-right .side-page:nth-child(2) {
  transform: translate(10px, 12px) rotate(0.7deg);
  opacity: 0.85;
  z-index: -1;
}

.noriguri-magazine-outer .side-stack-right .side-page:nth-child(3) {
  transform: translate(15px, 18px) rotate(1deg);
  opacity: 0.75;
  z-index: -2;
}

.noriguri-magazine-outer .app {
  position: relative;
  z-index: 1;
  box-shadow:
    0 28px 60px rgba(50, 42, 32, 0.22),
    0 10px 24px rgba(50, 42, 32, 0.12),
    0 0 0 1px rgba(180, 170, 155, 0.4);
}

.noriguri-magazine-outer .spine-gutter {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 20px;
  transform: translateX(-50%);
  z-index: 11;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.12) 0%,
    rgba(0, 0, 0, 0.04) 42%,
    transparent 50%,
    rgba(0, 0, 0, 0.04) 58%,
    rgba(0, 0, 0, 0.12) 100%
  );
}

.noriguri-magazine-outer .spine-bookmark {
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translateX(-50%);
  width: 26px;
  height: 78px;
  z-index: 14;
  pointer-events: none;
  background: linear-gradient(180deg, #a84848 0%, #7a3232 55%, #5c2424 100%);
  clip-path: polygon(0 0, 100% 0, 100% 82%, 50% 100%, 0 82%);
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.noriguri-magazine-outer .spine-bookmark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10%;
  width: 3px;
  height: 55%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35), transparent);
  border-radius: 2px;
}

.noriguri-magazine-outer .app::after {
  display: none !important;
}

.noriguri-magazine-outer .panel-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  pointer-events: none;
  z-index: 6;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.08), transparent);
}

.noriguri-magazine-outer .panel-left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 36px;
  pointer-events: none;
  z-index: 6;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.2));
}

.noriguri-magazine-outer .panel-right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 36px;
  pointer-events: none;
  z-index: 6;
  background: linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.2));
}

.noriguri-magazine-outer .panel-right::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  pointer-events: none;
  z-index: 6;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.08), transparent);
}

.noriguri-magazine-outer .panel-left {
  box-shadow: inset -16px 0 32px rgba(0, 0, 0, 0.1);
}

.noriguri-magazine-outer .panel-right {
  box-shadow: inset 16px 0 32px rgba(0, 0, 0, 0.1);
}

@media (max-width: 900px) {
  .noriguri-magazine-outer .magazine-wrap {
    padding: 0.35rem 0.2rem 1rem;
  }
  .noriguri-magazine-outer .spine-gutter,
  .noriguri-magazine-outer .spine-bookmark,
  .noriguri-magazine-outer .magazine-stack,
  .noriguri-magazine-outer .side-stack {
    display: none;
  }
  .noriguri-magazine-outer .panel-left::before,
  .noriguri-magazine-outer .panel-left::after,
  .noriguri-magazine-outer .panel-right::before,
  .noriguri-magazine-outer .panel-right::after {
    display: none;
  }
  .noriguri-magazine-outer .panel-left,
  .noriguri-magazine-outer .panel-right {
    box-shadow: none;
  }
  .noriguri-magazine-outer .app {
    box-shadow: 0 10px 28px rgba(50, 42, 32, 0.14);
  }
}
