:root { --gold: #C9A844; --navy: #1A2744; }

html, body { overflow-x: hidden; }

.card-lift { transition: transform .2s, box-shadow .2s; }
.card-lift:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.35); }

.ruler-strip { height: 44px; background: #C9A844; position: relative; overflow: hidden; }
.ruler-strip.ruler-dark { background: #0d0d1a; }
.ruler-strip svg { display: block; position: absolute; inset: 0; }
