/*
Theme Name: Principele Nicolae
Theme URI: https://principeleNicolae.ro
Author: Asociatia Principele Nicolae
Author URI: https://principeleNicolae.ro
Description: Tema oficială a Asociației Principele Nicolae. Design elegant cu paletă navy, burgundy și auriu.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: principele
Tags: custom-menu, featured-images, custom-logo, full-width-template, translation-ready
*/

/* ============================================================
   THEME VARIABLES & RESET
   ============================================================ */
:root {
  --navy: #1a2744;
  --navy-light: #2a3a5e;
  --burgundy: #7c1d2e;
  --burgundy-light: #9b2335;
  --gold: #c9a84c;
  --gold-light: #e2c47a;
  --white: #ffffff;
  --off-white: #faf9f7;
  --light-gray: #f4f2ee;
  --text-dark: #1a1a1a;
  --text-mid: #4a4a4a;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--white);
  color: var(--text-dark);
  overflow-x: hidden;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 2px solid var(--gold);
  box-shadow: 0 2px 20px rgba(26, 39, 68, 0.07);
}

.site-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5rem;
  height: 110px;
  max-width: 1400px;
  margin: 0 auto;
}

.site-logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.site-logo img {
  height: 90px;
  width: auto;
  display: block;
}

.site-logo .site-title-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  line-height: 1.2;
}

.site-logo .site-title-text span {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

/* Main Navigation Menu */
.main-navigation {
  display: flex;
  align-items: center;
}

.main-navigation ul {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
}

.main-navigation ul li a {
  text-decoration: none;
  color: var(--text-dark);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.5rem 0.9rem;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
  display: block;
}

.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_item > a,
.main-navigation ul li.current-menu-ancestor > a {
  color: var(--burgundy);
  border-bottom-color: var(--gold);
}

.main-navigation ul li.menu-item-cta a {
  background: var(--burgundy);
  color: var(--white) !important;
  padding: 0.5rem 1.3rem;
  border-radius: 2px;
  border-bottom: none !important;
  margin-left: 0.5rem;
}

.main-navigation ul li.menu-item-cta a:hover {
  background: var(--burgundy-light);
}

/* Mobile Menu Toggle */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: var(--navy);
  transition: all 0.3s;
}

/* ============================================================
   PAGE HERO
   ============================================================ */
.page-hero {
  background: var(--navy);
  padding: 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--burgundy), var(--gold), var(--burgundy));
}

.page-hero-label {
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.8rem;
}

.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  color: var(--white);
}

.breadcrumb {
  margin-top: 1rem;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--gold);
}

.breadcrumb span {
  color: var(--gold);
}

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
section {
  padding: 5rem 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.section-label {
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--burgundy);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 400;
  color: var(--navy);
  line-height: 1.2;
}

.gold-rule {
  width: 50px;
  height: 2px;
  background: var(--gold);
  margin: 1rem 0 2rem;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 2px;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.85rem 2rem;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
  font-family: 'Montserrat', sans-serif;
}

.btn-primary {
  background: var(--burgundy);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--burgundy-light);
  color: var(--white);
}

.btn-gold {
  background: var(--gold);
  color: var(--navy);
}

.btn-gold:hover {
  background: var(--gold-light);
  color: var(--navy);
}

.btn-outline {
  border: 2px solid var(--navy);
  color: var(--navy);
  background: transparent;
}

.btn-outline:hover {
  background: var(--navy);
  color: var(--white);
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--navy);
}

.footer-top {
  padding: 4rem 0 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.footer-logo-big {
  height: 90px;
  width: auto;
  display: inline-block;
  margin-bottom: 1rem;
}

.footer-tagline-big {
  font-size: 0.62rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.8rem;
}

.footer-desc-center {
  font-size: 0.82rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.5);
  max-width: 520px;
  margin: 0 auto 1.5rem;
}

.footer-social-center {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-social-center a {
  border: 1px solid rgba(201, 168, 76, 0.4);
  color: var(--gold);
  padding: 0.4rem 1.2rem;
  text-decoration: none;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2px;
  transition: all 0.2s;
}

.footer-social-center a:hover {
  background: var(--gold);
  color: var(--navy);
}

.footer-mid {
  padding: 3rem 0;
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.site-footer h4 {
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
  font-weight: 600;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer ul li {
  margin-bottom: 0.6rem;
}

.site-footer ul li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  transition: color 0.2s;
  line-height: 1.5;
}

.site-footer ul li a:hover {
  color: var(--white);
}

.footer-fiscal {
  margin-top: 1.2rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.3);
}

.footer-bottom {
  background: rgba(0, 0, 0, 0.2);
  padding: 1.2rem 0;
}

.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.3);
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}

.footer-bottom a:hover {
  color: var(--gold);
}

/* ============================================================
   HOMEPAGE HERO
   ============================================================ */
.hero {
  min-height: 88vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.hero-left {
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 4rem 5rem 5rem;
  position: relative;
}

.hero-left::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  bottom: 10%;
  width: 3px;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
}

.hero-label {
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--burgundy);
  font-weight: 600;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.hero-label::before {
  content: '';
  width: 30px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 300;
  color: var(--navy);
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.hero h1 em {
  font-style: italic;
  color: var(--burgundy);
}

.hero-desc {
  font-size: 0.87rem;
  line-height: 1.9;
  color: var(--text-mid);
  max-width: 440px;
  margin-bottom: 2.5rem;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-right {
  position: relative;
  overflow: hidden;
}

.hero-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: 100%;
  gap: 3px;
}

.hero-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-mosaic img:first-child {
  grid-column: span 2;
}

.hero-overlay {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: rgba(26, 39, 68, 0.88);
  color: var(--white);
  padding: 1rem 1.5rem;
  border-left: 3px solid var(--gold);
}

.hero-overlay p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

/* ============================================================
   QUOTE BAND
   ============================================================ */
.quote-band {
  background: var(--navy);
  padding: 3.5rem 2.5rem;
  text-align: center;
  border-top: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
}

.quote-band blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-style: italic;
  color: var(--white);
  font-weight: 300;
  max-width: 820px;
  margin: 0 auto 1rem;
  line-height: 1.5;
}

.quote-band cite {
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  font-style: normal;
  font-weight: 600;
}

/* ============================================================
   ABOUT SECTION
   ============================================================ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.about-video-wrap {
  position: relative;
  box-shadow: 10px 10px 0 var(--gold);
  border: 1px solid rgba(201, 168, 76, 0.3);
}

.about-video-wrap iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  display: block;
}

.about-text p {
  font-size: 0.88rem;
  line-height: 1.9;
  color: var(--text-mid);
  margin-bottom: 1rem;
}

/* ============================================================
   STATS STRIP
   ============================================================ */
.stats-strip {
  background: var(--burgundy);
  padding: 4rem 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.stat-item {
  padding: 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.stat-item:last-child {
  border-right: none;
}

.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 300;
  color: var(--gold-light);
  line-height: 1;
}

.stat-label {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.4rem;
}

/* ============================================================
   PROJECTS
   ============================================================ */
.projects-bg {
  background: var(--light-gray);
}

.proj-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.proj-card {
  background: var(--white);
  overflow: hidden;
  border-top: 3px solid var(--burgundy);
  transition: box-shadow 0.25s;
}

.proj-card:hover {
  box-shadow: 0 12px 32px rgba(26, 39, 68, 0.12);
}

.proj-card-img {
  height: 200px;
  overflow: hidden;
}

.proj-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.proj-card:hover .proj-card-img img {
  transform: scale(1.05);
}

.proj-card-body {
  padding: 1.5rem;
}

.proj-tag {
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--burgundy);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.proj-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.6rem;
}

.proj-card p {
  font-size: 0.8rem;
  line-height: 1.75;
  color: var(--text-mid);
}

.proj-link {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--burgundy);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 1px;
}

.proj-link:hover {
  color: var(--navy);
}

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}

.gallery-5 img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: opacity 0.2s;
}

.gallery-5 img:hover {
  opacity: 0.85;
}

/* ============================================================
   DONATE BOX
   ============================================================ */
.donate-box {
  background: var(--white);
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-top: 4px solid var(--gold);
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem;
  text-align: center;
  box-shadow: 0 4px 40px rgba(26, 39, 68, 0.06);
}

.donate-box h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 1rem;
}

.donate-box p {
  font-size: 0.87rem;
  line-height: 1.85;
  color: var(--text-mid);
  max-width: 550px;
  margin: 0 auto 2rem;
}

/* ============================================================
   IBAN BOX
   ============================================================ */
.iban-box {
  background: var(--light-gray);
  border: 1px solid rgba(201, 168, 76, 0.3);
  border-left: 4px solid var(--gold);
  padding: 1.5rem 2rem;
  margin-bottom: 1rem;
  text-align: left;
}

.iban-label {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-mid);
  margin-bottom: 0.3rem;
}

.iban-code {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.05em;
}

.iban-bank {
  font-size: 0.78rem;
  color: var(--text-mid);
  margin-top: 0.3rem;
}

/* ============================================================
   FORMS
   ============================================================ */
.form-group {
  margin-bottom: 1.2rem;
}

.form-group label {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(26, 39, 68, 0.18);
  border-radius: 2px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  color: var(--text-dark);
  background: var(--white);
  outline: none;
  transition: border-color 0.2s;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--gold);
}

.form-group textarea {
  min-height: 130px;
  resize: vertical;
}

/* WordPress default form styles */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(26, 39, 68, 0.18);
  border-radius: 2px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  color: var(--text-dark);
  background: var(--white);
  outline: none;
  transition: border-color 0.2s;
}

input[type="submit"],
button[type="submit"] {
  background: var(--burgundy);
  color: var(--white);
  border: none;
  border-radius: 2px;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.85rem 2rem;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  transition: background 0.2s;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
  background: var(--burgundy-light);
}

/* ============================================================
   FOUNDERS / TEAM
   ============================================================ */
.founders-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem;
}

.founder-card {
  background: var(--white);
  border-top: 4px solid var(--burgundy);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(26, 39, 68, 0.07);
}

.founder-img {
  height: 260px;
  overflow: hidden;
}

.founder-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.founder-body {
  padding: 2rem;
}

.founder-role {
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--burgundy);
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.founder-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.8rem;
}

.founder-body p {
  font-size: 0.83rem;
  line-height: 1.8;
  color: var(--text-mid);
}

/* ============================================================
   MISSION STRIP
   ============================================================ */
.mission-strip {
  background: var(--navy);
  padding: 5rem 0;
}

.mission-strip .section-title {
  color: var(--white);
}

.mission-strip .section-label {
  color: var(--gold);
}

.mission-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.mission-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 3px solid var(--gold);
  padding: 2rem;
}

.mission-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.8rem;
}

.mission-card p {
  font-size: 0.82rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
}

.mission-icon {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

/* ============================================================
   NEWS / BLOG
   ============================================================ */
.news-list {
  display: flex;
  flex-direction: column;
}

.news-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
  text-decoration: none;
}

.news-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: rgba(201, 168, 76, 0.35);
  line-height: 1;
}

.news-date {
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-mid);
  margin-bottom: 0.4rem;
}

.news-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.35;
  transition: color 0.2s;
}

.news-item:hover .news-title {
  color: var(--burgundy);
}

.news-excerpt {
  font-size: 0.8rem;
  line-height: 1.7;
  color: var(--text-mid);
  margin-top: 0.4rem;
}

/* Archive / Blog page */
.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.post-card {
  background: var(--white);
  border-top: 3px solid var(--burgundy);
  overflow: hidden;
  transition: box-shadow 0.25s;
}

.post-card:hover {
  box-shadow: 0 12px 32px rgba(26, 39, 68, 0.12);
}

.post-card-thumbnail {
  height: 200px;
  overflow: hidden;
}

.post-card-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.post-card:hover .post-card-thumbnail img {
  transform: scale(1.05);
}

.post-card-body {
  padding: 1.5rem;
}

.post-card-meta {
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-mid);
  margin-bottom: 0.5rem;
}

.post-card h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.6rem;
  line-height: 1.3;
}

.post-card h2 a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}

.post-card h2 a:hover {
  color: var(--burgundy);
}

.post-card p {
  font-size: 0.8rem;
  line-height: 1.75;
  color: var(--text-mid);
}

.post-card-link {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--burgundy);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 1px;
}

/* Single Post */
.single-post-content {
  max-width: 800px;
  margin: 0 auto;
}

.single-post-content .entry-content {
  font-size: 0.95rem;
  line-height: 1.9;
  color: var(--text-mid);
}

.single-post-content .entry-content p {
  margin-bottom: 1.2rem;
}

.single-post-content .entry-content h2,
.single-post-content .entry-content h3,
.single-post-content .entry-content h4 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--navy);
  margin: 2rem 0 0.8rem;
}

.single-post-content .entry-content img {
  max-width: 100%;
  height: auto;
  border-top: 3px solid var(--gold);
  margin: 1.5rem 0;
}

.single-post-content .entry-content ul,
.single-post-content .entry-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
}

.single-post-content .entry-content li {
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--text-mid);
}

.single-post-content .entry-content blockquote {
  border-left: 3px solid var(--gold);
  padding: 1rem 1.5rem;
  background: var(--light-gray);
  margin: 1.5rem 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-style: italic;
  color: var(--navy);
}

.post-featured-image {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  border-top: 3px solid var(--gold);
  margin-bottom: 2rem;
}

.post-meta-bar {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
  margin-bottom: 2rem;
  font-size: 0.72rem;
  color: var(--text-mid);
  flex-wrap: wrap;
}

.post-meta-bar a {
  color: var(--burgundy);
  text-decoration: none;
}

/* ============================================================
   PROJECT DETAIL (PROIECT)
   ============================================================ */
.proiect-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4rem;
  align-items: start;
}

.proiect-text p {
  font-size: 0.88rem;
  line-height: 1.9;
  color: var(--text-mid);
  margin-bottom: 1rem;
}

.sidebar-card {
  background: var(--light-gray);
  border-left: 3px solid var(--burgundy);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.sidebar-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--navy);
  margin-bottom: 0.6rem;
}

.sidebar-card p {
  font-size: 0.82rem;
  line-height: 1.7;
  color: var(--text-mid);
}

.img-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}

.img-pair img,
.img-full {
  width: 100%;
  object-fit: cover;
  border-top: 3px solid var(--gold);
  display: block;
}

.img-pair img {
  aspect-ratio: 4/3;
}

.img-full {
  aspect-ratio: 16/7;
  margin-top: 1.5rem;
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-info-block {
  background: var(--light-gray);
  border-left: 3px solid var(--gold);
  padding: 1.5rem 2rem;
  margin-bottom: 1.2rem;
}

.contact-info-block h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--navy);
  margin-bottom: 0.4rem;
}

.contact-info-block a,
.contact-info-block p {
  font-size: 0.84rem;
  color: var(--text-mid);
  text-decoration: none;
  line-height: 1.6;
}

.contact-info-block a:hover {
  color: var(--burgundy);
}

/* ============================================================
   PARTNERS
   ============================================================ */
.partners {
  background: var(--light-gray);
  padding: 3.5rem 0;
}

.partners-title {
  text-align: center;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-mid);
  margin-bottom: 2.5rem;
}

.partners-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  align-items: center;
}

.partners-logos img {
  max-height: 42px;
  max-width: 120px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.2s;
}

.partners-logos img:hover {
  filter: none;
  opacity: 1;
}

/* ============================================================
   PAGE CONTENT (default page template)
   ============================================================ */
.page-content-area {
  padding: 5rem 0;
}

.page-content-area .entry-content {
  font-size: 0.95rem;
  line-height: 1.9;
  color: var(--text-mid);
  max-width: 800px;
}

.page-content-area .entry-content p {
  margin-bottom: 1.2rem;
}

.page-content-area .entry-content h2,
.page-content-area .entry-content h3 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--navy);
  margin: 2rem 0 0.8rem;
}

.page-content-area .entry-content img {
  max-width: 100%;
  height: auto;
  border-top: 3px solid var(--gold);
  margin: 1.5rem 0;
}

/* ============================================================
   PAGINATION
   ============================================================ */
.pagination {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(201, 168, 76, 0.2);
}

.pagination .page-numbers {
  display: inline-block;
  padding: 0.5rem 0.9rem;
  border: 1px solid rgba(26, 39, 68, 0.2);
  color: var(--navy);
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.2s;
  border-radius: 2px;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  background: var(--burgundy);
  color: var(--white);
  border-color: var(--burgundy);
}

/* ============================================================
   WORDPRESS SPECIFIC CLASSES
   ============================================================ */
.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 0.78rem;
  color: var(--text-mid);
  text-align: center;
  margin-top: 0.4rem;
}

.alignleft {
  float: left;
  margin: 0 1.5rem 1rem 0;
}

.alignright {
  float: right;
  margin: 0 0 1rem 1.5rem;
}

.aligncenter {
  display: block;
  margin: 0 auto 1rem;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-left::after {
    display: none;
  }

  .hero-right {
    height: 400px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .proj-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-cols {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-item:nth-child(2) {
    border-right: none;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .proiect-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .mission-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .site-header .header-inner {
    height: 80px;
    padding: 0 1.5rem;
  }

  .site-logo img {
    height: 60px;
  }

  .menu-toggle {
    display: flex;
  }

  .main-navigation {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 2px solid var(--gold);
    padding: 1rem 0;
    display: none;
    box-shadow: 0 4px 20px rgba(26, 39, 68, 0.1);
  }

  .main-navigation.is-open {
    display: block;
  }

  .main-navigation ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 1.5rem;
  }

  .main-navigation ul li {
    width: 100%;
  }

  .main-navigation ul li a {
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(201, 168, 76, 0.15);
    display: block;
  }

  .main-navigation ul li.menu-item-cta a {
    margin-left: 0;
    margin-top: 0.5rem;
    text-align: center;
  }

  .proj-grid {
    grid-template-columns: 1fr;
  }

  .founders-grid {
    grid-template-columns: 1fr;
  }

  .gallery-5 {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-cols {
    grid-template-columns: 1fr 1fr;
  }

  .mission-grid {
    grid-template-columns: 1fr;
  }

  .posts-grid {
    grid-template-columns: 1fr;
  }

  .donate-box {
    padding: 2rem 1.5rem;
  }

  .hero-left {
    padding: 3rem 1.5rem;
  }

  .container {
    padding: 0 1.5rem;
  }
}

@media (max-width: 480px) {
  .gallery-5 {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-cols {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.donate-box h2 {
    margin-bottom: 30px;
}

.donate-box .entry-content,
.donate-box .entry-content p,
.donate-box .entry-content .wpb_text_column p {
    font-size: 0.95rem;
}
/* ============================================================
   DONATE PAGE — REDESIGN
   Adaugă aceste stiluri la sfârșitul fișierului style.css
   ============================================================ */

/* Intro band */
.donate-intro-band {
    background: var(--navy);
    padding: 1.8rem 0;
    border-bottom: 3px solid var(--gold);
}

.donate-intro-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    text-align: center;
}

.donate-intro-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}

.donate-intro-icon {
    color: var(--gold);
    font-size: 1rem;
    font-weight: 700;
    flex-shrink: 0;
}

.donate-intro-text {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

/* Main section */
.donate-main-section {
    padding: 3.5rem 0;
}

.donate-layout {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 4rem;
    align-items: start;
}

/* Remove top padding from WPBakery first element so it aligns with sidebar card */
.donate-wpb-content > .vc_row:first-child,
.donate-wpb-content > p:first-child,
.donate-wpb-content > .wpb_text_column:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Left column: WPBakery content */
.donate-content-col {
    min-width: 0;
}

.donate-wpb-content {
    font-size: 0.92rem;
    line-height: 1.9;
    color: var(--text-mid);
}

.donate-wpb-content p {
    margin-bottom: 1.1rem;
}

.donate-wpb-content h2,
.donate-wpb-content h3,
.donate-wpb-content h4 {
    font-family: 'Cormorant Garamond', serif;
    color: var(--navy);
    margin: 1.8rem 0 0.7rem;
}

.donate-wpb-content img {
    max-width: 100%;
    height: auto;
    border-top: 3px solid var(--gold);
    margin: 1.2rem 0;
}

/* WPBakery column reset */
.donate-wpb-content .vc_row,
.donate-wpb-content .vc_column_container {
    padding: 0 !important;
    margin: 0 !important;
}

.donate-wpb-content .wpb_text_column p {
    font-size: 0.92rem;
    line-height: 1.9;
    color: var(--text-mid);
    margin-bottom: 1rem;
}

.donate-text-block p {
    font-size: 0.92rem;
    line-height: 1.9;
    color: var(--text-mid);
    margin-bottom: 1rem;
}

/* Right column: sidebar card */
.donate-sidebar-col {
    position: sticky;
    top: 130px;
}

.donate-sidebar-card {
    background: var(--navy);
    padding: 2.5rem;
    border-top: 4px solid var(--gold);
    box-shadow: 0 8px 40px rgba(26, 39, 68, 0.18);
}

.donate-sidebar-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 0;
    line-height: 1.2;
}

.donate-iban-wrap {
    margin: 1.5rem 0;
}

/* Override iban-box for dark background */
.donate-sidebar-card .iban-box {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(201, 168, 76, 0.3);
    border-left: 4px solid var(--gold);
    margin-bottom: 0.8rem;
}

.donate-sidebar-card .iban-label {
    color: rgba(255, 255, 255, 0.55);
}

.donate-sidebar-card .iban-code {
    color: var(--gold-light);
    font-size: 1.1rem;
}

.donate-sidebar-card .iban-bank {
    color: rgba(255, 255, 255, 0.5);
}

.donate-fiscal-note {
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
    font-size: 0.75rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.45);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 1.2rem;
    margin-top: 1.2rem;
}

.donate-fiscal-icon {
    color: var(--gold);
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

/* Impact strip */
.donate-impact-strip {
    background: var(--burgundy);
    padding: 5rem 0;
}

.donate-impact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.donate-impact-card {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 3px solid rgba(201, 168, 76, 0.6);
    padding: 2rem;
    text-align: center;
}

.donate-impact-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.donate-impact-card h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0.6rem;
}

.donate-impact-card p {
    font-size: 0.82rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.65);
}

/* CTA bottom */
.donate-cta-section {
    padding: 5rem 0;
    background: var(--off-white);
}

.donate-cta-box {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

/* Responsive */
@media (max-width: 1024px) {
    .donate-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .donate-sidebar-col {
        position: static;
    }

    .donate-intro-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem 2rem;
    }

    .donate-impact-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .donate-intro-grid {
        grid-template-columns: 1fr 1fr;
    }

    .donate-impact-grid {
        grid-template-columns: 1fr;
    }

    .donate-sidebar-card {
        padding: 1.8rem;
    }
}

@media (max-width: 480px) {
    .donate-intro-grid {
        grid-template-columns: 1fr;
    }
}