/*
 * COMSENSE — countertops.css
 * Loaded ONLY on: /countertops/
 * Add all countertops-page-specific styles here.
 * Global tokens (colors, fonts, buttons, nav, footer) come from global.css
 * ============================================================ */


/* ── HERO ────────────────────────────────────────────────── */
.countertops-hero {
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: var(--g700);
    padding: 90px 0 80px;
    position: relative;
    overflow: hidden;
}

/* Add your countertops-specific styles below as you build the page */
