.ct-header-html a {
  color: #B8924A;
  font-weight: 600;
  text-decoration: none;
}

.ct-header-html a:hover {
  color: #F0DFA8;
}

.ct-header-html {
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.5px;
}
.ct-header .bottom-row .current-menu-item a {
  color: #5C1A26;
  border-bottom: 2px solid #5C1A26;
  padding-bottom: 2px;
}
.hero-desc {
  color: rgba(255,255,255,0.65) !important;
}
.btn-ghost {
  background: transparent !important;
  border: 1px solid white !important;
  color: white !important;
  box-shadow: none !important;
}

.btn-ghost:hover {
  background: rgba(255,255,255,0.1) !important;
  border-color: white !important;
  color: white !important;
}
.wp-block-query .wp-block-post {
  background: #FDFAF5;
  border: 1px solid #E2D5C3;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}

.wp-block-query .wp-block-post:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(58,10,18,0.1);
}

.wp-block-query .wp-block-post .wp-block-post-title a {
  color: #3A0A12;
  text-decoration: none;
}

.wp-block-query .wp-block-post .wp-block-post-title a:hover {
  color: #5C1A26;
}
.start-here-band {
  position: relative;
}

.start-here-band .wp-block-column {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(184,146,74,0.25);
  border-radius: 10px;
  padding: 28px 24px;
  transition: background 0.2s;
}

.start-here-band .wp-block-column:hover {
  background: rgba(255,255,255,0.12);
}

.start-here-band h3 {
  color: #F0DFA8 !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 20px !important;
}

.start-here-band a {
  color: #B8924A !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}
/* Most Read numbered list */
.ct-sidebar .widget ul.wp-block-latest-posts {
  list-style: none;
  counter-reset: post-counter;
}

.ct-sidebar .widget ul.wp-block-latest-posts li {
  counter-increment: post-counter;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #EDE4D3;
}

.ct-sidebar .widget ul.wp-block-latest-posts li:last-child {
  border-bottom: none;
}

.ct-sidebar .widget ul.wp-block-latest-posts li::before {
  content: counter(post-counter);
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 300;
  color: #E2D5C3;
  line-height: 1;
  flex-shrink: 0;
  width: 28px;
}

.ct-sidebar .widget ul.wp-block-latest-posts li a {
  font-size: 13.5px;
  line-height: 1.45;
  color: #3A2E20;
  text-decoration: none;
}

.ct-sidebar .widget ul.wp-block-latest-posts li a:hover {
  color: #5C1A26;
}

.ct-sidebar .widget .wp-block-html h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: #F0DFA8;
  margin-bottom: 10px;
}

.ct-sidebar .widget .wp-block-html {
  background: linear-gradient(160deg, #5C1A26 0%, #3A0A12 100%) !important;
  border: none !important;
}

.ct-sidebar .widget .wp-block-html p {
  color: rgba(255,255,255,0.65);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.ct-sidebar .widget .wp-block-html input {
  width: 100%;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: white;
  font-size: 13px;
  padding: 10px 14px;
  border-radius: 6px;
  margin-bottom: 10px;
  outline: none;
}

.ct-sidebar .widget .wp-block-html button {
  width: 100%;
  background: #B8924A;
  color: #3A0A12;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.ct-sidebar .widget .wp-block-html button:hover {
  background: #D4B070;
}

/* ── FOOTER ── */
.ct-footer {
  background: #3A0A12;
}

.footer-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 600;
  color: white;
  margin-bottom: 12px;
}

.ct-footer h4 {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #B8924A;
  margin-bottom: 16px;
}

.ct-footer p {
  font-size: 13.5px;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
  max-width: 280px;
  margin-bottom: 24px;
}

.ct-footer .widget ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ct-footer .widget ul li a {
  font-size: 13.5px;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.2s;
}

.ct-footer .widget ul li a:hover {
  color: white;
}

/* Bottom bar */
.ct-footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 20px;
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Footer links */
.ct-footer a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.2s;
}

.ct-footer a:hover {
  color: white;
}
.ct-footer h1,
.ct-footer h2,
.ct-footer h3,
.ct-footer h4,
.ct-footer h5,
.ct-footer h6,
.ct-footer .widget-title {
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: #B8924A !important;
  margin-bottom: 16px !important;
}
