@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500&family=Lato:wght@300;400;700&display=swap');
:root{--gold:#B8860B;--gold-light:#D4A017;--gold-pale:#FEF3C7;--navy:#0f1f3c;--navy-mid:#1a3258;--cream:#FFFBF2;}
body{font-family:'Lato',sans-serif;}
h1,h2,h3,.font-display,.page-title,.section-heading{font-family:'Playfair Display',Georgia,serif;}
.product-card,.hire-card{border-radius:12px;transition:transform .25s ease,box-shadow .25s ease;overflow:hidden;}
.product-card:hover,.hire-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,.13),0 2px 8px rgba(184,134,11,.10);}
.product-card img,.hire-card img{transition:transform .4s ease;}
.product-card:hover img,.hire-card:hover img{transform:scale(1.04);}
footer h3,.footer-heading{font-family:'Playfair Display',Georgia,serif;color:#D4A017;}
::-webkit-scrollbar{width:8px;}::-webkit-scrollbar-track{background:#f9f9f9;}::-webkit-scrollbar-thumb{background:#B8860B;border-radius:4px;}::-webkit-scrollbar-thumb:hover{background:#0f1f3c;}
@media(max-width:640px){.product-card:hover,.hire-card:hover{transform:none;}}
