/*
Theme Name: Glassify — Luxury Craft
Theme URI: https://glassify-luxury-craft.lovable.app/
Author: Glassify
Author URI: https://glassify-luxury-craft.lovable.app/
Description: Custom WordPress theme for Glassify — a luxury glass, aluminum & renovation studio. Built with Tailwind CSS, matching the original Glassify design system 1:1 (Playfair Display + Inter, glassmorphism cards, silver/ink gradients, scroll reveals).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glassify
Tags: custom-background, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Compiled styles live in assets/css/style.css (built from Tailwind CSS).
Do not add rules to this file — it exists only to satisfy WordPress'
theme header requirement.
*/

.home #glassify-header-inner.bg-transparent a {
    color: #fff !important;
}

@media (min-width: 1024px) {
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


@media (min-width: 640px) {
}