/* Article discovery sidebar — Human Decision 2026-09-07. */
.chot-article-layout{
  width:min(calc(100% - 40px),var(--chot-shell,1120px));
  margin-inline:auto;
  display:grid;
  grid-template-columns:minmax(0,var(--chot-reading,720px)) minmax(240px,280px);
  gap:clamp(28px,3.4vw,48px);
  align-items:start;
}
@media(min-width:1081px){
  .chot-article-layout{
    transform:translateX(clamp(0px,calc((100vw - 1160px)/2 - 100px),150px));
  }
}
/* flow-root: keep intro title block margins from collapsing into the FV hero. */
.chot-article-main{min-width:0;display:flow-root}
.chot-article-main>.chot-article__intro-title,
.chot-article-main>.chot-article__body{
  width:100%;
  margin-inline:0;
}
.chot-latest-sidebar{min-width:0;padding-top:calc(var(--chot-block-space,28px) * 1.5)}
.chot-latest-sidebar__inner{position:sticky;top:96px}
.chot-latest-sidebar__title{
  margin:0 0 14px;
  padding:0 0 10px;
  border-bottom:2px solid var(--chot-pink);
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:21px;
  font-weight:700;
  line-height:1.45;
  color:var(--chot-text);
}
.chot-latest-sidebar__list{display:grid;gap:12px}
.chot-latest-card{margin:0}
.chot-latest-card__link{
  display:grid;
  grid-template-columns:88px minmax(0,1fr);
  gap:11px;
  align-items:start;
  padding:10px;
  border:1px solid var(--chot-border);
  border-radius:15px;
  background:var(--chot-surface);
  color:inherit;
  text-decoration:none;
  transition:border-color .18s ease,background .18s ease,transform .18s ease;
}
.chot-latest-card--text-only .chot-latest-card__link{grid-template-columns:1fr}
.chot-latest-card__link:hover,
.chot-latest-card__link:focus-visible{
  border-color:#dfcfc6;
  background:#fffaf7;
  outline:none;
  transform:translateY(-1px);
}
.chot-latest-card__link:focus-visible{box-shadow:0 0 0 3px rgba(233,121,145,.25)}
.chot-latest-card__media{
  display:block;
  width:88px;
  aspect-ratio:4/3;
  overflow:hidden;
  border-radius:10px;
  background:var(--chot-pink-soft);
}
.chot-latest-card__img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
}
.chot-latest-card__body{display:grid;gap:4px;min-width:0}
.chot-latest-card__date{font-size:11px;line-height:1.4;color:var(--chot-muted)}
.chot-latest-card__title{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  font-size:14px;
  font-weight:700;
  line-height:1.55;
  color:var(--chot-text);
}

/* Article 002 character profiles — close reproduction of Human-approved visual. */
.chot-character-showcase{
  margin:40px 0 30px;
}
.chot-character-showcase__head{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-bottom:22px;
}
.chot-character-showcase__title{
  position:relative;
  margin:0;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:clamp(30px,4vw,46px);
  font-weight:700;
  letter-spacing:.04em;
  line-height:1.35;
  color:#352b35;
}
.chot-character-showcase__title::after{
  content:"";
  position:absolute;
  left:18%;
  right:18%;
  bottom:-9px;
  height:7px;
  border-radius:999px;
  background:#f4b9c7;
  transform:rotate(-2deg);
}
.chot-character-showcase__spark{
  font-size:30px;
  font-weight:800;
  line-height:1;
  transform:rotate(-16deg);
}
.chot-character-showcase__spark--pink{color:#f3a4b7}
.chot-character-showcase__spark--blue{color:#a9c2e9;transform:rotate(16deg)}
.chot-character-visual{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.chot-character-card{
  overflow:hidden;
  border-radius:30px;
  box-shadow:0 14px 38px rgba(91,69,72,.08);
}
.chot-character-card--choto{
  background:linear-gradient(180deg,#fdeff3 0%,#fff4f6 100%);
  border:1px solid #f1dfe4;
}
.chot-character-card--mahiru{
  background:linear-gradient(180deg,#eaf3ff 0%,#f4f8ff 100%);
  border:1px solid #dce8f8;
}
.chot-character-card__top{
  display:grid;
  grid-template-columns:minmax(0,52%) minmax(0,48%);
  min-height:420px;
  align-items:end;
}
.chot-character-card__portrait-wrap{
  position:relative;
  align-self:stretch;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  min-width:0;
  padding:34px 0 0 10px;
}
.chot-character-card__portrait{
  display:block;
  width:112%;
  max-width:none;
  height:100%;
  min-height:386px;
  object-fit:cover;
  object-position:center top;
}
.chot-character-card__bubble{
  position:absolute;
  z-index:2;
  top:35px;
  left:16px;
  display:grid;
  place-items:center;
  width:116px;
  min-height:96px;
  padding:12px 15px;
  border:2px solid currentColor;
  border-radius:50%;
  background:rgba(255,255,255,.56);
  font-size:14px;
  font-weight:700;
  line-height:1.55;
  text-align:center;
  transform:rotate(-7deg);
}
.chot-character-card__bubble::after{
  content:"";
  position:absolute;
  bottom:-13px;
  left:61%;
  width:22px;
  height:22px;
  border-left:2px solid currentColor;
  border-bottom:2px solid currentColor;
  background:inherit;
  transform:rotate(-18deg) skew(-8deg);
}
.chot-character-card--choto .chot-character-card__bubble{color:#db8399}
.chot-character-card--mahiru .chot-character-card__bubble{
  left:auto;
  right:8px;
  top:21px;
  width:132px;
  color:#7395cc;
  transform:rotate(4deg);
}
.chot-character-card__main{
  align-self:center;
  padding:42px 26px 26px 8px;
}
.chot-character-card__name{
  margin:0;
  font-size:clamp(40px,5vw,60px);
  font-weight:800;
  letter-spacing:.08em;
  line-height:1.05;
}
.chot-character-card--choto .chot-character-card__name{color:#dd6b89}
.chot-character-card--mahiru .chot-character-card__name{color:#698fcf}
.chot-character-card__underline{
  display:block;
  width:72%;
  height:7px;
  margin:10px 0 20px;
  border-radius:999px;
  transform:rotate(-2deg);
}
.chot-character-card--choto .chot-character-card__underline{background:#f0b6c5}
.chot-character-card--mahiru .chot-character-card__underline{background:#b7cdf0}
.chot-character-card__catch{
  margin:0 0 18px;
  font-size:17px;
  font-weight:700;
  line-height:1.6;
}
.chot-character-card__list{
  display:grid;
  gap:9px;
  margin:0;
  padding:0;
  list-style:none;
}
.chot-character-card__list li{
  position:relative;
  padding-left:26px;
  font-size:14px;
  line-height:1.6;
}
.chot-character-card__list li::before{
  content:"✓";
  position:absolute;
  top:.05em;
  left:0;
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  font-size:11px;
  font-weight:800;
}
.chot-character-card--choto .chot-character-card__list li::before{background:#e8829b}
.chot-character-card--mahiru .chot-character-card__list li::before{background:#82a7df}
.chot-character-card__note{
  margin:0 14px 14px;
  padding:20px 22px 22px;
  border-radius:22px;
  background:rgba(255,255,255,.9);
  box-shadow:inset 0 0 0 1px rgba(208,191,195,.38);
}
.chot-character-card__label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:72px;
  padding:5px 14px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
}
.chot-character-card--choto .chot-character-card__label{background:#ffd9e3;color:#a94e68}
.chot-character-card--mahiru .chot-character-card__label{background:#d9e8ff;color:#587ab7}
.chot-character-card__note p{
  margin:12px 0 0;
  font-size:14px;
  line-height:1.85;
}

@media(max-width:1080px){
  .chot-article-layout{
    width:min(calc(100% - 40px),var(--chot-reading,720px));
    grid-template-columns:minmax(0,1fr);
    gap:44px;
  }
  .chot-latest-sidebar{padding-top:0;border-top:1px solid var(--chot-border)}
  .chot-latest-sidebar__inner{position:static;padding-top:28px}
  .chot-latest-sidebar__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
}
@media(max-width:760px){
  .chot-character-visual{grid-template-columns:1fr;gap:18px}
  .chot-character-card__top{grid-template-columns:minmax(0,49%) minmax(0,51%);min-height:390px}
  .chot-character-card__portrait{min-height:360px}
}
@media(max-width:620px){
  .chot-article-layout{width:min(calc(100% - 30px),100%);gap:36px}
  .chot-latest-sidebar__title{font-size:20px}
  .chot-latest-sidebar__list{grid-template-columns:1fr}
  .chot-latest-card__link{grid-template-columns:96px minmax(0,1fr);padding:10px}
  .chot-latest-card__media{width:96px}
  .chot-latest-card__title{font-size:15px;-webkit-line-clamp:2}
  .chot-character-showcase{margin-top:30px}
  .chot-character-showcase__head{gap:7px;margin-bottom:20px}
  .chot-character-showcase__title{font-size:31px}
  .chot-character-showcase__spark{font-size:22px}
  .chot-character-card{border-radius:24px}
  .chot-character-card__top{grid-template-columns:46% 54%;min-height:350px}
  .chot-character-card__portrait-wrap{padding:26px 0 0 2px}
  .chot-character-card__portrait{width:116%;min-height:326px}
  .chot-character-card__bubble{top:24px;left:7px;width:94px;min-height:80px;padding:9px 10px;font-size:11px}
  .chot-character-card--mahiru .chot-character-card__bubble{right:3px;width:105px;top:16px}
  .chot-character-card__main{padding:34px 14px 20px 3px}
  .chot-character-card__name{font-size:42px}
  .chot-character-card__underline{height:5px;margin:7px 0 13px}
  .chot-character-card__catch{font-size:14px;margin-bottom:13px}
  .chot-character-card__list{gap:6px}
  .chot-character-card__list li{padding-left:22px;font-size:12px;line-height:1.55}
  .chot-character-card__list li::before{width:16px;height:16px;font-size:10px}
  .chot-character-card__note{margin:0 10px 10px;padding:17px 17px 18px;border-radius:19px}
  .chot-character-card__note p{font-size:13px;line-height:1.75}
}
