.world-clocks{padding:24px 0 28px;background:var(--i);color:var(--p)}
.world-clocks h2{font-size:13px;font-weight:700;letter-spacing:.1em;margin:0 0 16px;color:var(--g)}
.clock-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.clock-card{position:relative;min-width:0;height:150px;overflow:hidden;background:#282826;border:1px solid #ffffff18}
.clock-card>img{width:100%;height:100%;object-fit:cover;filter:saturate(.8) contrast(1.05);opacity:.58;transition:transform .45s ease,opacity .45s ease}
.clock-card:hover>img{transform:scale(1.04);opacity:.72}
.clock-card:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#151514ed 0%,#151514c7 52%,#15151418 100%)}
.clock-content{position:absolute;z-index:1;inset:0;display:flex;flex-direction:column;justify-content:center;padding:18px}
.clock-card h3{font-size:14px;font-weight:600;margin:0 0 6px;color:var(--g)}
.clock-time{display:flex;align-items:center;gap:8px}
.clock-time svg{width:20px;height:20px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.clock-card time{display:block;font:700 clamp(21px,2.3vw,28px)/1.25 Manrope,sans-serif;font-variant-numeric:tabular-nums;letter-spacing:.01em;white-space:nowrap}
.clock-card p{font-size:12px;line-height:1.4;color:#d7d3cc;margin:6px 0 0 28px}
@media(max-width:700px){.clock-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.clock-card{height:140px}}
@media(max-width:340px){.clock-grid{grid-template-columns:1fr}}
