.story-page,
.story-post-page { min-height: 100vh; background: var(--paper); }

.story-page-hero { min-height: 650px; position: relative; display: flex; align-items: end; padding: 105px clamp(24px, 7vw, 110px) 90px; overflow: hidden; background: var(--orange); border-bottom: var(--line); }
.story-hero-copy { position: relative; z-index: 2; }
.story-page-hero .section-label { margin-bottom: 36px; }
.story-page-hero h1 { max-width: 940px; margin: 0; font-size: clamp(62px, 8vw, 118px); line-height: .94; letter-spacing: -.085em; }
.story-page-hero h1 em { color: var(--yellow); font-style: normal; -webkit-text-stroke: 2px var(--ink); text-shadow: 5px 5px 0 var(--ink); }
.story-page-hero p { margin: 34px 0 28px; font-size: 16px; font-weight: 700; line-height: 1.8; }
.story-page-word { position: absolute; top: -25px; right: -2vw; color: transparent; font-family: "Gasoek One", sans-serif; font-size: clamp(150px, 25vw, 380px); line-height: .9; -webkit-text-stroke: 2px rgba(25,25,25,.18); transform: rotate(-6deg); }
.story-pop { position: absolute; z-index: 1; display: grid; place-items: center; border: var(--line); border-radius: 50%; font-family: "Gasoek One", sans-serif; box-shadow: 7px 7px 0 var(--ink); }
.story-pop-one { width: 110px; height: 110px; right: 13%; bottom: 13%; background: var(--yellow); font-size: 68px; transform: rotate(10deg); }
.story-pop-two { width: 88px; height: 88px; right: 5%; bottom: 35%; background: var(--mint); font-size: 24px; transform: rotate(-12deg); }

.story-archive { min-height: 760px; background: var(--ink); color: #fff; }
.story-archive-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 68px; }
.story-archive .section-label span { background: #fff; color: var(--ink); }
.story-archive-head > div:last-child { text-align: right; }
.story-archive-head p { margin: 0 0 8px; color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.story-archive h2 { margin: 0; font-size: clamp(52px, 7vw, 94px); line-height: 1; letter-spacing: -.075em; }
.story-list { margin: 0; padding: 0; list-style: none; border-top: 2px solid #fff; }
.story-list-card { border-bottom: 2px solid #fff; }
.story-list-card > a { min-height: 220px; display: grid; grid-template-columns: 84px minmax(0, 1fr) 60px; align-items: center; gap: clamp(22px, 4vw, 64px); padding: 34px 18px; transition: background .22s ease, color .22s ease, padding .22s ease; }
.story-list-card > a:hover { padding-inline: 34px; background: var(--yellow); color: var(--ink); }
.story-list-card:nth-child(3n + 2) > a:hover { background: var(--mint); }
.story-list-card:nth-child(3n + 3) > a:hover { background: var(--orange); }
.story-number { width: 58px; height: 58px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; font-size: 13px; font-weight: 900; }
.story-card-meta { display: flex; align-items: center; gap: 18px; margin-bottom: 14px; color: #aaa; font-size: 12px; font-weight: 700; }
.story-list-card > a:hover .story-card-meta { color: var(--ink); }
.story-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.story-tag { padding: 3px 9px; border: 1px solid currentColor; border-radius: 100px; font-size: 10px; }
.story-card-content h3 { max-width: 920px; margin: 0; font-size: clamp(25px, 3vw, 42px); line-height: 1.3; letter-spacing: -.045em; }
.story-summary { max-width: 820px; margin: 13px 0 0; color: #aaa; font-size: 14px; line-height: 1.7; }
.story-list-card > a:hover .story-summary { color: #333; }
.story-arrow { font-size: 38px; font-weight: 900; transition: transform .22s ease; }
.story-list-card > a:hover .story-arrow { transform: rotate(45deg); }
.story-list-status { padding: 70px 20px; border-bottom: 2px solid #fff; color: #aaa; text-align: center; }

.post-main { padding: 52px clamp(20px, 7vw, 110px) 120px; }
.post-toolbar { max-width: 1120px; display: flex; justify-content: space-between; gap: 24px; margin: 0 auto 28px; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.post-back { display: inline-flex; gap: 12px; align-items: center; font-size: 13px; letter-spacing: 0; }
.post-back:hover { color: var(--orange); }
.story-article { max-width: 1120px; margin: 0 auto; }
.post-head { position: relative; overflow: hidden; padding: clamp(42px, 7vw, 88px); border: var(--line); border-radius: var(--radius); background: var(--orange); box-shadow: 10px 10px 0 var(--ink); }
.post-head::after { content: "퐁!"; position: absolute; right: -15px; bottom: -45px; color: transparent; font-family: "Gasoek One", sans-serif; font-size: clamp(120px, 20vw, 280px); line-height: 1; -webkit-text-stroke: 2px rgba(25,25,25,.16); transform: rotate(-8deg); }
.post-head > * { position: relative; z-index: 1; }
.post-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; font-size: 12px; font-weight: 900; letter-spacing: .06em; }
.post-meta span { padding: 5px 10px; border: 1.5px solid var(--ink); border-radius: 100px; background: var(--yellow); }
.post-head h1 { max-width: 900px; margin: 0; font-size: clamp(38px, 6vw, 78px); line-height: 1.14; letter-spacing: -.065em; }
.post-summary { max-width: 720px; margin: 28px 0 0; font-size: 17px; font-weight: 700; line-height: 1.75; }
.post-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.post-tag { padding: 6px 12px; border: 1.5px solid var(--ink); border-radius: 100px; background: var(--paper); font-size: 11px; font-weight: 800; }
.post-body { max-width: 760px; margin: 80px auto 0; font-size: 17px; line-height: 2; word-break: keep-all; }
.post-body p { margin: 0 0 1.8em; }
.post-body h2 { position: relative; margin: 2.7em 0 1em; padding-top: 24px; border-top: var(--line); font-size: clamp(25px, 3vw, 34px); line-height: 1.45; letter-spacing: -.04em; }
.post-body h2::before { content: "✦"; margin-right: 10px; color: var(--orange); }
.post-body ul { margin: 0 0 2em; padding: 22px 24px 22px 46px; border: var(--line); border-radius: 18px; background: var(--cream); }
.post-body li { margin: 7px 0; }
.post-body li::marker { color: var(--orange); }
.post-body a { color: #d63c19; font-weight: 700; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.post-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 90px; padding-top: 30px; border-top: var(--line); }
.post-navigation a { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; padding: 26px; border: var(--line); border-radius: 20px; background: var(--yellow); transition: transform .2s ease, box-shadow .2s ease; }
.post-navigation a:nth-child(2) { background: var(--mint); text-align: right; }
.post-navigation a:hover { transform: translate(-4px, -4px); box-shadow: 7px 7px 0 var(--ink); }
.post-nav-label { font-size: 11px; font-weight: 900; }
.post-navigation strong { font-size: 18px; line-height: 1.45; }
.post-not-found { min-height: 600px; display: grid; place-items: center; align-content: center; gap: 16px; text-align: center; }
.post-not-found > span { color: var(--orange); font-family: "Gasoek One", sans-serif; font-size: 100px; line-height: 1; }
.post-not-found h1, .post-not-found p { margin: 0; }
.post-not-found .button { margin-top: 12px; }

@media (max-width: 900px) {
  .story-page-hero { min-height: 610px; }
  .story-pop { opacity: .38; }
  .story-archive-head { display: block; }
  .story-archive-head > div:last-child { margin-top: 35px; text-align: left; }
  .story-list-card > a { grid-template-columns: 62px minmax(0, 1fr) 42px; }
}

@media (max-width: 600px) {
  .story-page-hero { min-height: 650px; padding: 90px 20px 70px; }
  .story-page-hero h1 { font-size: clamp(58px, 18vw, 82px); }
  .story-page-hero p br { display: none; }
  .story-pop-one { right: -28px; bottom: 12%; }
  .story-pop-two { display: none; }
  .story-archive { padding-inline: 20px; }
  .story-list-card > a { min-height: 0; grid-template-columns: 46px minmax(0, 1fr); gap: 15px; padding: 28px 4px; }
  .story-list-card > a:hover { padding-inline: 12px; }
  .story-number { width: 42px; height: 42px; }
  .story-arrow { display: none; }
  .story-card-meta { align-items: flex-start; flex-direction: column; gap: 8px; }
  .story-card-content h3 { font-size: 24px; }
  .post-main { padding: 28px 16px 90px; }
  .post-toolbar > span { display: none; }
  .post-head { padding: 38px 24px 42px; box-shadow: 6px 6px 0 var(--ink); }
  .post-head h1 { font-size: clamp(34px, 10vw, 48px); }
  .post-summary { font-size: 15px; }
  .post-body { margin-top: 58px; font-size: 16px; line-height: 1.9; word-break: normal; }
  .post-body ul { padding: 18px 18px 18px 38px; }
  .post-navigation { grid-template-columns: 1fr; }
  .post-navigation a:nth-child(2) { text-align: left; }
  .post-nav-empty { display: none; }
}
