/*
Theme Name: Cocoon Child Catalyst Beauty
Theme URI: https://wp-cocoon.com/
Description: Cocoon Child Theme custom designed with a premium, elegant beige luxury layout for modern beauty salons and wellness studios. Fully responsive, SEO optimized with gorgeous transitions.
Author: AI Theme Builder
Template: cocoon-master
Version: 1.0.0
*/

/* --- Theme Variable Definitions --- */
:root {
  --primary-color: #D4CDC1;
  --accent-color: #332F2B;
  --bg-color: #F9F7F2;
  --text-color: #332F2B;
  --text-light-color: #6B6359;
  --card-shadow: 0 10px 30px -15px rgba(163, 123, 92, 0.15);
}

/* --- Cocoon Child Custom Overrides --- */
body {
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family: "Noto Serif JP", "Playfair Display", serif;
  line-height: 1.7;
}

/* Premium Arch Styles */
.beauty-arch {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s;
}

.beauty-arch:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -10px rgba(163, 123, 92, 0.2);
}

/* Customizable Buttons */
.btn-premium {
  display: inline-block;
  background-color: var(--accent-color);
  color: #ffffff;
  padding: 12px 36px;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--accent-color);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-premium:hover {
  background-color: transparent;
  color: var(--accent-color);
  transform: translateY(-2px);
}

.btn-outline {
  display: inline-block;
  background-color: transparent;
  color: var(--accent-color);
  padding: 12px 36px;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--accent-color);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-outline:hover {
  background-color: var(--accent-color);
  color: #ffffff;
  transform: translateY(-2px);
}

/* Elegant Text Styling */
.serif-display {
  font-family: "Playfair Display", "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}

/* Adjust Cocoon Default Elements if active on landing page */
.home #main {
  padding: 0 !important;
  background-color: transparent !important;
}

.home .entry-content {
  margin: 0 !important;
}

/* Hide theme defaults for a completely custom landing page if active */
.home.page #content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}
