/* ========================================
   THE ARCHITECTURE ARCHIVES — Global CSS
   ======================================== */

/* --- Smooth scrolling site-wide --- */
html {
  scroll-behavior: smooth;
}

/* --- Post card image hover zoom --- */
.e-card-image,
.elementor-post__thumbnail {
  overflow: hidden;
}
.e-card-image img,
.elementor-post__thumbnail img {
  transition: transform 0.4s ease;
}
.e-card-image:hover img,
.elementor-post__thumbnail:hover img {
  transform: scale(1.03);
}

/* --- Gold thin divider utility class --- */
.gold-divider {
  border: none;
  height: 1px;
  background-color: #B8943E;
  width: 60px;
  margin: 24px auto;
}

/* --- Gold diamond ornament (use between sections) --- */
.gold-diamond::after {
  content: "◆";
  display: block;
  text-align: center;
  color: #B8943E;
  font-size: 10px;
  margin: 32px auto;
}

/* --- Pull quote styling --- */
blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  color: #2C2C2C;
  border-left: 3px solid #B8943E;
  padding-left: 24px;
  margin: 40px 0;
}

/* --- Image captions --- */
figcaption,
.wp-caption-text,
.elementor-image-box-description {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: #4A5568;
  font-style: italic;
  margin-top: 8px;
}

/* --- Post content max-width for readability --- */
.elementor-widget-theme-post-content {
  max-width: 720px;
  margin: 0 auto;
}

/* --- Link styling --- */
.elementor-widget-theme-post-content a {
  color: #B8943E;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.3s ease;
}
.elementor-widget-theme-post-content a:hover {
  color: #2C2C2C;
}

/* --- Category badge pill --- */
.category-badge {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background-color: #7A8B6F;
  color: #FAFAF7;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
}

/* --- Sticky header background on scroll --- */
.elementor-sticky--effects {
  background-color: #F5F0E8 !important;
  box-shadow: 0 2px 8px rgba(44, 44, 44, 0.08);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* --- Hide default WordPress page/post titles 
      (since you're using Elementor custom headers) --- */
h1.entry-title {
  display: none;
}

/* --- Selection highlight color --- */
::selection {
  background-color: #B8943E;
  color: #FAFAF7;
}

/* --- Scrollbar styling (Webkit browsers) --- */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #F5F0E8;
}
::-webkit-scrollbar-thumb {
  background: #B8943E;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #2C2C2C;
}
.fact-box {
    background-color: #ede6d6 !important;
    background-image: none !important;
    padding: 32px 36px !important;
    margin: 32px 0 48px 0 !important;
    border-left: 4px solid #b8943e !important;
    border-radius: 2px;
}

.fact-box .fact-box-title {
    font-size: 1.4rem !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    letter-spacing: 0.02em;
}

.fact-box ul {
    margin: 0 !important;
    padding-left: 20px !important;
}

.fact-box li {
    margin-bottom: 10px !important;
    line-height: 1.5;
}

.fact-box li:last-child {
    margin-bottom: 0 !important;
}

.fact-box li strong {
    color: #2a2a2a;
    font-weight: 600;
}
.callout-box {
  background-color: #f0ebe3;
  border-left: 4px solid #8b6f47;
  padding: 1.25rem 1.5rem;
  margin: 2rem 0;
  border-radius: 2px;
}

.callout-box h4 {
  margin-top: 0;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b6f47;
}
