/*
Theme Name: Ofrenda Publication
Theme URI: https://ofrendanocturna.com
Author: Tera Byte + GPT-5.5 Thinking
Description: A block-first WordPress theme for The Ofrenda Dispatch. Built for Gutenberg pages, reusable patterns, and fast weekly publishing.
Version: 3.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: ofrenda-publication
Tags: full-site-editing, block-patterns, custom-colors, custom-logo, one-column, blog
*/

:root{
  --ofrenda-black:#080808;
  --ofrenda-charcoal:#181818;
  --ofrenda-card:#242424;
  --ofrenda-gold:#C6A05A;
  --ofrenda-gold-dark:#8E6B2E;
  --ofrenda-ivory:#E8E3D8;
  --ofrenda-muted:#B9A891;
  --ofrenda-purple:#7F5AA6;
  --ofrenda-max:1080px;
}

html{scroll-behavior:smooth;}
body{
  background:var(--ofrenda-black);
  color:var(--ofrenda-ivory);
  font-family: Georgia, 'Times New Roman', serif;
}

a{color:var(--ofrenda-gold); text-decoration-thickness:1px; text-underline-offset:.18em;}
a:hover{color:#f0d487;}

.wp-site-blocks{min-height:100vh; background:var(--ofrenda-black);}
.wp-block-post-content{max-width:var(--ofrenda-max); margin-inline:auto; padding-inline:clamp(18px,4vw,44px);}

h1,h2,h3,h4,h5,h6,
.wp-block-heading{
  color:var(--ofrenda-gold);
  font-family: Georgia, 'Times New Roman', serif;
  letter-spacing:.06em;
  line-height:1.15;
}
p{color:var(--ofrenda-muted); line-height:1.7;}
strong{color:var(--ofrenda-ivory);}

/* Core block polish */
.wp-block-button__link{
  background:transparent;
  color:var(--ofrenda-gold);
  border:1px solid var(--ofrenda-gold-dark);
  border-radius:999px;
  padding:.78rem 1.35rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.86rem;
}
.wp-block-button__link:hover{background:var(--ofrenda-gold); color:#080808;}

.wp-block-image img{border-radius:14px;}
.is-style-ofrenda-frame img,
.wp-block-image.is-style-ofrenda-frame img{
  border:1px solid rgba(198,160,90,.45);
  box-shadow:0 0 0 1px rgba(0,0,0,.65), 0 22px 60px rgba(0,0,0,.45);
}

.wp-block-group.is-style-ofrenda-card,
.ofrenda-card{
  background:var(--ofrenda-card);
  border:1px solid rgba(198,160,90,.45);
  border-radius:18px;
  padding:clamp(20px,3vw,34px);
  box-shadow:0 20px 70px rgba(0,0,0,.32);
}

.wp-block-group.is-style-ofrenda-panel,
.ofrenda-panel{
  background:#080808;
  border:1px solid rgba(198,160,90,.55);
  border-radius:24px;
  padding:clamp(24px,4vw,46px);
}

.wp-block-separator{
  border:none!important;
  border-top:1px solid rgba(198,160,90,.42)!important;
  max-width:520px!important;
}

.ofrenda-section-title,
.wp-block-heading.is-style-ofrenda-section{
  text-align:center;
  color:var(--ofrenda-gold);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:clamp(1.25rem,3.8vw,2.05rem);
  margin-top:clamp(34px,7vw,80px);
  margin-bottom:clamp(22px,4vw,38px);
}
.ofrenda-section-title::before,
.ofrenda-section-title::after,
.wp-block-heading.is-style-ofrenda-section::before,
.wp-block-heading.is-style-ofrenda-section::after{
  content:' ✦ ';
  color:var(--ofrenda-gold);
}

/* Header/Footer */
.ofrenda-site-header{padding:20px clamp(18px,4vw,48px); border-bottom:1px solid rgba(198,160,90,.22); background:#080808;}
.ofrenda-header-inner{max-width:1180px; margin:auto; display:flex; align-items:center; justify-content:center; gap:28px; flex-wrap:wrap;}
.ofrenda-site-logo img{max-width:min(520px,88vw); height:auto; display:block;}
.ofrenda-site-footer{border-top:1px solid rgba(198,160,90,.28); padding:32px clamp(18px,4vw,48px); text-align:center; color:var(--ofrenda-muted); background:#080808;}

/* Newsletter layouts */
.ofrenda-two-col{display:grid; grid-template-columns:1fr 1fr; gap:clamp(22px,4vw,44px); align-items:center;}
.ofrenda-three-col{display:grid; grid-template-columns:repeat(3,1fr); gap:0;}
.ofrenda-week-card{background:#080808; border:1px solid rgba(198,160,90,.7); border-radius:22px; overflow:hidden;}
.ofrenda-week-card > *{padding:clamp(18px,3vw,30px); border-right:1px solid rgba(198,160,90,.35); text-align:center;}
.ofrenda-week-card > *:last-child{border-right:0;}

@media (max-width: 800px){
  .ofrenda-two-col,.ofrenda-three-col{grid-template-columns:1fr;}
  .ofrenda-week-card > *{border-right:0; border-bottom:1px solid rgba(198,160,90,.35);}
  .ofrenda-week-card > *:last-child{border-bottom:0;}
}
