/*
Theme Name: Astra Luxury Child V2
Template: astra
Version: 2.0.0
Description: Premium luxury child theme for Papua Bird of Paradise - $10M standard
Author: Juara Holding Group
Text Domain: astra-luxury-child-v2
*/

/* ===========================
   ASTRA LUXURY CHILD V2
   Papua Bird of Paradise
   Juara Holding Group
   =========================== */

/* Import parent theme */
@import url("../astra/style.css");

/* DESIGN TOKENS - Papua Luxury */
:root {
  /* Primary Colors */
  --color-gold: #C9A84C;
  --color-gold-light: #E8C97A;
  --color-gold-dark: #9A7A2E;
  --color-deep-ocean: #0A1628;
  --color-ocean-blue: #1B3A6B;
  --color-teal: #006B7A;
  --color-emerald: #1A6B4A;
  --color-coral: #E85D4A;
  
  /* Neutral Colors */
  --color-white: #FFFFFF;
  --color-off-white: #FAF8F5;
  --color-light-gray: #F5F3EF;
  --color-mid-gray: #9B9B9B;
  --color-dark-gray: #3A3A3A;
  --color-black: #0A0A0A;
  
  /* Typography */
  --font-heading: "Playfair Display", Georgia, serif;
  --font-body: "Lato", "Helvetica Neue", sans-serif;
  --font-accent: "Cormorant Garamond", Georgia, serif;
  
  /* Spacing */
  --section-pad: 80px;
  --section-pad-mobile: 40px;
  --container-max: 1200px;
  
  /* Shadows */
  --shadow-card: 0 8px 40px rgba(0,0,0,0.12);
  --shadow-hover: 0 16px 60px rgba(0,0,0,0.2);
  --shadow-gold: 0 4px 20px rgba(201,168,76,0.3);
  
  /* Transitions */
  --transition-base: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400;1,700&family=Lato:wght@300;400;700;900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap');

/* ====== GLOBAL BASE ====== */
body {
  font-family: var(--font-body);
  color: var(--color-dark-gray);
  background-color: var(--color-white);
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--color-deep-ocean);
  line-height: 1.25;
}

/* ====== LUXURY HERO ====== */
.papua-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--color-deep-ocean) 0%, var(--color-ocean-blue) 50%, var(--color-teal) 100%);
  overflow: hidden;
}

.papua-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(201,168,76,0.08)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.4;
}

.papua-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.papua-hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  color: var(--color-white);
  margin-bottom: 24px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.4);
}

.papua-hero h1 span.gold {
  color: var(--color-gold);
}

.papua-hero .subtitle {
  font-family: var(--font-accent);
  font-size: clamp(1rem, 2vw, 1.4rem);
  color: rgba(255,255,255,0.85);
  margin-bottom: 48px;
  letter-spacing: 0.05em;
}

/* ====== LUXURY BUTTONS ====== */
.btn-luxury {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 40px;
  background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-light) 100%);
  color: var(--color-deep-ocean);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: var(--transition-base);
  box-shadow: var(--shadow-gold);
}

.btn-luxury:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(201,168,76,0.5);
  color: var(--color-deep-ocean);
  text-decoration: none;
}

.btn-outline-luxury {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 38px;
  background: transparent;
  color: var(--color-white);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.6);
  transition: var(--transition-base);
}

.btn-outline-luxury:hover {
  border-color: var(--color-gold);
  color: var(--color-gold);
  text-decoration: none;
}

/* ====== SECTION STYLES ====== */
.section-luxury {
  padding: var(--section-pad) 20px;
}

.section-luxury.dark {
  background: var(--color-deep-ocean);
  color: var(--color-white);
}

.section-luxury.light {
  background: var(--color-off-white);
}

.section-label {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 16px;
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.2;
  margin-bottom: 24px;
}

.section-desc {
  font-size: 1.1rem;
  color: var(--color-mid-gray);
  line-height: 1.8;
  max-width: 640px;
}

/* ====== LUXURY CARDS ====== */
.card-luxury {
  background: var(--color-white);
  border: none;
  box-shadow: var(--shadow-card);
  transition: var(--transition-base);
  overflow: hidden;
}

.card-luxury:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
}

.card-luxury .card-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.card-luxury .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.card-luxury:hover .card-img-wrap img {
  transform: scale(1.08);
}

.card-luxury .card-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--color-gold);
  color: var(--color-deep-ocean);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 6px 14px;
}

.card-luxury .card-body {
  padding: 28px;
}

.card-luxury .card-title {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: var(--color-deep-ocean);
  margin-bottom: 12px;
}

/* ====== GOLD DIVIDER ====== */
.gold-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--color-gold) 0%, var(--color-gold-light) 100%);
  margin: 20px 0;
}

.gold-divider.center {
  margin: 20px auto;
}

/* ====== STATS STRIP ====== */
.stats-strip {
  background: linear-gradient(135deg, var(--color-deep-ocean) 0%, var(--color-ocean-blue) 100%);
  padding: 48px 20px;
}

.stats-strip .stat-item {
  text-align: center;
  color: var(--color-white);
}

.stats-strip .stat-number {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: var(--color-gold);
  font-weight: 700;
  display: block;
}

.stats-strip .stat-label {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: 6px;
}

/* ====== NAVIGATION ====== */
.site-header {
  background: rgba(10, 22, 40, 0.95) !important;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
}

.site-header .site-logo img,
.site-header .custom-logo {
  max-height: 55px;
  width: auto;
}

.main-header-menu .menu-item > a {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85) !important;
  padding: 0 18px;
}

.main-header-menu .menu-item > a:hover {
  color: var(--color-gold) !important;
}

/* ====== FOOTER ====== */
.site-footer {
  background: var(--color-deep-ocean);
  color: rgba(255,255,255,0.7);
  border-top: 1px solid rgba(201, 168, 76, 0.2);
}

/* ====== RESPONSIVE ====== */
@media (max-width: 768px) {
  :root {
    --section-pad: var(--section-pad-mobile);
  }
  
  .papua-hero {
    min-height: 80vh;
  }
}

