.blog-shell { max-width: 920px; }

.blog-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #f7c97a;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.blog-index-head { margin-bottom: 36px; }
.blog-index-head h1 {
  margin: 0;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.blog-index-head h1 em {
  background: linear-gradient(120deg, #ff5a7a, #f7c97a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: normal;
}
.blog-index-head p {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(244, 233, 220, 0.78);
  font-size: 1.05rem;
  line-height: 1.55;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
}
.blog-grid-index { margin-bottom: 56px; }

.blog-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease;
}
.blog-card:hover {
  transform: translateY(-3px);
  border-color: rgba(247, 201, 122, 0.32);
}
.blog-card-cover {
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-color: #2a1a3a;
}
.blog-card-cover-empty {
  background: linear-gradient(135deg, #2a1840 0%, #150828 60%, #0a0710 100%);
}
.blog-card-body { padding: 16px; }
.blog-card-body h3 {
  margin: 8px 0 6px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
}
.blog-card-body p {
  margin: 0 0 10px;
  color: rgba(244, 233, 220, 0.7);
  font-size: 0.92rem;
  line-height: 1.5;
}
.blog-card-body small {
  color: rgba(244, 233, 220, 0.5);
  font-size: 0.78rem;
  font-weight: 700;
}

.blog-tag {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(247, 201, 122, 0.16);
  color: #f7c97a;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Single post */
.blog-post { margin-bottom: 56px; }
.blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: rgba(244, 233, 220, 0.55);
  font-size: 0.82rem;
  font-weight: 700;
}
.blog-title {
  margin: 0 0 14px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}
.blog-deck {
  margin: 0 0 22px;
  color: rgba(244, 233, 220, 0.78);
  font-family: 'Instrument Serif', serif;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-style: italic;
  line-height: 1.45;
}
.blog-cover {
  width: 100%;
  height: auto;
  margin: 0 0 28px;
  border-radius: 16px;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.blog-content { font-size: 1.08rem; line-height: 1.7; }
.blog-content h2 {
  margin: 36px 0 12px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.55rem;
  letter-spacing: -0.03em;
  color: #f7c97a;
}
.blog-content h3 {
  margin: 28px 0 10px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}
.blog-content p { margin: 16px 0; color: rgba(244, 233, 220, 0.86); }
.blog-content a { color: #ff8aa3; text-decoration: underline; }
.blog-content ul, .blog-content ol { padding-left: 22px; }
.blog-content li { margin: 8px 0; color: rgba(244, 233, 220, 0.86); }
.blog-content strong { color: #f4e9dc; }
.blog-content blockquote {
  margin: 22px 0;
  padding: 14px 18px;
  border-left: 3px solid #f7c97a;
  background: rgba(247, 201, 122, 0.06);
  font-style: italic;
}
.blog-content code {
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.92em;
}

.blog-cta {
  margin: 40px 0 0;
  padding: 26px 22px;
  border: 1px solid rgba(247, 201, 122, 0.32);
  border-radius: 18px;
  background: radial-gradient(ellipse at 50% 0%, rgba(247, 201, 122, 0.16), transparent 65%),
              linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  text-align: center;
}
.blog-cta strong {
  display: block;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}
.blog-cta p {
  margin: 8px auto 16px;
  max-width: 520px;
  color: rgba(244, 233, 220, 0.75);
}
.blog-cta-btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff5a7a, #b8489d);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 14px 32px rgba(255, 90, 122, 0.35);
}

.blog-related { margin-bottom: 56px; }
.blog-related h2 {
  margin: 0 0 18px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -0.03em;
}


/* ============================================================
   NEWSLETTER MODAL — popup nei post blog
   ============================================================ */
.hv-modal {
  position: fixed;
  inset: 0;
  z-index: 1500;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(14px);
  animation: hv-fade 220ms ease both;
}
.hv-modal[hidden] { display: none; }
@keyframes hv-fade { from { opacity: 0; } to { opacity: 1; } }

.hv-modal-card {
  position: relative;
  width: min(440px, 100%);
  padding: 28px 26px 24px;
  border: 1px solid rgba(255, 90, 122, 0.32);
  border-radius: 22px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 90, 122, 0.22), transparent 60%),
    linear-gradient(180deg, rgba(28, 14, 32, 0.96), rgba(12, 6, 18, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 50px 120px rgba(0, 0, 0, 0.55);
  color: #f4e9dc;
  animation: hv-pop 360ms cubic-bezier(0.2, 0.7, 0.2, 1.2) both;
}
@keyframes hv-pop {
  from { opacity: 0; transform: translateY(20px) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.hv-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}
.hv-modal-close:hover { background: #ff5a7a; border-color: transparent; }

.hv-modal-eye {
  display: inline-block;
  margin-bottom: 8px;
  color: #f7c97a;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hv-modal-title {
  margin: 0 0 10px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.045em;
}
.hv-modal-title em {
  font-style: italic;
  background: linear-gradient(120deg, #ff5a7a, #f7c97a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hv-modal-sub {
  margin: 0 0 18px;
  color: rgba(244, 233, 220, 0.72);
  font-size: 0.94rem;
  line-height: 1.5;
}
.hv-modal-form {
  display: flex;
  align-items: stretch;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.32);
}
.hv-modal-form input {
  flex: 1;
  min-width: 0;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #f4e9dc;
  outline: none;
  font: inherit;
  font-size: 0.96rem;
}
.hv-modal-form input::placeholder { color: rgba(244, 233, 220, 0.45); }
.hv-modal-form button {
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff5a7a, #b8489d);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(255, 90, 122, 0.36);
}
.hv-modal-feedback {
  margin: 14px 0 0;
  font-size: 0.88rem;
  font-weight: 700;
}
.hv-modal-feedback[hidden] { display: none; }
.hv-modal-feedback.ok { color: #4ade80; }
.hv-modal-feedback.err { color: #ff8a8a; }
.hv-modal-note {
  margin: 14px 0 0;
  color: rgba(244, 233, 220, 0.5);
  font-size: 0.78rem;
  text-align: center;
}
.hv-modal-note a { color: inherit; text-decoration: underline; }

@media (max-width: 480px) {
  .hv-modal-form { flex-direction: column; border-radius: 18px; }
  .hv-modal-form button { border-radius: 14px; padding: 14px; }
  .hv-modal-form input { padding: 12px 14px; }
}


/* Modal newsletter — consent checkbox */
.hv-modal-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: flex-start;
  margin-top: 12px;
  padding: 8px 12px;
  border-radius: 12px;
  color: rgba(244, 233, 220, 0.78);
  font-size: 0.84rem;
  line-height: 1.45;
  cursor: pointer;
}
.hv-modal-consent input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin-top: 1px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #ff5a7a;
}
.hv-modal-consent a { color: #f7c97a; text-decoration: underline; }

.hv-modal-consent.hv-modal-consent-flash {
  animation: hv-modal-consent-flash-anim 1.6s ease-out;
}
@keyframes hv-modal-consent-flash-anim {
  0%, 100% { background: transparent; box-shadow: 0 0 0 0 rgba(255, 90, 122, 0); }
  20% { background: rgba(255, 90, 122, 0.18); box-shadow: 0 0 0 8px rgba(255, 90, 122, 0.18); }
  60% { background: rgba(255, 90, 122, 0.08); box-shadow: 0 0 0 0 rgba(255, 90, 122, 0); }
}

@media (max-width: 480px) {
  .hv-modal-consent input[type="checkbox"] { width: 26px; height: 26px; }
}


/* Card image (replacement for div with bg-image, supports lazy loading) */
.blog-card-cover-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-color: #2a1a3a;
}
