﻿/*
Theme Name: MetalloArt
Theme URI: https://metalloart.com
Author: MetalloArt
Author URI: https://metalloart.com
Description: MetalloArt.com için hazırlanmış, liquid metal kaplama çeşitleri ve dekoratif metal yüzey uygulamaları odaklı kurumsal one-page WordPress teması.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sivimetal
Tags: one-page, custom-menu, custom-logo, featured-images, portfolio, translation-ready
*/

/* ==========================================================================
   CSS Custom Properties (Design Tokens)
   ========================================================================== */

:root {
  /* ── Background Colors ── */
  --sm-bg-dark: #0B0B0C;
  --sm-bg-darker: #18191B;
  --sm-bg-light: #F6F4EF;
  --sm-bg-card: #FFFFFF;

  /* ── Brand Colors ── */
  --sm-gold: #A94E37;
  --sm-gold-light: #D7DBDD;
  --sm-gold-dark: #5B1820;
  --sm-orange: #A94E37;
  --sm-orange-dark: #5B1820;
  --sm-orange-light: #E7B096;
  --sm-whatsapp: #25D366;
  --sm-whatsapp-dark: #1DA851;

  /* ── Text Colors ── */
  --sm-text-light: #F5F5F5;
  --sm-text-dark: #18181B;
  --sm-text-muted: #6B7280;
  --sm-text-gray: #999999;

  /* ── Metallic Gradients ── */
  --sm-brass: linear-gradient(135deg, #C8A45A, #B8941E, #D4AF37);
  --sm-copper: linear-gradient(135deg, #B87333, #DA8A67, #8B4513);
  --sm-bronze: linear-gradient(135deg, #6B4226, #8B6914, #4A2C0A);
  --sm-zinc: linear-gradient(135deg, #8E9196, #B0B3B8, #6B6E73);
  --sm-gold-gradient: linear-gradient(135deg, #C8A45A 0%, #DBB778 50%, #C8A45A 100%);

  /* ── Typography ── */
  --sm-font-heading: 'Cormorant Garamond', Georgia, serif;
  --sm-font-body: 'Manrope', 'Segoe UI', sans-serif;

  --sm-fs-xs: 0.75rem;    /* 12px */
  --sm-fs-sm: 0.875rem;   /* 14px */
  --sm-fs-base: 1rem;     /* 16px */
  --sm-fs-md: 1.125rem;   /* 18px */
  --sm-fs-lg: 1.25rem;    /* 20px */
  --sm-fs-xl: 1.5rem;     /* 24px */
  --sm-fs-2xl: 2rem;      /* 32px */
  --sm-fs-3xl: 2.5rem;    /* 40px */
  --sm-fs-4xl: 3rem;      /* 48px */
  --sm-fs-hero: clamp(2.5rem, 5vw, 4.5rem);

  --sm-fw-regular: 400;
  --sm-fw-medium: 500;
  --sm-fw-semibold: 600;
  --sm-fw-bold: 700;

  --sm-lh-tight: 1.2;
  --sm-lh-normal: 1.6;
  --sm-lh-relaxed: 1.8;

  --sm-ls-wide: 0.05em;
  --sm-ls-wider: 0.1em;
  --sm-ls-widest: 0.2em;

  /* ── Spacing ── */
  --sm-section-py: clamp(60px, 8vw, 120px);
  --sm-container-max: 1280px;
  --sm-container-px: clamp(16px, 4vw, 40px);
  --sm-gap-sm: 0.5rem;
  --sm-gap-md: 1rem;
  --sm-gap-lg: 1.5rem;
  --sm-gap-xl: 2rem;
  --sm-gap-2xl: 3rem;
  --sm-gap-3xl: 4rem;

  /* ── Border Radius ── */
  --sm-radius-sm: 4px;
  --sm-radius-md: 8px;
  --sm-radius-lg: 12px;
  --sm-radius-xl: 16px;
  --sm-radius-full: 9999px;

  /* ── Shadows ── */
  --sm-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.12);
  --sm-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.15);
  --sm-shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.2);
  --sm-shadow-xl: 0 12px 40px rgba(0, 0, 0, 0.3);
  --sm-shadow-gold: 0 4px 20px rgba(200, 164, 90, 0.3);

  /* ── Transitions ── */
  --sm-transition-fast: 0.2s ease;
  --sm-transition-base: 0.3s ease;
  --sm-transition-slow: 0.5s ease;
  --sm-transition-reveal: 0.6s cubic-bezier(0.16, 1, 0.3, 1);

  /* ── Z-Index Scale ── */
  --sm-z-dropdown: 100;
  --sm-z-sticky: 200;
  --sm-z-fixed: 300;
  --sm-z-mobile-menu: 400;
  --sm-z-lightbox: 500;
  --sm-z-tooltip: 600;

  /* ── Header ── */
  --sm-topbar-h: 36px;
  --sm-header-h: 80px;
}
