/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Version: 1.5
Requires at least: 6.7
Requires PHP: 7.2
License: GNU General Public License v2 or later
Text Domain: twentytwentyfive
*/

body { margin: 0; color: #1f2933; background: #f7f8fa; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: #1d4ed8; text-decoration-thickness: .08em; text-underline-offset: .18em; }
.wp-site-blocks { min-height: 100vh; }
.wp-block-template-part { background: #ffffff; border-bottom: 1px solid #e3e7ee; }
.wp-block-group.alignfull { width: 100%; }
.site-header__inner, .site-footer__inner, .site-main > section { max-width: 1160px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.site-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-branding a { color: #111827; text-decoration: none; }
.site-title { margin: 0; font-size: 22px; font-weight: 700; }
.site-description { margin: 2px 0 0; color: #64748b; font-size: 14px; }
.wp-block-navigation ul { display: flex; gap: 18px; padding: 0; margin: 0; list-style: none; }
.wp-block-navigation a { color: #334155; text-decoration: none; font-size: 14px; }
.wp-block-cover { padding-top: 72px; padding-bottom: 72px; background: linear-gradient(135deg, #f8fafc 0%, #e8eef6 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: 42px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: #0f766e; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.wp-block-heading { margin: 0; color: #111827; font-size: clamp(38px, 6vw, 70px); line-height: .98; letter-spacing: 0; }
.hero-copy { max-width: 680px; color: #475569; font-size: 19px; }
.wp-block-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.wp-block-button__link { display: inline-flex; align-items: center; min-height: 44px; padding: 0 18px; border-radius: 4px; background: #111827; color: #ffffff; text-decoration: none; font-weight: 650; }
.wp-block-button.is-style-outline .wp-block-button__link { background: transparent; color: #111827; box-shadow: inset 0 0 0 1px #111827; }
.hero-panel { background: #ffffff; border: 1px solid #d8dee8; border-radius: 8px; padding: 22px; box-shadow: 0 18px 45px rgba(15, 23, 42, .08); }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.metric { padding: 16px; border-radius: 6px; background: #f1f5f9; }
.metric strong { display: block; color: #0f172a; font-size: 24px; line-height: 1; }
.metric span { color: #64748b; font-size: 13px; }
.section-band { padding-top: 56px; padding-bottom: 56px; }
.section-heading { max-width: 760px; margin: 0 auto 28px; text-align: center; }
.section-heading h2 { margin: 0; color: #111827; font-size: 34px; letter-spacing: 0; }
.section-heading p { margin: 8px 0 0; color: #64748b; }
.card-grid, .post-grid, .products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.wp-block-column, .wp-block-post, .product { min-width: 0; background: #ffffff; border: 1px solid #e1e7ef; border-radius: 8px; padding: 22px; }
.wp-block-column h3, .wp-block-post-title, .woocommerce-loop-product__title { margin: 0 0 8px; color: #111827; font-size: 20px; line-height: 1.25; letter-spacing: 0; }
.wp-block-post-date, .product .onsale, .product .price { color: #64748b; font-size: 13px; }
.wp-block-post-excerpt, .wp-block-column p { color: #475569; }
.site-footer { background: #111827; color: #cbd5e1; padding: 34px 0; }
.site-footer a { color: #ffffff; }
.elementor-section { position: relative; }
.elementor-widget-container { min-width: 0; }
.woocommerce ul.products { padding: 0; margin: 0; list-style: none; }
@media (max-width: 760px) {
  .site-header__inner, .hero-grid { display: block; }
  .wp-block-navigation ul { flex-wrap: wrap; margin-top: 16px; }
  .hero-panel { margin-top: 28px; }
  .metric-grid, .card-grid, .post-grid, .products { grid-template-columns: 1fr; }
  .wp-block-heading { font-size: 40px; }
}
