/*
Theme Name: Silesian Adria
Theme URI: https://silesian-adria.com
Author: Silesian Adria
Description: Luxury yacht theme for Silesian Adria — navy & gold, Elementor ready
Version: 1.0
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
License: Private
Text Domain: silesian-adria
*/

/* === RESET & BASE === */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --navy: #0a1628;
  --navy-mid: #0d1f3c;
  --gold: #c9a84c;
  --gold-light: #e8c97a;
  --cream: #f5f0e8;
  --white: #ffffff;
}

html { scroll-behavior: smooth; }

body {
  background: var(--navy);
  color: var(--cream);
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

/* Remove default WP margins */
.wp-site-blocks { padding: 0 !important; }
body.elementor-page { background: var(--navy); }

/* Elementor full width */
.elementor-section.elementor-section-full_width { padding: 0; }

/* === TYPOGRAPHY === */
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  color: var(--white);
}

a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-light); }

/* === GLOBAL ELEMENTOR OVERRIDES === */
.elementor-widget-heading .elementor-heading-title em {
  font-style: italic;
  color: var(--gold-light);
}

/* === BUTTONS === */
.elementor-button {
  border-radius: 0 !important;
  letter-spacing: 0.25em !important;
  text-transform: uppercase !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
}

/* === DIVIDER GOLD === */
.elementor-divider-separator {
  border-color: var(--gold) !important;
}

/* === CUSTOM CLASSES === */
.sa-eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'Montserrat', sans-serif;
}

.sa-eyebrow::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--gold);
}

.sa-section-label {
  font-size: 0.6rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 16px;
}

.sa-section-label::before {
  content: '';
  width: 30px;
  height: 1px;
  background: var(--gold);
}

.sa-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-style: italic;
  color: var(--gold-light);
  margin-top: 24px;
}

.sa-spec-table {
  width: 100%;
  border-collapse: collapse;
}

.sa-spec-table tr {
  border-bottom: 1px solid rgba(201,168,76,0.15);
}

.sa-spec-table td {
  padding: 18px 0;
}

.sa-spec-table .label {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream);
  opacity: 0.5;
  font-family: 'Montserrat', sans-serif;
}

.sa-spec-table .value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  color: var(--gold-light);
  text-align: right;
}

/* === WHATSAPP FLOAT === */
.sa-whatsapp {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 9999;
  background: #25D366;
  color: white;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: transform 0.3s;
}

.sa-whatsapp:hover {
  transform: scale(1.1);
  color: white;
}

/* === MOBILE === */
@media (max-width: 768px) {
  .sa-eyebrow { font-size: 0.55rem; }
  .elementor-section { padding-left: 24px !important; padding-right: 24px !important; }
}
