/*
Theme Name: Fengyuan Display
Theme URI: [DOMAIN]
Author: [AUTHOR: placeholder]
Author URI: [AUTHOR_URL: placeholder]
Description: Block theme for Fengyuan Display B2B factory website (retail display fixtures) with WooCommerce + RFQ workflow.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.1
Text Domain: fengyuan-display
*/

:root {
  /* Convenience aliases (theme.json already provides CSS vars, keep these minimal) */
}

.fy-topbar {
  font-size: 0.875rem;
  color: var(--wp--preset--color--text-muted);
}

.fy-card {
  border: 1px solid var(--wp--preset--color--border);
  border-radius: var(--wp--custom--radius--md);
  background: var(--wp--preset--color--surface);
  box-shadow: var(--wp--custom--shadow--sm);
  overflow: hidden;
}

.fy-card:hover {
  box-shadow: var(--wp--custom--shadow--md);
  border-color: color-mix(in srgb, var(--wp--preset--color--secondary) 25%, var(--wp--preset--color--border));
}

.fy-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  border: 1px solid var(--wp--preset--color--border);
  color: var(--wp--preset--color--text-muted);
  background: var(--wp--preset--color--surface);
}

.fy-section {
  padding-top: var(--wp--preset--spacing--8);
  padding-bottom: var(--wp--preset--spacing--8);
}

.fy-section--compact {
  padding-top: var(--wp--preset--spacing--6);
  padding-bottom: var(--wp--preset--spacing--6);
}

.fy-placeholder {
  border: 1px dashed var(--wp--preset--color--border);
  border-radius: var(--wp--custom--radius--md);
  background: color-mix(in srgb, var(--wp--preset--color--background) 70%, white);
  padding: var(--wp--preset--spacing--5);
  color: var(--wp--preset--color--text-muted);
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid var(--wp--preset--color--accent);
  outline-offset: 2px;
  box-shadow: var(--wp--custom--shadow--focus);
}
