:root {
  --hpt-brown: #332310;
  --hpt-gold: #f5b22e;
  --hpt-cream: #fffaf0;
  --hpt-border: rgba(185,138,46,.24);
  --hpt-shadow: 0 18px 40px rgba(51,35,16,.12);
}

.lshort-hpt-page,
.lshort-hpt-page *,
.lshort-hpt-pickup,
.lshort-hpt-pickup *,
.lshort-hpt-list-shortcode,
.lshort-hpt-list-shortcode * {
  box-sizing: border-box;
}

.lshort-hpt-page {
  margin: 0;
  background: var(--hpt-cream);
  color: var(--hpt-brown);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

.lshort-hpt-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(185,138,46,.16);
  box-shadow: 0 8px 24px rgba(51,35,16,.06);
  backdrop-filter: blur(10px);
}

.lshort-hpt-header__inner {
  width: min(1160px, calc(100% - 40px));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.lshort-hpt-header__logo img {
  display: block;
  width: 260px;
  max-width: 48vw;
  height: auto;
}

.lshort-hpt-header__button,
.lshort-hpt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--hpt-brown);
  color: #fff;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
}

.lshort-hpt-hero {
  padding: 74px 0 56px;
  text-align: center;
  background:
    radial-gradient(circle at top right, rgba(245,197,66,.26), transparent 42%),
    linear-gradient(180deg, #fffaf0 0%, #fff7db 100%);
}

.lshort-hpt-hero__inner,
.lshort-hpt-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.lshort-hpt-hero__en {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #b98a2e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .22em;
}

.lshort-hpt-hero h1 {
  margin: 0 0 18px;
  color: var(--hpt-brown);
  font-family: "Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.35;
  letter-spacing: .12em;
}

.lshort-hpt-hero p {
  width: min(760px, 100%);
  margin: 0 auto;
  color: #4c3a24;
  font-size: 15px;
  line-height: 2;
}

.lshort-hpt-main {
  padding: 58px 0 94px;
}

.lshort-hpt-grid,
.lshort-hpt-pickup__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.lshort-hpt-pickup__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lshort-hpt-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(185,138,46,.2);
  box-shadow: var(--hpt-shadow);
}

.lshort-hpt-card__image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f8edcf;
  text-decoration: none;
}

.lshort-hpt-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.lshort-hpt-card__noimage {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #8a6321;
  font-weight: 900;
}

.lshort-hpt-card__badge {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 2;
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255,253,245,.94);
  border: 1px solid rgba(185,138,46,.38);
  color: #5a3f18;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.3;
  box-shadow: 0 8px 18px rgba(51,35,16,.16);
}

.lshort-hpt-card__body {
  padding: 16px 16px 18px;
  text-align: left;
}

.lshort-hpt-card__cast {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #fff8df;
  border: 1px solid rgba(185,138,46,.24);
  color: #8a6321;
  font-size: 11px;
  font-weight: 900;
}

.lshort-hpt-card__title {
  margin: 0 0 8px;
  color: var(--hpt-brown);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 900;
}

.lshort-hpt-card__title a {
  color: inherit;
  text-decoration: none;
}

.lshort-hpt-card__date {
  color: #8a6321;
  font-size: 12px;
  font-weight: 800;
}

.lshort-hpt-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 42px;
}

.lshort-hpt-pagination a,
.lshort-hpt-pagination span {
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--hpt-border);
  background: #fff;
  color: var(--hpt-brown);
  font-weight: 900;
  text-decoration: none;
}

.lshort-hpt-pagination .current {
  background: linear-gradient(135deg, #ffe174, #f5b22e);
}

.lshort-hpt-empty {
  padding: 24px;
  border-radius: 18px;
  background: #fff8df;
  border: 1px solid var(--hpt-border);
  color: #5a3f18;
  text-align: center;
  font-weight: 800;
}

.lshort-hpt-single {
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  padding: 42px;
  border-radius: 28px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(185,138,46,.22);
  box-shadow: var(--hpt-shadow);
}

.lshort-hpt-single__images {
  display: grid;
  gap: 18px;
}

.lshort-hpt-single__image {
  overflow: hidden;
  border-radius: 22px;
  background: #f8edcf;
  border: 1px solid rgba(185,138,46,.18);
}

.lshort-hpt-single__image img {
  width: 100%;
  height: auto;
  display: block;
}

.lshort-hpt-single__content {
  color: #4c3a24;
  font-size: 15px;
  line-height: 2;
}

.lshort-hpt-single__cast {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff8df;
  border: 1px solid rgba(185,138,46,.24);
  color: #8a6321;
  font-weight: 900;
  font-size: 12px;
}

.lshort-hpt-pickup__actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

@media (max-width: 1100px) {
  .lshort-hpt-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 840px) {
  .lshort-hpt-header__inner,
  .lshort-hpt-hero__inner,
  .lshort-hpt-inner {
    width: min(100% - 28px, 1180px);
  }

  .lshort-hpt-header__inner {
    min-height: 78px;
  }

  .lshort-hpt-header__logo img {
    width: 210px;
    max-width: 58vw;
  }

  .lshort-hpt-header__button {
    min-height: 44px;
    padding: 0 16px;
    font-size: 12px;
  }

  .lshort-hpt-hero {
    padding: 42px 0 38px;
  }

  .lshort-hpt-hero p {
    text-align: left;
    font-size: 13.5px;
  }

  .lshort-hpt-main {
    padding: 36px 0 84px;
  }

  .lshort-hpt-grid,
  .lshort-hpt-pickup__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lshort-hpt-single {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 18px;
    border-radius: 24px;
  }
}
