/*
Theme Name: Verdara Agritech
Theme URI: https://verdara.agri
Author: Verdara Studio
Author URI: https://verdara.agri
Description: A premium, futuristic agriculture theme blending glassmorphism, falling-leaf ambience and regenerative-farming storytelling. Includes a full one-page front page builder plus blog, archive and single templates.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: verdara
Tags: agriculture, business, one-page, dark-mode, block-styles, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready
*/

/* Base WordPress-required styles live here; the full design system is in assets/css/theme.css */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background: var(--card);
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
  clip: auto !important;
  clip-path: none;
  color: var(--foreground);
  display: block;
  font-size: 0.9rem;
  height: auto;
  left: 1rem;
  line-height: normal;
  padding: 0.9rem 1.4rem;
  text-decoration: none;
  top: 1rem;
  width: auto;
  z-index: 100000;
}

.alignleft {
  float: left;
  margin: 0.4rem 1.6rem 1rem 0;
}

.alignright {
  float: right;
  margin: 0.4rem 0 1rem 1.6rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignwide {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  max-width: none;
}

.wp-caption,
.gallery-caption,
.bypostauthor,
.sticky {
  display: block;
}

.wp-caption-text {
  color: var(--muted-foreground);
  font-size: 0.85rem;
  margin-top: 0.5rem;
  text-align: center;
}
