:root{
  --shadow-soft:0 22px 60px rgba(28,28,24,.10);
}

body{
  font-family:"Manrope","Zen Kaku Gothic New",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

h1,h2,h3{
  font-family:"Zen Old Mincho","Noto Serif JP",Georgia,"Times New Roman",serif;
  letter-spacing:0;
}

.card{
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(246,243,237,.92));
  border-color:rgba(200,199,185,.72);
}

.metric-card{
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(246,243,237,.92));
  border:1px solid rgba(200,199,185,.72);
  padding:28px;
}

.metric-num{
  color:var(--gold);
  display:block;
  font-family:"Zen Old Mincho","Noto Serif JP",serif;
  font-size:34px;
  line-height:1;
  margin-bottom:18px;
}

.grid.visual-grid{
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  align-items:center;
  gap:34px;
}

figure{
  margin:0;
}

.image-panel{
  background:#fff;
  border:1px solid rgba(200,199,185,.72);
  box-shadow:var(--shadow-soft);
  overflow:hidden;
}

.image-panel img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
}

.image-caption{
  background:rgba(255,255,255,.94);
  color:var(--muted);
  font-size:12px;
  line-height:1.7;
  padding:15px 18px 17px;
}

.proof-strip{
  display:grid;
  gap:14px;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:24px;
}

.proof-strip div{
  border-top:1px solid var(--gold);
  color:var(--muted);
  font-size:13px;
  line-height:1.65;
  padding-top:14px;
}

@media(max-width:860px){
  .grid.visual-grid,
  .proof-strip{
    grid-template-columns:1fr;
  }
}
