/* AUTO-GENERATED via DevTools Coverage → scoped to .page-index */

/* ---- indexpage.css (used) ---- */
.page-index.index-page::before {
  content: "";
  background-image: url('/images/enterPageImages/pipebackgroundrg.png');
  background-size: 1487px auto; /* shrink it */
  background-repeat: repeat;
  background-position: center;
  opacity: 1;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
}

.page-index body.index-page .main-container,
.page-index body.index-page section.centerCol,
.page-index body.index-page section.leftCol,
.page-index body.index-page section.rightCol {
  background-color: transparent !important;
}

.page-index body.index-page .recipe {
    border: 1px solid #2f2b1e;
    background-color: #c3bba2;
    flex: 0 48%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 8px;
}

.page-index body.index-page #full-blog-view {
  max-width: 700px;
  margin: 24px auto;
  padding: 24px;
  background-color: #fffaf5;
  border: 1px solid #d5c2a1;
  border-radius: 10px;
  font-family: Rockwell, serif;
  box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
  line-height: 1.6;
  color: #432;
}

.page-index body.index-page .blog-detail h2 {
  margin-top: 0;
  font-size: 1.75rem;
  color: #5e3e2f;
  text-align: center;
}

.page-index body.index-page .blog-detail .blog-date {
  text-align: center;
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 1em;
}

.page-index body.index-page .blog-detail .blog-image img {
  max-width: 100%;
  border-radius: 8px;
  display: block;
  margin: 0 auto 1em;
}

.page-index body.index-page .blog-detail .blog-body {
  font-size: 1.05rem;
  padding: 0 8px;
}

.page-index body.index-page .blog-detail .closeout-buttons {
  text-align: center;
  margin-top: 2em;
}

.page-index body.index-page .blog-detail .close-button {
  background-color: #f5d1b0;
  font-family: Rockwell, serif;
  font-weight: bold;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.page-index body.index-page .blog-detail .close-button:hover {
  background-color: #eec09c;
}

.page-index body.index-page .blog-header {
  position: relative;
  text-align: center;
}

.page-index body.index-page .blog-header h2 {
  font-size: 2rem;
  color: #5e3b1d;
  margin-bottom: 0.5rem;
}

.page-index body.index-page .blog-header .close-box {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  color: #5e3b1d;
  background: none;
  border: none;
}

.page-index body.index-page .blog-date {
  color: #7a6652;
  font-style: italic;
  margin-bottom: 1rem;
}

.page-index body.index-page .slide-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 800px;
  margin: 0;
  background-color: #f5efe6; 
  border-radius: 2rem;
  border: 4px solid #8B3A3A;  
  box-shadow: 0 12px 24px rgb(0 0 0 / 15%);
  overflow: hidden;
  opacity: 0;
  transform: scale(0.85) translateX(100%);
  transform-origin: center center;
  transition: all 0.8s ease-in-out;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 0;
}

.page-index body.index-page .slide-card.visible-slide {
  transform: scale(0.85) translateX(0);
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.page-index body.index-page .slide-card-inner {
  background-color: #f5efe6; 
  border: 4px solid #8B3A3A;  
  border-radius: 2rem;
  box-shadow: 0 12px 28px rgb(0 0 0 / 15%);
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

.page-index body.index-page .vertical-card {
  flex-direction: row;
}

.page-index body.index-page .slide-image {
  width: 100%;
  max-height: 200px;
  object-fit: contain;         /* 🔧 maintain aspect ratio */
  border-radius: 1.25rem;
  border: 2px solid #888;
}

.page-index body.index-page .slide-text {
  text-align: center;
  font-family: Rockwell, serif;
  color: #4b2e2e;
  font-size: 1.05rem;
  line-height: 1.4;
  padding: 0 1rem;
}

.page-index body.index-page .slide-text h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.page-index body.index-page .slide-text p {
  font-size: 1.05rem;
  margin: 0.5rem 0;
}

.page-index body.index-page .slide-text .tagline {
  font-style: italic;
  font-weight: 600;
  color: #555;
}

.page-index body.index-page .slide-card-inner.vertical-card {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem;
  gap: 2rem;
}

.page-index body.index-page .slide-image-stack {
  width: 100%;
  position: relative;
  overflow: visible;           /* 🔧 allow captions to show */
  max-height: none;            /* 🔧 remove cutoff */
}

.page-index body.index-page .slide-image-stack img {
  width: 100%;
  border-radius: 1.5rem;
  border: 2px solid #999;
  box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
}

.page-index body.index-page .slide-step-label {
  font-family: Rockwell, serif;
  font-size: 1rem;
  background-color: #fff5e5;
  border: 2px solid #8B3A3A;
  color: #5a2c2c;
  padding: 0.3rem 0.8rem;
  border-radius: 10px;
  text-align: center;
  max-width: 90%;
}

.page-index body.index-page .slide-left-stack {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 2; /* 💡 Allow more space */
  min-width: 300px;
  max-width: 500px;
  gap: 1.5rem;
}

.page-index body.index-page .slide-right-final {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1; /* 💡 Allow it to be smaller */
  min-width: 280px;
  max-width: 400px;
  gap: 1rem;
  padding-top: 1rem;
  height: 100%;
}

.page-index body.index-page .slide-right-final img {
  max-height: 675px;
  width: 300px;
  height: auto;
  border-radius: 1.5rem;
  border: 2px solid #aaa;
  box-shadow: 0 6px 12px rgb(0 0 0 / 20%);
  display: block;
}

.page-index body.index-page .slide-right-final .slide-step-label {
  margin-top: 0.5rem;
  font-family: Rockwell, serif;
  font-size: 1rem;
  background-color: #fff5e5;
  border: 2px solid #8B3A3A;
  color: #5a2c2c;
  padding: 0.3rem 0.8rem;
  border-radius: 10px;
  text-align: center;
  max-width: 90%;
}

.page-index body.index-page .slide-featured-image {
  flex: 1;
  position: relative;
  min-width: 300px;
  max-width: 400px;
}

.page-index body.index-page .slide-featured-image img {
  width: 100%;
  border-radius: 1.5rem;
  border: 2px solid #8B3A3A;
  box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
}

.page-index body.index-page .slide-copy-block {
  flex: 1;
  max-width: 400px;
  font-family: Rockwell, Serifa, "Roboto Slab", serif;
  color: #4b2e2e;
  text-align: left;
}

.page-index body.index-page .slide-copy-block h2 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

.page-index body.index-page .slide-copy-block p {
  font-size: 1.05rem;
  margin: 0.5rem 0;
}

.page-index body.index-page .slide-copy-block .tagline {
  font-style: italic;
  font-weight: 600;
  color: #7a3b3b;
}

.page-index body.index-page .slide-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 800px;
  overflow: hidden;
}

.page-index body.index-page #slideshow-placeholder.fade-in {
  animation: fadeIn 0.6s ease-in-out;
}

.page-index body.index-page #slideshow-placeholder {
  padding-bottom: 2rem; /* or whatever margin you want below slides */
}

.page-index body.index-page .slide-card-inner.vertical-copy-layout {
  display: flex;
  flex-flow: column nowrap;
  justify-content: start;
  align-items: center;
  height: 100%;
  padding: 1.5rem;
  gap: 1rem;
}

.page-index body.index-page .large-feature-image img {
  width: 100%;
  max-height: 450px;
  object-fit: contain;
  border-radius: 1.5rem;
  border: 2px solid #8B3A3A;
  box-shadow: 0 10px 20px rgb(0 0 0 / 15%);
}

.page-index body.index-page .slide-copy-block {
  text-align: center;
  max-width: 700px;
  padding: 0 1rem;
}

.page-index body.index-page .slideshow-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: -3rem;
}

.page-index body.index-page .slideshow-controls button {
  font-size: 1.8rem;
  background-color: #f5efe6;
  border: 2px solid #8B3A3A;
  color: #4b2e2e;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  cursor: pointer;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: background-color 0.2s ease;
}

.page-index body.index-page .slideshow-controls button:hover {
  background-color: #f1d8c4;
}

.page-index body.index-page .slide-logo-icon {
  height: 1.8em;
  vertical-align: middle;
}

.page-index body.index-page .video-demo-wrapper {
  text-align: center;
}

.page-index body.index-page #video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1300px;
  height: 760px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgb(0 0 0 / 60%);
  padding: 10px;
  text-align: center;
}

.page-index body.index-page #video-modal iframe {
  width: 1280px;
  height: 720px;
  border: none;
  display: block;
  margin: 0 auto;
}

.page-index body.index-page .close-video-modal {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 2rem;
  color: #533;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}

.page-index body.index-page .slide-left-stack .slide-step-label {
  align-self: center;
}

.page-index body.index-page .slide-image-stack, .page-index .large-feature-image, .page-index .slide-featured-image {
  display: flex;
  flex-direction: column;
  align-items: center; /* 👈 This is what centers the label */
}

.page-index body.index-page .slide-5-feature-image {
  width: 650px;
  max-width: 90vw;
  margin: 0 auto;
}

.page-index body.index-page .slide-5-feature-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
}

.page-index body.index-page .slide-tech-logo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
  padding: 0 1rem;
}

.page-index body.index-page .slide-tech-logo-row img {
  max-height: 70px;
  height: auto;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(1px 1px 2px rgb(0 0 0 / 10%));
}

.page-index #slideshow-placeholder.fade-in {
  animation: fadeInSlide 0.6s ease-in-out;
}

.page-index body.index-page .slideshow-controls button {
  font-family: Rockwell, Georgia, serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #4b2e2e;
  background-color: #f5efe6;
  border: 2px solid #8B3A3A;
  padding: 0.6rem 1.2rem;
  border-radius: 1rem;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.98); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes fadeInSlide {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ---- main.css (used) ---- */
.page-index * {
    box-sizing: border-box;
}

.page-index .main-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 1280px;
    margin: 0 auto;
}

.page-index div#mediaQueryMessage {
    display: none;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.page-index .custom-alert-box {
  background: #fffdf7;
  padding: 24px;
  border-radius: 12px;
  text-align: center;
  max-width: 700px;
  max-height: 90vh;      /* <== keep content within screen */
  overflow-y: auto;      /* <== allow scroll within alert box */
  box-shadow: 0 5px 20px rgb(0 0 0 / 40%);
  font-family: Rockwell, serif;
}

.page-index section {
    padding: 10px;
}

.page-index a:focus {
    outline: 2px dashed #1a73e8;
}

.page-index section.leftCol {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: flex-start; 
    width: 200px; 

}

.page-index section.leftCol a {
    width: 100%; 
    display: flex;
    justify-content: center; 
}

.page-index section.leftCol img {
    max-width: 100%; 
    height: auto;
}

.page-index .navigation ul {
    list-style-type: none;
    width: 200px; 
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column; 
    align-items: center; 
}

.page-index .navigation li {
    width: 100%; 
    padding: 8px;
    margin-bottom: 4px;
    text-align: center; 
}

.page-index .navigation a {
    text-decoration: none;
}

.page-index #homepagecontent, .page-index .slideshow-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.page-index .blog-highlights {
    width: 100%;              /* fill the whole left column */
    margin-top: 12px;
    padding: 0;               /* no inner frame */
    box-sizing: border-box;
    background: transparent;  /* remove panel bg */
    border: none;             /* remove panel border */
}

.page-index .blog-highlights h3 {
    text-align: center;  
    margin-bottom: 15px;  
}

.page-index .blog-item {
    margin-bottom: 10px;  
}

.page-index .blog-item h4 {
    margin: 0 0 5px;  
}

.page-index .blog-item p {
    font-size: 0.9em;  
    margin: 0 0 10px; 
}

.page-index .featured-recipes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    margin-right: 10px;
}

.page-index .recipe {
    flex: 0 48%; 
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px; 
}

.page-index .recipe img {
    width: 100%; 
    height: auto;
}

.page-index .recipe h3, .page-index .recipe p, .page-index .recipe a {
    margin: 10px 0; 
}

.page-index .recipe a {
    text-decoration: none;
    font-weight: bold;
    display: block; 
    outline: none; 
}

@media all and (width >= 800px) {
section.leftCol {
        width: 200px;       /* 🔧 enforce fixed width */
        flex: 0 0 200px;    /* 🔧 lock it in layout */
    }
  }

.page-index section.centerCol {
        flex: 1;
        max-width: 100%;
    }

/*.page-index .recipe-detail {
    border: 1px solid #d9a760;
    background-color: #fefcf8;
    padding: 20px;
    margin-top: 20px;
    font-family: Rockwell, "Courier Bold", monospace;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

.page-index .recipe-detail .close-box {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 24px;
    font-weight: bold;
    color: #444;
    cursor: pointer;
    background-color: #fdf6ee;
    border: 1px solid #aaa;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.page-index .recipe-detail .close-box:hover {
    background-color: #e8c99e;
}

.page-index .recipe-detail {
  position: relative;
}

.page-index .recipe-header h2 {
    margin-top: 0;
    color: #aa7529;
}

.page-index .recipe-category {
    font-style: italic;
    color: #634535;
}

.page-index .recipe-image-container {
    text-align: center;
    margin-bottom: 20px;
}

.page-index .recipe-image-container img {
    max-width: 500px;
    width: 100%;
    height: auto;
    border: 2px solid #d9a760;
    border-radius: 10px;
}

.page-index .recipe-description {
    font-size: 16px;
    margin-bottom: 20px;
    color: #81591f;
}

.page-index .recipe-ingredients ul,
.page-index .recipe-instructions ul {
    padding-left: 20px;
    color: #634535;
}

.page-index .recipe-ingredients li
 {
   line-height: 1;
}*/

.page-index .closeout-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.page-index .close-button {
    background-color: #e8c99e;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    font-family: Rockwell, monospace;
}

.page-index .close-button:hover {
    background-color: #edd5b2;
}

/*.page-index .recipe-ingredients ul {
    font-family: monospace;
    white-space: pre-wrap;
    font-size: 18px; 
    line-height: .5;
    margin: 0;
    padding: 0;
    list-style: none;
  }

.page-index .recipe-instructions ul {
    font-family: Rockwell, "Courier Bold", monospace;
    white-space: pre-wrap;
    font-size: 18px; 
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5;
    display: table-row;
  }

.page-index .recipe-instruction-line {
  text-indent: -2em;
  padding-left: 2em;
  margin: 0.5em 0;
  white-space: pre-wrap;
  line-height: 1.5;
}

.page-index .step-label {
  font-weight: bold;
}*/

.page-index .centerCol {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media all and (width >= 800px) {
.page-index section.leftCol {
        width: 300px;
        flex: 0 0 200px;
    }
  }

.page-index section.centerCol {
        flex: 1;
        max-width: 100%;
    }

.page-index .leftCol img {
    max-width: 120px; 
    height: auto;
}

/*.page-index .ingredient-header:hover,
.page-index .ingredient-header.selected {
  background-color: #806550; 
}

.page-index .quantity-unit {
  display: inline-block;
  width: 6em; 
  vertical-align: top;
}

.page-index .ingredient-name {
  display: inline-block;
  max-width: 100%; 
  vertical-align: top;
  white-space: normal;
}

/*.page-index .recipe-detail .quantity-unit {
  display: inline-block;
  width: 8em;           
  vertical-align: top;
  padding-right: 1em;   
}

.page-index .recipe-detail .ingredient-name {
  display: inline-block;
  vertical-align: top;
  overflow-wrap: break-word;
  max-width: 80%;
}

.page-index .recipe-detail .ingredient-header {
  background-color: #644e3b;  
  color: #fff;             
  font-family: Rockwell, monospace;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 6px;
  margin: 8px 0 4px;
  line-height: 1.4;
}*/

@keyframes rainbowShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


/* ---- stylesheet.css (used) ---- */
.page-index .main-container {
  background-color: #ede3dd;
}

/*.page-index h1,
.page-index h2,
.page-index h3,
.page-index h4 {
  color: #aa7529;
  text-align: center;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}*/

.page-index a {
  color: #d9a760;
}

.page-index a:hover {
  color: #aa7529;
}

.page-index .navigation li {
  background-color: #b3866f;
}

.page-index .navigation li a {
  color: #634535;
  font-weight: bold;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-index .navigation li:hover,
.page-index .navigation li:hover a {
  background-color: #c19d8a;
}

.page-index .navigation li:hover a,
.page-index .navigation li:hover a a {
  color: #fff;
}

.page-index .navigation li:nth-child(1),
.page-index .navigation li:nth-child(3),
.page-index .navigation li:nth-child(5)  {
  background-color: #e0b77d;
}

.page-index .navigation li:nth-child(2),
.page-index .navigation li:nth-child(4) {
  background-color: #b3866f;
  
}

.page-index .blog-highlights h3,
.page-index .blog-highlights .blog-item h4,
.page-index .blog-highlights .recipe h3 {
  color: #634535;
}

.page-index .recipe {
  border: 1px solid #2f2b1e;
  background-color: #c3bba2;
}

.page-index .recipe img {
  width: 100%;
  height: auto;
}

.page-index .recipe h3,
.page-index .recipe p,
.page-index .recipe a {
  margin: 10px 0;
}

.page-index .recipe a {
  color: #81591f;
}

.page-index .recipe-entry,
.page-index .closeout-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  align-items: center;
}

.page-index .closeout-buttons {
  flex-direction: row;
  justify-content: center;
}

.page-index .closeout-buttons button {
  margin: 0 10px;
  padding: 10px;
}

/* Banner container keeps a responsive height and lets pipes overflow the page edges */



/* ============================
   INDEX (Left Column) – Steampunk palette + beefier blog cards
   FILE: css/pages/index.css
   ============================ */

/* Local palette — scoped to the index page only */
.page-index {
  --rg-parchment: #efe2c8;     /* warm parchment */
  --rg-parchment-ink: #3b2a1b; /* dark brown text */
  --rg-brass: #b3863b;         /* brass ring */
  --rg-brass-deep: #7a4c22;    /* deep brass edge */
  --rg-copper: #9b6e3a;        /* inner rim color */
  --rg-menucopper: #7b3418;
  --rg-shadow: rgb(0 0 0 / 28%);
  --rg-highlight: #ffd36e;     /* warm highlight for glow */
}

/* BLOG WRAPPER — no panel background/border, fills column */
.page-index section.leftCol .blog-highlights {
  width: 100%;
  margin-top: 10px;
  padding: 0;
  background: transparent !important;
  border: none !important;
  box-sizing: border-box;
}

/* Card wrapper takes full width of the left column */
.page-index .steam-blog-card {
  position: relative;
  width: 100%;
  margin: 0 0 22px;
}

/* Beefier, 3-D frame that matches medallion style */
.page-index .steam-blog-card .blog-item {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 16px 14px 18px;
  border-radius: 16px;

  /* parchment face */
  background: radial-gradient(circle at 30% 20%, #f4ead4 0%, var(--rg-parchment) 60%, #e4d2b3 100%);
  color: var(--rg-parchment-ink);

  /* outer wall + inner ring + drop shadow = depth */
  border: 4px solid var(--rg-brass-deep);
  box-shadow:
    inset 0 0 0 3px var(--rg-copper),                  /* inner ring */
    inset 0 2px 0 rgb(255 255 255 / 25%),             /* top bevel highlight */
    inset 0 -2px 0 rgb(0 0 0 / 15%),                  /* bottom bevel */
    0 6px 16px var(--rg-shadow);                      /* lift from page */
}

/* Rivets: slightly larger to fit the thicker frame */
.page-index .steam-blog-card .blog-item::before,
.page-index .steam-blog-card .blog-item::after,
.page-index .steam-blog-card .blog-item .blog-content::before,
.page-index .steam-blog-card .blog-item .blog-content::after {
  content: "";
  position: absolute;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffe7b8, var(--rg-brass) 55%, var(--rg-brass-deep) 82%);
  box-shadow:
    0 0 0 2px #5b3a19 inset,
    0 1px 2px rgb(0 0 0 / 35%);
}
.page-index .steam-blog-card .blog-item::before { top: 10px; left: 10px; }
.page-index .steam-blog-card .blog-item::after  { top: 10px; right: 10px; }
.page-index .steam-blog-card .blog-item .blog-content::before { bottom: 10px; left: 10px; }
.page-index .steam-blog-card .blog-item .blog-content::after  { bottom: 10px; right: 10px; }

/* Thumbnail uses the full card width */
.page-index .steam-blog-card .blog-link img.blog-thumbnail {
  width: 100%;
  max-width: none;
  height: auto;
  border-radius: 10px;
  margin: 0 0 10px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 18%);
}

/* Title chip — parchment with a brass rim */
.page-index .steam-blog-card .title-button {
  display: inline-block;
  font-family: Rockwell, serif;
  font-weight: 700;
  color: var(--rg-parchment-ink);
  background: linear-gradient(#f3e7ce, #e8d8bb);
  border: 2px solid var(--rg-copper);
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 1.06rem;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 60%),
    0 1px 0 rgb(255 255 255 / 35%),
    0 2px 6px rgb(0 0 0 / 12%);
  transition: filter .15s ease, transform .08s ease;
}

.page-index .steam-blog-card .title-button:hover {
  filter: drop-shadow(0 0 6px rgb(255 211 110 / 35%));
  transform: translateY(-1px);
}

/* Date + body copy */
.page-index body.index-page .blog-date {
  color: #6a5a46;
}

.page-index body.index-page .blog-item p {
  color: var(--rg-parchment-ink);
}

/* Optional hover warmth to match the banner glow */
.page-index .steam-blog-card:hover .blog-item {
  box-shadow:
    inset 0 0 0 3px var(--rg-copper),
    inset 0 2px 0 rgb(255 255 255 / 25%),
    inset 0 -2px 0 rgb(0 0 0 / 15%),
    0 8px 18px var(--rg-shadow),
    0 0 18px rgb(255 211 110 / 28%);
}

/* ============================
   Old-timey TV bezel around blog thumbnails
   ============================ */

.page-index .steam-blog-card .blog-link {
  position: relative;
  display: block;
  border-radius: 18px;
  padding: 10px; /* bezel thickness */
  background: linear-gradient(180deg, var(--rg-brass) 0%, var(--rg-brass-deep) 100%);
  border: 3px solid var(--rg-brass-deep);
  box-shadow:
    inset 0 0 0 2px var(--rg-copper),            /* inner rim */
    inset 0 2px 0 rgb(255 255 255 / 25%),        /* top bevel */
    inset 0 -2px 0 rgb(0 0 0 / 25%),             /* bottom bevel */
    0 4px 10px var(--rg-shadow);                 /* lift */
}

/* The “screen” */
.page-index .steam-blog-card .blog-link img.blog-thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;      /* classic TV shape */
  object-fit: cover;        /* fill without distortion */
  border-radius: 12px;      /* slightly smaller than bezel */
  margin: 0;
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 15%);
}

/* Inner lip on the bezel */
.page-index .steam-blog-card .blog-link::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 14px;
  box-shadow:
    inset 0 0 0 2px #5b3a19,
    inset 0 2px 0 rgb(255 255 255 / 15%),
    inset 0 -2px 0 rgb(0 0 0 / 25%);
  pointer-events: none;
}

/* Glass glare + subtle scan lines */
.page-index .steam-blog-card .blog-link::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 12px;
  background:
    linear-gradient(180deg,
      rgb(255 255 255 / 22%) 0%,
      rgb(255 255 255 / 6%) 28%,
      rgb(0 0 0 / 0%) 36%,
      rgb(0 0 0 / 18%) 100%),
    repeating-linear-gradient(180deg,
      rgb(255 255 255 / 5%) 0,
      rgb(255 255 255 / 5%) 1px,
      rgb(0 0 0 / 0%) 2px);
  mix-blend-mode: screen;
  pointer-events: none;
}

/* Optional: warm glow on hover */
.page-index .steam-blog-card .blog-link:hover {
  filter: drop-shadow(0 0 10px rgb(255 211 110 / 25%));
}

/* Brass glow for blog title buttons (hover/focus) */
.page-index .steam-blog-card .title-button {
  position: relative;
  transition: box-shadow .18s ease, filter .18s ease, transform .08s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

.page-index .steam-blog-card .title-button:hover,
.page-index .steam-blog-card .title-button:focus-visible {
  /* brighter parchment + warmer rim */
  background: linear-gradient(#f8edd4, #eddcbe);
  border-color: var(--rg-brass);
  color: var(--rg-parchment-ink);

  /* soft outer glow + inner shine */
  text-shadow:
    0 1px 0 rgb(255 255 255 / 60%),
    0 0 8px rgb(255 211 110 / 50%),
    0 0 16px rgb(255 211 110 / 32%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 80%),
    0 0 0 2px var(--rg-copper),
    0 0 12px rgb(255 211 110 / 45%),
    0 4px 14px rgb(0 0 0 / 18%);

  /* no jump */
  transform: none;
  outline: none;
}

/* soft pulsing halo */
.page-index .steam-blog-card .title-button:hover::after,
.page-index .steam-blog-card .title-button:focus-visible::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: 0 0 18px rgb(255 211 110 / 55%);
  animation: brassPulse 1.4s ease-out infinite;
}

@keyframes brassPulse {
  0%   { opacity: 0;   transform: scale(0.98); }
  20%  { opacity: .85; transform: scale(1.00); }
  100% { opacity: 0;   transform: scale(1.08); }
}

/* keep a tiny press on click only */
.page-index .steam-blog-card .title-button:active {
  transform: translateY(0.5px);
}

/* =========================================
   Index H2: Brass glow + translucent plate
   Targets:
     - #homepagecontent > h2  (big headline)
     - .leftCol > h2          (Master Mikey helper line)
   ========================================= */

.page-index #homepagecontent > h2,
.page-index section.leftCol > h2 {
  position: relative;
  display: block;
  max-width: 100%;
  padding: 10px 16px;
  margin: 0.75rem auto 1rem;

  /* readable + on-theme */
  font-family: Rockwell, serif;      /* remove this line if you want to keep Source Sans */
  font-weight: 800;
  font-size: clamp(1.1rem, 1.2vw + 0.9rem, 2rem);
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff3cc;

  /* brass glow + crisp edge for a noisy background */
  text-shadow:
    0 2px 0 #3b2615,                               /* dark edge */
    0 0 8px rgb(255 211 110 / 75%),             /* warm glow */
    0 0 22px rgb(255 211 110 / 40%);            /* outer halo */
}

/* Translucent plate behind the text = instant contrast */
.page-index #homepagecontent > h2::before,
.page-index section.leftCol > h2::before {
  content: "";
  position: absolute;
  inset: -8px -12px;
  border-radius: 16px;
  background: rgb(22 14 7 / 45%);               /* dark glass */
  backdrop-filter: blur(2px);                       /* softens busy pipes behind */
  border: 3px solid var(--rg-brass-deep);
  box-shadow:
    inset 0 0 0 2px var(--rg-copper),               /* inner rim */
    inset 0 2px 0 rgb(255 255 255 / 25%),           /* top bevel */
    inset 0 -2px 0 rgb(0 0 0 / 25%),                /* bottom bevel */
    0 8px 20px rgb(0 0 0 / 35%),                    /* lift */
    0 0 24px rgb(255 211 110 / 25%);             /* warm ambience */

  z-index: -1;
}

/* A little interactive warmth on hover/focus */
.page-index #homepagecontent > h2:hover,
.page-index #homepagecontent > h2:focus-visible,
.page-index section.leftCol > h2:hover,
.page-index section.leftCol > h2:focus-visible {
  text-shadow:
    0 2px 0 #2f1f12,
    0 0 10px rgb(255 211 110 / 90%),
    0 0 28px rgb(255 211 110 / 50%);
}

/* Smaller H2 sizes for the busy brass background */
.page-index #homepagecontent > h2 {
  font-size: clamp(1.0rem, 0.8vw + 0.75rem, 1.55rem);
  padding: 6px 12px;
}

.page-index section.leftCol > h2 {
  font-size: clamp(0.9rem, 0.7vw + 0.6rem, 1.25rem);
  padding: 4px 10px;
}

/* Scale the translucent “plate” proportionally */
.page-index #homepagecontent > h2::before,
.page-index section.leftCol > h2::before {
  inset: -6px -10px;                  /* tighter plate around text */
  border: 2px solid var(--rg-brass-deep);  /* slightly thinner rim */
}

/* 3) Inside the frame, give content breathing room + scrolling if needed. */
.page-index .brass-frame .bf-content {
 /* min-height: 420px;         */     
  overflow: visible;             
} 

@media (width <= 560px) {
  .page-index .brass-frame {
    width: 95vw;
  }
}


/* CRT glass viewport (the image itself) */
body.index-page.page-index .blog-detail .blog-image img {
  display: block;
  width: 100%;
  border-radius: 20px;                 /* big rounded CRT corners */
  box-shadow:
    inset 0 -8px 18px rgba(0,0,0,0.25); /* inner darkening near bottom */
}

/* Scanlines + vignette overlay (on top of the image) */
body.index-page.page-index .blog-detail .blog-image::before {
  content: "";
  position: absolute;
  inset: 32px 16px 32px 16px;               /* matches bezel padding */
  border-radius: 20px;
  pointer-events: none;
  background:
    /* faint scanlines */
    repeating-linear-gradient(
      to bottom,
      rgba(0,0,0,0.6),
      rgba(0,0,0,0.6) 1px,
      rgba(255,255,255,0.7) 2px,
      rgba(255,255,255,0.7) 3px
    ),
    /* soft vignette */
    radial-gradient(120% 85% at 50% 100%, rgba(0,0,0,0.7), transparent 65.1%);
  opacity: .28;
  mix-blend-mode: multiply;
}

/* Glass reflection band (subtle highlight near the top) */
body.index-page.page-index .blog-detail .blog-image::after {
  content: "";
  position: absolute;
  inset: 32px 16px 32px 16px;
  border-radius: 20px;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(255,255,255,0.55), rgba(255,255,255,0.25) 8%, rgba(255,255,255,0) 35%),
    radial-gradient(60% 25% at 35% 0%, rgba(255,255,255,0.35), transparent 60%);
  opacity: .45;
}

/* ===== Blog Detail → TV Bezel ===== */

/* 1) Remove old borders/rounding around the detail image */
body.index-page .blog-detail .blog-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;           /* keep centered */
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* 2) Bezel container */
/* === BLOG DETAIL: TV bezel layout (scoped) === */
body.index-page.page-index .blog-detail .blog-image.tv-bezel {
  /* container */
  --bezel-w: 100%;   /* bezel width relative to blog-image box */
  --screen-w: 82%;   /* screen image width */
  --glare-w: 74%;    /* ::before glare width */
  position: relative;
  display: block;
  width: 100%;
  max-width: 860px;       /* whatever your blog frame width is */
  margin: 0 auto 1.25rem; /* center inside the article */
  /* optional padding if the bezel graphic needs breathing room */
  padding: 0;
}

/* kill any broad img rule under .blog-image that was hitting both */
body.index-page.page-index .blog-detail .blog-image.tv-bezel > img {
  max-width: none;   /* we’ll control widths explicitly below */
  border-radius: 0;  /* bezel graphic supplies the shape */
  margin: 0;
  box-shadow: none;
}

/* 1) The screen image */
body.index-page.page-index .blog-detail .blog-image.tv-bezel .tv-screen {
  position: relative;
  z-index: 1;
  display: block;
  width: 500px;
  height: auto;
  margin: 0 auto;              /* center under the bezel */
  object-fit: contain;         /* stay proportional */
}

/* 2) The bezel overlay (fills the frame horizontally) */
body.index-page.page-index .blog-detail .blog-image.tv-bezel .tv-bezel-overlay {
  position: absolute;
  z-index: 2;
  pointer-events: none;        /* clicks pass through to links on image if any */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 680px;
  height: auto;
}

/* 3) Optional CRT glare / scanline layer sized independently */
body.index-page.page-index .blog-detail .blog-image.tv-bezel::before {
  content: "";
  position: absolute;
  z-index: 2;                  /* same layer as screen but below bezel */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 100%;
  border-radius: 18px;
  pointer-events: none;
  mix-blend-mode: multiply;
  opacity: .45;
}

/* If any old rule still styles ALL images inside .blog-image, out-spec it: */
body.index-page.page-index .blog-detail .blog-image.tv-bezel img.tv-screen { box-shadow: none; border: 0; }


/* Let big hero images fluid-fill inside the frame */
.page-index .brass-frame .bf-content .blog-image img,
.page-index .brass-frame .bf-content .recipe-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* =========================================
   BLOG TYPOGRAPHY + BRASS DATE MEDALLION
   Scope: .page-index …
   ========================================= */

/* 1) Headlines — stamped nameplate vibe (list cards) */
.page-index .blog-content h4 {
  font-family: Rockwell, serif;
  font-weight: 800;
  letter-spacing: 0.3px;
  color: #3c2a1d;
  margin: 0 0 6px;
  text-shadow:
    0 1px 0 rgb(255 255 255 / 25%),
    0 2px 2px rgb(0 0 0 / 15%); /* soft embossed look */
}

/* h4 contains .title-button in your template — make it a little nameplate */
.page-index .blog-content h4 .title-button {
  background: linear-gradient(#d6b08f, #c79772);
  border: 2px solid #7a4f2e;
  border-radius: 10px;
  padding: 6px 12px;
  font-weight: 800;
  color: #3b2617;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 55%),
    0 2px 6px rgb(0 0 0 / 18%);
  transition: background .18s ease, box-shadow .18s ease, transform .08s ease;
}

.page-index .blog-content h4 .title-button:hover,
.page-index .blog-content h4 .title-button:focus-visible {
  background: linear-gradient(#e3bf9f, #d1a17e);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 75%),
    0 0 10px rgb(255 191 120 / 35%);
  transform: translateY(-1px);
  outline: none;
}

/* 2) Detail view headline — stamped bar */
.page-index .blog-detail h2 {
  font-family: Rockwell, serif;
  font-weight: 900;
  letter-spacing: 0.4px;
  color: #322114;
  margin: 0 0 0.35rem;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 12px;
  background: linear-gradient(#d2aa86, #bf8e68);
  border: 2px solid #6f4527;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 55%),
    0 3px 10px rgb(0 0 0 / 15%);
  text-shadow: 0 1px 0 rgb(255 255 255 / 35%);
}

.page-index .blog-date {
  display: inline-block;
  padding: 4px 12px;
  margin-top: 4px;
  font-family: Rockwell, serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: #3a2616;
  border-radius: 999px;
  border: 2px solid #6f4527;
  background:
    radial-gradient(circle at 30% 30%, rgb(255 255 255 / 35%), transparent 55%),
    linear-gradient(135deg, #e2c19d 0%, #c8956c 45%, #ba7e55 100%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 65%),
    inset 0 -1px 0 rgb(0 0 0 / 15%),
    0 2px 6px rgb(0 0 0 / 20%);
  position: relative;
  text-shadow: 0 1px 0 rgb(255 255 255 / 35%);
  font-style: normal; /* override old italic */
}

/* Tiny rivets on the chip (left & right) */
.page-index .blog-date::before,
.page-index .blog-date::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px; height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, #fdf6e8 0%, #d5b18e 55%, #8b5a36 100%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 70%),
    0 1px 0 rgb(0 0 0 / 18%);
  pointer-events: none;
}
.page-index .blog-date::before { left: 6px; }
.page-index .blog-date::after  { right: 6px; }

/* When the date sits over imagery, give it a touch more lift */
.page-index .steam-blog-card .blog-date {
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 65%),
    inset 0 -1px 0 rgb(0 0 0 / 15%),
    0 3px 10px rgb(0 0 0 / 25%);
}

/* Blog highlights (summary list) */
body.index-page .blog-date-summary {
  font-size: 0.85rem;
  color: #644e3b;
  text-align: left;   /* or center if you prefer */
  margin: 0.25rem 0;
}

/* Blog detail (full view) */
body.index-page .blog-date-detail {
  font-size: 0.95rem;
  color: #7a6652;
  font-style: italic;
  text-align: center;
  margin-bottom: 1rem;
}


/* ============================
   BLOG: stack headline + date
   & improve full-view contrast
   ============================ */

/* Stack in list cards */
.page-index .blog-content h4 {
  display: block;
  text-align: center;
  margin-bottom: 6px;
}

.page-index .blog-content .blog-date {
  display: block;          /* forces stack under the title */
  margin-top: 4px;
  text-align: center;
}

/* Stack in full blog header and center it */
.page-index .blog-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

/* Headline “nameplate” gets the brass gradient & a lit transition */
.page-index .blog-detail h2 {
  color: #322114;
  background: linear-gradient(#d2aa86, #bf8e68);
  border: 2px solid #6f4527;
  border-radius: 12px;
  padding: 8px 16px;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 55%),
    0 3px 10px rgb(0 0 0 / 15%);
  text-shadow: 0 1px 0 rgb(255 255 255 / 35%);
  transition: background .18s ease, box-shadow .18s ease, transform .08s ease;
}

/* Subtle “lit” effect on hover/focus, like the date chip treatment */
.page-index .blog-detail h2:hover,
.page-index .blog-detail h2:focus-visible {
  background: linear-gradient(#e3bf9f, #d1a17e);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 75%),
    0 0 12px rgb(255 191 120 / 35%);
  transform: translateY(-1px);
  outline: none;
}

/* ----------------------------------------------------
   BLOG OVERRIDES (win on specificity, not !important)
   Targets body having BOTH classes to outrank older CSS
   ---------------------------------------------------- */

/* 1) Stack headline + date in list + detail */
body.index-page.page-index .blog-content h4 {
  display: block;
  text-align: center;
  margin-bottom: 6px;
}

body.index-page.page-index .blog-date {
  display: inline-block;
  padding: 4px 12px;
  margin-top: 4px;
  font-family: Rockwell, serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: #3a2616;
  border-radius: 999px;
  border: 2px solid #6f4527;
  background:
    radial-gradient(circle at 30% 30%, rgb(255 255 255 / 35%), transparent 55%),
    linear-gradient(135deg, #e2c19d 0%, #c8956c 45%, #ba7e55 100%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 65%),
    inset 0 -1px 0 rgb(0 0 0 / 15%),
    0 2px 6px rgb(0 0 0 / 20%);
  position: relative;
  text-shadow: 0 1px 0 rgb(255 255 255 / 35%);
  font-style: normal; /* kill the old italic */
}

body.index-page.page-index .blog-content .blog-date {
  display: block;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 2px;
}

/* Detail header block stacks, centered */
body.index-page.page-index .blog-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 80px;
}

/* 2) Headline: brass gradient like the date (detail view) */
body.index-page.page-index .blog-detail h2 {
  font-family: Rockwell, serif;
  font-weight: 900;
  letter-spacing: 0.4px;
  color: #322114;
  background: linear-gradient(#d2aa86, #bf8e68);
  border: 2px solid #6f4527;
  border-radius: 12px;
  padding: 8px 16px;
  text-shadow: 0 1px 0 rgb(255 255 255 / 35%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 55%),
    0 3px 10px rgb(0 0 0 / 15%);
  transition: background .18s ease, box-shadow .18s ease, transform .08s ease;
}

body.index-page.page-index .blog-detail h2:hover,
body.index-page.page-index .blog-detail h2:focus-visible {
  background: linear-gradient(#e3bf9f, #d1a17e);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 75%),
    0 0 12px rgb(255 191 120 / 35%);
  transform: translateY(-1px);
  outline: none;
}

/* 3) Date = brass medallion everywhere, and stacked under title */


/* Tiny rivets */
body.index-page.page-index .blog-date::before,
body.index-page.page-index .blog-date::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px; height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, #fdf6e8 0%, #d5b18e 55%, #8b5a36 100%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 70%),
    0 1px 0 rgb(0 0 0 / 18%);
  pointer-events: none;
}
body.index-page.page-index .blog-date::before { left: 6px; }
body.index-page.page-index .blog-date::after  { right: 6px; }

/* If any parent wrapper sets a lighter color, ensure paragraphs stay dark */
body.index-page.page-index .blog-detail .blog-body p {
  color: inherit;
}

/* ================================
   BLOG DETAIL: kill parchment wrappers
   and draw the CRT glass on .blog-body
   ================================ */

/* === Index page: scoped frame sizing === */

/* 1) Full BLOG view: make the brass 800px wide on this page only */
.page-index #full-blog-view > .brass-frame {
  width: 800px;
  max-width: none;
  margin: 28px auto 48px;
  z-index: 10;            /* only the big blog frame needs to float above neighbors */
  position: relative;     /* z-index requires positioning context */
}

/* 2) Featured recipes: keep frames “small” and 2-up */
/* The template renders a .featured-recipes container with .recipe items */
.page-index #recipe-placeholder .featured-recipes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Each small frame wraps a single .recipe card */
.page-index #recipe-placeholder .featured-recipes > .brass-frame.sm {
  flex: 1 1 calc(50% - 20px);   /* two across */
  width: auto;                  /* avoid the 800px blog rule */
  margin: 0;                    /* the gap handles spacing */
}

/* Make sure the inner card fills the frame nicely */
.page-index #recipe-placeholder .brass-frame.sm .bf-content {
  padding: 40px;                   /* your card already has spacing */
  margin: -20px -20px -40px;
}
h2.banner-headline {
  margin: 0;
}

/* Headline look (sitewide) */
h2.banner-headline {
  position: relative;
  display: block;
  margin: 0 auto;                 /* remove default h2 margins */
  padding: 18px;
  background-color: #7b3418;
  border-radius: 12px;
  margin: 9px 1px;
  white-space: normal;       /* allow wrapping explicitly */
  line-height: 1.25;
  font-family: Rockwell, serif;
  font-size: clamp(1.0rem, 0.8vw + 0.75rem, 1.55rem);
  letter-spacing: 0.02em;
  text-align: center;
  color: #fafa00;
  text-shadow:
    0 2px 0 #3b2615,
    0 0 8px rgb(255 211 110 / 75%),
    0 0 22px rgb(255 211 110 / 40%);
}

/* current */
.brass-frame .bf {
  /* … */
  z-index: -1;
}

.page-index #slideshow-section {
  width: 800px;
  margin: 0 auto;
}

#slideshow-section.brass-frame.md {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* === BLOG DETAIL — canonical body styles (keep this, delete the rest) === */
.page-index.index-page .blog-detail .blog-body {
  position: relative;
  z-index: 0;

  /* layout + rhythm */
  margin: 18px auto 0;
  max-width: 72ch;
  padding: 20px 22px;

  /* type */
  font-size: 1.05rem;
  line-height: 1.7;
  color: #2b1d13;
  text-shadow: 0 1px 0 rgba(255,255,255,0.25);

  /* depth (keep) */
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.75),
    inset 0 -4px 10px rgba(0,0,0,0.28),
    0 10px 24px rgba(0,0,0,0.25);

  /* substrate bg — enable if you want the “glass panel” */
  /* background:
    radial-gradient(120% 90% at 50% 0%, rgba(255,255,255,0.28), transparent 70%),
    radial-gradient(160% 100% at 50% 120%, rgba(0,0,0,0.22), transparent 60%),
    linear-gradient(180deg, #e0ece6 0%, #c9d8d1 100%); */
}

/* lock ink color for children */
.page-index.index-page .blog-detail .blog-body,
.page-index.index-page .blog-detail .blog-body p,
.page-index.index-page .blog-detail .blog-body li {
  color: #2b1d13;
}


/* brass rim glow — keep; bg can be tweaked or removed */
.page-index.index-page .blog-detail .blog-body::after {
  content: "";
  position: absolute;
  inset: -12px;
  pointer-events: none;
  z-index: -2;

}
/* BLOG DETAIL — paper card like recipe-detail */
.page-index.index-page #full-blog-view .blog-detail,
.page-index.index-page .brass-frame .bf-content .blog-detail {
  position: relative;
  max-width: 640px;
  margin: 18px auto 28px;
  padding: 22px 26px;

  /* same paper look as .recipe-detail */
  background:
    radial-gradient(140% 100% at 30% 10%, #ffffff 0%, #fbfbf8 60%, #f5f3ee 100%);
  border: 1px solid #d8d3c9;
  box-shadow:
    0px 15px 8px rgba(0, 0, 0, 0.55),
    10px 10px 6px rgba(0, 0, 0, 0.30),
    0px 1px 1px rgba(0, 0, 0, 0.02);

  font-family: Rockwell, serif;
  line-height: 1.5;
  color: #3b2a1b;
}

/* Make the interior body transparent—let the sheet own the visuals */
.page-index.index-page .blog-detail .blog-body {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0;            /* sheet adds the padding now */
  margin-top: 110px;      /* small gap under image/header */
}

/* Same circular close-box treatment as recipe-detail */
.page-index.index-page .blog-detail .close-box {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 2px solid #cfc8bb;
  border-radius: 50%;
  color: #5a4a34;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 10;
  transition: background 0.2s ease;
}
.page-index.index-page .blog-detail .close-box:hover {
  background-color: #f3f0ea;
}
