/* ── BLOG PAGE ─────────────────────────────────────────────────────────────── */

body { background: #ffffff; }

/* ── HERO (index) ─────────────────────────────────── */
.blog-hero {
  position: relative;
  background: #1C1C1E;
  padding: 160px 40px 80px;
  overflow: hidden;
}

.blog-hero__grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  opacity: 0.35;
  pointer-events: none;
}

.blog-hero__inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 1;
}

.blog-hero__eyebrow {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d0b608;
  margin-bottom: 20px;
}

.blog-hero__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.blog-hero__title em {
  font-style: italic;
  color: #d0b608;
}

.blog-hero__sub {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.45);
  max-width: 520px;
  line-height: 1.6;
}

/* ── BLOG LIST ────────────────────────────────────── */
.blog-list-section {
  background: #e2e2e2;
  padding: 60px 32px 100px;
}

.blog-list {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ── BLOG CARD ────────────────────────────────────── */
.blog-card {
  display: flex;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.blog-card__img-wrap {
  flex: 0 0 40%;
  max-width: 40%;
  overflow: hidden;
}

.blog-card__img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-card__img { transform: scale(1.04); }

.blog-card__img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 240px;
  background: #d8d8d8;
}

.blog-card__body {
  flex: 1;
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.blog-card__date {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
}

.blog-card__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 700;
  color: #1C1C1E;
  line-height: 1.2;
  margin: 0;
}

.blog-card__excerpt {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  color: #5A5A5A;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card__cta {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #d0b608;
  letter-spacing: 0.04em;
  margin-top: 4px;
}

/* ── EMPTY STATE ──────────────────────────────────── */
.blog-empty {
  text-align: center;
  padding: 80px 20px;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  color: #888;
}

/* ── POST HERO ────────────────────────────────────── */
.blog-post-hero {
  position: relative;
  background: #1C1C1E;
  padding: 140px 40px 72px;
  overflow: hidden;
}

.blog-post-hero__grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  opacity: 0.35;
  pointer-events: none;
}

.blog-post-hero__inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 1;
}

.blog-post-hero__back {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  letter-spacing: 0.03em;
  margin-bottom: 24px;
  transition: color 0.2s;
}
.blog-post-hero__back:hover { color: rgba(255,255,255,0.8); }

.blog-post-hero__date {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d0b608;
  margin-bottom: 16px;
}

.blog-post-hero__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 20px;
}

.blog-post-hero__excerpt {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
  max-width: 800px;
}

/* ── IMAGES SECTION ───────────────────────────────── */
.blog-images-section {
  background: #e2e2e2;
  padding: 48px 32px 0;
}

.blog-images-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.blog-primary-img-wrap {
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
}

.blog-primary-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.blog-primary-img-wrap:hover .blog-primary-img { transform: scale(1.02); }

.blog-extra-imgs {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.blog-extra-img-wrap {
  flex: 1 1 200px;
  max-width: 320px;
  height: 200px;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}

.blog-extra-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.blog-extra-img-wrap:hover .blog-extra-img { transform: scale(1.04); }

/* Overlay on hover */
.blog-img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(28,28,30,0);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 14px;
  transition: background 0.3s ease;
}

.blog-primary-img-wrap:hover .blog-img-overlay,
.blog-extra-img-wrap:hover .blog-img-overlay {
  background: rgba(28,28,30,0.35);
}

.blog-img-overlay svg {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 50%;
  padding: 8px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.25s ease, background 0.2s;
  flex-shrink: 0;
}

.blog-primary-img-wrap:hover .blog-img-overlay svg,
.blog-extra-img-wrap:hover .blog-img-overlay svg {
  opacity: 1;
  background: rgba(208,182,8,0.85);
  color: #1C1C1E;
}

/* ── CONTENT ──────────────────────────────────────── */
.blog-content-section {
  background: #e2e2e2;
  padding: 52px 32px 100px;
}

.blog-content {
  max-width: 1100px;
  margin: 0 auto;
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  line-height: 1.85;
  color: #1C1C1E;
}

.blog-content p {
  margin-bottom: 1.5em;
}

/* ── RESPONSIVE ───────────────────────────────────── */
@media (max-width: 768px) {
  .blog-hero,
  .blog-post-hero { padding: 120px 24px 60px; }

  .blog-card { flex-direction: column; }
  .blog-card__img-wrap { flex: none; max-width: 100%; }
  .blog-card__img { min-height: 200px; height: 200px; }
  .blog-card__body { padding: 24px; }
  .blog-card__title { font-size: 22px; }

  .blog-primary-img { height: 280px; }
  .blog-extra-img-wrap { flex: 1 1 140px; height: 140px; }

  .blog-images-section,
  .blog-content-section { padding-left: 20px; padding-right: 20px; }
}
