/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
Description: Child theme for jonclewis.com — warm earthy dark palette, wildlife photography portfolio
*/

/* ============================================
   COLOR PALETTE
   bg:      #1c1510
   surface: #2d1f0e
   accent:  #c9a07a
   text:    #f5e6d3
   muted:   #a07850
   border:  #3d2a15
============================================ */

/* Base */
html,
body {
  background-color: #1c1510 !important;
  color: #f5e6d3;
  overflow-x: hidden; /* prevent hero calc(-50vw + 50%) full-width technique from causing horizontal scroll */
}

a {
  color: #c9a07a;
}

a:hover {
  color: #f5e6d3;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #f5e6d3;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
}

/* Body text */
body,
p,
.entry-content {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.7;
}

/* ============================================
   NAVIGATION
============================================ */
.ast-primary-header-bar,
#ast-fixed-header,
.ast-header-break-point .ast-mobile-header-wrap {
  background-color: transparent !important;
}

/* Override when scrolled / not on hero */
.ast-sticky-header-active .ast-primary-header-bar,
.ast-sticky-active .ast-primary-header-bar {
  background-color: rgba(28, 21, 16, 0.95) !important;
  backdrop-filter: blur(6px);
}

.ast-primary-header-bar .main-header-bar {
  background-color: transparent;
}

/* Nav links */
.main-header-menu .menu-item > a,
.main-header-menu .menu-item > .ast-menu-toggle {
  color: #f5e6d3 !important;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.main-header-menu .menu-item > a:hover {
  color: #c9a07a !important;
}

/* Site title */
.ast-site-identity .site-title a,
.ast-site-identity .site-title {
  color: #f5e6d3 !important;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* Dropdown menus */
.main-header-menu .sub-menu {
  background-color: #2d1f0e !important;
  border: 1px solid #3d2a15;
  border-top: 2px solid #c9a07a;
}

.main-header-menu .sub-menu .menu-item > a {
  color: #f5e6d3 !important;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 10px 20px;
}

.main-header-menu .sub-menu .menu-item > a:hover {
  color: #c9a07a !important;
  background-color: #3d2a15 !important;
}

/* Mobile menu */
.ast-header-break-point .main-header-menu {
  background-color: #1c1510 !important;
  border-top: 1px solid #3d2a15;
}

.ast-header-break-point .main-header-menu .menu-item > a {
  color: #f5e6d3 !important;
  border-bottom: 1px solid #3d2a15;
}

/* Hamburger icon color */
.ast-mobile-menu-trigger span,
.ast-mobile-menu-trigger span::before,
.ast-mobile-menu-trigger span::after {
  background-color: #f5e6d3;
}

/* ============================================
   CARDS AND SURFACE ELEMENTS
============================================ */
.post-item,
.ast-article-post,
.widget,
.comment-body,
.ast-card {
  background-color: #2d1f0e;
  border-color: #3d2a15;
}

/* ============================================
   FOOTER
============================================ */
.site-footer,
.ast-small-footer {
  background-color: #13100d !important;
  border-top: 1px solid #3d2a15;
  color: #a07850;
}

.site-footer a,
.ast-small-footer a {
  color: #a07850;
}

.site-footer a:hover,
.ast-small-footer a:hover {
  color: #c9a07a;
}

/* ============================================
   BUTTONS
============================================ */
.ast-btn,
.button,
input[type="submit"],
.wp-block-button__link {
  background-color: #c9a07a;
  color: #1c1510;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ast-btn:hover,
.button:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
  background-color: #f5e6d3;
  color: #1c1510;
}

/* ============================================
   BORDERS AND SEPARATORS
============================================ */
hr,
.separator,
.ast-separator {
  border-color: #3d2a15;
}

/* ============================================
   LABELS / CATEGORIES
============================================ */
.ast-blog-meta-categories a,
.entry-meta .cat-links a,
.category-label,
.post-category {
  color: #c9a07a;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}

/* ============================================
   BLOG / POST LISTING
============================================ */
.ast-article-post .entry-title a {
  color: #f5e6d3;
}

.ast-article-post .entry-title a:hover {
  color: #c9a07a;
}

.ast-article-post .entry-meta,
.ast-article-post .entry-meta a {
  color: #a07850;
  font-size: 12px;
}

/* ============================================
   COMMENTS
============================================ */
#comments {
  border-top: 1px solid #3d2a15;
  padding-top: 40px;
  margin-top: 40px;
}

.comment-body {
  background-color: #2d1f0e;
  border: 1px solid #3d2a15;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 16px;
}

.comment-author .fn {
  color: #c9a07a;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
}

.comment-metadata,
.comment-metadata a {
  color: #a07850;
  font-size: 12px;
}

.comment-content p {
  color: #f5e6d3;
}

#respond {
  margin-top: 40px;
}

#respond .comment-reply-title {
  color: #f5e6d3;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 1px;
}

#respond input,
#respond textarea {
  background-color: #2d1f0e;
  border: 1px solid #3d2a15;
  color: #f5e6d3;
  font-family: 'Inter', sans-serif;
}

#respond input:focus,
#respond textarea:focus {
  border-color: #c9a07a;
  outline: none;
}

/* ============================================
   GALLERY THUMBNAIL HOVER (desktop only)
============================================ */
@media (hover: hover) {
  .mgl-item img,
  .mgl-col img {
    transition: transform 0.3s ease;
  }

  .mgl-item:hover img,
  .mgl-col:hover img {
    transform: scale(1.05);
  }
}

/* ============================================
   HERO SECTION
============================================ */
.jcl-hero {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-color: #1c1510;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-left: calc(-50vw + 50%);
}

.jcl-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(44,31,14,0.30) 0%, rgba(28,21,16,0.45) 100%);
}

.jcl-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
}

.jcl-hero__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(32px, 6vw, 72px);
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #f5e6d3;
  margin: 0 0 12px;
}

.jcl-hero__subtitle {
  font-family: 'Inter', sans-serif;
  font-size: clamp(11px, 1.5vw, 14px);
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #c9a07a;
  margin: 0;
}

.jcl-hero__scroll-hint {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #a07850;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* ============================================
   MAGAZINE GRID
============================================ */
.jcl-magazine {
  background-color: #1c1510;
  padding: 80px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.jcl-magazine__header {
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 1px solid #3d2a15;
}

.jcl-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a07a;
}

.jcl-magazine__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.jcl-magazine__item {
  display: flex;
  flex-direction: column;
}

.jcl-magazine__image {
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
  aspect-ratio: 16 / 10;
}

.jcl-magazine__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.jcl-magazine__image:hover img {
  transform: scale(1.04);
}

.jcl-magazine__meta {
  margin-bottom: 8px;
}

.jcl-magazine__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 10px;
}

.jcl-magazine__title a {
  color: #f5e6d3;
  text-decoration: none;
}

.jcl-magazine__title a:hover {
  color: #c9a07a;
}

.jcl-magazine__excerpt {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #a07850;
  line-height: 1.6;
  margin: 0;
}

/* ============================================
   MAGAZINE GRID RESPONSIVE
============================================ */
@media (max-width: 1023px) {
  .jcl-magazine {
    padding: 60px 24px;
  }

  .jcl-magazine__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}

@media (max-width: 767px) {
  .jcl-magazine {
    padding: 40px 16px;
  }

  .jcl-magazine__grid {
    grid-template-columns: 1fr;
    gap: 40px; /* larger gap for stacked card readability on phones */
  }
}

/* ============================================
   PORTFOLIO — CASE STUDY CARDS
============================================ */
.jcl-case-study {
  padding: 32px;
  background: #2d1f0e;
  border: 1px solid #3d2a15;
  border-radius: 4px;
  margin-bottom: 24px;
  transition: border-color 0.2s ease;
}

.jcl-case-study:hover {
  border-color: #c9a07a;
}

.jcl-case-study h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.jcl-case-study .jcl-role {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9a07a;
  margin-top: 16px;
}

/* ============================================
   PORTFOLIO — SKILLS GRID
============================================ */
.jcl-skills-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 24px 0;
}

.jcl-skills-group h4 {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a07a;
  margin-bottom: 12px;
}

.jcl-skills-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcl-skills-group ul li {
  color: #f5e6d3;
  font-size: 14px;
  padding: 4px 0;
  border-bottom: 1px solid #3d2a15;
}

@media (max-width: 1023px) {
  .jcl-skills-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .jcl-skills-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .jcl-case-study {
    padding: 20px 16px;
  }
}

/* ============================================
   AUTHOR BIO
============================================ */
.jcl-author-bio {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 32px;
  margin: 40px 0 0;
  background: #2d1f0e;
  border: 1px solid #3d2a15;
  border-radius: 4px;
}

.jcl-author-bio__avatar img {
  border-radius: 50%;
  flex-shrink: 0;
}

.jcl-author-bio__name {
  display: block;
  color: #f5e6d3;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 8px;
}

.jcl-author-bio__text p {
  color: #a07850;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* ============================================
   RELATED POSTS
============================================ */
.jcl-related-posts {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #3d2a15;
}

.jcl-related-posts__title {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a07a;
  margin-bottom: 20px;
  font-weight: 500;
}

.jcl-related-posts__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.jcl-related-posts__item img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  margin-bottom: 10px;
  display: block;
}

.jcl-related-posts__item h4 {
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}

.jcl-related-posts__item h4 a {
  color: #f5e6d3;
  text-decoration: none;
}

.jcl-related-posts__item h4 a:hover {
  color: #c9a07a;
}

@media (max-width: 1023px) {
  .jcl-related-posts__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .jcl-related-posts__grid {
    grid-template-columns: 1fr;
  }

  .jcl-author-bio {
    flex-direction: column;
  }
}

/* ============================================
   STANDALONE HOME NAV
============================================ */
.jcl-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0;
}

.jcl-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
}

.jcl-nav__logo {
  color: #f5e6d3;
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.jcl-nav__menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
}

.jcl-nav__menu a {
  color: #f5e6d3;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.jcl-nav__menu a:hover {
  color: #c9a07a;
}

/* Dropdown */
.jcl-nav__menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #2d1f0e;
  border: 1px solid #3d2a15;
  border-top: 2px solid #c9a07a;
  min-width: 160px;
  padding: 8px 0;
  list-style: none;
  margin: 0;
}

.jcl-nav__menu .menu-item {
  position: relative;
}

.jcl-nav__menu .menu-item:hover > .sub-menu {
  display: block;
}

.jcl-nav__menu .sub-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 10px;
  letter-spacing: 1px;
}

.jcl-nav__menu .sub-menu a:hover {
  color: #c9a07a;
  background: #3d2a15;
}

/* Hamburger */
.jcl-nav__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.jcl-nav__hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #f5e6d3;
}

@media (max-width: 1023px) {
  .jcl-nav__menu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: #1c1510;
    border-top: 1px solid #3d2a15;
    padding: 20px;
    gap: 0;
  }

  .jcl-nav__menu.is-open {
    display: flex;
  }

  .jcl-nav__menu .sub-menu {
    position: static;
    display: none;
    border: none;
    border-left: 2px solid #3d2a15;
    margin: 4px 0 4px 12px;
    padding: 0;
    background: transparent;
  }

  .jcl-nav__menu .menu-item.is-open > .sub-menu {
    display: block;
  }

  .jcl-nav__hamburger {
    display: flex;
  }

  .jcl-nav__menu a {
    padding: 12px 0;
    display: block;
  }
}

@media (max-width: 767px) {
  .jcl-nav__inner {
    padding: 20px 20px;
  }
}

/* ============================================
   STANDALONE HOME FOOTER
============================================ */
.jcl-footer {
  background: #13100d;
  border-top: 1px solid #3d2a15;
  padding: 32px 40px;
  text-align: center;
}

.jcl-footer p {
  color: #a07850;
  font-size: 13px;
  margin: 0;
}

@media (max-width: 767px) {
  .jcl-footer {
    padding: 32px 20px;
  }
}

/* ============================================
   FORCE FULL WIDTH — NO SIDEBAR
============================================ */
#secondary,
.widget-area,
.ast-right-sidebar #secondary,
.ast-left-sidebar #secondary {
  display: none !important;
}

.ast-right-sidebar #primary,
.ast-left-sidebar #primary,
#primary {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

.ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}

/* Single post — force full width, dark background, block layout */
body.single-post .ast-right-sidebar,
body.single-post .ast-left-sidebar,
body.single-post #secondary,
body.single-post .widget-area {
  display: none !important;
}

body.single-post .ast-container {
  display: block !important;
  max-width: 100% !important;
  padding: 0 !important;
}

body.single-post #primary,
body.single-post #main,
body.single-post .site-content,
body.single-post .content-area {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  display: block !important;
  background-color: #1c1510 !important;
  padding: 0 !important;
}

body.single-post .site-main {
  background-color: #1c1510 !important;
  display: block !important;
}

/* Comments */
body.single-post #comments {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 40px 60px;
}
body.single-post .comments-title,
body.single-post #reply-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: #f5e6d3;
  margin-bottom: 1.5rem;
}
body.single-post .comment-respond {
  background: transparent !important;
}
body.single-post .comment-form input[type="text"],
body.single-post .comment-form input[type="email"],
body.single-post .comment-form input[type="url"],
body.single-post .comment-form textarea {
  background: #2d1f0e !important;
  border: 1px solid #3d2a15 !important;
  color: #f5e6d3 !important;
  padding: 10px 14px !important;
  width: 100% !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.875rem !important;
  border-radius: 2px !important;
}
body.single-post .comment-form input:focus,
body.single-post .comment-form textarea:focus {
  outline: none !important;
  border-color: #c9a07a !important;
}
body.single-post #submit {
  background: #c9a07a !important;
  color: #1c1510 !important;
  border: none !important;
  padding: 10px 28px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.75rem !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  border-radius: 2px !important;
}
body.single-post #submit:hover {
  background: #f5e6d3 !important;
}
body.single-post .logged-in-as,
body.single-post .comment-notes {
  color: #a07850 !important;
  font-size: 0.8125rem !important;
}

/* Footer on single posts */
body.single-post .site-footer,
body.single-post .ast-small-footer,
body.single-post .footer-widget-area {
  background: #1c1510 !important;
  border-top: 1px solid #3d2a15 !important;
  color: #a07850 !important;
  text-align: center !important;
  padding: 1.5rem !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.8125rem !important;
}
body.single-post .site-footer a,
body.single-post .ast-small-footer a {
  color: #c9a07a !important;
  text-decoration: none !important;
}

/* On the custom homepage template, hide ALL Astra layout chrome */
body.jcl-home .site-header,
body.jcl-home .ast-header-break-point,
body.jcl-home #ast-fixed-header,
body.jcl-home .ast-primary-header-bar,
body.jcl-home .ast-masthead-custom-menu-items,
body.jcl-home .site-main > .ast-container,
body.jcl-home #primary,
body.jcl-home .site-content {
  display: none !important;
}

/* Remove white background from Astra's page wrapper on home */
body.jcl-home #page,
body.jcl-home .site,
body.jcl-home .ast-site,
body.jcl-home .hfeed {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* ============================================
   SCROLL FADE-IN ANIMATION
============================================ */
.fade-in-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   SINGLE POST
============================================ */
.jcl-single {
  max-width: 720px;
  margin: 60px auto;
  padding: 0 40px;
}

.jcl-single__header {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #3d2a15;
}

.jcl-single__header .jcl-label {
  display: block;
  margin-bottom: 12px;
}

.jcl-single__header h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(28px, 5vw, 48px);
  color: #f5e6d3;
  margin: 0 0 16px;
  line-height: 1.2;
}

.jcl-single__date {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a07850;
  margin: 0;
}

.jcl-single__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 40px;
}

.jcl-single__content {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.8; /* intentionally overrides global 1.7 for long-form readability */
  color: #f5e6d3;
}

.jcl-single__content h2,
.jcl-single__content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  color: #f5e6d3;
}

.jcl-single__content img {
  max-width: 100%;
  height: auto;
  margin: 24px 0;
  display: block;
}

.jcl-single__content blockquote {
  border-left: 3px solid #c9a07a;
  padding-left: 20px;
  color: #a07850;
  font-style: italic;
  margin: 24px 0;
}

.jcl-single__content a {
  color: #c9a07a;
}

.jcl-single__content a:hover {
  color: #f5e6d3;
  text-decoration: underline;
}

/* Comments */
.jcl-comments-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 40px 80px;
}
.jcl-comments-wrap #comments {
  background: transparent;
}
.jcl-comments-wrap .comments-title,
.jcl-comments-wrap #reply-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: #f5e6d3;
  margin-bottom: 1.5rem;
  border-top: 1px solid #3d2a15;
  padding-top: 2rem;
}
.jcl-comments-wrap .comment-respond {
  background: transparent !important;
}
.jcl-comments-wrap .comment-form input[type="text"],
.jcl-comments-wrap .comment-form input[type="email"],
.jcl-comments-wrap .comment-form input[type="url"],
.jcl-comments-wrap .comment-form textarea {
  background: #2d1f0e !important;
  border: 1px solid #3d2a15 !important;
  color: #f5e6d3 !important;
  padding: 10px 14px !important;
  width: 100% !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.875rem !important;
  border-radius: 2px !important;
  box-sizing: border-box !important;
}
.jcl-comments-wrap .comment-form input:focus,
.jcl-comments-wrap .comment-form textarea:focus {
  outline: none !important;
  border-color: #c9a07a !important;
}
.jcl-comments-wrap #submit {
  background: #c9a07a !important;
  color: #1c1510 !important;
  border: none !important;
  padding: 10px 28px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.75rem !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  border-radius: 2px !important;
}
.jcl-comments-wrap #submit:hover {
  background: #f5e6d3 !important;
}
.jcl-comments-wrap .logged-in-as,
.jcl-comments-wrap .comment-notes {
  color: #a07850;
  font-size: 0.8125rem;
}

@media (max-width: 767px) {
  .jcl-single,
  .jcl-comments-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .jcl-single {
    margin: 40px auto;
  }
}

/* ============================================
   HOMEPAGE REDESIGN STYLES
   ============================================ */

/* --- Hero: parallax layer --- */
.jcl-hero__bg {
  position: absolute;
  inset: -20% 0;          /* extra height top/bottom for parallax travel */
  background-size: cover;
  background-position: center;
  will-change: transform;
  z-index: 0;
}
.jcl-hero__content {
  position: relative;
  z-index: 2;
}
.jcl-hero__location {
  font-family: 'Inter', sans-serif;
  font-size: 0.625rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #a07850;
  margin-bottom: 0.75rem;
}
.jcl-hero__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: #f5e6d3;
  margin-bottom: 0.75rem;
}
.jcl-hero__tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  color: #c9a07a;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  min-height: 1.5em;
}
.jcl-hero__cursor {
  animation: jcl-blink 1s step-end infinite;
  color: #c9a07a;
}
@keyframes jcl-blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0; }
}
.jcl-hero__personal {
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  color: #a07850;
  max-width: 420px;
  margin: 0 auto;
  line-height: 1.75;
}

/* --- Section shared styles --- */
.jcl-section-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #f5e6d3;
  margin: 0.25rem 0 0;
}
.jcl-section-link {
  font-family: 'Inter', sans-serif;
  font-size: 0.6875rem;
  color: #c9a07a;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.jcl-section-link:hover { opacity: 0.7; }
.jcl-section-link.coming-soon {
  color: #a07850;
  pointer-events: none;
  cursor: default;
}
.jcl-magazine__header,
.jcl-vinyl__header,
.jcl-guitars__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

/* --- Photography: photo hover zoom --- */
.jcl-magazine__image img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.jcl-magazine__item:hover .jcl-magazine__image img {
  transform: scale(1.05);
  box-shadow: 0 12px 32px rgba(0,0,0,0.5);
}

/* --- Vinyl section --- */
.jcl-vinyl {
  background: #1a1008;
  padding: 80px 40px;
}
.jcl-vinyl__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.vinyl-record {
  background: #2d1f0e;
  border-radius: 50%;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #c9a07a;
  cursor: pointer;
  box-shadow: 0 6px 28px rgba(0,0,0,0.8), inset 0 1px 0 rgba(255,255,255,0.05);
}
/* --- Vinyl record wrapper (handles hover state) --- */
.vinyl-record-wrapper {
  position: relative;
}
.vinyl-record-wrapper:hover .vinyl-record {
  animation: vinyl-spin 2.5s linear infinite;
}

/* Center label placeholder */
.vinyl-record__label {
  width: 38%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, #0a0705 0% 12%, #c9a07a 12% 16%, #7a4a20 16% 100%);
  flex-shrink: 0;
  pointer-events: none;
}
.vinyl-record-wrapper:hover .vinyl-record__label {
  animation: vinyl-counter-spin 2.5s linear infinite;
}

@keyframes vinyl-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes vinyl-counter-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(-360deg); }
}


/* --- Guitars section --- */
.jcl-guitars {
  background: #1c1510;
  padding: 80px 40px;
}
.jcl-guitars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.jcl-guitars__card {
  background: #2d1f0e;
  border: 1px solid #3d2a15;
  border-radius: 4px;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease;
}
.jcl-guitars__card:hover { border-color: #c9a07a; }
.jcl-guitars__placeholder {
  font-size: 2rem;
  opacity: 0.5;
}

/* --- Freelance Callout --- */
.jcl-freelance {
  background: #2d1f0e;
  text-align: center;
  padding: 4rem 1.5rem;
}
.jcl-freelance__inner {
  max-width: 480px;
  margin: 0 auto;
}
.jcl-freelance__heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  font-weight: 300;
  color: #f5e6d3;
  margin: 0.5rem 0 0.75rem;
}
.jcl-freelance__body {
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  color: #a07850;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
.jcl-btn {
  display: inline-block;
  background: #c9a07a;
  color: #1c1510;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.625rem 1.5rem;
  border-radius: 3px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.jcl-btn:hover { opacity: 0.85; }

/* --- Stagger animation --- */
.stagger-child {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.stagger-child--visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- Homepage responsive (tablet) --- */
@media (max-width: 1023px) {
  .jcl-vinyl__grid { grid-template-columns: repeat(4, 1fr); }
  .jcl-guitars__grid { grid-template-columns: repeat(3, 1fr); }
}

/* --- "Hire Me" nav button --- */
/* Desktop: styled as a distinct CTA button */
.jcl-nav__menu .menu-item-hire-me > a,
.jcl-nav__menu li:last-child > a[href*="contact"] {
  background: #c9a07a;
  color: #1c1510 !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 0.375rem 0.875rem;
  border-radius: 3px;
  transition: opacity 0.2s ease;
}
.jcl-nav__menu .menu-item-hire-me > a:hover,
.jcl-nav__menu li:last-child > a[href*="contact"]:hover {
  opacity: 0.85;
}
/* Mobile: full-width accent item inside hamburger */
@media (max-width: 767px) {
  .jcl-nav__menu .menu-item-hire-me > a,
  .jcl-nav__menu li:last-child > a[href*="contact"] {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0;
    text-align: center;
  }
}

/* --- Homepage responsive (mobile) --- */
@media (max-width: 767px) {
  .jcl-hero__name { font-size: 1.75rem; }
  .jcl-vinyl__grid { grid-template-columns: repeat(2, 1fr); }
  .jcl-guitars__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================
   ABOUT PAGE STYLES
   ============================================ */

/* --- Fade in on load --- */
.jcl-about-fade-in {
  animation: jcl-fade-up 0.7s ease both;
}
@keyframes jcl-fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* --- Intro block --- */
.jcl-about-intro {
  padding: 3rem 1.5rem;
  border-bottom: 1px solid #3d2a15;
}
.jcl-about-intro__inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
.jcl-about-intro__photo {
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #3d2a15;
  display: block;
}
.jcl-about-intro__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  font-weight: 300;
  color: #f5e6d3;
  margin: 0.25rem 0 0.5rem;
}
.jcl-about-intro__tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9375rem;
  color: #c9a07a;
  margin-bottom: 0.75rem;
  letter-spacing: 0.04em;
}
.jcl-about-intro__bio {
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  color: #a07850;
  line-height: 1.8;
  margin: 0;
}

/* --- Story section --- */
.jcl-about-story {
  padding: 3rem 1.5rem;
  border-bottom: 1px solid #3d2a15;
}
.jcl-about-story__inner {
  max-width: 720px;
  margin: 0 auto;
}
.jcl-about-story__item {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.jcl-about-story__block {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.jcl-about-story__bar {
  flex-shrink: 0;
  width: 3px;
  height: 22px;
  background: #c9a07a;
  border-radius: 2px;
  margin-top: 3px;
}
.jcl-about-story__heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1875rem;
  font-weight: 300;
  color: #f5e6d3;
  margin: 0 0 0.5rem;
}
.jcl-about-story__body {
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  color: #a07850;
  line-height: 1.8;
  margin: 0;
}

/* --- Contact / Work With Me section --- */
.jcl-about-contact {
  background: #2d1f0e;
  padding: 3.5rem 1.5rem;
}
.jcl-about-contact__inner {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.jcl-about-contact__heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  font-weight: 300;
  color: #f5e6d3;
  margin: 0.5rem 0 0.75rem;
}
.jcl-about-contact__body {
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  color: #a07850;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.jcl-about-contact__form {
  text-align: left;
}

/* --- Contact Form 7 dark theme overrides --- */
.jcl-about-contact .wpcf7-form p {
  margin-bottom: 1rem;
}
.jcl-about-contact .wpcf7-form input[type="text"],
.jcl-about-contact .wpcf7-form input[type="email"],
.jcl-about-contact .wpcf7-form textarea {
  width: 100%;
  background: #1c1510;
  border: 1px solid #3d2a15;
  border-radius: 3px;
  color: #f5e6d3;
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  padding: 0.625rem 0.875rem;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
.jcl-about-contact .wpcf7-form input[type="text"]:focus,
.jcl-about-contact .wpcf7-form input[type="email"]:focus,
.jcl-about-contact .wpcf7-form textarea:focus {
  outline: none;
  border-color: #c9a07a;
}
.jcl-about-contact .wpcf7-form textarea {
  min-height: 120px;
  resize: vertical;
}
.jcl-about-contact .wpcf7-form input[type="submit"] {
  background: #c9a07a;
  color: #1c1510;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.625rem 1.5rem;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.jcl-about-contact .wpcf7-form input[type="submit"]:hover {
  opacity: 0.85;
}
.wpcf7-not-valid-tip {
  color: #e07050;
  font-size: 0.75rem;
  font-family: 'Inter', sans-serif;
}
.wpcf7-response-output {
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  padding: 0.75rem 1rem !important;
  border-radius: 3px;
  margin-top: 1rem !important;
  border-color: #c9a07a !important;
  color: #f5e6d3;
}

/* --- About page responsive (mobile) --- */
@media (max-width: 767px) {
  .jcl-about-intro__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .jcl-about-intro__bio {
    text-align: left;
  }
}

/* ============================================
   GALLERY PAGE STYLES
   ============================================ */

/* Suppress Astra chrome on gallery page (same pattern as jcl-home) */
body.jcl-gallery .site-header,
body.jcl-gallery .ast-header-break-point,
body.jcl-gallery #ast-fixed-header,
body.jcl-gallery .ast-primary-header-bar,
body.jcl-gallery .ast-masthead-custom-menu-items,
body.jcl-gallery .site-main > .ast-container,
body.jcl-gallery #primary,
body.jcl-gallery .site-content {
  display: none !important;
}
body.jcl-gallery #page,
body.jcl-gallery .site,
body.jcl-gallery .ast-site,
body.jcl-gallery .hfeed {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* --- Gallery page wrapper --- */
.jcl-gallery {
  background: #1c1510;
  min-height: 100vh;
  padding-top: 72px; /* nav height */
}

/* --- Intro block --- */
.jcl-gallery__intro {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 40px 2rem;
  border-bottom: 1px solid #3d2a15;
}
.jcl-gallery__intro-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.625rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #c9a07a;
  display: block;
  margin-bottom: 0.5rem;
}
.jcl-gallery__intro h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  color: #f5e6d3;
  margin: 0 0 0.5rem;
}
.jcl-gallery__intro-desc {
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  color: #a07850;
  margin: 0;
}

/* --- Filter tabs --- */
.jcl-gallery__filters {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 40px;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  border-bottom: 1px solid #3d2a15;
}
.jcl-gallery__filter-btn {
  font-family: 'Inter', sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: transparent;
  color: #a07850;
  border: 1px solid #3d2a15;
  padding: 0.375rem 0.875rem;
  border-radius: 2px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.jcl-gallery__filter-btn:hover {
  color: #f5e6d3;
  border-color: #a07850;
}
.jcl-gallery__filter-btn--active {
  background: #c9a07a;
  color: #1c1510;
  border-color: #c9a07a;
}
.jcl-gallery__filter-btn--active:hover {
  color: #1c1510;
  border-color: #c9a07a;
  opacity: 0.9;
}

/* --- Location sections --- */
.jcl-gallery__section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.5rem 40px;
  border-bottom: 1px solid #3d2a15;
}
.jcl-gallery__section--hidden {
  display: none;
}
.jcl-gallery__section-header {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.jcl-gallery__section-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.625rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #c9a07a;
}
.jcl-gallery__section-count {
  font-family: 'Inter', sans-serif;
  font-size: 0.6875rem;
  color: #a07850;
}
.jcl-gallery__section-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  color: #a07850;
  margin-bottom: 1.25rem;
  display: block;
}

/* --- Photo grid --- */
.jcl-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.jcl-gallery__photo {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #2d1f0e;
  border-radius: 2px;
  cursor: pointer;
}
.jcl-gallery__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.jcl-gallery__photo:hover img {
  transform: scale(1.03);
}
/* Placeholder state (no image yet) */
.jcl-gallery__photo--placeholder {
  background: #2d1f0e;
  border: 1px dashed #3d2a15;
  cursor: default;
}

/* --- Lightbox --- */
.jcl-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.jcl-lightbox--open {
  display: flex;
}
.jcl-lightbox__inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jcl-lightbox__img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  display: block;
  border-radius: 2px;
}
.jcl-lightbox__close {
  position: fixed;
  top: 20px;
  right: 28px;
  background: none;
  border: none;
  color: #f5e6d3;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  z-index: 10000;
  padding: 4px 8px;
}
.jcl-lightbox__close:hover { opacity: 1; }
.jcl-lightbox__prev,
.jcl-lightbox__next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(28,21,16,0.6);
  border: 1px solid #3d2a15;
  color: #f5e6d3;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 2px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  z-index: 10000;
}
.jcl-lightbox__prev { left: 20px; }
.jcl-lightbox__next { right: 20px; }
.jcl-lightbox__prev:hover,
.jcl-lightbox__next:hover { opacity: 1; }

/* --- Responsive: tablet (≤1023px) --- */
@media (max-width: 1023px) {
  .jcl-gallery__section,
  .jcl-gallery__intro,
  .jcl-gallery__filters {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* --- Responsive: mobile (≤767px) --- */
@media (max-width: 767px) {
  .jcl-gallery__section,
  .jcl-gallery__intro,
  .jcl-gallery__filters {
    padding-left: 16px;
    padding-right: 16px;
  }
  .jcl-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
  .jcl-gallery__filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
  }
  .jcl-gallery__filter-btn {
    flex-shrink: 0;
  }
  .jcl-lightbox__prev { left: 8px; }
  .jcl-lightbox__next { right: 8px; }
}

/* ============================================
   BLOG ARCHIVE PAGE STYLES
   ============================================ */

/* Suppress Astra chrome on blog archive page */
body.jcl-blog-archive .site-header,
body.jcl-blog-archive .ast-header-break-point,
body.jcl-blog-archive #ast-fixed-header,
body.jcl-blog-archive .ast-primary-header-bar,
body.jcl-blog-archive .ast-masthead-custom-menu-items,
body.jcl-blog-archive .site-main > .ast-container,
body.jcl-blog-archive #primary,
body.jcl-blog-archive .site-content {
  display: none !important;
}
body.jcl-blog-archive #page,
body.jcl-blog-archive .site,
body.jcl-blog-archive .ast-site,
body.jcl-blog-archive .hfeed {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* --- Blog page header --- */
.jcl-blog-header {
  background: #1c1510;
  padding: 5rem 40px 3rem;
  border-bottom: 1px solid #3d2a15;
}
.jcl-blog-header__inner {
  max-width: 860px; /* narrower than gallery — editorial reading width */
  margin: 0 auto;
}
.jcl-blog-header__heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-size: clamp(2rem, 5vw, 3rem);
  color: #f5e6d3;
  margin: 0.5rem 0 0;
}

/* --- Post list --- */
.jcl-blog-list {
  background: #1c1510;
  padding: 0 40px 80px;
}
.jcl-blog-list__inner {
  max-width: 860px; /* narrower than gallery — editorial reading width */
  margin: 0 auto;
}

/* --- Single post item --- */
.jcl-blog-item {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  padding: 2.5rem 0;
  border-bottom: 1px solid #3d2a15;
}
.jcl-blog-item:last-child {
  border-bottom: none;
}

/* --- Thumbnail --- */
.jcl-blog-item__thumb {
  flex-shrink: 0;
  width: 180px;
  height: 120px;
  overflow: hidden;
}
.jcl-blog-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jcl-blog-item__placeholder {
  width: 100%;
  height: 100%;
  background: #2d1f0e;
  border: 1px solid #3d2a15;
}

/* --- Content body --- */
.jcl-blog-item__body {
  flex: 1;
  min-width: 0;
}
.jcl-blog-item__date {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c9a07a;
  margin-bottom: 0.5rem;
}
.jcl-blog-item__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  margin: 0 0 0.75rem;
  line-height: 1.25;
}
.jcl-blog-item__title a {
  color: #f5e6d3;
  text-decoration: none;
  transition: color 0.2s ease;
}
.jcl-blog-item__title a:hover {
  color: #c9a07a;
}
.jcl-blog-item__excerpt {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  color: #a07850;
  line-height: 1.65;
  margin: 0 0 1rem;
}
.jcl-blog-item__more {
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  color: #c9a07a;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}
.jcl-blog-item__more:hover {
  color: #f5e6d3;
}

/* --- Empty state --- */
.jcl-blog-empty {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 0.9375rem;
  color: #a07850;
  padding: 4rem 0;
}

/* --- Pagination --- */
.jcl-blog-pagination {
  text-align: center;
  padding: 2.5rem 0 0;
}
.jcl-blog-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.jcl-blog-pagination .page-numbers {
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  color: #c9a07a;
  text-decoration: none;
  padding: 0.375rem 0.75rem;
  border: 1px solid #3d2a15;
  border-radius: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
  background: transparent;
}
.jcl-blog-pagination .page-numbers:hover {
  color: #f5e6d3;
  border-color: #a07850;
}
.jcl-blog-pagination .page-numbers.current {
  color: #1c1510;
  background: #c9a07a;
  border-color: #c9a07a;
}

/* --- Blog archive responsive (tablet) --- */
@media (max-width: 1023px) {
  .jcl-blog-item__thumb {
    width: 140px;
    height: 96px;
  }
}

/* --- Blog archive responsive (mobile) --- */
@media (max-width: 767px) {
  .jcl-blog-header {
    padding: 4rem 20px 2rem;
  }
  .jcl-blog-list {
    padding: 0 20px 60px;
  }
  .jcl-blog-item {
    flex-direction: column;
    gap: 1rem;
  }
  .jcl-blog-item__thumb {
    width: 100%;
    height: 160px;
  }
}
