/*
Theme Name: Mana Rebuild
Theme URI: https://mana-rebuild.com
Author: Mana Rebuild
Author URI: https://mana-rebuild.com
Description: Premium Polynesian-inspired community health & wellness theme for Mana Rebuild. Cinematic dark-luxury aesthetic with bronze, ocean, and heritage motifs. Educational and community-focused — no medical claims, no e-commerce.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: mana-rebuild
*/

/* ==========================================================================
   Reset
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--volcanic-black);
  color: var(--cream-text);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  overflow-x: hidden;
  line-height: 1.6;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

/* ==========================================================================
   Brand Variables
   ========================================================================== */
:root {
  --volcanic-black: #080604;
  --charcoal-brown: #15100B;
  --carved-wood: #2A1A10;
  --bronze-gold: #B98A4A;
  --antique-gold: #D6A65A;
  --deep-palm-green: #0F3D2E;
  --ocean-shadow-green: #123C35;
  --warm-sand: #E7D4B2;
  --cream-text: #F8EFE0;

  --font-heading: 'Oswald', sans-serif;
  --font-body: 'Inter', sans-serif;
  --section-pad: clamp(72px, 10vw, 140px);

  --tapa-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23D6A65A' stroke-width='1.5'%3E%3Cpath d='M0 60 L30 20 L60 60 L30 100 Z'/%3E%3Cpath d='M60 60 L90 20 L120 60 L90 100 Z'/%3E%3Ccircle cx='30' cy='60' r='6'/%3E%3Ccircle cx='90' cy='60' r='6'/%3E%3Cpath d='M0 0 L15 15 M120 0 L105 15 M0 120 L15 105 M120 120 L105 105'/%3E%3C/g%3E%3C/svg%3E");
}
