
/* Base */
:root {
  --bevi-shadow-soft: 0 6px 24px rgba(0,0,0,.10);
  --bevi-shadow-hard: 0 8px 30px rgba(0,0,0,.18);
}

body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

/* Header CTA hover */
.bevi-cta .wp-block-button__link:hover { transform: translateY(-1px); box-shadow: var(--bevi-shadow-soft); }

/* Cards */
.bevi-card { background: rgba(255,255,255,0.02); box-shadow: var(--bevi-shadow-soft); backdrop-filter: blur(6px); transition: transform .25s ease, box-shadow .25s ease; }
.bevi-card:hover { transform: translateY(-4px); box-shadow: var(--bevi-shadow-hard); }

/* Hero */
.bevi-hero { background-image: radial-gradient(1200px 600px at 10% 10%, rgba(196,169,98,0.12), transparent), radial-gradient(1000px 400px at 90% 20%, rgba(30,57,42,0.35), transparent); }
.bevi-hero .wp-block-heading { letter-spacing: .5px; }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(14px); }
.reveal--visible { opacity: 1; transform: translateY(0); transition: all .7s cubic-bezier(.2,.8,.2,1); }

/* Utilities */
.year { }
