
/*
Theme Name: Terrascape Portal
Theme URI: https://terrascape.in
Author: Terrascape
Author URI: https://terrascape.in
Description: A clean, Tailwind-powered horticulture theme with brand tiles and B2B sections for Terrascape, GaSuCo, Teleplants, TopPlants, Florifera, and ZipFlora.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: terrascape
*/
:root{
  --brand-emerald:#059669;
}
/* Basic tweaks when Tailwind CDN isn't loaded (fallback minimal styles) */
body{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,'Apple Color Emoji','Segoe UI Emoji';color:#111827;background:#fafafa;}
.container{max-width:1200px;margin:0 auto;padding:0 1rem;}
.ts-shadow{box-shadow:0 6px 24px rgba(0,0,0,.08)}
.ts-card{border:1px solid #e5e7eb;border-radius:1.25rem;background:#fff}
/* Mobile menu helper */
.ts-mobile-hidden{display:none}
@media(min-width:768px){.ts-md-flex{display:flex}}
header.sticky{position:sticky;top:0;background:rgba(255,255,255,.85);backdrop-filter:blur(6px);border-bottom:1px solid #e5e7eb;}
.ts-badge{display:inline-block;width:10px;height:10px;border-radius:9999px;background:#10b981;margin-right:.5rem}
footer a{color:#d1d5db}
