:root {
  --cc-color-ink: #101316;
  --cc-color-muted: #5e6872;
  --cc-color-surface: #ffffff;
  --cc-color-soft: #f4f6f7;
  --cc-color-border: #dfe4e7;
  --cc-color-brand: #e21b2d;
  --cc-color-brand-dark: #b80f1f;
  --cc-color-accent: #ffd33d;
  --cc-color-success: #137a4f;
  --cc-radius-sm: .5rem;
  --cc-radius-md: 1rem;
  --cc-radius-lg: 1.5rem;
  --cc-shadow: 0 1rem 3rem rgba(16, 19, 22, .09);
  --cc-container: 78rem;
  --cc-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--cc-color-ink); background: var(--cc-color-surface); font-family: var(--cc-font); line-height: 1.6; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button, .button { cursor: pointer; }
h1, h2, h3 { margin: 0 0 .75rem; line-height: 1.08; letter-spacing: -.03em; }
h1 { font-size: clamp(2.4rem, 6vw, 5.25rem); }
h2 { font-size: clamp(1.8rem, 4vw, 3.25rem); }
p { margin: 0 0 1rem; }
.site-container { width: min(calc(100% - 2rem), var(--cc-container)); margin-inline: auto; }
.site-main { min-height: 60vh; padding-block: clamp(2rem, 5vw, 5rem); }
.page-content { max-width: 52rem; }
.eyebrow { margin-bottom: .7rem; color: var(--cc-color-brand); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.button, .wp-element-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { display: inline-flex; min-height: 2.9rem; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: .72rem 1.15rem; font-weight: 750; text-decoration: none; transition: transform .18s ease, background-color .18s ease; }
.button:hover, .wp-element-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { transform: translateY(-1px); }
.button--primary, .woocommerce a.button.alt, .woocommerce button.button.alt { color: #fff; background: var(--cc-color-brand); }
.button--primary:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover { background: var(--cc-color-brand-dark); }
.button--secondary { border-color: var(--cc-color-border); background: #fff; }
.skip-link { position: fixed; z-index: 9999; top: .5rem; left: .5rem; padding: .75rem 1rem; transform: translateY(-150%); color: #fff; background: #000; }
.skip-link:focus { transform: translateY(0); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
input, select, textarea { width: 100%; border: 1px solid var(--cc-color-border); border-radius: var(--cc-radius-sm); padding: .78rem .9rem; background: #fff; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(226, 27, 45, .18); border-color: var(--cc-color-brand); }
.cc-empty-state { max-width: 48rem; margin: clamp(2rem, 8vw, 6rem) auto; border: 1px solid var(--cc-color-border); border-radius: var(--cc-radius-lg); padding: clamp(1.5rem, 5vw, 4rem); text-align: center; background: linear-gradient(145deg, #fff, var(--cc-color-soft)); box-shadow: var(--cc-shadow); }
.cc-empty-state h1 { font-size: clamp(2.1rem, 6vw, 4.5rem); }
.cc-empty-state p:not(.eyebrow) { max-width: 36rem; margin-inline: auto; color: var(--cc-color-muted); }
.cc-empty-state .woocommerce-product-search { display: flex; max-width: 32rem; margin: 1.5rem auto 0; gap: .5rem; }
.cc-empty-state .woocommerce-product-search button { border: 0; border-radius: 999px; padding-inline: 1.2rem; color: #fff; background: var(--cc-color-ink); font-weight: 800; }
.cc-empty-state .button-row { justify-content: center; }
.cc-empty-state--products { clear: both; max-width: 42rem; }
.cc-empty-state--products h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
