/* ===== Blog-specific styles, aligned to the home page visual system ===== */

.blog-page {
  background: #fff;
  color: #151515;
}

/* Hero band that mirrors .home-first-section but shorter and lighter weight */
.blog-hero {
  background: #0A0A0A;
  color: #fff;
  padding: 120px 0 100px;
  position: relative;
  overflow: hidden;
}

.blog-hero .eyebrow {
  font-family: "Proxima Nova SemiBold", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.6;
  margin-bottom: 22px;
  display: inline-block;
}

.blog-hero h1 {
  font-family: "Proxima Nova Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 64px;
  line-height: 1.08;
  color: #fff;
  margin: 0 0 22px;
  max-width: 760px;
  font-weight: 300;
}

.blog-hero p {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  opacity: 0.78;
  max-width: 640px;
  margin: 0;
}

@media (max-width: 992px) {
  .blog-hero { padding: 90px 0 70px; }
  .blog-hero h1 { font-size: 46px; }
  .blog-hero p { font-size: 16px; }
}

@media (max-width: 576px) {
  .blog-hero { padding: 60px 0 50px; }
  .blog-hero h1 { font-size: 32px; }
  .blog-hero .eyebrow { margin-bottom: 14px; }
}

/* Section shell, replaces the unused .content / .subtitle defaults */
.blog-section {
  padding: 110px 0;
  background: #fff;
}

.blog-section--tight {
  padding: 70px 0 30px;
}

@media (max-width: 992px) {
  .blog-section { padding: 70px 0; }
  .blog-section--tight { padding: 50px 0 20px; }
}

@media (max-width: 576px) {
  .blog-section { padding: 45px 0; }
}

.blog-section h2 {
  font-family: "Proxima Nova Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  color: #151515;
  margin: 0 0 18px;
}

.blog-section .lead {
  font-size: 18px;
  line-height: 1.6;
  color: #7A7A7A;
  max-width: 760px;
}

@media (max-width: 576px) {
  .blog-section h2 { font-size: 26px; }
  .blog-section .lead { font-size: 15px; }
}

/* Article-card grid for the blog index */
.blog-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
}

@media (max-width: 992px) {
  .blog-cards { grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 40px; }
}

@media (max-width: 576px) {
  .blog-cards { grid-template-columns: 1fr; gap: 28px; margin-top: 28px; }
}

.blog-card {
  background: #fff;
  border: 1px solid #EBEBEB;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  text-decoration: none;
  color: #151515;
}

.blog-card:hover {
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
  transform: translateY(-3px);
  text-decoration: none;
  color: #151515;
}

.blog-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
  border-bottom: 1px solid #EBEBEB;
}

.blog-card__body {
  padding: 26px 28px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-card__meta {
  font-family: "Proxima Nova SemiBold", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7A7A7A;
  margin-bottom: 12px;
}

.blog-card__title {
  font-size: 22px;
  line-height: 1.28;
  color: #151515;
  margin: 0 0 14px;
  font-weight: 500;
}

.blog-card__excerpt {
  font-size: 15px;
  line-height: 1.6;
  color: #4D4D4D;
  margin: 0 0 22px;
  flex: 1;
}

.blog-card__more {
  font-family: "Proxima Nova SemiBold", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #151515;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.blog-card__more:after {
  content: "→";
  transition: transform 0.2s ease;
}

.blog-card:hover .blog-card__more:after {
  transform: translateX(4px);
}

/* Article (single post) layout */
.post-hero {
  background: #0A0A0A;
  color: #fff;
  padding: 100px 0 80px;
}

.post-hero .eyebrow {
  font-family: "Proxima Nova SemiBold", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.6;
  margin-bottom: 24px;
  display: inline-block;
}

.post-hero h1 {
  font-family: "Proxima Nova Light", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  font-size: 54px;
  line-height: 1.12;
  color: #fff;
  margin: 0 0 22px;
  max-width: 880px;
}

.post-hero .post-meta {
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
  margin: 0;
}

@media (max-width: 992px) {
  .post-hero { padding: 80px 0 60px; }
  .post-hero h1 { font-size: 40px; }
}

@media (max-width: 576px) {
  .post-hero { padding: 56px 0 44px; }
  .post-hero h1 { font-size: 28px; }
}

.post-wrap {
  padding: 80px 0 100px;
  background: #fff;
}

@media (max-width: 992px) {
  .post-wrap { padding: 50px 0 70px; }
}

.post-body {
  font-size: 17px;
  line-height: 1.75;
  color: #2c2c2c;
  max-width: 760px;
}

.post-body img.lead-image {
  width: 100%;
  height: auto;
  margin: 0 0 42px;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  border-radius: 2px;
}

.post-body p {
  font-size: 17px;
  line-height: 1.75;
  color: #2c2c2c;
  margin: 0 0 22px;
}

.post-body h2,
.post-body h3 {
  font-family: "Proxima Nova Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.25;
  color: #151515;
  margin: 50px 0 18px;
  font-weight: 500;
}

.post-body h3 {
  font-size: 22px;
  margin-top: 38px;
}

.post-body a {
  color: #151515;
  text-decoration: underline;
  text-decoration-color: #d4af6a;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.post-body a:hover {
  color: #d4af6a;
}

.post-body em {
  color: #4D4D4D;
}

.post-body strong {
  color: #151515;
  font-weight: 600;
}

@media (max-width: 576px) {
  .post-body, .post-body p { font-size: 16px; }
  .post-body h2 { font-size: 22px; margin-top: 38px; }
  .post-body h3 { font-size: 19px; margin-top: 30px; }
}

/* Sidebar */
.post-sidebar {
  padding-left: 40px;
}

.post-sidebar h4 {
  font-family: "Proxima Nova SemiBold", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7A7A7A;
  margin: 0 0 24px;
}

.post-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-sidebar li {
  border-bottom: 1px solid #EBEBEB;
  padding: 18px 0;
}

.post-sidebar li:first-child {
  border-top: 1px solid #EBEBEB;
}

.post-sidebar li a {
  font-size: 15px;
  line-height: 1.5;
  color: #151515;
  text-decoration: none;
  display: block;
  transition: color 0.2s ease;
}

.post-sidebar li a:hover {
  color: #d4af6a;
}

@media (max-width: 992px) {
  .post-sidebar { padding-left: 15px; margin-top: 50px; }
}

/* Share row */
.post-share {
  display: flex;
  gap: 14px;
  margin: 60px 0 0;
  padding-top: 32px;
  border-top: 1px solid #EBEBEB;
  align-items: center;
}

.post-share .label {
  font-family: "Proxima Nova SemiBold", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7A7A7A;
  margin-right: 8px;
}

.post-share a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #EBEBEB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Proxima Nova SemiBold", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #151515;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.post-share a:hover {
  background: #151515;
  border-color: #151515;
  color: #fff;
}

/* Footer (reuses .g-footer black bar look) */
.blog-footer {
  background: #000;
  color: #fff;
  padding: 38px 0;
}

.blog-footer .blog-footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  align-items: center;
}

.blog-footer .blog-footer-nav a {
  color: #fff;
  font-size: 14px;
  font-family: "Proxima Nova SemiBold", "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
  opacity: 0.85;
  margin-right: 28px;
}

.blog-footer .blog-footer-nav a:last-child { margin-right: 0; }

.blog-footer .blog-footer-nav a:hover { opacity: 1; text-decoration: none; }

.blog-footer .blog-copy {
  font-size: 12px;
  color: #fff;
  opacity: 0.55;
}

/* Header reuse from home: ensure the dark band looks correct on inner pages */
.blog-header {
  background: #0A0A0A;
  padding: 28px 0;
}

.blog-header .row {
  align-items: center;
}

.blog-header .logo {
  display: inline-block;
  text-decoration: none;
}

.blog-header .logo .big-logo {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Proxima Nova Regular", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.02em;
  display: block;
}

.blog-header .logo .small-logo {
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.6;
  line-height: 14px;
  letter-spacing: 0.18em;
  font-family: "Proxima Nova SemiBold", "Helvetica Neue", Arial, sans-serif;
  display: block;
}

.blog-header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 36px;
}

.blog-header nav ul li { display: block; }

.blog-header nav ul li a {
  color: #fff;
  font-size: 14px;
  font-family: "Proxima Nova SemiBold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.04em;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.blog-header nav ul li a:hover { opacity: 1; }

.blog-header nav ul li a.is-active {
  border-bottom: 1px solid #d4af6a;
  padding-bottom: 4px;
  opacity: 1;
}

@media (max-width: 576px) {
  .blog-header nav ul { gap: 18px; justify-content: flex-start; margin-top: 12px; }
  .blog-header { padding: 22px 0; }
}

/* Crumb above article title */
.post-crumb {
  font-family: "Proxima Nova SemiBold", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.6;
  margin-bottom: 24px;
}

.post-crumb a {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.post-crumb a:hover { opacity: 1; }
