/* pages/jubo.css — 기성주보 전용 PLP */

.c-jubo-page {
  background: #fff;
}

.c-jubo-hero {
  margin: 12px 12px 14px;
  padding: 22px 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 86% 18%, rgba(255,255,255,.95) 0 14%, transparent 15%),
    linear-gradient(135deg, #fff8eb 0%, #fff 46%, #edf4ff 100%);
  box-shadow: 0 12px 28px rgba(20, 28, 45, .08);
  overflow: hidden;
  position: relative;
}

.c-jubo-hero__body {
  position: relative;
  z-index: 2;
  max-width: 76%;
}

.c-jubo-hero__eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  color: #8b5e21;
}

.c-jubo-hero h1 {
  margin: 0 0 8px;
  font-size: 27px;
  line-height: 1.15;
  letter-spacing: -.04em;
}

.c-jubo-hero p {
  margin: 0;
  font-size: 14px;
  line-height: 1.58;
  color: #4b5563;
}

.c-jubo-hero__visual {
  position: absolute;
  right: 14px;
  bottom: 13px;
  width: 105px;
  height: 104px;
  pointer-events: none;
}

.c-jubo-hero__visual span {
  position: absolute;
  display: block;
  width: 58px;
  height: 76px;
  border-radius: 7px;
  background: #fff;
  border: 1px solid rgba(17,24,39,.08);
  box-shadow: 0 10px 20px rgba(15, 23, 42, .12);
}

.c-jubo-hero__visual span:nth-child(1) {
  right: 38px;
  bottom: 9px;
  transform: rotate(-9deg);
}

.c-jubo-hero__visual span:nth-child(2) {
  right: 13px;
  bottom: 17px;
  transform: rotate(5deg);
}

.c-jubo-hero__visual span:nth-child(3) {
  right: 0;
  bottom: 0;
  width: 76px;
  height: 54px;
  transform: rotate(-2deg);
}

.c-jubo-guide {
  margin: 0 12px 10px;
  padding: 15px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #eceff3;
}

.c-jubo-guide h2 {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -.03em;
}

.c-jubo-guide p {
  margin: 0;
  font-size: 13px;
  line-height: 1.52;
  color: #606975;
}

.c-jubo-spec-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 12px 24px;
}

.c-jubo-spec-card {
  position: relative;
  display: block;
  padding: 16px 16px 15px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e7eaf0;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .045);
}

.c-jubo-spec-card::after {
  content: "chevron_right";
  position: absolute;
  top: 16px;
  right: 14px;
  font-family: "Material Symbols Outlined";
  font-size: 22px;
  line-height: 1;
  color: #9aa3af;
}

.c-jubo-spec-card__name {
  display: block;
  margin-right: 30px;
  font-size: 17px;
  font-weight: 850;
  letter-spacing: -.03em;
}

.c-jubo-spec-card__size {
  display: inline-flex;
  margin-top: 7px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f2f5f8;
  color: #303844;
  font-size: 12px;
  font-weight: 750;
}

.c-jubo-spec-card__desc {
  display: block;
  margin-top: 9px;
  font-size: 13px;
  line-height: 1.5;
  color: #5f6875;
}

.c-jubo-spec-card__go {
  display: inline-flex;
  margin-top: 11px;
  font-size: 13px;
  font-weight: 800;
  color: #e8532f;
}

.c-jubo-head {
  position: sticky;
  top: var(--header-h, 56px);
  z-index: 12;
  margin: 0 0 10px;
  padding: 8px 0;
  background: rgba(246, 247, 248, .96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(229, 233, 239, .9);
}

.c-jubo-spec-nav {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 2px 12px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.c-jubo-spec-nav::-webkit-scrollbar {
  display: none;
}

.c-jubo-spec-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e2e7ee;
  color: #343b46;
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

.c-jubo-spec-chip.is-active {
  background: #111827;
  border-color: #111827;
  color: #fff;
}

.c-jubo-selected {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0 12px;
  padding: 14px 15px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e7eaf0;
}

.c-jubo-selected__kicker {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 800;
  color: #8a5a21;
}

.c-jubo-selected h1 {
  margin: 0;
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: -.035em;
}

.c-jubo-selected__size {
  margin: 7px 0 0;
  font-size: 13px;
  font-weight: 800;
  color: #27313f;
}

.c-jubo-selected__note {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.48;
  color: #5f6875;
}

.c-jubo-selected__change {
  flex: 0 0 auto;
  align-self: flex-start;
  padding: 7px 9px;
  border-radius: 999px;
  background: #f3f5f7;
  color: #4b5563;
  text-decoration: none;
  font-size: 12px;
  font-weight: 750;
}

.c-jubo-nss {
  margin-top: 12px;
  background: #f6f6f6;
}

.c-jubo-nss .c-nss {
  margin-bottom: 10px;
}

.c-jubo-all {
  margin-top: 12px;
  padding-top: 4px;
}

.c-jubo-all__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin: 0 12px 8px;
  padding: 16px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e7eaf0;
}

.c-jubo-all__head h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -.03em;
}

.c-jubo-all__head p {
  margin: 5px 0 0;
  font-size: 13px;
  color: #697281;
}

.c-jubo-count {
  margin: 0 12px 8px;
}

.c-jubo-pager {
  padding: 14px 12px 24px;
}

.c-jubo-pager .c-plp-loadMore {
  width: 100%;
  cursor: pointer;
}

.c-jubo-pager .c-plp-loadMore.is-loading {
  opacity: .65;
  pointer-events: none;
}

@media (min-width: 560px) {
  .c-jubo-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .c-jubo-hero__body {
    max-width: 68%;
  }
}
