﻿/* ======================================
   JOURNAL â€” Global Layout
   ====================================== */

.journal-hero {
  background: #f8f4ef;
  padding: 34px 0 18px;
  text-align: left;
}

/* Shared eyebrow normalization */
.journal-section-label{
  margin: 0 0 10px !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 0.78rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #6f6258 !important;
}

/* Final mobile hero alignment with Around the Oven */
@media (max-width: 768px){
  .journal-hero{
    padding: 0 0 34px !important;
    background: #f7f3ee !important;
    text-align: center !important;
  }

  .journal-hero-art{
    display: block !important;
    position: relative !important;
    width: 100vw !important;
    height: auto !important;
    max-height: 420px !important;
    aspect-ratio: 1.7 / 1 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-top: 0 !important;
    margin-bottom: 28px !important;
    background:
      linear-gradient(rgba(239, 230, 216, 0.88), rgba(239, 230, 216, 0.88)),
      url("/images/logo.png") center center / 250px auto no-repeat,
      #efe6d8 !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
    background-size: auto, 250px auto, auto !important;
    background-position: center center, center center, center center !important;
  }

  .journal-hero-art::after,
  .journal-hero-art::before{
    content: "" !important;
    position: absolute !important;
    width: 82px !important;
    aspect-ratio: 1 / 1 !important;
    background: url("/images/icon_trays.png") center center / contain no-repeat !important;
    opacity: 0.14 !important;
    pointer-events: none !important;
  }

  .journal-hero-art::after{
    left: 22px !important;
    bottom: 20px !important;
  }

  .journal-hero-art::before{
    right: 22px !important;
    top: 20px !important;
  }
}

.journal-hero-art {
  display: none;
}

.journal-hero__inner {
  width: 100%;
  max-width: 680px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.journal-section-label {
  margin: 0 0 14px;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.85rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6e6258;
}

.journal-hero h1 {
  margin: 0 0 14px;
  max-width: 22ch;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #3f2c22;
}

@media (min-width: 1025px) {
  .journal-hero h1 {
    font-size: clamp(46px, 4vw, 68px);
    line-height: 1.08;
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .journal-hero h1 {
    font-size: 32px;
    line-height: 1.18;
  }
}

.journal-hero-subtitle {
  margin: 0;
}

.journal-hero-subtitle p {
  margin: 0;
  color: #5A473B;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 70ch;
}

/* ======================================
   Search Bar
   ====================================== */

.journal-search-wrap {
  margin-top: 14px;
  margin-bottom: 14px;
}

.journal-search-box {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}

#journalSearchInput {
  width: 100%;
  padding: 14px 50px 14px 18px;
  border: 1px solid #e4dcd2;
  border-radius: 8px;
  font-size: 16px;
  color: #3f2b1f;
  background: #fffdf9;
  font-family: 'Poppins', sans-serif;
}

#journalSearchInput::placeholder {
  color: #9b897c;
}

#journalSearchInput:focus {
  outline: none;
  border-color: #c8b39c;
  box-shadow: 0 0 0 2px rgba(200, 179, 156, 0.2);
}

.search-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.75;
}

/* ======================================
   Category Filters
   ====================================== */

.journal-filters {
  margin: 30px auto 36px;
  text-align: center;
}

.filter-btn {
  font-family: 'Poppins', sans-serif;
  background: #f6f0ea;
  border: 1px solid #e1d6ca;
  padding: 7px 16px;
  border-radius: 20px;
  margin: 4px 6px;
  cursor: pointer;
  color: #6d5747;
  font-size: 14px;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.filter-btn:hover {
  background: #ecdccf;
}

.filter-btn.active {
  background: #d1b79a;
  border-color: #d1b79a;
  color: #fff;
}

/* ======================================
   Featured Article List
   ====================================== */

.journal-featured {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 34px;
  align-items: center;
}

.featured-image {
  flex: 1 1 520px;
  height: 320px;
  background-size: cover;
  background-position: center;
  border-radius: 14px;
  overflow: hidden;
  background-color: #e6ded4;
}

.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-content {
  flex: 1 1 420px;
}

.featured-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #3f2b1f;
  margin: 8px 0 16px;
  line-height: 1.25;
}

.featured-excerpt {
  color: #5A473B;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 18px;
}

.featured-content .article-meta {
  font-size: 14px;
  color: #9b897c;
  letter-spacing: 0.3px;
}

.featured-content a {
  font-size: 16px;
  color: #b89245;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.15s ease;
}

.article-meta .featured-link {
  margin-left: 0.7em;
  white-space: nowrap;
}

.featured-content a:hover {
  opacity: 0.8;
}

/* ======================================
   No Results Message
   ====================================== */

.no-results-message {
  text-align: center;
  padding: 8px 0 56px;
}

.no-results-message p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.98rem;
  color: #6d5747;
  opacity: 0.9;
  margin: 0;
}

/* ======================================
   Optional Journal Grid
   Kept only if reused later
   ====================================== */

.journal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  padding-bottom: 80px;
}

.journal-card {
  background: #fff;
  border: 1px solid #eee5db;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.journal-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

.card-image {
  height: 210px;
  background-size: cover;
  background-position: center;
  background-color: #efe7dd;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-meta {
  padding: 14px 18px 0 18px;
  font-size: 13px;
  color: #9b897c;
}

.card-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #3f2b1f;
  padding: 6px 18px;
  line-height: 1.3;
}

.card-excerpt {
  padding: 0 18px 20px 18px;
  color: #6d5747;
  font-size: 15px;
  line-height: 1.55;
}

/* ======================================
   ARTICLE PAGE (journal/{slug}.html)
   ====================================== */

.article-hero-wrap {
  width: 100%;
  margin: 0 0 40px;
  overflow: hidden;
}

.article-hero {
  height: clamp(420px, 30vw, 620px);
  max-height: 620px;
  background-color: #e8dfd5;
  border-radius: 0;
  margin: 0;
}

.article-hero picture {
  display: block;
  width: 100%;
  height: 100%;
}

.article-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 1024px) {
  .article-hero {
    height: 420px;
  }
}

@media (max-width: 768px) {
  .article-hero {
    height: 300px;
  }
}

.article-header {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: left;
  padding: 0 24px;
}

.article-header h1 {
  margin: 12px 0 16px;
  color: #3f2c22;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.article-header .article-meta {
  font-size: 15px;
  color: #9b897c;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .article-header h1 {
    font-size: 32px;
    line-height: 1.18;
  }
}

@media (min-width: 1025px) {
  .article-header h1 {
    font-size: clamp(46px, 4vw, 68px);
    line-height: 1.08;
  }
}

.article-body {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  color: #5A473B;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  padding-bottom: 28px;
}

.article-body p {
  margin-bottom: 22px;
  color: #5A473B;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.article-body--soft-bg {
  background: #efe6dc;
  border-radius: 14px;
  padding: 28px 24px;
  margin-bottom: 28px;
}

.article-body h2,
.article-body h3 {
  font-family: 'Playfair Display', serif;
  margin-top: 40px;
  margin-bottom: 16px;
  color: #3f2b1f;
}

/* ======================================
   CTA at bottom of article
   ====================================== */

.article-cta {
  margin-top: 18px;
  padding: 26px;
  text-align: center;
  background: #f8f4ef;
  border-radius: 14px;
}

.article-cta h3 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  margin-bottom: 14px;
  color: #3f2b1f;
}

.article-cta p {
  color: #6d5747;
  font-size: 17px;
  margin-bottom: 18px;
}

.article-cta a {
  display: inline-block;
  min-width: auto;
  padding: 16px 28px;
  background: #C9972B;
  color: #fff;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(63,43,31,0.18);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity .25s ease, transform .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.article-cta a:hover {
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(63,43,31,0.22);
}

.article-cta a:focus-visible {
  outline: 2px solid rgba(184,146,69,0.55);
  outline-offset: 3px;
}

/* ======================================
   Responsive
   ====================================== */

@media (max-width: 900px) {
  .journal-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .journal-featured {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }

  .featured-image {
    flex: none;
    width: 100%;
    height: 260px;
  }

  .featured-content {
    flex: none;
    width: 100%;
  }

  .featured-excerpt {
    margin-bottom: 24px;
  }

  .featured-title {
    font-size: 28px;
  }
}

/* ======================================
   JOURNAL CART DRAWER
   ====================================== */

.df-cart-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.35);
  opacity:0;
  pointer-events:none;
  transition:opacity .25s ease;
  z-index:10000;
}

.df-cart-drawer{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  max-width:480px;
  height:100%;
  background:#f8f4ef;
  box-shadow:0 0 40px rgba(0,0,0,0.16);
  transform:translateX(-100%);
  transition:transform .25s ease;
  z-index:10001;
  display:flex;
  flex-direction:column;
}

.df-cart-drawer-header{
  padding:18px 20px;
  border-bottom:1px solid rgba(0,0,0,0.06);
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-family:"Cormorant Garamond", Georgia, serif;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:14px;
  color:#3a2e26;
}

@media (max-width: 900px){
  .df-cart-drawer-header{
    border-bottom:1px solid rgba(184,146,69,0.28);
  }
}

.df-cart-drawer-close{
  background:none;
  border:0;
  font-size:20px;
  cursor:pointer;
}

.df-cart-drawer-body{
  padding:26px 22px;
  flex:1;
  overflow-y:auto;
  font-family:Georgia, "Times New Roman", serif;
  color:#3a2e26;
}

.df-cart-empty{
  text-align:center;
  margin-top:40px;
}

.df-cart-empty-title{
  font-size:18px;
  margin-bottom:40px;
}

.df-cart-empty-circle{
  width:90px;
  height:90px;
  border-radius:999px;
  margin:0 auto 18px;
  background:#f0e7dc;
  display:flex;
  align-items:center;
  justify-content:center;
}

.df-cart-empty-circle svg{
  width:26px;
  height:26px;
  opacity:.5;
}

.df-cart-empty-cta{
  font-family:"Poppins", sans-serif;
  font-size:13px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#3a2e26;
}

.df-cart-items{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.df-cart-item{
  padding:16px 0;
  border-bottom:1px solid rgba(0,0,0,0.06);
}

.df-cart-item-main{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  margin-bottom:8px;
}

.df-cart-item-text{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.df-cart-item-title{
  font-family:"Cormorant Garamond", Georgia, serif;
  font-size:20px;
  color:#2d231a;
  margin:0;
}

.df-cart-item-price{
  font-family:"Poppins", sans-serif;
  font-size:14px;
  color:rgba(45,35,26,0.82);
}

.df-cart-item-remove{
  background:none;
  border:0;
  cursor:pointer;
  padding:4px;
  width:28px;
  height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.df-trash-icon{
  width:18px;
  height:18px;
  display:block;
  flex-shrink:0;
}

.df-cart-item-controls{
  display:flex;
  align-items:center;
  gap:12px;
  font-family:"Poppins", sans-serif;
  font-size:14px;
}

.df-cart-qty-box{
  display:inline-flex;
  align-items:center;
  border-radius:6px;
  border:1px solid rgba(148,122,92,0.45);
  background:#f7f4ee;
  overflow:hidden;
}

.df-cart-qty-btn{
  width:32px;
  height:32px;
  border:0;
  background:transparent;
  font-size:18px;
  line-height:1;
  cursor:pointer;
  color:#2d231a;
}

.df-cart-qty{
  min-width:32px;
  text-align:center;
  font-weight:600;
  font-family:"Poppins", sans-serif;
}

.df-cart-item-line{
  margin-left:auto;
  font-weight:600;
  color:#2d231a;
  font-family:"Poppins", sans-serif;
}

.df-cart-drawer-footer{
  padding:14px 18px 18px;
  border-top:1px solid rgba(0,0,0,0.06);
}

.df-cart-summary-line{
  display:flex;
  justify-content:space-between;
  margin-bottom:10px;
  font-family:"Poppins", sans-serif;
  font-size:14px;
}

.df-cart-checkout-btn{
  width:100%;
  border-radius:999px;
  border:0;
  padding:12px 18px;
  background:#b89245;
  color:#fff;
  font-family:"Poppins", sans-serif;
  font-size:14px;
  letter-spacing:.12em;
  text-transform:uppercase;
  cursor:pointer;
}

body.df-cart-open .df-cart-overlay{
  opacity:1;
  pointer-events:auto;
}

body.df-cart-open .df-cart-drawer{
  transform:translateX(0);
}

body.df-cart-open{
  overflow:hidden;
}

@media (max-width: 900px){
  header .nav{
    position:relative;
  }

  header .df-cart-trigger{
    position:absolute;
    right:16px;
    top:50%;
    transform:translateY(-50%);
    width:38px;
    height:38px;
    border-radius:999px;
    border:1px solid rgba(184,146,69,0.35);
    background:rgba(248,244,238,0.92);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
    cursor:pointer;
    z-index:20;
  }

  header .df-cart-trigger svg{
    width:20px;
    height:20px;
  }
}

@media (min-width: 901px){
  header .nav{
    position:relative;
  }

  header .df-cart-trigger{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    width:38px;
    height:38px;
    padding:0;
    margin-left:10px;
    border:1px solid rgba(184,146,69,0.35);
    border-radius:999px;
    background:rgba(248,244,238,0.92);
    cursor:pointer;
  }

  header .df-cart-trigger svg{
    width:20px;
    height:20px;
    display:block;
  }

  .df-cart-drawer{
    left:auto;
    right:0;
    transform:translateX(100%);
    max-width:420px;
  }

  body.df-cart-open .df-cart-drawer{
    transform:translateX(0);
  }
}


/* =========================================================
   JOURNAL MENU CLOSE â€” COMPLETE FIX
   ========================================================= */
.menu-close{
  display:none;
}

.menu-overlay{
  position: fixed;
  inset: 0;
  background: rgba(46,36,29,0.16);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 9997;
}

.menu-overlay.is-active{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 900px){
  #primary-nav{
    position: fixed !important;
    padding-top: 72px !important;
    z-index: 9998 !important;
  }

  body > header{
    z-index: 9999 !important;
  }

  #primary-nav .menu-close{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(184,146,69,0.28) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.42) !important;
    color: #b89245 !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 28px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 10000 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }
}


/* =========================================================
   JOURNAL CART CLOSE â€” MATCH GLOBAL MENU CLOSE
   ========================================================= */
.df-cart-drawer-close{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:40px !important;
  height:40px !important;
  padding:0 !important;
  margin:0 !important;
  border:1px solid rgba(184,146,69,0.35) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,0.42) !important;
  color:#b89245 !important;
  font-family:"Cormorant Garamond", Georgia, serif !important;
  font-size:28px !important;
  line-height:1 !important;
  cursor:pointer !important;
  appearance:none !important;
  -webkit-appearance:none !important;
}

.df-cart-drawer-close:hover{
  background:rgba(255,255,255,0.62) !important;
}

.df-cart-drawer-close:active{
  transform:scale(0.96) !important;
}

/* =========================================================
   JOURNAL DESKTOP - editorial index layout
   ========================================================= */
@media (min-width:1025px){
  body{
    background:#f7f3ee !important;
  }

  .journal-hero{
    padding:0 0 34px !important;
    background:#f7f3ee !important;
    text-align:center !important;
  }

  .journal-hero-art{
    display:block !important;
    width:100vw !important;
    height:clamp(420px, 30vw, 620px) !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    margin-bottom:46px !important;
    background:#efe6d8 url("/images/journal-hero-sketch-desktop.png") center center / cover no-repeat !important;
  }

  .journal-hero__inner{
    max-width:860px !important;
    margin:0 auto !important;
    padding:0 32px !important;
    text-align:center !important;
  }

  .journal-section-label{
    margin:0 0 12px !important;
    font-family:Inter, Arial, sans-serif !important;
    font-size:16px !important;
    line-height:1.2 !important;
    letter-spacing:0.16em !important;
    font-weight:600 !important;
    text-transform:uppercase !important;
    color:#6f6258 !important;
  }

  .journal-hero h1{
    max-width:none !important;
    margin:0 auto 18px !important;
    font-family:"Cormorant Garamond", Georgia, serif !important;
    font-size:clamp(46px, 4vw, 68px) !important;
    line-height:1.08 !important;
    font-weight:500 !important;
    letter-spacing:-0.01em !important;
    color:#3f2c22 !important;
    text-align:center !important;
  }

  .journal-hero-subtitle p{
    max-width:760px !important;
    margin:0 auto !important;
    font-family:Georgia, "Times New Roman", serif !important;
    font-size:19px !important;
    line-height:1.6 !important;
    font-weight:400 !important;
    color:#5A473B !important;
    text-align:center !important;
  }

  .journal-search-wrap{
    width:min(1180px, calc(100% - 80px)) !important;
    max-width:none !important;
    margin:0 auto 18px !important;
  }

  .journal-search-box{
    max-width:560px !important;
  }

  #journalSearchInput{
    min-height:54px !important;
    border:1px solid rgba(155,115,72,0.22) !important;
    border-radius:16px !important;
    background:#efe6d8 !important;
    color:#3f2c22 !important;
    font-family:Inter, Arial, sans-serif !important;
    font-size:16px !important;
  }

  .journal-filters{
    width:min(1180px, calc(100% - 80px)) !important;
    max-width:none !important;
    margin:0 auto 42px !important;
    display:flex !important;
    justify-content:center !important;
    flex-wrap:wrap !important;
    gap:10px !important;
  }

  .filter-btn{
    min-height:40px !important;
    margin:0 !important;
    padding:0 16px !important;
    border:1px solid rgba(155,115,72,0.22) !important;
    border-radius:999px !important;
    background:rgba(239,230,216,0.72) !important;
    color:#5A473B !important;
    font-family:Inter, Arial, sans-serif !important;
    font-size:14px !important;
    font-weight:500 !important;
  }

  .filter-btn.active{
    background:#9b7348 !important;
    border-color:#9b7348 !important;
    color:#fff8e8 !important;
  }

  .journal-featured{
    width:min(1180px, calc(100% - 80px)) !important;
    max-width:none !important;
    margin:0 auto 34px !important;
    display:grid !important;
    grid-template-columns:minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
    gap:34px !important;
    align-items:stretch !important;
    padding:0 !important;
    border-radius:18px !important;
    overflow:hidden !important;
    background:#efe6d8 !important;
  }

  .featured-image{
    flex:none !important;
    width:100% !important;
    height:auto !important;
    min-height:300px !important;
    border-radius:0 !important;
  }

  .featured-content{
    flex:none !important;
    width:100% !important;
    min-width:0 !important;
    padding:34px 36px 36px 0 !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
  }

  .featured-content .article-meta{
    margin:0 0 12px !important;
    font-family:Inter, Arial, sans-serif !important;
    font-size:13px !important;
    line-height:1.4 !important;
    letter-spacing:0.12em !important;
    text-transform:uppercase !important;
    color:#6f6258 !important;
  }

  .article-meta .featured-link{
    margin-left:12px !important;
    color:#9b7348 !important;
    font-family:Inter, Arial, sans-serif !important;
    font-size:13px !important;
    font-weight:600 !important;
    letter-spacing:0.08em !important;
    text-transform:uppercase !important;
  }

  .featured-title{
    margin:0 0 16px !important;
    font-family:"Cormorant Garamond", Georgia, serif !important;
    font-size:clamp(34px, 3vw, 46px) !important;
    line-height:1.08 !important;
    font-weight:500 !important;
    letter-spacing:-0.01em !important;
    color:#3f2c22 !important;
  }

  .featured-excerpt{
    max-width:58ch !important;
    margin:0 !important;
    font-family:Georgia, "Times New Roman", serif !important;
    font-size:19px !important;
    line-height:1.6 !important;
    font-weight:400 !important;
    color:#5A473B !important;
  }

  .no-results-message{
    padding:18px 0 80px !important;
  }
}

/* Desktop hero matches Dolce Trays */
@media (min-width: 1025px){
  .journal-hero-art{
    position: relative !important;
    background:
      linear-gradient(rgba(239, 230, 216, 0.88), rgba(239, 230, 216, 0.88)),
      url("/images/logo.png") center center / 360px auto no-repeat,
      #efe6d8 !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
    background-size: auto, 360px auto, auto !important;
    background-position: center center, center center, center center !important;
  }

  .journal-hero-art::after,
  .journal-hero-art::before{
    content: "" !important;
    position: absolute !important;
    width: clamp(92px, 9vw, 138px) !important;
    aspect-ratio: 1 / 1 !important;
    background: url("/images/icon_trays.png") center center / contain no-repeat !important;
    opacity: 0.16 !important;
    pointer-events: none !important;
  }

  .journal-hero-art::after{
    left: clamp(34px, 5vw, 76px) !important;
    bottom: clamp(28px, 4vw, 58px) !important;
  }

  .journal-hero-art::before{
    right: clamp(34px, 5vw, 76px) !important;
    top: clamp(28px, 4vw, 58px) !important;
  }
}

/* Final shared eyebrow normalization */
.journal-section-label{
  margin: 0 0 10px !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 0.78rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #6f6258 !important;
}

/* EOF article page normalization */
body > header .nav{
  align-items: center !important;
}

body > header .df-cart-trigger{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  flex: 0 0 auto !important;
  width: 38px !important;
  height: 38px !important;
  margin-left: 10px !important;
  padding: 0 !important;
  border: 1px solid rgba(184,146,69,0.35) !important;
  border-radius: 999px !important;
  background: rgba(248,244,238,0.96) !important;
  color: #b89245 !important;
  cursor: pointer !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 30 !important;
}

body > header .df-cart-trigger svg{
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  overflow: visible !important;
}

body > header .df-cart-trigger svg g{
  stroke: #B89245 !important;
}

body > header .df-cart-badge{
  position: absolute !important;
  top: -5px !important;
  right: -5px !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 5px !important;
  border-radius: 999px !important;
  background: #B89245 !important;
  color: #fff !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 11px !important;
  line-height: 18px !important;
  font-weight: 700 !important;
  text-align: center !important;
  box-shadow: 0 3px 10px rgba(63,43,31,0.18) !important;
}

body > header .df-cart-badge.is-hidden{
  display: none !important;
}

body > header .df-cart-trigger.has-items{
  background: rgba(184,146,69,0.18) !important;
  box-shadow: 0 0 0 1px rgba(184,146,69,0.12) inset !important;
}

.article-header{
  max-width: 860px !important;
  margin: 0 auto 40px !important;
  padding: 0 24px !important;
  text-align: left !important;
}

.article-header h1{
  margin: 12px 0 16px !important;
  color: #3f2c22 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.02em !important;
}

.article-header .article-meta{
  margin: 0 0 10px !important;
  color: #6f6258 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.article-body,
.article-body p{
  color: #5A473B !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

.article-body{
  max-width: 760px !important;
}

.article-body h2,
.article-body h3,
.article-cta h3{
  color: #3f2c22 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
}

.article-cta p{
  color: #5A473B !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
}

.article-cta a{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 54px !important;
  padding: 0 28px !important;
  border-radius: 10px !important;
  background: #b89245 !important;
  color: #fff8e8 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

@media (min-width: 1025px){
  .article-header h1{
    font-size: clamp(46px, 4vw, 68px) !important;
    line-height: 1.08 !important;
  }

  .article-body,
  .article-body p{
    font-size: 19px !important;
  }
}

@media (max-width: 768px){
  .article-header h1{
    font-size: 32px !important;
    line-height: 1.18 !important;
  }
}

.journal-featured.is-hidden{
  display: none !important;
}

/* EOF mobile Journal header repair */
@media (max-width: 900px){
  body{
    padding-top: 96px !important;
  }

  body > header{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    min-height: 96px !important;
    z-index: 99999 !important;
    overflow: visible !important;
    background: rgba(248, 244, 238, 0.72) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
  }

  body > header .nav{
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 80px !important;
    min-height: 76px !important;
  }

  body > header .hamburger{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    transform: translateY(-50%) !important;
    z-index: 20 !important;
  }

  body > header .hamburger span{
    display: block !important;
    width: 26px !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: #b89245 !important;
  }

  body > header .brand{
    position: relative !important;
    margin: 0 auto !important;
    z-index: 10 !important;
  }

  body > header .site-logo{
    transform: scale(1.9) !important;
    transform-origin: center center !important;
  }

  body > header .df-cart-trigger{
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    width: 38px !important;
    height: 38px !important;
    margin-left: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(184,146,69,0.35) !important;
    border-radius: 999px !important;
    background: rgba(248,244,238,0.92) !important;
    color: #b89245 !important;
    transform: translateY(-50%) !important;
    z-index: 20 !important;
  }

  body > header .df-cart-trigger svg{
    width: 20px !important;
    height: 20px !important;
    display: block !important;
  }

  body > header .nav-links{
    left: -100% !important;
    right: auto !important;
    top: 96px !important;
    height: calc(100vh - 96px) !important;
    max-height: calc(100vh - 96px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    background: var(--df-cream, #F7F3EE) !important;
  }

  @supports (height: 100dvh){
    body > header .nav-links{
      height: calc(100dvh - 96px) !important;
      max-height: calc(100dvh - 96px) !important;
    }
  }

  body > header .nav-links.active{
    left: 0 !important;
    right: auto !important;
  }
}

/* Tablet header: center the nav links between the logo and cart */
@media (min-width: 901px) and (max-width: 1180px){
  body > header .nav{
    display: grid !important;
    grid-template-columns: clamp(180px, 20vw, 220px) minmax(0, 1fr) 58px !important;
    align-items: center !important;
    gap: 12px !important;
  }

  body > header .brand{
    justify-self: start !important;
    min-width: 0 !important;
  }

  body > header .hamburger{
    display: none !important;
  }

  body > header .nav-links{
    position: static !important;
    display: flex !important;
    flex-direction: row !important;
    justify-self: center !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    gap: clamp(8px, 1.15vw, 14px) !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    transform: none !important;
  }

  body > header .nav-links a{
    font-size: clamp(15px, 1.55vw, 18px) !important;
    white-space: nowrap !important;
  }

  body > header .menu-close{
    display: none !important;
  }

  body > header .df-cart-trigger{
    justify-self: end !important;
    margin-left: 0 !important;
  }
}

/* Mobile: remove the top hero image/pattern */
@media (max-width: 768px){
  .journal-hero{
    padding-top: 34px !important;
  }

  .journal-hero-art{
    display: none !important;
  }
}
