.comparison-hero p{max-width:860px}
.comparison-section:nth-child(even){background:#fff8ed}
.comparison-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
.comparison-card{margin:0;background:#fffaf1;border:1px solid var(--line);box-shadow:0 14px 34px rgba(37,19,14,.09);overflow:hidden}
.image-shell{position:relative;aspect-ratio:4/3;display:grid;place-items:center;overflow:hidden;background:#211713}
.image-shell a{display:grid;place-items:center;width:100%;height:100%}
.image-shell img{display:block;width:100%;height:100%;object-fit:contain}
.time-label{position:absolute;z-index:2;top:16px;left:16px;padding:8px 12px;color:#fff;font:800 12px/1 system-ui,-apple-system,Segoe UI,sans-serif;letter-spacing:.12em;text-transform:uppercase;box-shadow:0 3px 12px rgba(0,0,0,.22)}
.time-label.then{background:#4d3931}
.time-label.now{background:var(--red)}
.comparison-card figcaption{padding:20px 22px 22px}
.comparison-card h3{margin:0 0 8px;font-size:25px;font-weight:400;color:var(--deep)}
.comparison-card p{margin:0 0 9px;font:15px/1.58 system-ui,-apple-system,Segoe UI,sans-serif;color:#49372f}
.comparison-card figcaption span{display:block;font:13px/1.5 system-ui,-apple-system,Segoe UI,sans-serif;color:var(--muted)}
.change-note{margin-top:22px;padding:17px 19px;border-left:4px solid var(--gold);background:#fffaf1;font:15px/1.6 system-ui,-apple-system,Segoe UI,sans-serif;color:#49372f}
.source-section{background:#fff8ed}
@media(max-width:760px){.comparison-grid{grid-template-columns:1fr}}
