.c-history-explorer{margin-top:8px}.c-preview-note{margin:0 0 28px;padding:14px 18px;border:1px solid #d8d2a8;background:#fffdf0;font-size:.85rem;line-height:1.7}.c-history-summary{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:42px;align-items:end;padding:30px 0 28px;border-top:1px solid var(--line,#d8d5cd);border-bottom:1px solid var(--line,#d8d5cd)}.c-history-summary h2{margin:.35rem 0 .7rem;font-size:clamp(1.65rem,3vw,2.5rem)}.c-history-summary p{margin:0;max-width:48em;color:var(--ink-2,#555)}.c-history-summary dl{display:grid;grid-template-columns:repeat(3,1fr);margin:0;border:1px solid var(--line,#d8d5cd)}.c-history-summary dl div{padding:16px;border-right:1px solid var(--line,#d8d5cd)}.c-history-summary dl div:last-child{border-right:0}.c-history-summary dt{font-size:.68rem;letter-spacing:.12em;color:var(--muted,#777)}.c-history-summary dd{margin:.25rem 0 0;font-family:var(--serif,serif);font-size:1.15rem}.c-history-tools{position:sticky;top:0;z-index:4;background:var(--paper,#f7f5ef);padding:18px 0 16px;border-bottom:1px solid var(--line,#d8d5cd)}.admin-bar .c-history-tools{top:32px}.c-history-search{width:min(720px,100%);padding:14px 16px;border:1px solid var(--line-2,#c9c5bc);background:#fff;font:inherit}.c-history-result-count{margin-left:14px;font-size:.82rem;color:var(--muted,#777)}.c-history-decades{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.c-history-years{margin-top:42px}.c-history-event{grid-template-columns:120px 1fr}.c-history-event>div>strong{display:block}.c-history-nohits{padding:36px 0;color:var(--muted,#777)}[hidden]{display:none!important}@media(max-width:800px){.c-history-summary{grid-template-columns:1fr}.c-history-summary dl{grid-template-columns:repeat(3,1fr)}.c-history-result-count{display:block;margin:8px 0 0}.c-history-tools{position:static}.admin-bar .c-history-tools{top:auto}}@media(max-width:540px){.c-history-summary dl{grid-template-columns:1fr}.c-history-summary dl div{border-right:0;border-bottom:1px solid var(--line,#d8d5cd)}.c-history-summary dl div:last-child{border-bottom:0}}

.c-history-visuals{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:10px;margin:0 0 34px}.c-history-visual{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:#272341}.c-history-visual:first-child{aspect-ratio:auto;min-height:300px}.c-history-visual img{width:100%;height:100%;object-fit:cover;filter:saturate(.82);transition:transform .4s}.c-history-visual:hover img{transform:scale(1.025)}.c-history-visual span{position:absolute;left:10px;bottom:10px;background:rgba(26,23,50,.82);color:#f4f1ea;padding:4px 8px;font:12px Georgia,serif;letter-spacing:.06em}@media(max-width:760px){.c-history-visuals{grid-template-columns:1fr 1fr}.c-history-visual:first-child{grid-column:1/-1;min-height:260px}}


/* v0.4.24 — History visual is intentionally restrained: a symbolic banner,
   not a large gallery competing with the chronology itself. */
.c-history-visuals{display:none!important}
.c-history-abstract{
  position:relative;
  height:clamp(130px,15vw,190px);
  overflow:hidden;
  margin:0 0 28px;
  border:1px solid var(--line,#d8d5cd);
  background:#f1eee6;
}
.c-history-abstract img{
  width:100%;height:100%;object-fit:cover;object-position:center 50%;
  filter:saturate(.80) contrast(.97) brightness(1.02);
}
.c-history-abstract::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(247,245,239,.30),rgba(247,245,239,.04) 52%,rgba(247,245,239,.12));
  pointer-events:none;
}
@media(max-width:680px){.c-history-abstract{height:120px}}

/* ============================================================
   v0.4.25 — public History aligned to approved mock
   ============================================================ */
.gmk-history-mock{margin-top:0;color:#292a50}
.gmk-history-hero{display:grid;grid-template-columns:minmax(0,.72fr) minmax(320px,1.28fr);gap:40px;align-items:end;padding:3.2rem 0 1.8rem}
.gmk-history-hero__copy h1{font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho","Noto Serif JP",serif;font-size:clamp(2rem,4vw,3rem);line-height:1.25;margin:0 0 .65rem;color:#292a50}
.gmk-history-hero__copy p{margin:0;max-width:38em;color:#596273;font-size:.9rem;line-height:1.8}
.gmk-history-hero__visual{margin:0;overflow:hidden;height:132px;background:#eee8dd}
.gmk-history-hero__visual img{width:100%;height:100%;object-fit:cover;display:block}
.gmk-history-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:17px 0;border-top:1px solid #d8d5cd;border-bottom:1px solid #d8d5cd}
.gmk-history-toolbar .c-history-decades{display:flex;gap:8px;flex-wrap:wrap;margin:0}
.gmk-history-toolbar .c-chip{border:1px solid #cfd0d7;background:#fff;color:#4d5363;padding:7px 13px;border-radius:4px;font-size:.76rem;line-height:1.2}
.gmk-history-toolbar .c-chip[aria-pressed="true"]{background:#2f3159;color:#fff;border-color:#2f3159}
.gmk-history-search-wrap{position:relative;display:flex;align-items:center;min-width:min(360px,38vw)}
.gmk-history-search-wrap .c-history-search{width:100%;padding:9px 42px 9px 14px;border:1px solid #d0d1d7;background:#fff;font-size:.78rem}
.gmk-history-search-icon{position:absolute;right:13px;top:50%;transform:translateY(-50%);color:#6d7280;font-size:1rem;pointer-events:none}
.gmk-history-search-wrap .c-history-result-count{position:absolute;right:0;top:calc(100% + 7px);font-size:.68rem;color:#7c8290}
.gmk-history-timeline{padding:18px 0 4px}
.gmk-history-year{margin:0;padding:0}
.gmk-history-row{display:grid;grid-template-columns:62px 24px 100px minmax(0,1fr) 126px;gap:16px;align-items:center;min-height:104px;padding:12px 0;border-bottom:1px solid #e0ddd6;position:relative}
.gmk-history-row__year{font-family:Georgia,"Times New Roman",serif;font-size:.95rem;color:#34365e;text-align:right}
.gmk-history-row__spine{align-self:stretch;position:relative;display:flex;justify-content:center;align-items:center}
.gmk-history-row__spine::before{content:"";position:absolute;top:-13px;bottom:-13px;left:50%;width:1px;background:#d5d7df}
.gmk-history-row__spine span{position:relative;z-index:1;width:8px;height:8px;border-radius:50%;background:#30325b;box-shadow:0 0 0 4px #f7f5ef}
.gmk-history-row time{font-family:Georgia,"Times New Roman",serif;font-size:.78rem;color:#555c6e;white-space:nowrap}
.gmk-history-row__body{min-width:0}
.gmk-history-row__body h3{font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho","Noto Serif JP",serif;font-size:.96rem;line-height:1.55;margin:0;color:#2b2d54;font-weight:700}
.gmk-history-row__body h3 a{text-decoration:none;color:inherit}
.gmk-history-row__body h3 a:hover{text-decoration:underline;text-underline-offset:3px}
.gmk-history-row__body p{margin:.3rem 0 0;font-size:.74rem;line-height:1.65;color:#626978}
.gmk-history-row__type{font-family:var(--sans,sans-serif);font-size:.64rem;border:1px solid #c9cad1;padding:2px 6px;border-radius:3px;color:#676d7c;vertical-align:.12em}
.gmk-history-row__thumb{display:block;width:126px;height:72px;overflow:hidden;background:#eeeae3;border-radius:2px}
.gmk-history-row__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.gmk-history-row__thumb--empty{background:linear-gradient(135deg,#f0ece4,#e4e0d8)}
.gmk-history-row[hidden],.gmk-history-year[hidden]{display:none!important}
.gmk-history-footer-link{text-align:center;padding:30px 0 0}
.gmk-history-mock .c-history-abstract,.gmk-history-mock .c-history-summary,.gmk-history-mock .c-history-tools,.gmk-history-mock .c-history-years{display:none!important}
@media(max-width:860px){
  .gmk-history-hero{grid-template-columns:1fr;gap:18px}.gmk-history-hero__visual{height:150px}
  .gmk-history-toolbar{display:block}.gmk-history-search-wrap{min-width:0;width:100%;margin-top:12px}
  .gmk-history-row{grid-template-columns:52px 20px 92px minmax(0,1fr)}
  .gmk-history-row__thumb{display:none}
}
@media(max-width:600px){
  .gmk-history-hero{padding-top:2.4rem}.gmk-history-hero__visual{height:118px}
  .gmk-history-row{grid-template-columns:42px 18px minmax(0,1fr);gap:10px;align-items:start;padding:14px 0}
  .gmk-history-row__year{font-size:.8rem;padding-top:2px}.gmk-history-row time{grid-column:3;font-size:.7rem}
  .gmk-history-row__body{grid-column:3}.gmk-history-row__spine{grid-row:1 / span 3}
  .gmk-history-row__body h3{font-size:.9rem}
}


/* v0.4.26 — high-resolution generated History visual */
.gmk-history-hero__visual{border:0;outline:0;box-shadow:none}
.gmk-history-hero__visual img{image-rendering:auto}


/* ============================================================
   v0.4.27 — approved History mock reconstruction
   ============================================================ */
.gmk-history-mock{max-width:none!important;margin:0!important;padding-top:0!important;color:#20244E}
.gmk-history-hero{grid-template-columns:minmax(0,.58fr) minmax(420px,1.42fr)!important;gap:34px!important;align-items:end!important;padding:48px 0 18px!important}
.gmk-history-hero__copy h1{font-size:clamp(1.75rem,2.7vw,2.25rem)!important;line-height:1.2!important;margin:0 0 .45rem!important;color:#20244E!important;letter-spacing:.025em}
.gmk-history-hero__copy p{font-size:.72rem!important;line-height:1.7!important;color:#596173!important;max-width:420px!important}
.gmk-history-hero__visual{height:132px!important;margin:0!important;border:0!important;box-shadow:none!important;overflow:hidden!important;background:#ECE5D8!important}
.gmk-history-hero__visual img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 50%!important;display:block!important;filter:saturate(.84) contrast(1.01)}
.gmk-history-mock>.c-preview-note{display:none!important}
.gmk-history-toolbar{padding:10px 0!important;border-top:1px solid rgba(32,36,78,.13)!important;border-bottom:1px solid rgba(32,36,78,.13)!important;gap:20px!important}
.gmk-history-toolbar .c-history-decades{gap:7px!important}
.gmk-history-toolbar .c-chip{padding:5px 11px!important;border-radius:3px!important;font-size:.62rem!important;background:#FCFBF8!important;color:#555D70!important;border-color:#D7D8DE!important}
.gmk-history-toolbar .c-chip[aria-pressed="true"]{background:#252B55!important;color:#fff!important;border-color:#252B55!important}
.gmk-history-search-wrap{min-width:min(305px,35vw)!important}.gmk-history-search-wrap .c-history-search{padding:7px 38px 7px 12px!important;font-size:.62rem!important;border-color:#D7D8DE!important;background:#fff!important}
.gmk-history-search-icon{font-size:.85rem!important}
.gmk-history-timeline{padding:10px 0 0!important}
.gmk-history-row{grid-template-columns:54px 20px 92px minmax(0,1fr) 112px!important;gap:13px!important;min-height:84px!important;padding:9px 0!important;border-bottom:1px solid rgba(32,36,78,.10)!important}
.gmk-history-row__year{font-size:.76rem!important;color:#29305B!important}.gmk-history-row__spine::before{background:#D8DAE1!important}.gmk-history-row__spine span{width:6px!important;height:6px!important;background:#28305E!important;box-shadow:0 0 0 3px #FBFAF7!important}
.gmk-history-row time{font-size:.62rem!important;color:#596173!important}.gmk-history-row__body h3{font-size:.74rem!important;line-height:1.45!important;color:#252B55!important}.gmk-history-row__body p{font-size:.58rem!important;line-height:1.55!important;margin:.18rem 0 0!important;color:#656C7C!important}
.gmk-history-row__thumb{width:112px!important;height:58px!important;border-radius:2px!important}.gmk-history-footer-link{padding:20px 0 0!important}.gmk-history-footer-link .c-btn{font-size:.62rem!important;padding:7px 18px!important;min-width:155px!important;justify-content:center!important}
@media(max-width:860px){.gmk-history-hero{grid-template-columns:1fr!important;gap:16px!important;padding-top:36px!important}.gmk-history-hero__visual{height:145px!important}.gmk-history-search-wrap{min-width:0!important;width:100%!important}.gmk-history-row{grid-template-columns:48px 18px 86px minmax(0,1fr)!important}.gmk-history-row__thumb{display:none!important}}
@media(max-width:600px){.gmk-history-row{grid-template-columns:38px 16px minmax(0,1fr)!important}.gmk-history-row time{grid-column:3!important}.gmk-history-row__body{grid-column:3!important}.gmk-history-row__spine{grid-row:1/span 3!important}}

/* ============================================================
   v0.4.28 — History final mock calibration (TOP untouched)
   Rebalances title/visual ratio and uses high-resolution artwork.
   ============================================================ */
.gmk-history-hero{
  grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr)!important;
  gap:34px!important;
  padding:42px 0 16px!important;
  align-items:end!important;
}
.gmk-history-hero__copy h1{
  font-size:clamp(1.78rem,2.5vw,2.25rem)!important;
}
.gmk-history-hero__copy p{
  max-width:390px!important;
  font-size:.71rem!important;
  line-height:1.72!important;
}
.gmk-history-hero__visual{
  width:100%!important;
  height:auto!important;
  aspect-ratio:3.68 / 1!important;
  background:#efe5d5!important;
}
.gmk-history-hero__visual img{
  width:100%!important;height:100%!important;
  object-fit:cover!important;object-position:center 49%!important;
  image-rendering:auto!important;
  filter:saturate(.88) contrast(1.01)!important;
}
.gmk-history-toolbar{
  padding:11px 0!important;
}
.gmk-history-search-icon{
  right:12px!important;width:15px!important;height:15px!important;
  color:#545c70!important;
}
.gmk-history-search-icon svg{
  display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;
}
.gmk-history-search-wrap .c-history-search{
  padding-right:36px!important;
}
.gmk-history-row{
  grid-template-columns:54px 20px 96px minmax(0,1fr) 112px!important;
  min-height:86px!important;
}
.gmk-history-row__body h3{
  font-size:.76rem!important;
}
.gmk-history-row__body p{
  font-size:.59rem!important;
}
@media(max-width:860px){
 .gmk-history-hero{grid-template-columns:1fr!important;padding-top:32px!important}
 .gmk-history-hero__visual{aspect-ratio:3.2 / 1!important}
}


/* ============================================================
   v0.4.29 — full pre-launch History QA + photographic visual
   TOP remains untouched.
   ============================================================ */
.gmk-history-hero__visual img{
  filter:saturate(.96) contrast(1.02)!important;
  object-position:center 50%!important;
}
.gmk-history-row--no-thumb .gmk-history-row__body{grid-column:4 / -1!important}
.gmk-history-row__thumb--empty{display:none!important}
.gmk-history-row__type{display:none!important}
@media(max-width:860px){
  .gmk-history-row--no-thumb .gmk-history-row__body{grid-column:4 / -1!important}
}
@media(max-width:600px){
  .gmk-history-row--no-thumb .gmk-history-row__body{grid-column:3!important}
}
