
/* ============================================================
   EXTENDED — notices, step extras, replay, voices, games
   ============================================================ */

.p-section-lede {
  font-family: "Shippori Mincho", serif;
  color: var(--gold-deep);
  font-size: 13px;
  letter-spacing: 0.3em;
  margin-top: 6px;
  opacity: 0.85;
}
.p-section-lede-dark {
  font-family: "Shippori Mincho", serif;
  color: var(--gold-bright);
  font-size: 13px;
  letter-spacing: 0.3em;
  margin-top: 6px;
  opacity: 0.85;
}

/* --- notice band --- */
.p-notice-band {
  background: linear-gradient(180deg, #0E1540 0%, #0A1338 100%);
  padding: 60px 20px;
  border-bottom: 1px solid rgba(240,217,140,0.2);
}
.p-notice-inner {
  max-width: 820px;
  margin: 0 auto;
  background:
    linear-gradient(180deg, rgba(20,28,70,0.85) 0%, rgba(10,14,40,0.9) 100%);
  border: 1px solid rgba(240,217,140,0.3);
  border-radius: 2px;
  padding: 36px 40px 32px;
  position: relative;
}
.p-notice-inner::before, .p-notice-inner::after {
  content: ''; position: absolute; width: 24px; height: 24px;
  border-color: var(--gold-bright); pointer-events: none;
}
.p-notice-inner::before {
  top: -1px; left: -1px;
  border-top: 1px solid var(--gold-bright);
  border-left: 1px solid var(--gold-bright);
}
.p-notice-inner::after {
  bottom: -1px; right: -1px;
  border-bottom: 1px solid var(--gold-bright);
  border-right: 1px solid var(--gold-bright);
}
.p-notice-head {
  display: flex; flex-direction: column; align-items: center;
  gap: 10px; margin-bottom: 24px;
}
.p-notice-kicker {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--gold-bright);
  letter-spacing: 0.4em;
  font-size: 13px;
}
.p-notice-list {
  list-style: none;
  display: flex; flex-direction: column; gap: 14px;
  color: #F5EAD0;
  font-family: "Shippori Mincho", serif;
  font-size: 14.5px;
  line-height: 1.85;
}
.p-notice-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  padding-left: 2px;
}
.p-notice-list strong {
  color: var(--gold-bright);
  font-weight: 700;
}
.p-notice-mark {
  color: var(--gold-bright);
  font-size: 14px;
  line-height: 1.85;
}

/* --- step extras --- */
.p-machine-badge {
  display: inline-flex; flex-direction: column; align-items: center;
  padding: 20px 32px;
  background: linear-gradient(180deg, #0A1338 0%, #121A4A 100%);
  border: 1px solid var(--gold);
  color: var(--gold-bright);
  min-width: 160px;
  position: relative;
}
.p-machine-badge::before, .p-machine-badge::after {
  content: ''; position: absolute; width: 14px; height: 14px;
  border-color: var(--gold);
}
.p-machine-badge::before {
  top: -1px; left: -1px;
  border-top: 1px solid var(--gold); border-left: 1px solid var(--gold);
}
.p-machine-badge::after {
  bottom: -1px; right: -1px;
  border-bottom: 1px solid var(--gold); border-right: 1px solid var(--gold);
}
.p-machine-label {
  font-family: "Shippori Mincho", serif;
  font-size: 11px;
  letter-spacing: 0.35em;
  opacity: 0.85;
}
.p-machine-count {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 56px;
  line-height: 1;
  margin: 6px 0;
  background: linear-gradient(180deg, #F7E4A3 0%, #D9B356 60%, #8B6518 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-weight: 600;
}
.p-machine-sub {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 10px;
  letter-spacing: 0.4em;
  opacity: 0.75;
}

.p-deposit-seal {
  display: flex; align-items: center; justify-content: center;
  padding: 10px;
}

.p-report-card {
  padding: 18px 20px;
  background: linear-gradient(180deg, #0A1338 0%, #121A4A 100%);
  border: 1px solid var(--gold);
  min-width: 240px;
  position: relative;
  color: #F5EAD0;
  font-family: "Shippori Mincho", serif;
}
.p-report-card::before, .p-report-card::after {
  content: ''; position: absolute; width: 14px; height: 14px;
  border-color: var(--gold-bright);
}
.p-report-card::before {
  top: -1px; left: -1px;
  border-top: 1px solid var(--gold-bright); border-left: 1px solid var(--gold-bright);
}
.p-report-card::after {
  bottom: -1px; right: -1px;
  border-bottom: 1px solid var(--gold-bright); border-right: 1px solid var(--gold-bright);
}
.p-report-row {
  display: flex; align-items: center; gap: 10px;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gold-bright);
  opacity: 0.9;
}
.p-report-row + .p-report-row { margin-top: 10px; }
.p-report-row .dot {
  width: 7px; height: 7px;
  background: #6E8AC0;
  box-shadow: 0 0 0 2px rgba(142,180,216,0.15);
}
.p-report-row .dot.gold {
  background: var(--gold-bright);
  box-shadow: 0 0 0 2px rgba(240,217,140,0.2), 0 0 10px rgba(240,217,140,0.6);
}
.p-report-link {
  margin: 10px 0 14px;
  padding: 8px 10px;
  background: rgba(255,255,255,0.04);
  border: 1px dashed rgba(240,217,140,0.3);
  font-family: "Cormorant Garamond", monospace;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #F5EAD0;
}

/* --- replay guide --- */
.p-replay {
  background:
    linear-gradient(180deg, #0A1338 0%, #121A4A 100%);
  padding: 90px 20px 100px;
  position: relative;
}
.p-replay::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 10%, rgba(240,217,140,0.12), transparent 45%),
    radial-gradient(ellipse at 80% 90%, rgba(142,180,216,0.1), transparent 45%);
  pointer-events: none;
}
.p-replay-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
}
.p-replay-card {
  background:
    linear-gradient(180deg, rgba(20,28,70,0.95) 0%, rgba(10,14,40,0.95) 100%);
  border: 1px solid rgba(240,217,140,0.35);
  padding: 20px 20px 24px;
  position: relative;
  color: #F5EAD0;
  display: flex; flex-direction: column;
}
.p-replay-card::before, .p-replay-card::after {
  content: ''; position: absolute; width: 18px; height: 18px;
  border-color: var(--gold-bright);
}
.p-replay-card::before {
  top: -1px; left: -1px;
  border-top: 1px solid var(--gold-bright); border-left: 1px solid var(--gold-bright);
}
.p-replay-card::after {
  bottom: -1px; right: -1px;
  border-bottom: 1px solid var(--gold-bright); border-right: 1px solid var(--gold-bright);
}
.p-replay-idx {
  display: flex; align-items: baseline; gap: 10px;
  margin-bottom: 14px;
}
.idx-num {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 42px;
  line-height: 1;
  background: linear-gradient(180deg, #F7E4A3 0%, #D9B356 60%, #8B6518 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-weight: 600;
}
.idx-kicker {
  font-family: "Cormorant Garamond", serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--gold);
  opacity: 0.8;
}
.p-replay-diagram-wrap {
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(240,217,140,0.15);
  padding: 12px;
  margin-bottom: 18px;
}
.replay-diagram { display: block; }
.p-replay-title {
  font-family: "Shippori Mincho", serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--gold-bright);
  margin-bottom: 8px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.p-replay-desc {
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  color: #D9D4BC;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.p-replay-foot {
  max-width: 900px;
  margin: 36px auto 0;
  padding: 20px 28px;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  color: #F5EAD0;
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  line-height: 1.9;
  background: rgba(255,255,255,0.03);
  border: 1px dashed rgba(240,217,140,0.3);
}
.p-replay-foot-mark {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 22px;
  color: var(--gold-bright);
  line-height: 1.2;
}
.p-replay-foot strong { color: var(--gold-bright); }

/* --- voices --- */
.p-voices {
  background: linear-gradient(180deg, #FAF4E4 0%, #F5EAD0 50%, #E8D6A8 100%);
  padding: 90px 20px 100px;
  position: relative;
}
.p-voices::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(240,217,140,0.25), transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(217,179,86,0.2), transparent 40%);
  pointer-events: none;
}
.p-voices-tabs {
  max-width: 1100px;
  margin: 0 auto 32px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 4px;
  border-top: 1px solid rgba(184,137,42,0.3);
  border-bottom: 1px solid rgba(184,137,42,0.3);
  font-family: "Cormorant Garamond", serif;
}
.p-voices-tab-label {
  font-family: "Shippori Mincho", serif;
  color: var(--gold-deep);
  letter-spacing: 0.4em;
  font-size: 13px;
  font-weight: 600;
}
.p-voices-tab-count {
  display: flex; align-items: baseline; gap: 8px;
  color: var(--text-noble);
}
.tc-num {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 32px;
  font-weight: 600;
  background: linear-gradient(180deg, #F7E4A3 0%, #D9B356 60%, #8B6518 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  line-height: 1;
}
.tc-of {
  font-size: 11px;
  letter-spacing: 0.35em;
  color: var(--gold-deep);
  font-style: italic;
}

.p-voices-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
  position: relative;
}
.p-voice {
  position: relative;
  padding: 28px 26px 22px;
  background:
    linear-gradient(180deg, rgba(255,252,240,0.96) 0%, rgba(245,234,208,0.88) 100%);
  border: 1px solid rgba(184,137,42,0.35);
  box-shadow:
    0 8px 24px rgba(110,78,14,0.1),
    inset 0 1px 0 rgba(255,255,255,0.9);
  transition: transform 0.4s cubic-bezier(0.2,0.8,0.2,1), box-shadow 0.4s;
  display: flex; flex-direction: column;
  gap: 14px;
}
.p-voice::before, .p-voice::after {
  content: ''; position: absolute; width: 18px; height: 18px;
  border-color: var(--gold-deep);
}
.p-voice::before {
  top: -1px; left: -1px;
  border-top: 1px solid var(--gold-deep); border-left: 1px solid var(--gold-deep);
}
.p-voice::after {
  bottom: -1px; right: -1px;
  border-bottom: 1px solid var(--gold-deep); border-right: 1px solid var(--gold-deep);
}
.p-voice.active {
  transform: translateY(-4px);
  box-shadow:
    0 16px 40px rgba(110,78,14,0.2),
    0 0 50px rgba(240,217,140,0.35),
    inset 0 1px 0 rgba(255,255,255,0.95);
}
.p-voice.dark {
  background:
    linear-gradient(180deg, rgba(20,28,70,0.95) 0%, rgba(10,14,40,0.95) 100%);
  border-color: rgba(240,217,140,0.4);
  color: #F5EAD0;
}
.p-voice.dark::before, .p-voice.dark::after { border-color: var(--gold-bright); }
.p-voice-ribbon {
  align-self: flex-start;
  display: inline-block;
  padding: 5px 14px;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold));
  color: #FAF4E4;
  font-family: "Shippori Mincho", serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.p-voice.dark .p-voice-ribbon {
  background: linear-gradient(90deg, #F7E4A3, #D9B356);
  color: #0A0E24;
}
.p-voice-amount {
  display: flex; align-items: baseline; gap: 6px;
  padding-bottom: 8px;
  border-bottom: 1px dashed rgba(184,137,42,0.3);
}
.p-voice.dark .p-voice-amount { border-bottom-color: rgba(240,217,140,0.25); }
.p-voice-amount-num {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 52px;
  line-height: 1;
  font-weight: 600;
  background: linear-gradient(180deg, #F7E4A3 0%, #D9B356 55%, #8B6518 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.p-voice-amount-unit {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  color: var(--gold-deep);
  font-weight: 700;
}
.p-voice.dark .p-voice-amount-unit { color: var(--gold-bright); }
.p-voice-quote {
  position: relative;
  padding: 0 12px;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  line-height: 1.95;
  color: var(--text-noble);
  min-height: 80px;
}
.p-voice.dark .p-voice-quote { color: #F5EAD0; }
.p-voice-quote p {
  margin: 0;
}
.quote-open, .quote-close {
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 40px;
  color: var(--gold);
  opacity: 0.7;
  line-height: 1;
}
.quote-open { top: -8px; left: -6px; }
.quote-close { bottom: -20px; right: -6px; }
.p-voice-who {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.25em;
  color: var(--gold-deep);
  margin-top: 2px;
}
.p-voice.dark .p-voice-who { color: var(--gold-bright); opacity: 0.85; }
.p-voice-blessing {
  margin-top: auto;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 12px 10px;
  background: linear-gradient(180deg, rgba(240,217,140,0.25) 0%, rgba(240,217,140,0.1) 100%);
  border: 1px solid rgba(184,137,42,0.3);
}
.p-voice.dark .p-voice-blessing {
  background: linear-gradient(180deg, rgba(240,217,140,0.12) 0%, rgba(240,217,140,0.04) 100%);
  border-color: rgba(240,217,140,0.3);
}
.p-voice-blessing-char {
  position: relative;
  width: 54px; height: 54px;
}
.p-voice-blessing-char img {
  width: 100%; height: 100%;
  object-fit: contain;
  position: relative; z-index: 2;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}
.p-voice-blessing-glow {
  position: absolute; inset: -4px;
  background: radial-gradient(circle, rgba(240,217,140,0.7) 0%, transparent 65%);
  filter: blur(8px);
}
.p-voice-blessing-body {
  display: flex; flex-direction: column; gap: 2px;
}
.p-voice-blessing-who {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--gold-deep);
  text-transform: uppercase;
}
.p-voice.dark .p-voice-blessing-who { color: var(--gold-bright); }
.p-voice-blessing-text {
  font-family: "Shippori Mincho", serif;
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--text-noble);
}
.p-voice.dark .p-voice-blessing-text { color: #F5EAD0; }

/* --- target games --- */
.p-games {
  background:
    linear-gradient(180deg, #0A1338 0%, #050714 100%);
  padding: 90px 20px 100px;
  position: relative;
}
.p-games::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(240,217,140,0.14), transparent 50%);
  pointer-events: none;
}
.p-games-scroll {
  max-width: 1100px;
  margin: 0 auto;
  background:
    linear-gradient(180deg, rgba(250,244,228,0.04) 0%, rgba(250,244,228,0.02) 100%);
  border: 1px solid rgba(240,217,140,0.35);
  padding: 32px 32px 28px;
  position: relative;
}
.p-games-scroll::before, .p-games-scroll::after {
  content: ''; position: absolute; width: 24px; height: 24px;
  border-color: var(--gold-bright);
}
.p-games-scroll::before {
  top: -1px; left: -1px;
  border-top: 1px solid var(--gold-bright); border-left: 1px solid var(--gold-bright);
}
.p-games-scroll::after {
  bottom: -1px; right: -1px;
  border-bottom: 1px solid var(--gold-bright); border-right: 1px solid var(--gold-bright);
}
.p-games-scroll-head {
  display: flex; align-items: center; justify-content: center;
  gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(240,217,140,0.3);
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.4em;
  color: var(--gold-bright);
  opacity: 0.85;
}
.p-games-scroll-head .dot {
  color: var(--gold);
  letter-spacing: 0;
  opacity: 0.7;
}
.p-games-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.p-game-tile {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr 20px;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background:
    linear-gradient(90deg, rgba(20,28,70,0.5) 0%, rgba(10,14,40,0.5) 100%);
  border: 1px solid rgba(240,217,140,0.2);
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
  color: #F5EAD0;
}
.p-game-tile:hover {
  background:
    linear-gradient(90deg, rgba(30,40,90,0.8) 0%, rgba(20,28,70,0.8) 100%);
  border-color: var(--gold-bright);
  transform: translateX(2px);
}
.p-game-tile.hot {
  background:
    linear-gradient(90deg, rgba(60,30,20,0.6) 0%, rgba(30,20,10,0.5) 100%);
  border-color: rgba(255,180,90,0.5);
}
.p-game-tile-kanji {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(180deg, #F7E4A3 0%, #D9B356 60%, #8B6518 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  border: 1px solid rgba(240,217,140,0.4);
  background-color: rgba(10,14,40,0.6);
  background-clip: padding-box;
}
.p-game-tile.hot .p-game-tile-kanji {
  border-color: rgba(255,180,90,0.6);
  background: linear-gradient(180deg, #FFE0A3 0%, #FF9F4A 60%, #B85518 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  background-color: rgba(40,16,8,0.6);
  background-clip: padding-box;
}
.p-game-tile-title {
  font-family: "Cormorant Garamond", "Shippori Mincho", serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: #FAF4E4;
}
.p-game-tile-sub {
  margin-top: 3px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 10px;
  letter-spacing: 0.35em;
  color: var(--gold);
  opacity: 0.85;
}
.p-game-tile-hot {
  position: absolute;
  top: -8px; right: 12px;
  padding: 2px 10px;
  background: linear-gradient(90deg, #F0903A, #E75F2A);
  color: #FAF4E4;
  font-family: "Shippori Mincho", serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.p-game-tile-arr { opacity: 0.5; transition: opacity 0.3s, transform 0.3s; }
.p-game-tile:hover .p-game-tile-arr { opacity: 1; transform: translateX(2px); }
.p-games-foot {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px dashed rgba(240,217,140,0.25);
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  color: var(--gold);
  letter-spacing: 0.3em;
  opacity: 0.8;
}

/* ============ RESPONSIVE for new sections ============ */
@media (max-width: 980px) {
  .p-replay-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .p-notice-inner { padding: 28px 22px 24px; }
  .p-voices-grid { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; }
  .p-games-grid { grid-template-columns: 1fr; }
  .p-games-scroll { padding: 24px 18px 22px; }
}
@media (max-width: 560px) {
  .p-replay-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .p-voices-tabs { flex-direction: column; gap: 10px; padding: 14px; }
  .p-voice-quote { min-height: auto; }
  .p-games-scroll-head { flex-wrap: wrap; gap: 8px; font-size: 10px; letter-spacing: 0.25em; }
}


/* --- game tile glyph (replaces kanji badge) --- */
.p-game-tile-glyph {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  background: rgba(10,14,40,0.6);
  border: 1px solid rgba(240,217,140,0.4);
  border-radius: 2px;
}
.p-game-tile.hot .p-game-tile-glyph {
  background: rgba(40,16,8,0.7);
  border-color: rgba(255,180,90,0.6);
}
.p-game-glyph {
  filter: drop-shadow(0 0 6px rgba(240,217,140,0.25));
}
.p-game-tile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1px;
  display: block;
}

/* --- replay shot (real screenshot framed in noble gold corners) --- */
.replay-shot {
  position: relative;
  width: 100%;
  padding: 10px;
  background:
    radial-gradient(ellipse at center top, rgba(240,217,140,0.08), transparent 60%),
    linear-gradient(180deg, rgba(10,19,56,0.85) 0%, rgba(6,10,32,0.9) 100%);
  border: 1px solid rgba(240,217,140,0.28);
}
.replay-shot-inner {
  position: relative;
  background: #000;
  overflow: hidden;
}
.replay-shot-inner img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
  background: #0A1338;
}
.replay-shot-corner {
  position: absolute;
  width: 14px; height: 14px;
  border-color: #F0D98C;
  border-style: solid;
  border-width: 0;
  pointer-events: none;
}
.replay-shot-corner.tl { top: 0; left: 0; border-top-width: 1.5px; border-left-width: 1.5px; }
.replay-shot-corner.tr { top: 0; right: 0; border-top-width: 1.5px; border-right-width: 1.5px; }
.replay-shot-corner.bl { bottom: 0; left: 0; border-bottom-width: 1.5px; border-left-width: 1.5px; }
.replay-shot-corner.br { bottom: 0; right: 0; border-bottom-width: 1.5px; border-right-width: 1.5px; }

/* --- step chapter row when no avatar --- */
.p-step-chapter-row.no-avatar {
  min-height: 0;
  margin-bottom: 8px;
}
.p-step-chapter-row.no-avatar .p-step-chapter {
  display: inline-block;
  padding: 4px 14px;
  border: 1px solid rgba(184,137,42,0.5);
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(255,255,255,0.5), rgba(245,234,208,0.3));
}

/* --- mobile hero / cta background coverage --- */
@media (max-width: 820px) {
  .p-hero-art {
    object-position: center center;
    transform: scale(1.05);
  }
  .p-cta-art {
    object-position: center center;
  }
  .p-hero-content { padding: 80px 18px 40px; }
}
@media (max-width: 560px) {
  .p-hero-art {
    object-fit: cover;
    object-position: 58% center;
    transform: scale(1.2);
  }
  .p-cta-art {
    object-fit: cover;
    object-position: center center;
    transform: scale(1.1);
  }
  .p-hero {
    min-height: 90vh;
  }
  .p-notice-list { font-size: 13px; }
  .p-notice-list li { grid-template-columns: 16px 1fr; gap: 8px; }
  .p-step { padding: 28px 18px; }
}
