/*
Theme Name: Anca Events Design
Theme URI: https://ancaeventsdesign.ro
Author: Anca Events Design
Author URI: https://ancaeventsdesign.ro
Description: Temă elegantă pentru planificatoare de evenimente — nunți, corporate, petreceri private. Design boutique cu tipografie rafinată.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anca-events
Tags: event-planning, wedding, elegant, one-page, romanian
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap');

:root {
  --verde: #2D6A2D;
  --verde-light: #E8F2E8;
  --verde-dark: #1A4A1A;
  --cream: #FAF9F6;
  --ink: #1A1A1A;
  --muted: #6E6E6E;
  --border: rgba(0,0,0,0.09);
  --gold: #B89A6A;
  --white: #FFFFFF;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ── NAV ── */
nav#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.9rem 5%;
  background: rgba(250,249,246,0.95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  transition: padding 0.3s, box-shadow 0.3s;
}
nav#navbar.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.07); }
.nav-logo img { height: 56px; width: auto; display: block; }
.nav-links { display: flex; gap: 1.75rem; list-style: none; align-items: center; }
.nav-links a {
  font-size: 0.82rem; font-weight: 400;
  letter-spacing: 0.09em; text-transform: uppercase;
  color: var(--muted); text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--verde); }
.nav-cta {
  background: var(--verde) !important;
  color: #fff !important;
  padding: 0.55rem 1.4rem;
  border-radius: 2rem;
  font-size: 0.8rem !important;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--verde-dark) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.hamburger span { display: block; width: 22px; height: 1.5px; background: var(--ink); transition: 0.3s; }
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(4.5px, 4.5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(4.5px, -4.5px); }

.mobile-nav {
  display: none; position: fixed; inset: 0; z-index: 199;
  background: var(--cream);
  flex-direction: column; align-items: center; justify-content: center; gap: 2.5rem;
  padding-top: 80px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem; font-weight: 300;
  color: var(--ink); text-decoration: none; letter-spacing: 0.04em;
}
.mobile-nav a:hover { color: var(--verde); }

/* ── BUTTONS ── */
.btn-primary {
  background: var(--ink); color: #fff;
  padding: 0.9rem 2.2rem; border-radius: 2rem;
  font-size: 0.88rem; font-weight: 500; letter-spacing: 0.04em;
  text-decoration: none; transition: background 0.2s, transform 0.15s;
  display: inline-block; border: none; cursor: pointer;
  font-family: 'DM Sans', sans-serif;
}
.btn-primary:hover { background: var(--verde); transform: translateY(-1px); }
.btn-outline {
  background: transparent; color: var(--verde);
  padding: 0.85rem 2.2rem; border-radius: 2rem;
  font-size: 0.88rem; font-weight: 500; letter-spacing: 0.04em;
  text-decoration: none; border: 1.5px solid var(--verde);
  transition: all 0.2s; display: inline-block; cursor: pointer;
  font-family: 'DM Sans', sans-serif;
}
.btn-outline:hover { background: var(--verde); color: #fff; }
.btn-ghost {
  color: var(--muted); font-size: 0.88rem; text-decoration: none;
  display: inline-flex; align-items: center; gap: 0.5rem; transition: color 0.2s;
}
.btn-ghost:hover { color: var(--verde); }
.btn-ghost svg { transition: transform 0.2s; }
.btn-ghost:hover svg { transform: translateX(3px); }

/* ── SECTIONS ── */
section { padding: 6rem 8%; }
.section-tag {
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--verde);
  margin-bottom: 0.85rem; display: block;
}
h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 5.5vw, 4.8rem);
  font-weight: 300; line-height: 1.08;
  letter-spacing: -0.01em; color: var(--ink);
  margin-bottom: 1.5rem;
}
h1 em, h2 em { font-style: italic; color: var(--verde); }
h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 300; line-height: 1.15; color: var(--ink);
  margin-bottom: 1.25rem;
}
h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem; font-weight: 400; color: var(--ink);
  margin-bottom: 0.6rem;
}
.section-sub { color: var(--muted); max-width: 500px; font-size: 0.95rem; line-height: 1.8; }
.section-header { margin-bottom: 3.5rem; }
.section-header-split {
  display: flex; justify-content: space-between;
  align-items: flex-end; gap: 2rem; flex-wrap: wrap;
  margin-bottom: 3.5rem;
}

/* ── FADE IN ── */
.fade-in { opacity: 0; transform: translateY(22px); transition: opacity 0.65s ease, transform 0.65s ease; }
.fade-in.visible { opacity: 1; transform: none; }
.fade-in-delay-1 { transition-delay: 0.1s; }
.fade-in-delay-2 { transition-delay: 0.2s; }
.fade-in-delay-3 { transition-delay: 0.3s; }

/* ── FOOTER ── */
footer {
  background: var(--ink);
  color: rgba(255,255,255,0.45);
  padding: 4rem 8% 2rem;
}
.footer-top {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem; padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-logo-img { height: 52px; width: auto; filter: brightness(0) invert(1) opacity(0.8); margin-bottom: 1rem; }
.footer-desc { font-size: 0.85rem; line-height: 1.75; color: rgba(255,255,255,0.4); max-width: 220px; }
.footer-col h4 {
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.6); margin-bottom: 1.25rem; font-weight: 500;
  font-family: 'DM Sans', sans-serif;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.6rem; }
.footer-col ul li a {
  font-size: 0.87rem; color: rgba(255,255,255,0.4);
  text-decoration: none; transition: color 0.2s;
}
.footer-col ul li a:hover { color: var(--verde); }
.footer-col p { font-size: 0.87rem; color: rgba(255,255,255,0.4); line-height: 1.8; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 1.5rem; flex-wrap: wrap; gap: 1rem;
}
.footer-bottom p { font-size: 0.8rem; }
.footer-social { display: flex; gap: 1rem; }
.footer-social a {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; color: rgba(255,255,255,0.5);
  transition: border-color 0.2s, color 0.2s;
  font-size: 0.75rem;
}
.footer-social a:hover { border-color: var(--verde); color: var(--verde); }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  section { padding: 4rem 5%; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ── WP CORE ALIGNMENTS ── */
.alignleft { float: left; margin-right: 1.5rem; }
.alignright { float: right; margin-left: 1.5rem; }
.aligncenter { display: block; margin: 0 auto; }
img { max-width: 100%; height: auto; }
