/** Shopify CDN: Minification failed

Line 855:0 Unexpected "}"
Line 928:0 Unexpected "}"

**/
@-webkit-keyframes reveal {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@-moz-keyframes reveal {
  0% {
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -moz-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@-o-keyframes reveal {
  0% {
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes reveal {
  0% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomOut {
  0% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomOut {
  0% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0.0001;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 0.0001;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 0.0001;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 0.0001;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --delay: 0ms;
}

.shopify-section:not(:first-child).section-main-blog,
.shopify-section:first-child.section-main-blog.not-margin {
  --announcement-height: 0px;
}

.shopify-section:first-child.section-main-blog .section--has-overlay {
  padding-top: 0 !important;
}
.shopify-section:first-child.section-main-blog .section--has-overlay .main-blog__wrapper--overlay .main-blog__content {
  padding-top: calc(var(--header-height) + 1.6rem);
}

.main-blog .pagination-wrapper {
  margin-top: 3.2rem;
}
@media screen and (min-width: 990px) {
  .main-blog .pagination-wrapper {
    margin-top: 4.8rem;
  }
}
@media screen and (min-width: 1360px) {
  .main-blog .pagination-wrapper {
    margin-top: 6.8rem;
  }
}
.main-blog .page-header {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.main-blog .page-header + .main-blog__description {
  margin-top: 2.4rem;
}
.main-blog .breadcrumb {
  margin-top: 0;
  padding-top: 1.6rem;
}
.main-blog__wrapper {
  position: relative;
}
.main-blog__wrapper + .main-blog__articles {
  margin-top: 0;
}
.main-blog__wrapper--overlay {
  display: flex;
}
.main-blog__wrapper--overlay.no-content .page-header {
  margin-bottom: 0;
}
.main-blog__wrapper--overlay:not(.no-image) .main-blog__content--dark * {
  color: rgb(var(--color-base-text));
}
.main-blog__wrapper--overlay:not(.no-image) .main-blog__content--dark * a {
  color: inherit;
}
.main-blog__wrapper--overlay:not(.no-image) .main-blog__content--dark .breadcrumb {
  color: rgba(var(--color-base-text), 0.4);
}
.main-blog__wrapper--overlay:not(.no-image) .main-blog__content--dark .breadcrumb a:hover {
  color: rgba(var(--color-base-text));
}
.main-blog__wrapper--overlay .main-blog__content {
  padding: 6.4rem 0;
}
.main-blog__wrapper--overlay .main-blog__content .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.main-blog__wrapper--overlay .main-blog__info {
  margin-top: auto;
}
.main-blog__wrapper--overlay.main-blog__wrapper--medium {
  min-height: 30rem;
}
@media screen and (min-width: 750px) {
  .main-blog__wrapper--overlay.main-blog__wrapper--medium {
    min-height: 45rem;
  }
}
@media screen and (min-width: 1100px) {
  .main-blog__wrapper--overlay.main-blog__wrapper--medium {
    min-height: 54.6rem;
  }
}
.main-blog__wrapper--overlay.main-blog__wrapper--large {
  min-height: 45rem;
}
@media screen and (min-width: 750px) {
  .main-blog__wrapper--overlay.main-blog__wrapper--large {
    min-height: 60rem;
  }
}
@media screen and (min-width: 1100px) {
  .main-blog__wrapper--overlay.main-blog__wrapper--large {
    min-height: 75rem;
  }
}
.main-blog__wrapper--overlay.main-blog__wrapper--full {
  min-height: calc(100vh - var(--announcement-height));
}
.main-blog__wrapper--column.no-image {
  margin-bottom: 3.2rem;
}
.main-blog__wrapper--column.no-content {
  margin-bottom: 0;
}
.main-blog__wrapper--column .main-blog__image {
  position: relative;
  display: flex;
  margin-top: 3.2rem;
}
.main-blog__wrapper--column .main-blog__image--medium:not(.no-image) {
  min-height: 30rem;
}
@media screen and (min-width: 750px) {
  .main-blog__wrapper--column .main-blog__image--medium:not(.no-image) {
    min-height: 45rem;
  }
}
@media screen and (min-width: 1100px) {
  .main-blog__wrapper--column .main-blog__image--medium:not(.no-image) {
    min-height: 54.6rem;
  }
}
.main-blog__wrapper--column .main-blog__image--large:not(.no-image) {
  min-height: 45rem;
}
@media screen and (min-width: 750px) {
  .main-blog__wrapper--column .main-blog__image--large:not(.no-image) {
    min-height: 60rem;
  }
}
@media screen and (min-width: 1100px) {
  .main-blog__wrapper--column .main-blog__image--large:not(.no-image) {
    min-height: 75rem;
  }
}
.main-blog__wrapper--column .main-blog__image--full:not(.no-image) {
  min-height: 100vh;
}
.main-blog__wrapper--column .main-blog__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-blog__content {
  width: 100%;
}
.main-blog__image img {
  max-width: 100%;
}
.main-blog__image--overlay {
  position: absolute;
  inset: 0;
}
.main-blog__image--overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-blog__image--overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(var(--color-overlay), 0.3);
}
.main-blog__image.no-image {
  margin-top: 0;
}
.main-blog__info {
  position: relative;
  z-index: 1;
  max-width: 50rem;
}
.main-blog__description {
  margin: 0;
}

.blog-articles {
  display: grid;
  gap: 2rem 2.4rem;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 576px) {
  .blog-articles--2, .blog-articles--3, .blog-articles--4, .blog-articles--5, .blog-articles--6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-articles--2 .blog-articles__article:nth-child(2n+1) .article-card__image, .blog-articles--3 .blog-articles__article:nth-child(2n+1) .article-card__image, .blog-articles--4 .blog-articles__article:nth-child(2n+1) .article-card__image, .blog-articles--5 .blog-articles__article:nth-child(2n+1) .article-card__image, .blog-articles--6 .blog-articles__article:nth-child(2n+1) .article-card__image {
    --delay: 0ms !important;
  }
  .blog-articles--2 .blog-articles__article:nth-child(2n+2) .article-card__image, .blog-articles--3 .blog-articles__article:nth-child(2n+2) .article-card__image, .blog-articles--4 .blog-articles__article:nth-child(2n+2) .article-card__image, .blog-articles--5 .blog-articles__article:nth-child(2n+2) .article-card__image, .blog-articles--6 .blog-articles__article:nth-child(2n+2) .article-card__image {
    --delay: 200ms !important;
  }
  .blog-articles {
    gap: 3.6rem 2.4rem;
  }
}
@media screen and (min-width: 990px) {
  .blog-articles--3, .blog-articles--4, .blog-articles--5, .blog-articles--6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .blog-articles--3 .blog-articles__article:nth-child(3n+1) .article-card__image, .blog-articles--4 .blog-articles__article:nth-child(3n+1) .article-card__image, .blog-articles--5 .blog-articles__article:nth-child(3n+1) .article-card__image, .blog-articles--6 .blog-articles__article:nth-child(3n+1) .article-card__image {
    --delay: 0ms !important;
  }
  .blog-articles--3 .blog-articles__article:nth-child(3n+2) .article-card__image, .blog-articles--4 .blog-articles__article:nth-child(3n+2) .article-card__image, .blog-articles--5 .blog-articles__article:nth-child(3n+2) .article-card__image, .blog-articles--6 .blog-articles__article:nth-child(3n+2) .article-card__image {
    --delay: 200ms !important;
  }
  .blog-articles--3 .blog-articles__article:nth-child(3n+3) .article-card__image, .blog-articles--4 .blog-articles__article:nth-child(3n+3) .article-card__image, .blog-articles--5 .blog-articles__article:nth-child(3n+3) .article-card__image, .blog-articles--6 .blog-articles__article:nth-child(3n+3) .article-card__image {
    --delay: 400ms !important;
  }
}
@media screen and (min-width: 1100px) {
  .blog-articles--4, .blog-articles--5, .blog-articles--6 {
    grid-template-columns: repeat(4, 1fr);
  }
  .blog-articles--4 .blog-articles__article:nth-child(4n+1) .article-card__image, .blog-articles--5 .blog-articles__article:nth-child(4n+1) .article-card__image, .blog-articles--6 .blog-articles__article:nth-child(4n+1) .article-card__image {
    --delay: 0ms !important;
  }
  .blog-articles--4 .blog-articles__article:nth-child(4n+2) .article-card__image, .blog-articles--5 .blog-articles__article:nth-child(4n+2) .article-card__image, .blog-articles--6 .blog-articles__article:nth-child(4n+2) .article-card__image {
    --delay: 200ms !important;
  }
  .blog-articles--4 .blog-articles__article:nth-child(4n+3) .article-card__image, .blog-articles--5 .blog-articles__article:nth-child(4n+3) .article-card__image, .blog-articles--6 .blog-articles__article:nth-child(4n+3) .article-card__image {
    --delay: 400ms !important;
  }
  .blog-articles--4 .blog-articles__article:nth-child(4n+4) .article-card__image, .blog-articles--5 .blog-articles__article:nth-child(4n+4) .article-card__image, .blog-articles--6 .blog-articles__article:nth-child(4n+4) .article-card__image {
    --delay: 600ms !important;
  }
}
@media screen and (min-width: 1360px) {
  .blog-articles--5, .blog-articles--6 {
    grid-template-columns: repeat(5, 1fr);
  }
  .blog-articles--5 .blog-articles__article:nth-child(5n+1) .article-card__image, .blog-articles--6 .blog-articles__article:nth-child(5n+1) .article-card__image {
    --delay: 0ms !important;
  }
  .blog-articles--5 .blog-articles__article:nth-child(5n+2) .article-card__image, .blog-articles--6 .blog-articles__article:nth-child(5n+2) .article-card__image {
    --delay: 200ms !important;
  }
  .blog-articles--5 .blog-articles__article:nth-child(5n+3) .article-card__image, .blog-articles--6 .blog-articles__article:nth-child(5n+3) .article-card__image {
    --delay: 400ms !important;
  }
  .blog-articles--5 .blog-articles__article:nth-child(5n+4) .article-card__image, .blog-articles--6 .blog-articles__article:nth-child(5n+4) .article-card__image {
    --delay: 600ms !important;
  }
  .blog-articles--5 .blog-articles__article:nth-child(5n+5) .article-card__image, .blog-articles--6 .blog-articles__article:nth-child(5n+5) .article-card__image {
    --delay: 800ms !important;
  }
}
@media screen and (min-width: 1600px) {
  .blog-articles--6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .blog-articles--6 .blog-articles__article:nth-child(6n+1) .article-card__image {
    --delay: 0ms !important;
  }
  .blog-articles--6 .blog-articles__article:nth-child(6n+2) .article-card__image {
    --delay: 200ms !important;
  }
  .blog-articles--6 .blog-articles__article:nth-child(6n+3) .article-card__image {
    --delay: 400ms !important;
  }
  .blog-articles--6 .blog-articles__article:nth-child(6n+4) .article-card__image {
    --delay: 600ms !important;
  }
  .blog-articles--6 .blog-articles__article:nth-child(6n+5) .article-card__image {
    --delay: 800ms !important;
  }
  .blog-articles--6 .blog-articles__article:nth-child(6n+6) .article-card__image {
    --delay: 1000ms !important;
  }
}
.blog-articles .article-card__image-wrapper.observe-me .article-card__image {
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  opacity: 0.0001;
  transform: scale(1.1);
  transition: opacity 0.45s linear, transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: var(--delay) !important;
}
.blog-articles .article-card__image-wrapper.observe-me.is-inview .article-card__image {
  opacity: 1;
  transform: scale(1);
}

/* =========================================================
   Blog topics + portrait cards (customized)
   ========================================================= */

.main-blog .blog-articles {
  gap: 1rem 1.2rem; /* reduced gap */
}

@media screen and (min-width: 576px) {
  .main-blog .blog-articles {
    gap: 1.8rem 1.2rem; /* reduced gap */
  }
}

/* Topic navigation */
.main-blog__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  margin-top: 1.6rem;
}

.main-blog__topic-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration: none;
  opacity: 0.65;
  transition: opacity 220ms ease;
}

/* Mac 14" - 14px */
@media screen and (min-width: 1400px) and (max-width: 1511px) {
  .main-blog__topic-link {
    font-size: 14px !important;
  }
}

/* Mac 16" - 16px */
@media screen and (min-width: 1512px) {
  .main-blog__topic-link {
    font-size: 16px !important;
  }
}

.main-blog__topic-link.is-active,
.main-blog__topic-link:hover {
  opacity: 1;
}

.main-blog__topic-link.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.3rem;
  height: 0.1rem;
  background: currentColor;
  opacity: 0.85;
}

/* Card */
.amour-blog-card {
  display: grid;
  gap: 1.3rem;
}

.amour-blog-card__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 343 / 400; /* 343x400 from design */
  overflow: hidden;
  border-radius: 0; /* no radius */
  transform: translateZ(0);
}

.amour-blog-card__image,
.amour-blog-card__image--placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.001);

  /* Less dark grayscale (inactive) */
  filter: grayscale(1) brightness(0.88) contrast(0.98);
  transition: filter 380ms ease, transform 650ms ease;
}

/* very subtle overlay only */
.amour-blog-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.06);
  opacity: 1;
  transition: opacity 380ms ease;
  pointer-events: none;
}

.amour-blog-card:hover .amour-blog-card__image,
.amour-blog-card:focus-within .amour-blog-card__image,
.amour-blog-card.is-active .amour-blog-card__image {
  filter: none;
  transform: scale(1.001);
}

.amour-blog-card:hover .amour-blog-card__media::after,
.amour-blog-card:focus-within .amour-blog-card__media::after,
.amour-blog-card.is-active .amour-blog-card__media::after {
  opacity: 0;
}

.amour-blog-card__content {
  display: grid;
  gap: 0.7rem;
}

.amour-blog-card__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.2rem;
}

.amour-blog-card__title {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
}

.amour-blog-card__title a {
  color: inherit;
  text-decoration: none;
}

/* Right side: date on top, tag below (same side) */
.amour-blog-card__meta-right {
  display: flex;
  flex-direction: column; /* date on first line, tag on second */
  align-items: flex-end;  /* keep both on the right side */
  justify-content: flex-start;
  gap: 8px;

  font-family: "Neue Montreal", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;       /* 100% */
  letter-spacing: 0;
  color: #2C2C2C;
  opacity: 0.8;

  /* Nudge slightly left from the card edge */
  padding-right: 16px;
}

.amour-blog-card__date {
  text-decoration: none;
}

.amour-blog-card__topic {
  opacity: 0.85;
  white-space: nowrap;
}

/* Mac 14" - 12px */
@media screen and (min-width: 1400px) and (max-width: 1511px) {
  .amour-blog-card__date,
  .amour-blog-card__topic {
    font-size: 12px;
  }
}

/* Mac 16" - 14px (current/default) */
@media screen and (min-width: 1512px) {
  .amour-blog-card__date,
  .amour-blog-card__topic {
    font-size: 14px;
  }
}

/* Read more */
.amour-blog-card__readmore {
  font-family: "Neue Montreal", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;       /* 100% */
  letter-spacing: 0;
  color: #2C2C2C;
  opacity: 1;

  display: inline-block;
  position: relative;
  text-decoration: none; /* keep text-decoration off */
  padding-bottom: 3px;   /* room for underline rule */
}

.amour-blog-card__readmore:hover,
.amour-blog-card__readmore:focus-visible {
  opacity: 1;
  text-decoration: none;
}

/* Mobile behavior: keep grayscale unless the card is "active" */
@media (hover: none) and (pointer: coarse) {
  .amour-blog-card:hover .amour-blog-card__image {
    filter: grayscale(1) brightness(0.88) contrast(0.98);
    transform: scale(1.001);
  }
  .amour-blog-card:hover .amour-blog-card__media::after {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .amour-blog-card__image,
  .amour-blog-card__media::after,
  .main-blog__topic-link {
    transition: none !important;
  }
}

/* =========================================================
   Figma: Blog topics navigation typography + spacing overrides
   - Minimal top spacing
   - Bigger gaps
   - Desktop: single line (no wrap)
   - Smaller screens: allow wrapping
   ========================================================= */

.main-blog__topics {
  display: flex;
  align-items: center;
  gap: 7.2rem;          /* bigger spacing between topics */
  margin: 2.0rem 0 0;   /* bigger top spacing */
  padding: 0 0 0.4rem;  /* room for underline */
  margin-bottom: 3.2rem; /* more space to cards */
  flex-wrap: nowrap;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .main-blog__topics {
    gap: 5.2rem;
  }
}

/* Allow wrap on smaller screens (as requested) */
@media screen and (max-width: 860px) {
  .main-blog__topics {
    flex-wrap: wrap;
    white-space: normal;
    gap: 1.2rem 6px;
    justify-content: space-between;
    padding-inline: 15px;
    margin-bottom: 2.2rem; /* more space to cards on small screens */
  }
}

.main-blog__topic-link {
  font-family: "Neue Montreal", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #2C2C2C;
  opacity: 1;
  text-decoration: none;
}

@media screen and (max-width: 749px) {
  .main-blog__topic-link {
    font-size: 14px !important;
  }
}

.main-blog__topic-link.is-active {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
  text-decoration-skip-ink: auto;
}

@media (hover: hover) and (pointer: fine) {
  .main-blog__topic-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.15em;
    text-decoration-skip-ink: auto;
  }
}

/* =========================================================
   Final overrides (Figma blog cards + nav fixes)
   ========================================================= */

/* Prevent double underline on active topic (some theme styles add ::after) */
.main-blog__topic-link.is-active::after {
  content: none !important;
  display: none !important;
}

/* Blog card typography (from Figma inspector) */
.amour-blog-card__title {
  font-family: "Neue Montreal", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;       /* 100% */
  letter-spacing: 0;
  color: #2C2C2C;
}

.amour-blog-card__title a {
  color: inherit;
}

/* Mobile: show title above image, hide title in meta */
.amour-blog-card__title--mobile {
  display: none;
}
@media screen and (max-width: 749px) {
  .amour-blog-card__title--mobile {
    display: block;
    margin-bottom: 8px;
    text-align: center;
  }
  .amour-blog-card__meta .amour-blog-card__title {
    display: none;
  }
}

.amour-blog-card__readmore {
  font-family: "Neue Montreal", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;       /* 100% */
  letter-spacing: 0;
  color: #2C2C2C;
  opacity: 1;

  display: inline-block;
  position: relative;
  text-decoration: none; /* keep text-decoration off */
  padding-bottom: 3px;   /* room for underline rule */
}

/* Date + tag block on the right */
.amour-blog-card__meta-right {
  display: flex;
  flex-direction: column; /* date on first line, tag on second */
  align-items: flex-end;  /* keep both on the right side */
  justify-content: flex-start;
  gap: 8px;

  font-family: "Neue Montreal", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;       /* 100% */
  letter-spacing: 0;
  color: #2C2C2C;
  opacity: 0.8;

  /* Nudge slightly left from the card edge */
  padding-right: 16px;
}

.amour-blog-card__date {
  text-decoration: none;
}

.amour-blog-card__topic {
  opacity: 0.85;
  white-space: nowrap;
}

/* Responsive font sizes for blog cards */
/* Mac 14" - 14px for title, 12px for readmore */
@media screen and (min-width: 1400px) and (max-width: 1511px) {
  .amour-blog-card__title {
    font-size: 14px !important;
  }
  .amour-blog-card__readmore {
    font-size: 14px !important;
  }
}

/* Mac 16" - 16px for title, 16px for readmore */
@media screen and (min-width: 1512px) {
  .amour-blog-card__title {
    font-size: 16px !important;
  }
  .amour-blog-card__readmore {
    font-size: 16px !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  .amour-blog-card__readmore:hover {
    text-decoration: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .amour-blog-card:hover a.amour-blog-card__readmore,
  .amour-blog-card:focus-within a.amour-blog-card__readmore {
  font-family: "Neue Montreal", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;       /* 100% */
  letter-spacing: 0;
  color: #2C2C2C;
  opacity: 1;

  display: inline-block;
  position: relative;
  text-decoration: none; /* keep text-decoration off */
  padding-bottom: 3px;   /* room for underline rule */
}
}


/* Bigger vertical spacing between card rows */
.main-blog .blog-articles {
  gap: 2.8rem 9px;
}

@media screen and (max-width: 989px) {
  .main-blog .blog-articles {
    gap: 3.2rem 1.2rem;
  }
}


}


/* =========================================================
   See More Articles (replaces pagination)
   ========================================================= */

.amour-blog__more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 4.0rem;
}

.amour-blog__more-btn {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: 50px;

  font-family: "Neue Montreal", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;        /* 100% */
  letter-spacing: 0.01em;
  color: #2C2C2C;

  cursor: pointer;
  text-align: left;
  text-decoration: none;
}

/* Mac 14" - 18px */
@media screen and (min-width: 1400px) and (max-width: 1511px) {
  .amour-blog__more-btn {
    font-size: 18px;
  }
}

/* Mac 16" - 20px */
@media screen and (min-width: 1512px) {
  .amour-blog__more-btn {
    font-size: 20px;
  }
}

.amour-blog__more-btn:hover,
.amour-blog__more-btn:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
  text-decoration-skip-ink: auto;
}

.amour-blog__more-btn[disabled] {
  opacity: 0.45;
  cursor: default;
  text-decoration: none;
}

.amour-blog__more-btn.is-loading {
  opacity: 0.65;
  pointer-events: none;
}

/* Sentinel kept minimal, but present for IntersectionObserver */
.amour-blog__sentinel {
  width: 1px;
  height: 1px;
}


}


/* =========================================================
   Read more underline (robust): uses pseudo-element instead of text-decoration
   ========================================================= */

.amour-blog-card__readmore::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
  display: none !important;
}

/* Underline when card is active (mobile/tablet) - DISABLED */
/* .amour-blog-card.is-active .amour-blog-card__readmore::after {
  transform: scaleX(1);
} */

/* Underline when hovering the image (and as fallback, hovering the card) - DISABLED */
/* @media (hover: hover) and (pointer: fine) {
  .amour-blog-card a.amour-blog-card__media:hover + .amour-blog-card__content .amour-blog-card__readmore::after,
  .amour-blog-card a.amour-blog-card__media:focus-visible + .amour-blog-card__content .amour-blog-card__readmore::after,
  .amour-blog-card:hover .amour-blog-card__readmore::after,
  .amour-blog-card:focus-within .amour-blog-card__readmore::after,
  .amour-blog-card.is-media-hover .amour-blog-card__readmore::after {
    transform: scaleX(1);
  }
} */

/* =========================================================
   Mobile blog card layout
   ========================================================= */
@media screen and (max-width: 749px) {
  .blog-articles__article {
    padding: 15px;
  }

  .amour-blog-card__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .amour-blog-card__readmore {
    order: -1;
    font-size: 15px !important;
  }

  .amour-blog-card__meta-right {
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding-right: 0;
  }
}

