#journal.kokonic-section-ready > :not(.kokonic-shell),
#spot.kokonic-section-ready > :not(.kokonic-shell) {
  display: none !important;
}

/* Original PICKUP TAG block (moved into kokonic-shell) */
#spot.kokonic-section-ready #pickuptagswrap,
#spot.kokonic-section-ready [data-s-3499e022-d798-4466-9b37-ffdf2521a2e5] {
  display: none !important;
}

/* Hide the round "→" View-More button on COLLECTIONS cards */
#tour-event a > [data-s-643189b0-b944-46d4-9e97-1a17bda4624a] {
  display: none !important;
}

#journal.kokonic-section-ready,
#spot.kokonic-section-ready {
  background: transparent;
}

.kokonic-shell {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: var(--kokonic-font-vi);
  color: #1c1814;
}

/* ── Shared header (JOURNAL / SPOT style) ── */

.kokonic-shell-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 54px;
}

.kokonic-shell-kicker {
  margin: 0 0 5px;
  font-family: var(--kokonic-font-vi);
  font-size: clamp(36px, 5vw, 50px);
  font-weight: 700;
  line-height: 1;
  color: #1c1814;
}

.kokonic-shell-sub {
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #00b74f;
}

.kokonic-shell-intro {
  margin: 0;
  max-width: 720px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #1c1814;
}

#journal .kokonic-shell {
  padding: 170px 50px 155px;
}

#spot .kokonic-shell {
  padding: 140px 0 100px;
  background: transparent;
  overflow: visible;
}

#spot .kokonic-shell-head {
  padding-bottom: 54px;
}

/* ── JOURNAL story rows ── */

.kokonic-journal-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  --kokonic-journal-image-height: 380px;
}

.kokonic-journal-item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  padding: 48px 0;
  border-top: 1px solid rgba(28, 24, 20, 0.22);
}

.kokonic-journal-item:first-child {
  border-top: none;
  padding-top: 0;
}

.kokonic-journal-item:last-child {
  padding-bottom: 0;
}

.kokonic-journal-media {
  flex: 0 0 45%;
  max-width: 45%;
  height: var(--kokonic-journal-image-height);
  overflow: hidden;
  align-self: flex-start;
}

.kokonic-journal-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.6s ease;
}

.kokonic-journal-item:hover .kokonic-journal-media img {
  transform: scale(1.05);
}

.kokonic-journal-content {
  flex: 0 0 55%;
  max-width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  padding-left: 8px;
}

.kokonic-journal-title-box {
  border-top: 1px solid #1c1814;
  border-right: 1px solid #1c1814;
  border-bottom: 1px solid #1c1814;
  border-left: 0;
  padding: 40px 30px;
  transition: background 0.3s ease;
}

.kokonic-journal-item:hover .kokonic-journal-title-box {
  background: #e6e6cf;
}

.kokonic-journal-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #00b74f
}

.kokonic-journal-body-wrap {
  padding: 28px 0 0;
}

.kokonic-journal-body {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.kokonic-journal-meta {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(28, 24, 20, 0.22);
}

.kokonic-journal-theme {
  font-size: 13px;
  font-weight: 700;
  color: #6b5b95;
}

.kokonic-journal-route {
  margin-bottom: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(28, 24, 20, 0.22);
  border-bottom: 1px solid rgba(28, 24, 20, 0.22);
}

.kokonic-journal-route-label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
}

.kokonic-journal-route-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kokonic-journal-route-list li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}

.kokonic-journal-route-pill {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #c8c8b8;
  background: #f7f7ef;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
}

.kokonic-journal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.kokonic-journal-tags li {
  padding: 4px 10px;
  border: 1px solid #c8c8b8;
  background: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.kokonic-journal-more {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: #1c1814;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.kokonic-journal-more img {
  width: 36px;
  height: 36px;
}

/* ── SPOT brand cards (HAKO layout) ── */

.kokonic-spot-brands-block {
  position: relative;
  width: 100%;
}

.kokonic-spot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 48px;
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px;
  --kokonic-spot-image-height: 250px;
  --kokonic-spot-body-min-height: 200px;
  align-items: stretch;
}

.kokonic-spot-grid--featured {
  margin-bottom: 0;
}

.kokonic-spot-grid--more {
  margin-top: 48px;
}

.kokonic-spot-card {
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 0;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0;
  overflow: visible;
  transition: opacity 0.6s ease;
}

.kokonic-spot-side {
  display: flex;
  flex: 0 0 32px;
  width: 32px;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  padding-top: 0;
  overflow: visible;
  flex-shrink: 0;
}

.kokonic-spot-pin {
  width: 13px;
  height: auto;
  margin-bottom: 0;
  z-index: 2;
  flex-shrink: 0;
}

.kokonic-spot-side-spacer {
  flex: none;
  width: 20px;
  height: 8px;
  margin: 0;
  background: #f2f2e9;
  z-index: 1;
  flex-shrink: 0;
}

.kokonic-spot-side-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-text-orientation: mixed;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 2;
  padding: 4px 0 2px;
  overflow: visible;
  flex-shrink: 0;
}

.kokonic-spot-main {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  max-width: none;
  border: 1px solid #1c1814;
  background: #f2f2e9;
  transition: background 0.3s ease;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.kokonic-spot-card:hover .kokonic-spot-main {
  background: #e6e6cf;
}

.kokonic-spot-image-wrap {
  width: 100%;
  height: var(--kokonic-spot-image-height);
  overflow: hidden;
  flex-shrink: 0;
}

.kokonic-spot-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.6s ease;
}

.kokonic-spot-card:hover .kokonic-spot-image {
  transform: scale(1.05);
}

.kokonic-spot-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: var(--kokonic-spot-body-min-height);
  margin: 30px 30px 25px;
  padding: 0;
  box-sizing: border-box;
}

.kokonic-spot-title {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  flex-shrink: 0;
  color: #00b74f
}

.kokonic-spot-text {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  flex: 1 1 auto;
}

.kokonic-spot-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
  flex-shrink: 0;
}

.kokonic-spot-tags li {
  padding: 3px 8px;
  border: 1px solid #c8c8b8;
  background: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

/* ── BRANDS: PICKUP TAG panel + footer (HAKO-style) ── */

.kokonic-spot-tag-stack {
  width: 1200px;
  max-width: calc(100% - 100px);
  margin: 40px auto 0;
}

.kokonic-spot-pickup-tag {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 375px;
  border: 0;
  background: #f2f2e9;
}

.kokonic-spot-pickup-tag-label {
  display: flex;
  flex: 0 0 15%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 10px;
  border: 1px solid #1c1814;
  background: #f2f2e9;
}

.kokonic-spot-pickup-tag-label img {
  width: 22px;
  height: auto;
}

.kokonic-spot-pickup-tag-label p {
  margin: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--kokonic-font-vi);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #00b74f;
  text-align: center;
}

.kokonic-spot-pickup-tag-media {
  flex: 0 0 25%;
  min-height: 100%;
  border: 1px solid #1c1814;
  border-left: 0;
  background: #ddd center / cover no-repeat;
}

.kokonic-spot-pickup-tag-grid {
  display: grid;
  flex: 0 0 60%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(5, minmax(0, 1fr));
  min-width: 0;
  height: 100%;
  border-top: 1px solid #1c1814;
  border-right: 1px solid #1c1814;
  border-bottom: 1px solid #1c1814;
}

.kokonic-spot-pickup-tag-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 12px 16px;
  border-right: 1px solid #1c1814;
  border-bottom: 1px solid #1c1814;
  text-decoration: none;
  color: #1c1814;
  background: #f2f2e9;
  transition: background 0.2s ease;
  box-sizing: border-box;
}

.kokonic-spot-pickup-tag-cell:nth-child(3n) {
  border-right: none;
}

.kokonic-spot-pickup-tag-cell:hover {
  background: #e6e6cf;
}

.kokonic-spot-pickup-tag-name {
  font-size: clamp(11px, 0.95vw, 14px);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.kokonic-spot-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 50px 0;
  border: 1px solid #1c1814;
  border-top: 0;
  background: #f2f2e9;
  color: #1c1814;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: background 0.3s ease;
}

.kokonic-spot-more:hover {
  background: #e6e6cf;
}

.kokonic-spot-more-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #00b74f;
}

.kokonic-spot-more-icon img {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}

@media (max-width: 840px) {
  #journal .kokonic-shell {
    padding: 100px 50px;
  }

  #spot .kokonic-shell {
    padding: 100px 0 80px;
  }

  .kokonic-journal-list {
    --kokonic-journal-image-height: 280px;
  }

  .kokonic-journal-item {
    flex-direction: column;
    gap: 28px;
  }

  .kokonic-journal-media,
  .kokonic-journal-content {
    flex: none;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }

  .kokonic-journal-media {
    height: var(--kokonic-journal-image-height);
  }

  .kokonic-journal-title-box {
    padding: 21px;
  }

  .kokonic-spot-grid,
  .kokonic-spot-grid--more {
    grid-template-columns: 1fr;
    row-gap: 40px;
    padding: 0 40px;
    --kokonic-spot-body-min-height: 180px;
  }

  .kokonic-spot-grid--more {
    margin-top: 40px;
  }

  .kokonic-spot-card {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .kokonic-spot-side-spacer {
    flex: none;
    height: 8px;
    margin: 0;
  }

  .kokonic-spot-image-wrap {
    height: var(--kokonic-spot-image-height);
  }

  .kokonic-spot-tag-stack {
    max-width: calc(100% - 80px);
    margin-top: 32px;
  }

  .kokonic-spot-pickup-tag {
    flex-direction: column;
    height: auto;
  }

  .kokonic-spot-pickup-tag-label {
    flex: none;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 16px 18px;
    border-bottom: 0;
  }

  .kokonic-spot-pickup-tag-label p {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 15px;
  }

  .kokonic-spot-pickup-tag-label img {
    width: 8px;
  }

  .kokonic-spot-pickup-tag-media {
    display: none;
  }

  .kokonic-spot-pickup-tag-grid {
    flex: none;
    width: 100%;
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: minmax(72px, auto);
    border-right: 0;
    border-bottom: 1px solid #1c1814;
  }

  .kokonic-spot-pickup-tag-cell {
    min-height: 72px;
  }

  .kokonic-spot-pickup-tag-cell:nth-child(3n) {
    border-right: 1px solid #1c1814;
  }

  .kokonic-spot-pickup-tag-cell:nth-child(2n) {
    border-right: none;
  }

  .kokonic-spot-more {
    padding: 30px 0;
    font-size: 18px;
  }
}

@media (max-width: 630px) {
  #journal .kokonic-shell {
    padding: 80px 24px 100px;
  }

  #spot .kokonic-shell {
    padding: 114px 24px 100px;
  }

  .kokonic-shell-head {
    padding-left: 0;
    padding-right: 0;
  }

  .kokonic-journal-list {
    gap: 0;
  }

  .kokonic-journal-item {
    padding: 36px 0;
  }

  .kokonic-journal-title-box {
    margin-left: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  .kokonic-journal-body-wrap {
    padding: 20px 0 0;
  }

  .kokonic-journal-title {
    font-size: 17px;
    line-height: 1.4;
  }

  .kokonic-spot-grid,
  .kokonic-spot-grid--more {
    padding: 0;
    row-gap: 36px;
    --kokonic-spot-body-min-height: 170px;
  }

  .kokonic-spot-card {
    margin-bottom: 0;
  }

  .kokonic-spot-body {
    margin: 24px 20px 20px;
  }

  .kokonic-spot-side {
    margin-right: 10px;
    margin-left: 0;
  }

  .kokonic-spot-tag-stack {
    max-width: 100%;
  }

  .kokonic-spot-pickup-tag-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(64px, auto);
  }

  .kokonic-spot-pickup-tag-cell {
    width: 100%;
    border-right: none !important;
  }

  .kokonic-spot-pickup-tag-cell:not(:last-child) {
    border-bottom: 1px solid #1c1814;
  }

  .kokonic-spot-pickup-tag-cell:last-child {
    border-bottom: 1px solid #1c1814;
  }

  .kokonic-spot-more {
    padding: 20px 0;
    font-size: 15px;
    border-left: 0;
    border-right: 0;
  }
}
