/*
Theme Name: AnnaLind Egyptian Network
Theme URI: https://shad-alfegyptiannetwork.com
Author: SHAD Development
Description: Premium RTL WordPress theme for Anna Lind Egyptian Network — Mediterranean Luxury edition
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Text Domain: annalind
Tags: rtl-language, custom-colors, custom-menu, featured-images, full-width-template
*/

/* ============================================================
   CSS VARIABLES & DESIGN TOKENS
   ============================================================ */
:root {
  /* Color Palette */
  --ink:        #0D0D0D;
  --ink-deep:   #060608;
  --ivory:      #F5F0E8;
  --ivory-soft: #FAF7F2;
  --gold:       #C8A96E;
  --gold-light: #E2C89A;
  --gold-pale:  #F0E6CE;
  --teal:       #1A4A4A;
  --teal-mid:   #215F5F;
  --teal-light: #2E7D7D;
  --ash:        #8A8680;
  --ash-light:  #C4BFB5;
  --white:      #FFFFFF;

  /* Typography */
  --font-display: 'Playfair Display', 'Amiri', Georgia, serif;
  --font-body:    'IBM Plex Sans Arabic', 'Noto Sans Arabic', sans-serif;
  --font-mono:    'JetBrains Mono', monospace;

  /* Spacing */
  --space-xs:  0.25rem;
  --space-sm:  0.5rem;
  --space-md:  1rem;
  --space-lg:  2rem;
  --space-xl:  4rem;
  --space-2xl: 6rem;
  --space-3xl: 10rem;

  /* Layout */
  --container: 1200px;
  --container-narrow: 780px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-full: 9999px;

  /* Transitions */
  --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-expo:   cubic-bezier(0.16, 1, 0.3, 1);
  --dur-fast:  150ms;
  --dur-med:   300ms;
  --dur-slow:  600ms;
  --dur-slower:900ms;

  /* Shadows */
  --shadow-sm:  0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.05);
  --shadow-md:  0 4px 16px rgba(0,0,0,0.10), 0 2px 6px rgba(0,0,0,0.06);
  --shadow-lg:  0 12px 40px rgba(0,0,0,0.14), 0 4px 16px rgba(0,0,0,0.08);
  --shadow-xl:  0 24px 64px rgba(0,0,0,0.18), 0 8px 24px rgba(0,0,0,0.10);
  --shadow-gold: 0 8px 32px rgba(200,169,110,0.25);
  --shadow-inset: inset 0 1px 0 rgba(255,255,255,0.06);
}

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  background-color: var(--ivory-soft);
  color: var(--ink);
  line-height: 1.7;
  direction: rtl;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: color var(--dur-med) var(--ease-smooth); }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }

/* ============================================================
   TYPOGRAPHY SCALE
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  line-height: 1.2;
  font-weight: 700;
  color: var(--ink-deep);
}

.display-1 { font-size: clamp(3rem, 8vw, 7rem); line-height: 1.05; letter-spacing: -0.02em; }
.display-2 { font-size: clamp(2.2rem, 5vw, 4.5rem); line-height: 1.1; letter-spacing: -0.015em; }
.heading-1 { font-size: clamp(1.8rem, 3vw, 3rem); }
.heading-2 { font-size: clamp(1.4rem, 2.5vw, 2.2rem); }
.heading-3 { font-size: clamp(1.1rem, 2vw, 1.6rem); }
.body-lg   { font-size: 1.125rem; line-height: 1.8; }
.body-md   { font-size: 1rem; line-height: 1.75; }
.body-sm   { font-size: 0.875rem; line-height: 1.6; }
.label     { font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; }

/* ============================================================
   UTILITY CLASSES
   ============================================================ */
.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--space-lg);
}
.container-narrow {
  max-width: var(--container-narrow);
  margin-inline: auto;
  padding-inline: var(--space-lg);
}

.text-gold   { color: var(--gold); }
.text-teal   { color: var(--teal-light); }
.text-ash    { color: var(--ash); }
.text-ivory  { color: var(--ivory); }
.text-center { text-align: center; }
.text-start  { text-align: start; }

.bg-ink    { background-color: var(--ink-deep); }
.bg-teal   { background-color: var(--teal); }
.bg-ivory  { background-color: var(--ivory-soft); }
.bg-white  { background-color: var(--white); }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border-width: 0;
}

/* ============================================================
   GOLD ORNAMENTAL DIVIDER
   ============================================================ */
.ornament {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  margin-block: var(--space-lg);
}
.ornament::before,
.ornament::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(to var(--ornament-dir, left), transparent, var(--gold-light));
}
.ornament::after {
  --ornament-dir: right;
}
.ornament-diamond {
  width: 8px; height: 8px;
  background: var(--gold);
  transform: rotate(45deg);
  flex-shrink: 0;
}

/* Section label (small uppercase text above heading) */
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: var(--space-md);
}
.section-eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: var(--gold);
}

/* ============================================================
   ANNOUNCEMENT BAR
   ============================================================ */
.announcement-bar {
  background: var(--ink-deep);
  color: var(--ivory);
  padding-block: 10px;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.announcement-bar::before,
.announcement-bar::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.announcement-bar::before { right: 0; background: linear-gradient(to left, var(--ink-deep), transparent); }
.announcement-bar::after  { left: 0;  background: linear-gradient(to right, var(--ink-deep), transparent); }

.announcement-track {
  display: flex;
  gap: 4rem;
  animation: marquee 35s linear infinite;
  width: max-content;
}
.announcement-item {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  white-space: nowrap;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}
.announcement-item a { color: var(--gold-light); }
.announcement-item a:hover { color: var(--gold); }
.announcement-dot {
  width: 4px; height: 4px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(250, 247, 242, 0.92);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(200, 169, 110, 0.15);
  transition: all var(--dur-med) var(--ease-smooth);
}
.site-header.scrolled {
  background: rgba(250, 247, 242, 0.97);
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: var(--space-lg);
}

.site-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}
.site-logo img {
  height: 52px;
  width: auto;
}
.site-logo-text {
  display: flex;
  flex-direction: column;
}
.logo-name { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: var(--teal); line-height: 1.2; }
.logo-sub  { font-size: 0.67rem; letter-spacing: 0.08em; color: var(--ash); text-transform: uppercase; }

/* Primary Navigation */
.primary-nav { display: flex; align-items: center; gap: 0; }
.primary-nav ul { display: flex; align-items: center; gap: 0; }
.primary-nav a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.01em;
  position: relative;
  transition: color var(--dur-med) var(--ease-smooth);
}
.primary-nav a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 1rem; left: 1rem;
  height: 1.5px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform var(--dur-med) var(--ease-expo);
  transform-origin: left;
}
.primary-nav a:hover { color: var(--teal); }
.primary-nav a:hover::after { transform: scaleX(1); }
.primary-nav .current-menu-item a { color: var(--teal); }
.primary-nav .current-menu-item a::after { transform: scaleX(1); }

/* Header CTA */
.header-cta {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  flex-shrink: 0;
}

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  width: 40px; height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  color: var(--ink);
  transition: background var(--dur-fast);
}
.menu-toggle:hover { background: var(--gold-pale); }
.menu-toggle-icon { display: flex; flex-direction: column; gap: 5px; }
.menu-toggle-icon span {
  display: block; width: 22px; height: 1.5px;
  background: currentColor;
  transition: all var(--dur-med) var(--ease-smooth);
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  padding: 0.75rem 1.75rem;
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all var(--dur-med) var(--ease-smooth);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.1);
  transform: translateX(101%);
  transition: transform var(--dur-med) var(--ease-smooth);
}
.btn:hover::before { transform: translateX(0); }

.btn-primary {
  background: var(--teal);
  color: var(--ivory);
  box-shadow: 0 2px 12px rgba(26,74,74,0.35);
}
.btn-primary:hover {
  background: var(--teal-mid);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(26,74,74,0.40);
  color: var(--ivory);
}

.btn-gold {
  background: var(--gold);
  color: var(--ink-deep);
  box-shadow: var(--shadow-gold);
}
.btn-gold:hover {
  background: var(--gold-light);
  transform: translateY(-1px);
  box-shadow: 0 12px 40px rgba(200,169,110,0.40);
  color: var(--ink-deep);
}

.btn-outline {
  background: transparent;
  color: var(--ivory);
  border: 1px solid rgba(255,255,255,0.3);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.5);
  color: var(--ivory);
}

.btn-ghost {
  background: transparent;
  color: var(--teal);
  padding-inline: 0;
  gap: 0.4rem;
}
.btn-ghost:hover { color: var(--teal-mid); gap: 0.8rem; }

.btn-sm { padding: 0.5rem 1.25rem; font-size: 0.8rem; }
.btn-lg { padding: 1rem 2.5rem; font-size: 1rem; }

/* Arrow icon helper */
.btn-arrow {
  width: 18px; height: 18px;
  transition: transform var(--dur-med) var(--ease-bounce);
  flex-shrink: 0;
}
.btn:hover .btn-arrow { transform: translateX(-4px); }

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--ink-deep);
}

/* Geometric background pattern */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 40%, rgba(26,74,74,0.85) 0%, transparent 60%),
    radial-gradient(ellipse 60% 80% at 20% 80%, rgba(200,169,110,0.12) 0%, transparent 50%),
    var(--ink-deep);
}
.hero-bg-pattern {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 40px,
      rgba(200,169,110,0.03) 40px,
      rgba(200,169,110,0.03) 41px
    );
}
.hero-bg-img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.12;
  mix-blend-mode: luminosity;
}

/* Floating geometric shapes */
.hero-shape {
  position: absolute;
  border: 1px solid rgba(200,169,110,0.15);
  border-radius: 50%;
  animation: floatShape 12s ease-in-out infinite;
}
.hero-shape-1 { width: 400px; height: 400px; top: -100px; left: -100px; animation-delay: 0s; }
.hero-shape-2 { width: 250px; height: 250px; bottom: 10%; right: 5%; animation-delay: -4s; animation-duration: 9s; }
.hero-shape-3 { width: 120px; height: 120px; top: 30%; left: 15%; animation-delay: -7s; animation-duration: 15s; border-color: rgba(200,169,110,0.08); }

@keyframes floatShape {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  33%       { transform: translateY(-20px) rotate(5deg); }
  66%       { transform: translateY(10px) rotate(-3deg); }
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-block: var(--space-3xl);
  width: 100%;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: var(--space-2xl);
  align-items: center;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  padding: 0.4rem 1rem;
  background: rgba(200,169,110,0.15);
  border: 1px solid rgba(200,169,110,0.3);
  border-radius: var(--radius-full);
  color: var(--gold-light);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: var(--space-lg);
  width: fit-content;
}
.hero-label-dot {
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.4); opacity: 0.6; }
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--ivory);
  margin-bottom: var(--space-lg);
}
.hero-title-accent {
  display: block;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 50%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  animation: shimmer 4s ease-in-out infinite;
}
@keyframes shimmer {
  0%, 100% { background-position: 0% 50%; }
  50%       { background-position: 100% 50%; }
}

.hero-desc {
  font-size: 1.15rem;
  line-height: 1.8;
  color: rgba(245,240,232,0.7);
  max-width: 520px;
  margin-bottom: var(--space-xl);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  flex-wrap: wrap;
}

/* Hero Stats Card */
.hero-stats-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(200,169,110,0.2);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.hero-stats-card-title {
  color: var(--gold-light);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: var(--space-lg);
  padding-bottom: var(--space-md);
  border-bottom: 1px solid rgba(200,169,110,0.15);
}
.hero-stat {
  padding-block: var(--space-md);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.hero-stat:last-child { border-bottom: none; padding-bottom: 0; }
.hero-stat-num {
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.hero-stat-label { font-size: 0.85rem; color: rgba(245,240,232,0.55); }

/* ============================================================
   SECTION HEADERS
   ============================================================ */
.section-header {
  margin-bottom: var(--space-2xl);
}
.section-header-center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: var(--ink-deep);
  line-height: 1.2;
  margin-bottom: var(--space-md);
}
.section-subtitle {
  font-size: 1.05rem;
  color: var(--ash);
  max-width: 520px;
  line-height: 1.8;
}

/* ============================================================
   SECTIONS SPACING
   ============================================================ */
.section { padding-block: var(--space-3xl); }
.section-sm { padding-block: var(--space-2xl); }
.section-lg { padding-block: calc(var(--space-3xl) * 1.4); }

/* ============================================================
   NEWS/CARDS GRID
   ============================================================ */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}

.news-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur-med) var(--ease-smooth), box-shadow var(--dur-med) var(--ease-smooth);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(200,169,110,0.1);
}
.news-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
}

.news-card-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: var(--teal);
}
.news-card-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform var(--dur-slow) var(--ease-smooth);
}
.news-card:hover .news-card-img-wrap img { transform: scale(1.06); }

.news-card-category {
  position: absolute;
  top: var(--space-md);
  right: var(--space-md);
  padding: 0.3rem 0.85rem;
  background: var(--teal);
  color: var(--ivory);
  border-radius: var(--radius-full);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.news-card-body {
  padding: var(--space-lg);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news-card-meta {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  margin-bottom: var(--space-md);
  color: var(--ash);
  font-size: 0.8rem;
}
.news-card-meta-sep { width: 3px; height: 3px; background: var(--ash-light); border-radius: 50%; }

.news-card-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink-deep);
  margin-bottom: var(--space-md);
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card-title a { color: inherit; }
.news-card-title a:hover { color: var(--teal); }

.news-card-excerpt {
  font-size: 0.9rem;
  color: var(--ash);
  line-height: 1.7;
  margin-bottom: var(--space-lg);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--space-md);
  border-top: 1px solid var(--gold-pale);
}

/* Featured card (first item in grid) */
.news-card-featured {
  grid-column: span 2;
  grid-row: span 2;
  flex-direction: column;
}
.news-card-featured .news-card-img-wrap {
  aspect-ratio: unset;
  flex: 1;
  min-height: 280px;
}
.news-card-featured .news-card-title { font-size: 1.5rem; -webkit-line-clamp: 4; }

/* ============================================================
   ABOUT SECTION
   ============================================================ */
.about-section {
  background: var(--ink-deep);
  position: relative;
  overflow: hidden;
}
.about-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 70% at 100% 50%, rgba(26,74,74,0.6) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 0% 80%, rgba(200,169,110,0.08) 0%, transparent 50%);
}

.about-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3xl);
  align-items: center;
}

.about-image-stack {
  position: relative;
}
.about-img-main {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}
.about-img-main img {
  width: 100%; height: 460px;
  object-fit: cover;
}
.about-img-accent {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 200px; height: 200px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 4px solid var(--ink-deep);
  box-shadow: var(--shadow-xl);
}
.about-img-accent img { width: 100%; height: 100%; object-fit: cover; }
.about-badge {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px; height: 100px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--ink-deep);
  font-weight: 700;
  box-shadow: var(--shadow-gold);
}
.about-badge-num { font-size: 1.8rem; font-family: var(--font-display); line-height: 1; }
.about-badge-label { font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; }

.about-content { color: var(--ivory); }
.about-content .section-title { color: var(--ivory); }
.about-content .section-subtitle { color: rgba(245,240,232,0.6); }

.about-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
  margin-top: var(--space-xl);
}
.about-pillar {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(200,169,110,0.15);
  border-radius: var(--radius-md);
  padding: var(--space-md) var(--space-lg);
  display: flex;
  align-items: center;
  gap: var(--space-md);
  transition: border-color var(--dur-med) var(--ease-smooth);
}
.about-pillar:hover { border-color: rgba(200,169,110,0.4); }
.about-pillar-icon {
  width: 40px; height: 40px;
  background: rgba(200,169,110,0.1);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
  font-size: 1.2rem;
}
.about-pillar-label { font-size: 0.88rem; font-weight: 600; color: var(--ivory); }

/* ============================================================
   STATS SECTION
   ============================================================ */
.stats-section {
  background: var(--teal);
  position: relative;
  overflow: hidden;
}
.stats-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 30px,
    rgba(255,255,255,0.02) 30px,
    rgba(255,255,255,0.02) 31px
  );
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.stat-item {
  background: var(--teal);
  padding: var(--space-xl) var(--space-lg);
  text-align: center;
  transition: background var(--dur-med) var(--ease-smooth);
}
.stat-item:hover { background: var(--teal-mid); }
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: var(--space-sm);
}
.stat-label {
  font-size: 0.9rem;
  color: rgba(245,240,232,0.7);
  line-height: 1.5;
}

/* ============================================================
   BOARD OF TRUSTEES
   ============================================================ */
.trustees-section { background: var(--ivory-soft); }

.trustees-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}

.trustee-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(200,169,110,0.1);
  transition: all var(--dur-med) var(--ease-smooth);
  position: relative;
}
.trustee-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0; left: 0;
  height: 3px;
  background: linear-gradient(to left, var(--gold), var(--teal));
  opacity: 0;
  transition: opacity var(--dur-med);
}
.trustee-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.trustee-card:hover::before { opacity: 1; }

.trustee-card-head {
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-mid) 100%);
  padding: var(--space-xl) var(--space-lg) var(--space-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.trustee-card-head::after {
  content: '';
  position: absolute;
  bottom: -1px; right: 0; left: 0;
  height: 30px;
  background: var(--white);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.trustee-avatar {
  width: 100px; height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--gold);
  box-shadow: 0 4px 16px rgba(0,0,0,0.2), 0 0 0 4px rgba(200,169,110,0.2);
  margin-bottom: var(--space-md);
  position: relative;
  z-index: 1;
}
.trustee-avatar-placeholder {
  width: 100px; height: 100px;
  border-radius: 50%;
  background: rgba(200,169,110,0.2);
  border: 3px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: var(--space-md);
  position: relative;
  z-index: 1;
}

.trustee-name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ivory);
  position: relative;
  z-index: 1;
}
.trustee-role {
  font-size: 0.78rem;
  color: var(--gold-light);
  letter-spacing: 0.06em;
  margin-top: 0.3rem;
  position: relative;
  z-index: 1;
}

.trustee-card-body {
  padding: var(--space-lg);
}
.trustee-bio {
  font-size: 0.88rem;
  color: var(--ash);
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.trustee-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
  margin-top: var(--space-md);
  padding-top: var(--space-md);
  border-top: 1px solid var(--gold-pale);
}
.trustee-tag {
  padding: 0.2rem 0.7rem;
  background: var(--gold-pale);
  color: var(--teal);
  border-radius: var(--radius-full);
  font-size: 0.72rem;
  font-weight: 600;
}

/* Featured trustee (president) */
.trustee-card-featured {
  grid-column: span 3;
  flex-direction: row;
  display: grid;
  grid-template-columns: 320px 1fr;
}
.trustee-card-featured .trustee-card-head {
  justify-content: center;
  border-radius: 0;
}
.trustee-card-featured .trustee-card-head::after { display: none; }
.trustee-card-featured .trustee-avatar { width: 130px; height: 130px; }
.trustee-card-featured .trustee-name { font-size: 1.5rem; }
.trustee-card-featured .trustee-card-body {
  padding: var(--space-xl);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.trustee-card-featured .trustee-bio { -webkit-line-clamp: 6; }

/* ============================================================
   MEMBERS / MAP SECTION
   ============================================================ */
.members-section {
  background: var(--ink-deep);
  position: relative;
  overflow: hidden;
}

.members-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: var(--space-2xl);
  align-items: start;
}

.members-map {
  position: relative;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(200,169,110,0.15);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  overflow: hidden;
}

.egypt-map-svg {
  width: 100%;
  height: auto;
}
.egypt-governorate {
  fill: rgba(26,74,74,0.4);
  stroke: rgba(200,169,110,0.2);
  stroke-width: 0.5;
  transition: fill var(--dur-med);
  cursor: pointer;
}
.egypt-governorate:hover,
.egypt-governorate.active {
  fill: var(--teal-light);
}

.members-stats-panel { color: var(--ivory); }
.members-stats-panel .section-title { color: var(--ivory); }
.members-stats-panel .section-subtitle { color: rgba(245,240,232,0.6); }

.governors-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-sm);
  margin-top: var(--space-xl);
  max-height: 420px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(200,169,110,0.3) transparent;
}
.governor-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem var(--space-md);
  background: rgba(255,255,255,0.04);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,255,255,0.05);
  transition: all var(--dur-fast);
  cursor: pointer;
}
.governor-item:hover {
  background: rgba(200,169,110,0.1);
  border-color: rgba(200,169,110,0.2);
}
.governor-name { font-size: 0.85rem; color: rgba(245,240,232,0.8); }
.governor-count {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold);
}

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero {
  background: var(--ink-deep);
  padding-block: var(--space-2xl);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 100% at 100% 0%, rgba(26,74,74,0.7) 0%, transparent 55%),
    radial-gradient(ellipse 40% 60% at 0% 100%, rgba(200,169,110,0.08) 0%, transparent 50%);
}
.page-hero-inner {
  position: relative;
  z-index: 1;
}
.page-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  font-size: 0.8rem;
  color: rgba(245,240,232,0.5);
  margin-bottom: var(--space-lg);
}
.page-hero-breadcrumb a { color: var(--gold-light); }
.page-hero-breadcrumb a:hover { color: var(--gold); }
.page-hero-breadcrumb-sep { color: rgba(245,240,232,0.3); }
.page-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.8rem);
  color: var(--ivory);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: var(--space-md);
}
.page-hero-subtitle { font-size: 1.05rem; color: rgba(245,240,232,0.6); max-width: 560px; }

/* ============================================================
   CONTACT SECTION
   ============================================================ */
.contact-section {
  background: var(--ivory-soft);
}
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2xl);
  align-items: start;
}

.contact-info { }
.contact-info .section-title { margin-bottom: var(--space-md); }

.contact-items {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  margin-top: var(--space-xl);
}
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-md);
  padding: var(--space-md) var(--space-lg);
  background: var(--white);
  border-radius: var(--radius-md);
  border: 1px solid rgba(200,169,110,0.1);
  box-shadow: var(--shadow-sm);
}
.contact-item-icon {
  width: 44px; height: 44px;
  background: var(--teal);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  flex-shrink: 0;
  font-size: 1.1rem;
}
.contact-item-label { font-size: 0.75rem; color: var(--ash); letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; margin-bottom: 0.25rem; }
.contact-item-value { font-size: 0.95rem; color: var(--ink-deep); font-weight: 500; }

/* Contact Form */
.contact-form {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
  border: 1px solid rgba(200,169,110,0.1);
  box-shadow: var(--shadow-md);
}
.contact-form-title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin-bottom: var(--space-xl);
  color: var(--ink-deep);
}

.form-group { margin-bottom: var(--space-lg); }
.form-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}
.form-control {
  width: 100%;
  padding: 0.8rem 1rem;
  background: var(--ivory-soft);
  border: 1px solid var(--ash-light);
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  color: var(--ink);
  transition: all var(--dur-fast) var(--ease-smooth);
  outline: none;
}
.form-control:focus {
  border-color: var(--teal);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(26,74,74,0.08);
}
.form-control::placeholder { color: var(--ash-light); }
textarea.form-control { resize: vertical; min-height: 130px; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink-deep);
  padding-top: var(--space-3xl);
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: '';
  position: absolute;
  top: 0; right: 0; left: 0;
  height: 1px;
  background: linear-gradient(to left, transparent, var(--gold), transparent);
}

.footer-grid {
  display: grid;
  grid-template-columns: 280px 1fr 1fr 1fr;
  gap: var(--space-2xl);
  padding-bottom: var(--space-2xl);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.footer-brand {}
.footer-logo img { height: 52px; margin-bottom: var(--space-md); }
.footer-tagline { font-size: 0.9rem; color: rgba(245,240,232,0.5); line-height: 1.7; margin-bottom: var(--space-lg); }
.footer-social {
  display: flex;
  gap: var(--space-sm);
}
.footer-social-link {
  width: 38px; height: 38px;
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(245,240,232,0.5);
  font-size: 0.9rem;
  transition: all var(--dur-fast);
  border: 1px solid rgba(255,255,255,0.08);
}
.footer-social-link:hover { background: var(--teal); color: var(--gold-light); border-color: transparent; }

.footer-col-title {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: var(--space-lg);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}
.footer-links a {
  font-size: 0.88rem;
  color: rgba(245,240,232,0.5);
  transition: color var(--dur-fast);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.footer-links a::before { content: '—'; color: var(--teal-light); font-size: 0.7rem; opacity: 0; transition: opacity var(--dur-fast); }
.footer-links a:hover { color: var(--ivory); }
.footer-links a:hover::before { opacity: 1; }

.footer-news-item {
  display: flex;
  gap: var(--space-md);
  padding-bottom: var(--space-md);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  margin-bottom: var(--space-md);
}
.footer-news-item:last-child { border-bottom: none; margin-bottom: 0; }
.footer-news-img { width: 58px; height: 58px; border-radius: var(--radius-sm); object-fit: cover; flex-shrink: 0; }
.footer-news-title { font-size: 0.83rem; color: rgba(245,240,232,0.7); line-height: 1.5; margin-bottom: 0.25rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.footer-news-date { font-size: 0.72rem; color: var(--ash); }

.footer-bottom {
  padding-block: var(--space-lg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  color: rgba(245,240,232,0.35);
}
.footer-bottom a { color: rgba(245,240,232,0.35); }
.footer-bottom a:hover { color: var(--gold); }

/* ============================================================
   SIDEBAR (Blog/Archive pages)
   ============================================================ */
.page-with-sidebar {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: var(--space-2xl);
  align-items: start;
}

.sidebar { position: sticky; top: 100px; }
.sidebar-widget {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  border: 1px solid rgba(200,169,110,0.1);
  box-shadow: var(--shadow-sm);
  margin-bottom: var(--space-lg);
}
.sidebar-widget-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink-deep);
  margin-bottom: var(--space-lg);
  padding-bottom: var(--space-md);
  border-bottom: 2px solid var(--gold-pale);
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}
.sidebar-widget-title::before { content: ''; display: block; width: 16px; height: 2px; background: var(--gold); }

.sidebar-search {
  display: flex;
  gap: var(--space-sm);
}
.sidebar-search .form-control { border-radius: var(--radius-sm) 0 0 var(--radius-sm); }
.sidebar-search-btn {
  padding: 0.8rem 1rem;
  background: var(--teal);
  color: var(--ivory);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  transition: background var(--dur-fast);
  font-size: 0.9rem;
}
.sidebar-search-btn:hover { background: var(--teal-mid); }

.sidebar-cat-list { display: flex; flex-direction: column; gap: 0; }
.sidebar-cat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--gold-pale);
  font-size: 0.88rem;
  color: var(--ink);
  transition: color var(--dur-fast);
}
.sidebar-cat-item:last-child { border-bottom: none; }
.sidebar-cat-item a { color: inherit; flex: 1; }
.sidebar-cat-item:hover a { color: var(--teal); }
.sidebar-cat-count {
  background: var(--teal);
  color: var(--ivory);
  border-radius: var(--radius-full);
  padding: 0.1rem 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
}

.sidebar-recent-item {
  display: flex;
  gap: var(--space-md);
  padding-block: var(--space-md);
  border-bottom: 1px solid var(--gold-pale);
}
.sidebar-recent-item:last-child { border-bottom: none; padding-bottom: 0; }
.sidebar-recent-img { width: 64px; height: 64px; border-radius: var(--radius-sm); object-fit: cover; flex-shrink: 0; }
.sidebar-recent-title { font-size: 0.85rem; color: var(--ink); line-height: 1.5; margin-bottom: 0.25rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sidebar-recent-title a { color: inherit; }
.sidebar-recent-title a:hover { color: var(--teal); }
.sidebar-recent-date { font-size: 0.72rem; color: var(--ash); }

/* ============================================================
   SINGLE POST
   ============================================================ */
.single-post-header {
  background: var(--ink-deep);
  padding-block: var(--space-2xl);
  position: relative;
}
.single-post-feat-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  margin-bottom: var(--space-xl);
}
.single-post-content {
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--ink);
}
.single-post-content h2 { font-size: 1.8rem; margin-block: 2.5rem 1rem; }
.single-post-content h3 { font-size: 1.4rem; margin-block: 2rem 0.8rem; }
.single-post-content p  { margin-bottom: 1.5rem; }
.single-post-content img { border-radius: var(--radius-md); margin-block: var(--space-xl); }
.single-post-content blockquote {
  border-right: 4px solid var(--gold);
  margin-block: var(--space-xl);
  padding: var(--space-lg) var(--space-xl);
  background: var(--gold-pale);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-style: italic;
  color: var(--teal);
}

/* ============================================================
   PAGINATION
   ============================================================ */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  margin-top: var(--space-2xl);
}
.page-num {
  width: 42px; height: 42px;
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(200,169,110,0.15);
  transition: all var(--dur-fast);
}
.page-num:hover { background: var(--teal); color: var(--ivory); border-color: var(--teal); }
.page-num.current { background: var(--teal); color: var(--ivory); border-color: var(--teal); }

/* ============================================================
   ANIMATIONS — entrance reveals
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity var(--dur-slower) var(--ease-expo), transform var(--dur-slower) var(--ease-expo);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.reveal-delay-1 { transition-delay: 100ms; }
.reveal-delay-2 { transition-delay: 200ms; }
.reveal-delay-3 { transition-delay: 300ms; }
.reveal-delay-4 { transition-delay: 400ms; }
.reveal-delay-5 { transition-delay: 500ms; }

/* ============================================================
   MOBILE MENU
   ============================================================ */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  visibility: hidden;
  pointer-events: none;
}
.mobile-menu.open { visibility: visible; pointer-events: all; }
.mobile-menu-overlay {
  position: absolute;
  inset: 0;
  background: rgba(6,6,8,0.7);
  opacity: 0;
  transition: opacity var(--dur-med);
  backdrop-filter: blur(4px);
}
.mobile-menu.open .mobile-menu-overlay { opacity: 1; }
.mobile-menu-panel {
  position: absolute;
  top: 0; right: 0;
  width: 320px; height: 100%;
  background: var(--ink-deep);
  transform: translateX(100%);
  transition: transform var(--dur-slow) var(--ease-expo);
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(200,169,110,0.15);
  overflow-y: auto;
}
.mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-lg);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.mobile-menu-close {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius-sm);
  color: var(--ivory);
  font-size: 1.2rem;
  transition: background var(--dur-fast);
}
.mobile-menu-close:hover { background: rgba(255,255,255,0.1); }
.mobile-menu-nav { padding: var(--space-lg); flex: 1; }
.mobile-menu-nav ul { display: flex; flex-direction: column; gap: var(--space-xs); }
.mobile-menu-nav a {
  display: block;
  padding: 0.85rem var(--space-md);
  font-size: 1rem;
  font-weight: 500;
  color: rgba(245,240,232,0.8);
  border-radius: var(--radius-sm);
  transition: all var(--dur-fast);
  border: 1px solid transparent;
}
.mobile-menu-nav a:hover {
  background: rgba(200,169,110,0.08);
  color: var(--ivory);
  border-color: rgba(200,169,110,0.15);
}
.mobile-menu-foot {
  padding: var(--space-lg);
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-stats-card { display: none; }
  .about-inner { grid-template-columns: 1fr; gap: var(--space-2xl); }
  .about-image-stack { display: none; }
  .members-inner { grid-template-columns: 1fr; }
  .members-map { display: none; }
  .news-card-featured { grid-column: span 1; grid-row: span 1; }
  .trustee-card-featured { grid-column: span 1; grid-template-columns: 1fr; }
  .trustee-card-featured .trustee-card-head::after { display: block; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-inner { grid-template-columns: 1fr; }
  .page-with-sidebar { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}

@media (max-width: 768px) {
  .primary-nav { display: none; }
  .menu-toggle { display: flex; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: 1fr; }
  .trustees-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .governors-list { grid-template-columns: 1fr; }
  .header-cta .btn { display: none; }
}

@media (max-width: 480px) {
  .container { padding-inline: var(--space-md); }
  .stats-grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   PRINT
   ============================================================ */
@media print {
  .site-header, .site-footer, .sidebar, .announcement-bar { display: none; }
  body { background: white; color: black; }
}
