.page-bg-wrap{background:#d2d2d2}

/* ================================================
   Design Tokens — DESIGN-mangaplus-creators-jp.md
   ================================================ */
:root {
  --bg:            #d2d2d2; /* orig: #141a31 */
  --bg-card:       #1d2540;
  --bg-header:     #283257;
  --text:          #ffffff;
  --text-muted:    #6f90ca;
  --text-dim:      rgba(255,255,255,0.72);
  --accent:        #3f9af4;
  --accent-warm:   #f0af30;
  --accent-strong: #f43f4a;
  --link:          #67adff;
  --border:        #3b5481;
  --border-sub:    rgba(255,255,255,0.08);
  --font-sans: 'din-2014','Noto Sans JP','Hiragino Kaku Gothic ProN','Yu Gothic',sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --font-serif: 'Georgia','Hiragino Mincho ProN','Yu Mincho',serif;
  --font: var(--font-sans);
  --max-w:      1080px;
  --max-w-wide: 1350px;
  --gutter:     24px;
  --r-btn:   6px;
  --r-subtle: 4px;
  --r-pill:  100px;
}

/* ================================================
   Reset & Base
   ================================================ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  font-family:var(--font-sans);
  font-size:16px;
  line-height:1.8;
  color:var(--text);
  background:var(--bg);
  -webkit-font-smoothing:antialiased;
  overflow-wrap:anywhere;
  word-break:normal;
}
img{display:block;max-width:100%;height:auto}
a{color:var(--link);text-decoration:none}
a:hover{text-decoration:underline}
em{font-style:italic}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* ================================================
   Layout
   ================================================ */
/* ================================================
   Breadcrumb (x-breadcrumb component / .listing-filter)
   ================================================ */

/* ================================================
   01 HERO — Image first, title below
   ================================================ */
/* ================================================
   02 At a Glance
   ================================================ */
.glance-data dl{display:grid;grid-template-columns:120px 1fr;row-gap:0;column-gap:16px;border-top:1px solid var(--border-sub)}
.glance-data dt{font-family:var(--font-mono);font-size:10px;font-weight:700;color:var(--text-muted);letter-spacing:.14em;text-transform:uppercase;padding:13px 0;border-bottom:1px solid var(--border-sub)}
.glance-data dd{font-size:14px;color:var(--text);padding:12px 0;border-bottom:1px solid var(--border-sub);line-height:1.65}
/* ================================================
   03 Lead
   ================================================ */
/* ================================================
   Pull Quote (共通)
   ================================================ */
/* Feature — inverted (Pull Quote C) */

/* ================================================
   Chapter (共通)
   ================================================ */
/* Q&A */
.qa-list{max-width:720px;margin:0 auto}
.qa-item{margin-bottom:40px;padding-bottom:36px;border-bottom:1px dashed var(--border-sub)}
.qa-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.qa-q{
  font-family:var(--font-mono);font-size:20px;font-weight:800;
  color:#0171b9;margin-bottom:14px; /* orig: #3F9AF4 */
  display:flex;gap:12px;align-items:flex-start;
}
.qa-num{
  flex-shrink:0;
  background:var(--accent);color:var(--text);
  display:inline-flex;align-items:center;justify-content:center;
  width:44px;height:24px;padding:0;text-align:center;
  font-size:11px;letter-spacing:.05em;border-radius:var(--r-subtle);
  user-select:text;
}
.qa-a{
  font-family:var(--font-sans);font-size:17px;line-height:1.9;
  color:var(--text);padding-left:56px;position:relative;
}
.qa-a::before{
  content:'A.';
  position:absolute;left:0;top:0;
  font-family:var(--font-mono);font-size:11px;
  color:var(--text-muted);letter-spacing:.05em;
  display:flex;align-items:center;justify-content:center;
  width:44px;height:24px;padding:0;text-align:center;
  border:1px solid var(--border);border-radius:var(--r-subtle);
}
.qa-a .placeholder{color:inherit}
.qa-badge{
  display:inline-flex;align-items:center;
  font-size:10px;font-weight:700;color:var(--accent-warm);
  border:1px solid var(--accent-warm);padding:2px 8px;
  border-radius:var(--r-pill);letter-spacing:.06em;
  vertical-align:middle;margin-left:6px;
  font-family:var(--font-mono);
}

/* ================================================
   06 Chapter 2 — Featured layout
   Q5 主役 (full-width image + wide body)
   Q6/Q7 サブ (2-column)
   ================================================ */
.featured-main{
  display:grid;grid-template-columns:1fr;
  gap:32px;margin-bottom:56px;
  max-width:var(--max-w);margin-left:auto;margin-right:auto;
  padding:0 var(--gutter);
}
.featured-main-art{
  aspect-ratio:16/9;overflow:hidden;
  border:1px solid var(--border);
  position:relative;
}
.featured-main-art img{width:100%;height:100%;object-fit:cover;display:block}
.featured-main-art-label{
  position:absolute;top:12px;left:12px;
  background:var(--bg-header);border:1px solid var(--border);
  padding:6px 14px;font-family:var(--font-mono);font-size:11px;
  color:var(--text-muted);
}
.featured-main-body{max-width:760px;margin:0 auto;padding:0 var(--gutter)}
.featured-main-body .qa-q{font-size:15px;margin-bottom:20px}
.featured-main-body .qa-q::before{padding:4px 12px;font-size:12px}
.featured-main-body .qa-a{font-size:17px;line-height:1.95;padding-left:0}
.featured-main-body .qa-a::before{display:none}
.featured-main-body .qa-item{margin-bottom:0;padding-bottom:0;border-bottom:none}

.featured-sub-divider{
  max-width:var(--max-w);margin:0 auto 40px;padding:0 var(--gutter);
  display:flex;align-items:center;gap:16px;
}
.featured-sub-divider::before,
.featured-sub-divider::after{content:'';flex:1;height:1px;background:var(--border-sub)}
.featured-sub-divider span{
  font-family:var(--font-mono);font-size:11px;
  color:var(--text-muted);letter-spacing:.2em;white-space:nowrap;
}
.featured-sub{
  max-width:var(--max-w);margin:0 auto;padding:0 var(--gutter);
  display:grid;grid-template-columns:1fr 1fr;gap:40px;
}
.featured-sub-card{display:flex;flex-direction:column;gap:20px}
.featured-sub-art{
  aspect-ratio:1/1;overflow:hidden;
  border:1px solid var(--border);
}
.featured-sub-art img{width:100%;height:100%;object-fit:cover;display:block}
.featured-sub-card .qa-item{margin-bottom:0;padding-bottom:0;border-bottom:none}
.featured-sub-card .qa-q{font-size:12px}
.featured-sub-card .qa-a{font-size:13px;line-height:1.85}

/* ================================================
   12 Closing
   ================================================ */
.sec-closing{padding:80px 0;background:var(--bg);border-top:1px solid var(--border-sub)}
.closing-body{max-width:680px;margin:0 auto;text-align:center}
.closing-eyebrow{
  font-family:var(--font-mono);font-size:11px;font-weight:700;
  color:var(--accent-warm);letter-spacing:.28em;text-transform:uppercase;margin-bottom:16px;
}
.closing-title{
  font-family:var(--font-sans);
  font-size:clamp(20px,3vw,28px);font-weight:700;line-height:1.45;
  margin-bottom:28px;letter-spacing:.01em;color:white;
}
.closing-text{
  font-family:var(--font-sans);font-size:clamp(20px,3vw,28px);font-weight:700;line-height:1.95;
  color:#ffffff;text-align:center;
}
.closing-text .closing-translation{
  font-size:18px;line-height:1.7;color:#ffffff;font-weight:600;
  margin-top:20px;
}

/* ================================================
   13 CTA
   ================================================ */
.sec-cta{
  padding:96px 0;text-align:center;
  background-image:
    linear-gradient(to bottom, rgba(20,26,49,.45) 0%, rgba(20,26,49,.45) 100%),
    url('../img/bg-mv.png');
  background-repeat:repeat;
  background-size:1125px auto;
  background-color:var(--bg);
  animation:cta-bg-scroll 30s linear infinite;
}
@keyframes cta-bg-scroll{
  0%{background-position:0 center}
  100%{background-position:-2250px center}
}
@keyframes cta-bg-scroll-sp{
  0%{background-position:0 center}
  100%{background-position:-1688px center}
}
.cta-eyebrow{
  font-family:var(--font-mono);font-size:11px;font-weight:700;
  color:rgba(255,255,255,.7);letter-spacing:.28em;text-transform:uppercase;margin-bottom:20px;
}
.cta-title{
  font-family:var(--font-sans);
  font-size:35px;font-weight:700;
  line-height:1.15;letter-spacing:-.02em;
  text-align:center;color:#fff;
}
.cta-ja{font-size:18px;color:rgba(255,255,255,.85);margin-bottom:40px;letter-spacing:.06em;line-height:1.7;text-align:center}
.cta-btn{
  display:inline-block;background:var(--accent);color:var(--text);
  font-family:var(--font-mono);font-size:14px;font-weight:700;
  padding:16px 80px;border-radius:var(--r-btn);
  letter-spacing:.06em;transition:opacity .2s;
  margin-top:16px;
}
.cta-btn:hover{opacity:.9;text-decoration:none}
.cta-card{
  background:rgba(20,26,49,.55);
  border-radius:16px;
  padding:56px 48px;
  margin:0 auto;
}

/* ================================================
   14 Read the Manga
   ================================================ */
.btn-logo{
  display:inline-flex;align-items:center;gap:12px;
  background:var(--bg-header);border:1px solid var(--border);
  border-radius:var(--r-btn);padding:10px 18px 10px 10px;
  transition:border-color .2s,opacity .2s;
}
.btn-logo:hover{border-color:var(--accent);opacity:1;text-decoration:none}
.btn-logo img{width:44px;height:44px;object-fit:cover;border-radius:10px;flex-shrink:0;display:block}
.btn-logo.btn-logo--svc img{width:auto;height:28px;border-radius:0;object-fit:contain;max-width:120px;flex-shrink:0}
.btn-logo-text{display:flex;flex-direction:column;gap:2px}
.btn-logo-label{font-size:10px;color:var(--text-muted);font-family:var(--font-mono);letter-spacing:.08em}
.btn-logo-name{font-size:13px;font-weight:700;color:var(--text);letter-spacing:.02em}
.btn-logo-lang{font-size:9px;color:var(--text-muted);letter-spacing:.04em;font-family:var(--font-mono)}
/* ================================================
   15 SNS
   ================================================ */
/* ================================================
   16 More Stories
   ================================================ */

/* ================================================
   17 Share This Story — light monotone section
   ================================================ */
.sec-share{padding:0 0 80px;background:var(--bg);text-align:center}
.share-inner{max-width:640px;margin:0 auto;padding:0 var(--gutter)}
.share-title{
  font-family:var(--font-serif);
  font-size:clamp(20px,3vw,28px);font-weight:700;line-height:1.3;
  letter-spacing:.01em;color:#141a31;margin-bottom:16px;
}
.share-lead{font-size:14px;line-height:1.85;color:rgba(20,26,49,.6);margin-bottom:8px}
.share-list{list-style:none;padding:0;display:flex;gap:40px;justify-content:center;flex-wrap:wrap}
.share-icon-btn{
  display:flex;align-items:center;justify-content:center;
  width:52px;height:52px;
  background:#141a31;
  border-radius:50%;
  color:#fff;
  text-decoration:none;
  flex-shrink:0;
  transition:opacity .2s;
}
.share-icon-btn:hover{text-decoration:none;opacity:.75}
.share-icon-btn svg{width:24px;height:24px}

/* ================================================
   Responsive — 1024px
   ================================================ */
@media(max-width:1024px){
  :root{--gutter:20px}
}

/* ================================================
   Responsive — 768px (Tablet / SP)
   ================================================ */
@media(max-width:768px){
  :root{--gutter:16px}
  /* Hero */
  .hero-meta-tag{top:-36px;left:0}
  .glance-data dt{border-bottom:none;padding-bottom:2px}
  .glance-data dd{padding-top:0}
  /* Sections */
  /* Chapter */
  .chapter-header{margin-bottom:32px}
  .qa-q{font-size:18px;font-weight:900;display:flex;flex-direction:column;gap:8px}
  .qa-q::before{display:block}
  .qa-badge{display:block;width:fit-content;margin-left:0;margin-top:8px}
  .qa-a{font-size:14px;padding-left:0;padding-top:8px;display:flex;flex-direction:column;gap:8px}
  .qa-a::before{position:static;display:flex;width:44px;height:24px;padding:0;margin-bottom:0}
  /* Featured → stack */
  .featured-main{gap:20px;margin-bottom:40px}
  .featured-main-art{aspect-ratio:4/3}
  .featured-main-body .qa-a{font-size:15px}
  .featured-sub{grid-template-columns:1fr;gap:32px}
  .featured-sub-divider{margin-bottom:24px}
  /* More */
  .share-title{font-size:20px}
  .share-icon-btn{width:48px;height:48px}
}

/* ================================================
   Responsive — 375px
   ================================================ */
@media(max-width:375px){
  .cta-btn{padding:13px 28px;font-size:13px}
  .glance-data dl{grid-template-columns:1fr}
}

/* ================================================
   Interview Page v2 — Figma redesign layout
   ================================================ */
.sec-hero-v2{padding:48px 45px 72px}
.hero-v2-inner{max-width:1302px;margin:0 auto;display:flex;flex-direction:column;gap:56px;align-items:center}
.hero-meta-tag{
  position:absolute;top:16px;left:16px;
  background:var(--accent);color:var(--text);
  padding:5px 14px;border-radius:var(--r-pill);
  font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.12em;
}
.hero-stage-v2{border:1px solid var(--border);aspect-ratio:16/9;overflow:hidden;position:relative;width:1000px;max-width:100%;margin:0 auto}
.hero-stage-v2 img{width:100%;height:100%;object-fit:cover;display:block}
.hero-copy-v2{display:flex;flex-direction:column;gap:18px;align-items:center;text-align:center;width:100%}
.hero-eyebrow{
  font-family:var(--font-mono);font-size:11px;font-weight:700;
  color:#151A31;letter-spacing:.28em;text-transform:uppercase;margin-bottom:16px;
}
.hero-h1-v2{font-family:var(--font-serif);font-size:52px;font-weight:700;line-height:1.2;letter-spacing:-.01em;color:#141a31;max-width:752px}
.hero-byline-wrap-v2{display:flex;flex-direction:column;align-items:center;gap:16px;width:fit-content}
.hero-byline-rule-v2{width:100%;height:1px;background:rgba(20,26,49,.2)}
.hero-byline-v2{font-family:var(--font-mono);font-size:13px;color:#141a31;letter-spacing:.06em}
.hero-lead-v2{max-width:720px;display:flex;flex-direction:column;gap:25px;font-size:16px;color:#141a31;line-height:1.95;letter-spacing:.04em;text-align:left}
.hero-lead-v2 p{margin-bottom:0}

.sec-profile-v2{border-top:1px solid var(--border);padding:66px 45px 72px;background:#141a31}
.profile-v2-inner{display:flex;flex-direction:column;gap:56px;max-width:var(--max-w);margin:0 auto;width:100%}
.profile-block-v2{display:flex;gap:40px;align-items:flex-start}
.profile-img-wrap-v2{flex-shrink:0;border:1px solid #3b5481;border-radius:6px;overflow:hidden;width:165px;height:165px}
.profile-img-wrap-v2.is-cover{height:252px}
.profile-img-wrap-v2 img{width:100%;height:100%;object-fit:cover;display:block}
.profile-info-v2{flex:1;min-width:0;display:flex;flex-direction:column}
.profile-heading-v2{font-family:var(--font-sans);font-size:22px;font-weight:700;color:#fff;letter-spacing:.01em;border-bottom:1px solid rgba(255,255,255,.08);height:46px;display:flex;align-items:center;}
.profile-dl-row{display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.08);min-height:38.5px;padding:6px 0}
.profile-dl-dt{font-family:var(--font-mono);font-size:10px;font-weight:700;color:#6f90ca;letter-spacing:.14em;text-transform:uppercase;width:102px;flex-shrink:0}
.profile-dl-dd{font-family:var(--font-sans);font-size:14px;color:white;line-height:1.65}
.profile-actions-v2{margin-top:20px;display:flex;gap:16px;flex-wrap:wrap}
.btn-logo--svc{background:#283257;border-color:#3b5481}
.btn-logo--svc .btn-logo-label{color:#6f90ca}

.sec-qa-v2{padding:80px 45px;border-top:1px solid var(--border-sub);border-bottom:1px solid var(--border-sub)}
.sec-qa-v2.is-dark{background:#0080d2}
.sec-qa-v2.is-dark .qa-q{color:#141a31}
.sec-qa-v2.is-dark .qa-q::before{background:#141a31;color:#fff}
.sec-qa-v2.is-dark .qa-num{background:#141a31;color:#fff}
.sec-qa-v2.is-dark .qa-a{color:#fff}
.sec-qa-v2.is-dark .qa-a::before{color:#fff;border-color:rgba(255,255,255,.5)}
.sec-qa-v2.is-dark .qa-item-v2{border-bottom-color:rgba(255,255,255,.38)}
.sec-qa-v2.is-dark .chapter-header-v2{border-bottom-color:rgba(255,255,255,.38)}
.sec-qa-v2.is-dark .chapter-title-v2{color:#141a31}
.sec-qa-v2.is-dark .quote-text-v2{color:#fff}
.sec-qa-v2.is-dark .quote-author-v2{color:rgba(255,255,255,.7)}
/* Light Q&A sections — dark text on gray bg */
.sec-qa-v2:not(.is-dark) .qa-a{color:#141a31}
.sec-qa-v2:not(.is-dark) .qa-a::before{color:#141a31;border-color:rgba(20,26,49,.3)}
.sec-qa-v2:not(.is-dark) .qa-item-v2{border-bottom-color:rgba(20,26,49,.15)}
.sec-qa-v2:not(.is-dark) .chapter-header-v2{border-bottom-color:rgba(20,26,49,.2)}
.sec-qa-v2:not(.is-dark) .manga-card-v2 .qa-a{color:#141a31}
.qa-v2-inner{padding:0;display:flex;flex-direction:column;gap:24px;max-width:var(--max-w);margin:0 auto;width:100%}
.chapter-block-v2{display:flex;flex-direction:column;gap:6px}
.chapter-label-v2{font-family:var(--font-mono);font-size:14px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#141a31;margin-bottom:8px;text-align:center}
.chapter-title-v2{font-family:var(--font-serif);font-size:55px;font-weight:700;color:#141a31;line-height:1.3;letter-spacing:.01em;text-align:center}
.chapter-header-v2{border-bottom:1px solid var(--border-sub);padding-bottom:8px;margin-bottom:0}
.qa-list-v2{display:flex;flex-direction:column;gap:24px}
.qa-item-v2{display:flex;flex-direction:column;gap:14px;padding-bottom:24px}
.sp-only{display:none}

.manga-grid-v2{display:flex;flex-direction:column;gap:32px}
.manga-row-v2{display:contents}
.manga-card-v2{display:flex;flex-direction:row-reverse;gap:32px;align-items:stretch}
.manga-img-wrap-v2{width:400px;flex-shrink:0;overflow:hidden;min-height:240px}
.manga-page-v2{width:100%;height:100%;object-fit:cover;object-position:top;display:block}
.manga-card-v2 .qa-item-v2{flex:1;padding-top:8px}
.manga-card-v2 .qa-q{font-size:20px}
.manga-card-v2 .qa-a{font-size:17px;line-height:1.85}

.sec-closing-v2{background:#0080d2;border-top:1px solid rgba(255,255,255,.08);padding:80px 45px}
.closing-v2-body{max-width:680px;margin:0 auto;text-align:center;padding:0 0}
.closing-signature-v2{display:block;width:240px;margin:32px auto 0;pointer-events:none;user-select:none;-webkit-user-drag:none}

.sec-cta-v2{
  padding:96px 45px;
  background-image:
    linear-gradient(to bottom,rgba(20,26,49,.45) 0%,rgba(20,26,49,.45) 100%),
    url('../img/bg-mv.png');
  background-repeat:repeat;
  background-size:2250px auto;
  background-color:var(--bg);
  animation:cta-bg-scroll 30s linear infinite;
}
.cta-card-v2{background:rgba(20,26,49,.85);border-radius:16px;padding:72px 48px;text-align:center;min-height:425px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;max-width:var(--max-w);margin:0 auto;width:100%}
.cta-logo-v2{width:192px}
.cta-top-group-v2{display:flex;flex-direction:column;gap:16px;align-items:center;width:100%}
.cta-title-group-v2{display:flex;flex-direction:column;gap:8px;align-items:center;width:fit-content}
.cta-rule-v2{width:100%;height:9px;background:#fff;border-radius:2px}
.cta-bottom-group-v2{display:flex;flex-direction:column;gap:24px;align-items:center;width:100%}
/* Award section (Figma 1075-177) */
.cta-awards-wrap{display:flex;flex-direction:column;gap:32px;align-items:center;width:100%;margin-top:16px}
.cta-awards-v3{display:flex;flex-direction:column;gap:19.841px;width:100%}
.cta-awards-lead{font-family:var(--font-sans);font-size:15px;font-style:italic;font-weight:700;color:#fff;text-align:center;letter-spacing:.035em;line-height:1.5}
/* Gold card */
.cta-award-gold{background:#141a31;border-radius:11.338px;border:2.834px solid #c9b447;width:100%;display:flex;align-items:center;justify-content:center;padding:28.344px;box-sizing:border-box}
.cta-gold-inner{display:flex;flex-direction:column;gap:22.675px;align-items:center;width:100%}
.cta-gold-header{display:flex;gap:8.317px;align-items:center;justify-content:center}
.cta-award-cup-gold{width:57.182px;height:35.738px;display:block;flex-shrink:0}
.cta-gold-title{font-family:var(--font-sans);font-size:24.952px;font-weight:700;letter-spacing:.035em;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-image:linear-gradient(to right,#e8de7e 4.6%,#fdfba4 52.8%,#c9b447 105.2%);white-space:nowrap;line-height:1}
.cta-gold-body{display:flex;flex-direction:column;gap:10.397px;align-items:center;justify-content:center}
.cta-gold-pubtext{font-family:var(--font-sans);font-size:29.579px;font-style:italic;font-weight:700;color:#f0af30;letter-spacing:.035em;white-space:nowrap;line-height:1}
.cta-gold-row{display:flex;gap:10.397px;align-items:center;flex-wrap:wrap;justify-content:center}
.cta-gold-apps{display:flex;gap:12.476px;align-items:center}
.cta-gold-app{display:flex;gap:8.317px;align-items:center}
.cta-gold-icon{width:49.904px;height:49.904px;border-radius:4.159px;object-fit:cover;flex-shrink:0}
.cta-gold-icon.no-radius{border-radius:0}
.cta-gold-appname{font-family:var(--font-sans);font-size:22.179px;font-style:italic;font-weight:700;color:#f0af30;letter-spacing:.035em;line-height:1;white-space:nowrap}
.cta-gold-applabel{display:flex;flex-direction:column;gap:4.159px;text-align:left}
.cta-gold-appsub{font-family:var(--font-sans);font-size:16.635px;font-style:italic;font-weight:700;color:#f0af30;letter-spacing:.035em;line-height:1}
.cta-gold-plus{font-size:16px;font-weight:400;color:#fff;line-height:1;flex-shrink:0}
.cta-gold-prize{display:flex;gap:10.397px;align-items:center;white-space:nowrap;font-family:var(--font-sans);font-style:italic;font-weight:700;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-image:linear-gradient(to right,#e8de7e 4.6%,#fdfba4 52.8%,#c9b447 105.2%)}
.cta-gold-prize-label{font-size:17.51px;letter-spacing:.035em;line-height:1}
.cta-gold-prize-amount{font-size:32.831px;letter-spacing:.035em;line-height:1}
/* Sub cards */
.cta-awards-subgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:19.841px;width:100%}
.cta-award-card{background:#141a31;border-radius:11.338px;border:2.834px solid;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22.675px;padding:28.344px;text-align:center;box-sizing:border-box;min-width:0;overflow:hidden}
.cta-award-card.is-silver{border-color:#b2b2b2}
.cta-award-card.is-bronze{border-color:#edbd90}
.cta-award-card.is-creator{border-color:#b2edff}
.cta-award-header{display:flex;align-items:center;justify-content:center;gap:5.669px}
.cta-award-cup-sm{width:31.178px;height:17.006px;display:block;flex-shrink:0}
.cta-award-rank{font-family:var(--font-sans);font-size:17.006px;font-weight:700;letter-spacing:.035em;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1;white-space:nowrap}
.cta-award-card.is-silver .cta-award-rank{background-image:linear-gradient(to right,#b2b2b2 12.4%,#e3e1e1 55.4%,#9d9c9c 100.5%)}
.cta-award-card.is-bronze .cta-award-rank{background-image:linear-gradient(167deg,#d76845 2.7%,#e8ad77 36.7%,#d76642 69.2%)}
.cta-award-card.is-creator .cta-award-rank{background-image:linear-gradient(167deg,#4181ca 13%,#b2edff 39.3%,#4181ca 75.2%);font-size:18.424px}
.cta-award-body{display:flex;flex-direction:column;align-items:center;gap:7.086px}
.cta-award-pubtext{font-family:var(--font-sans);font-size:20.16px;font-style:italic;font-weight:700;color:#f0af30;letter-spacing:.035em;white-space:nowrap;line-height:1}
.cta-award-pub{display:flex;align-items:center;gap:5.669px}
.cta-award-icon{width:34.013px;height:34.013px;border-radius:2.834px;object-fit:cover;flex-shrink:0}
.cta-award-icon-label{display:flex;flex-direction:column;gap:2.834px;text-align:left}
.cta-award-icon-name{font-family:var(--font-sans);font-size:15.117px;font-style:italic;font-weight:700;color:#f0af30;letter-spacing:.035em;line-height:1;white-space:nowrap}
.cta-award-icon-sub{font-family:var(--font-sans);font-size:11.338px;font-style:italic;font-weight:700;color:#f0af30;letter-spacing:.035em;line-height:1;white-space:nowrap}
.cta-award-plus{font-size:11px;font-weight:400;color:#fff;line-height:1}
.cta-award-prize-row{display:flex;align-items:center;gap:7.086px;white-space:nowrap;font-family:var(--font-sans);font-style:italic;font-weight:700;color:#fff}
.cta-prize-label{font-size:11.934px;letter-spacing:.035em;line-height:1}
.cta-prize-amount{font-size:22.377px;letter-spacing:.035em;line-height:1}
.cta-sub-v2{font-family:var(--font-serif);font-size:65px;font-weight:700;line-height:1.3;color:#ffffff;text-align:center}

.sec-read-v2{border-top:1px solid var(--border-sub);padding:80px 45px}
.read-card-v2{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--r-btn);display:flex;overflow:hidden;max-width:var(--max-w);margin:0 auto;width:100%}
.read-cover-v2{flex-shrink:0;margin:28px;border:1px solid var(--border);border-radius:var(--r-subtle);overflow:hidden;width:240px;height:366px}
.read-cover-v2 img{width:100%;height:100%;object-fit:cover;display:block}
.read-meta-v2{flex:1;padding:28px 28px 28px 0;display:flex;flex-direction:column}
.read-title-v2{font-family:var(--font-sans);font-size:22px;font-weight:700;color:white;padding-bottom:12px;border-bottom:1px solid var(--border-sub);letter-spacing:.01em;margin-bottom:0}
.read-row-v2{display:flex;align-items:center;border-bottom:1px solid var(--border-sub);min-height:38.5px;padding:4px 0}
.read-label-v2{font-family:var(--font-mono);font-size:10px;font-weight:700;color:var(--text-muted);letter-spacing:.14em;text-transform:uppercase;width:102px;flex-shrink:0}
.read-value-v2{font-family:var(--font-sans);font-size:13px;color:white}

/* Quote v2 */
.quote-v2{text-align:center;max-width:860px;margin:0 auto;margin-bottom:40px}
.quote-text-v2{font-size:32px;font-weight:700;color:#141a31;line-height:1.55;letter-spacing:.01em;margin-bottom:12px}
.quote-author-v2{font-family:var(--font-mono);font-size:12px;color:rgba(20,26,49,.6);letter-spacing:.15em;text-transform:uppercase}

/* ================================================
   v2 Responsive — 768px (SP)
   ================================================ */
@media(max-width:768px){
  /* Hero v2 */
  .sec-hero-v2{padding:24px 24px 48px}
  .hero-v2-inner{gap:32px}
  .hero-stage-v2{width:100%;overflow:visible;margin-top:36px}
  .hero-stage-v2 .hero-meta-tag{top:-36px;left:0}
  .hero-h1-v2{font-size:28px}
  .hero-lead-v2{font-size:14px;gap:16px}

  /* Profile v2 */
  .sec-profile-v2{padding:40px 24px 48px}
  .profile-photo-v2{width:120px;height:120px;align-self:center}
  .profile-dl-dt{width:90px;font-size:9px}
  .profile-dl-dd{font-size:13px}
  .profile-actions-v2{flex-direction:column;gap:12px}
  .btn-logo.btn-logo--svc img{width:80px;height:28px;max-width:80px;object-fit:contain;object-position:left center}

  /* Q&A v2 */
  .sec-qa-v2{padding:40px 24px}
  .chapter-block-v2{gap:3px}
  .chapter-title-v2{font-size:32px}
  .quote-text-v2{font-size:20px}

  .sp-only{display:inline}
  .manga-card-v2{flex-direction:column-reverse;gap:16px;align-items:flex-start}
  .manga-img-wrap-v2{width:100%;min-height:0}
  .manga-page-v2{height:auto;width:100%}
  .manga-card-v2 .qa-q{font-size:18px;font-weight:900}
  .manga-card-v2 .qa-a{font-size:14px}

  .cta-awards-wrap{margin-top:16px;overflow:hidden}
  .cta-awards-v3{gap:10px}
  .cta-award-gold{height:auto;padding:24px 14px}
  .cta-gold-inner{gap:12px}
  .cta-gold-title{font-size:13px}
  .cta-gold-pubtext{font-size:14px;white-space:normal;text-align:center}
  .cta-gold-row{gap:8px;flex-direction:column;align-items:center}
  .cta-gold-apps{gap:6px;flex-wrap:wrap;justify-content:center}
  .cta-gold-appname{font-size:12px}
  .cta-gold-appsub{font-size:9px}
  .cta-gold-icon{width:26px;height:26px}
  .cta-gold-prize-label{font-size:10px}
  .cta-gold-prize-amount{font-size:18px}
  .cta-awards-subgrid{grid-template-columns:1fr;gap:8px}
  .cta-award-card{height:auto;min-height:auto;padding:24px 12px;gap:10px}
  .cta-award-rank{font-size:12px;white-space:normal}
  .cta-award-card.is-creator .cta-award-rank{font-size:12px}
  .cta-award-pubtext{font-size:13px;white-space:normal}
  .cta-award-pub{justify-content:center}
  .cta-award-prize-row{justify-content:center}
  .cta-prize-amount{font-size:17px}
  .cta-prize-label{font-size:10px}

  /* Closing v2 */
  .sec-closing-v2{padding:48px 24px}
  .closing-signature-v2{margin-top:16px}

  /* CTA v2 */
  .sec-cta-v2{padding:24px;background-size:1688px auto;animation-name:cta-bg-scroll-sp}
  .sec-cta-v2 .container-wide{padding:0}
  .cta-card-v2{padding:56px 24px;min-height:0;gap:24px}
  .cta-card-v2 .cta-title{font-size:3.8vw;white-space:nowrap}
  .cta-sub-v2{font-size:clamp(32px,9vw,42px)}
  .cta-logo-v2{width:144px}
  /* Read v2 */
  .sec-read-v2{padding:48px 24px}
  .read-card-v2{flex-direction:column;align-items:center}
  .read-cover-v2{width:50%;height:auto;aspect-ratio:240/366;margin:28px auto}
  .read-meta-v2{padding:0 28px 28px;width:100%}
  .read-title-v2{text-align:center}
  .read-meta-v2 .profile-actions-v2{justify-content:flex-start}
  .profile-block-v2{flex-direction:column;align-items:center}
  .profile-img-wrap-v2{width:120px;height:120px}
  .profile-img-wrap-v2.is-cover{width:50%;height:auto;aspect-ratio:240/366}
  .profile-info-v2{width:100%;text-align:left}
  .profile-heading-v2{justify-content:flex-start}
}
