#shopify-blog-root {
  background:
    radial-gradient(circle at 8% 4%, rgba(184, 148, 75, 0.18), transparent 24rem),
    linear-gradient(180deg, #f5f1e7 0%, #fffdf8 55%, #eef1e9 100%);
  color: #17251c;
  min-height: 65vh;
  padding: 5rem 1.5rem 6rem;
}

.sg-blog-shell,
.sg-article-shell {
  margin: 0 auto;
  max-width: 72rem;
}

.sg-blog-kicker {
  color: #6f5626;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.sg-blog-heading {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin: 1.25rem 0 3rem;
}

.sg-blog-heading h1,
.sg-article-header h1 {
  color: #183c27;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 6vw, 5.4rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0;
}

.sg-blog-heading p {
  color: #526158;
  font-size: 1rem;
  line-height: 1.7;
  margin: 1.25rem 0 0;
  max-width: 42rem;
}

.sg-blog-cta,
.sg-article-cta a {
  background: #183c27;
  border-radius: 999px;
  color: #fff;
  flex: 0 0 auto;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 0.95rem 1.4rem;
  text-transform: uppercase;
}

.sg-blog-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sg-blog-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(24, 60, 39, 0.12);
  border-radius: 1.25rem;
  box-shadow: 0 1rem 3rem rgba(24, 40, 30, 0.07);
  color: inherit;
  overflow: hidden;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.sg-blog-card:hover {
  box-shadow: 0 1.5rem 3.5rem rgba(24, 40, 30, 0.14);
  transform: translateY(-0.4rem);
}

.sg-blog-card-media {
  aspect-ratio: 4 / 3;
  background: #263c2d;
  overflow: hidden;
  position: relative;
}

.sg-blog-card-media img {
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
  width: 100%;
}

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

.sg-blog-card-placeholder {
  align-items: center;
  color: rgba(255, 255, 255, 0.35);
  display: flex;
  font-family: Georgia, serif;
  font-size: 4rem;
  height: 100%;
  justify-content: center;
}

.sg-blog-label {
  background: #e0b557;
  border-radius: 999px;
  color: #17251c;
  font-size: 0.62rem;
  font-weight: 900;
  left: 1rem;
  letter-spacing: 0.13em;
  padding: 0.5rem 0.7rem;
  position: absolute;
  text-transform: uppercase;
  top: 1rem;
}

.sg-blog-card-copy {
  padding: 1.5rem;
}

.sg-blog-card-copy h2 {
  color: #183c27;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.15;
  margin: 0;
}

.sg-blog-card-copy p {
  color: #617067;
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0.8rem 0 1.25rem;
}

.sg-blog-read {
  color: #315b3d;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sg-blog-breadcrumb {
  display: flex;
  font-size: 0.74rem;
  gap: 0.65rem;
  letter-spacing: 0.08em;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
}

.sg-blog-breadcrumb a {
  color: #315b3d;
}

.sg-article-header {
  margin: 0 auto 2.5rem;
  max-width: 58rem;
  text-align: center;
}

.sg-article-header .sg-blog-kicker {
  margin-bottom: 1rem;
}

.sg-article-header time {
  color: #69756e;
  display: block;
  font-size: 0.8rem;
  margin-top: 1.5rem;
}

.sg-article-hero {
  aspect-ratio: 16 / 8;
  border-radius: 1.5rem;
  box-shadow: 0 2rem 5rem rgba(24, 40, 30, 0.15);
  margin: 0 0 3.5rem;
  overflow: hidden;
}

.sg-article-hero img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sg-shopify-article-content {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(24, 60, 39, 0.1);
  border-radius: 1.25rem;
  box-shadow: 0 1rem 4rem rgba(24, 40, 30, 0.07);
  margin: 0 auto;
  max-width: 52rem;
  padding: clamp(1.5rem, 5vw, 4rem);
}

.sg-shopify-article-content img {
  border-radius: 0.8rem;
  height: auto;
  max-width: 100%;
}

.sg-article-cta {
  align-items: center;
  background: #d9bd78;
  border-radius: 1.25rem;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin: 3rem auto 0;
  max-width: 52rem;
  padding: 1.5rem 1.75rem;
}

.sg-article-cta strong,
.sg-article-cta span {
  display: block;
}

.sg-article-cta strong {
  color: #183c27;
  font-family: Georgia, serif;
  font-size: 1.25rem;
}

.sg-article-cta span {
  color: #425047;
  font-size: 0.85rem;
  margin-top: 0.25rem;
}

@media (max-width: 800px) {
  #shopify-blog-root {
    padding: 3.5rem 1rem 4rem;
  }

  .sg-blog-heading,
  .sg-article-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .sg-blog-grid {
    grid-template-columns: 1fr;
  }

  .sg-blog-heading h1,
  .sg-article-header h1 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }
}
