/*
Theme Name: Inflatable Club React
Theme URI: https://inflatableclub.com/
Author: Inflatable Club
Description: React storefront theme with native WordPress and WooCommerce fallbacks.
Version: 0.1.0
Text Domain: inflatable-club-react
*/

:root {
  --ic-ink: #20123d;
  --ic-paper: #fffdf7;
  --ic-coral: #ff675e;
}

body:not(.home) {
  margin: 0;
  color: var(--ic-ink);
  background: var(--ic-paper);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wp-site-blocks-fallback {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.ic-native-header,
.ic-native-footer {
  border-bottom: 1px solid rgba(32, 18, 61, 0.12);
  background: #fff;
}

.ic-native-footer {
  margin-top: 80px;
  border-top: 1px solid rgba(32, 18, 61, 0.12);
  border-bottom: 0;
}

.ic-native-header__inner,
.ic-native-footer__inner {
  width: min(1120px, calc(100% - 40px));
  min-height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ic-native-header a,
.ic-native-footer a {
  color: inherit;
  text-decoration: none;
}

.ic-native-brand {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.ic-native-nav {
  display: flex;
  gap: 22px;
  font-size: 14px;
  font-weight: 650;
}

.ic-native-main {
  width: min(1120px, calc(100% - 40px));
  min-height: 55vh;
  margin: 60px auto;
}

.ic-native-main img {
  max-width: 100%;
  height: auto;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #fff;
  background: var(--ic-ink);
  border-radius: 999px;
}

@media (max-width: 700px) {
  .ic-native-nav { display: none; }
}
