/** Shopify CDN: Minification failed

Line 77:8 Expected identifier but found whitespace
Line 77:10 Unexpected "{"
Line 77:19 Expected ":"
Line 77:54 Expected identifier but found "!"
Line 83:8 Expected identifier but found whitespace
Line 83:10 Unexpected "{"
Line 83:19 Expected ":"
Line 83:61 Expected identifier but found "!"
Line 96:13 Expected identifier but found whitespace
Line 96:15 Unexpected "{"
... and 13 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:article-template (INDEX:5) */
.article-title {
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 700;
  color: #0B2A6B;
  text-transform: capitalize;
}
.article-author, time {
    font-family: Fraunces, "Tiempos Headline", Georgia, serif;
    color: #0B2A6B;
}
.article-featured-image img {
    width: 100%;
    padding-bottom: 40px;
}
.article-body h2, .article-body h3, .article-body h4, .article-body h5 {
    color: #0B2A6B;
    font-size: 32px;
    padding: 16px 0;
}
.article-body {
    width: 70%;
    margin: 0 auto;
    color: #000;
}
@media (max-width: 768px) {
  .article-hero {
    max-width: 100% !important;
    margin: 0 auto;
    padding: 40px 15px !important;
}
}
/* END_SECTION:article-template */

/* START_SECTION:related-posts (INDEX:61) */
.rp-card-meta.is-visible {
    transform: unset !important;
}
[data-animate="grid-item"] {
    transform: unset !important;
    transition-duration: 0.6s;
}
a.rp-card-link.is-visible {
    border: 1px solid #ccc;
}

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

/* ---- Heading ---- */
.rp-heading{
  font-family: "Fraunces", serif;
  font-size: clamp(44px, 7vw, 86px);
  font-weight: 700;
  line-height: .95;
  color: {{ section.settings.related_heading_color }} !important;
  margin: 0 0 48px;
}

.rp-heading-italic{
  display:block;
  color: {{ section.settings.related_heading_italic_color }} !important;
  font-style: italic;
}

/* ---- 3-column grid ---- */
.rp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ---- Card ---- */
.rp-card {
  background: {{ section.settings.bg_color }};
  overflow: hidden;
}
.rp-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Thumbnail */
.rp-card-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 3px;
}
.rp-card-img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.4s ease;
}
.rp-card-link:hover .rp-card-img { transform: scale(1.04); }

/* Placeholder colours (shown when article has no image) */
.rp-card-placeholder          { width: 100%; height: 100%; background: {{ section.settings.accent_color }}; }
.rp-card-placeholder--2       { background: #1E4D3B; }
.rp-card-placeholder--3       { background: #E8A0A0; }

/* Badge */
.rp-card-badge {
  position: absolute;
  top: 10px; left: 10px;
  background: {{ section.settings.accent_color }};
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 2px;
}

/* Body */
.rp-card-body { padding: 20px 22px 28px; }
.rp-card-title {
  font-family: 'Georgia', serif;
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 700;
  line-height: 1.25;
  color: {{ section.settings.heading_color }};
  margin: 0 0 10px;
  transition: color 0.2s;
}
.rp-card-badge {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--gy-navy);
    background: #fff;
    border: 1px solid #0B2A6B;
    padding: 4px 8px;
    line-height: 1.4;
    white-space: nowrap;
}
.rp-section {
    background-color: #f5f0e8;
    padding: 120px 0 80px !important;
}
h2.rp-heading {
    color: #0B2A6B;
}
.rp-heading-italic {
    color: #f8485e;
    font-style: normal;
}
.rp-card-link:hover .rp-card-title { color: {{ section.settings.accent_color }}; }
.rp-card-excerpt {
  font-family: Fraunces, "Tiempos Headline", Georgia, serif;
  font-size: 13px;
  line-height: 1.55;
  color: #555;
  margin: 0 0 12px;
}
.rp-card-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #999;
}
.rp-meta-dot { color: #ccc; }
.rp-inner {
    max-width: 100%;
    margin: 0 auto;
}
/* ---- Responsive ---- */
@media screen and (max-width: 900px) {
  .rp-grid { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 600px) {
  .rp-grid { grid-template-columns: 1fr; gap: 28px; }
  .rp-heading { font-size: clamp(36px, 10vw, 56px); margin-bottom: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  .rp-card-img { transition: none; }
}
/* END_SECTION:related-posts */