.grp-blog {
  padding: 92px 40px 112px;
  background: var(--grp-bg-off);
}

.grp-blog-intro {
  width: min(720px, 100%);
  margin: 0 auto 68px;
  text-align: center;
}

.grp-blog-intro .grp-eyebrow {
  margin: 0 0 18px;
}

.grp-blog-title {
  margin: 0;
  color: #000000;
  font-family: var(--font-silk-light);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.grp-blog-intro .grp-body-copy {
  max-width: 620px;
  margin: 26px auto 0;
}

.grp-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 54px 30px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.grp-blog-card {
  min-width: 0;
  background: #ffffff;
}

.grp-blog-card:last-child {
  grid-column: 2;
}

.grp-blog-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #f3f1ec;
}

.grp-blog-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

@media (hover: hover) {
  .grp-blog-card__image:hover img {
    transform: scale(1.025);
  }
}

.grp-blog-card__body {
  padding: 28px 28px 34px;
}

.grp-blog-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  color: #373535;
  font-family: var(--font-montserrat);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.grp-blog-card__title {
  margin: 0;
  color: #000000;
  font-family: var(--font-silk-light);
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

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

.grp-blog-card__link {
  display: inline-block;
  margin-top: 26px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--grp-gold);
  color: #373535;
  font-family: var(--font-montserrat);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
}

.grp-blog-card__title a:focus-visible,
.grp-blog-card__image:focus-visible,
.grp-blog-card__link:focus-visible {
  outline: 2px solid var(--grp-gold);
  outline-offset: 4px;
}

/* Shared article system */
.grp-blog-article {
  background: #ffffff;
}

.grp-blog-article__header {
  width: min(1100px, calc(100% - 80px));
  margin: 0 auto;
  padding: 92px 0 62px;
  text-align: center;
}

.grp-blog-article__header .grp-eyebrow {
  margin: 0 0 22px;
}

.grp-blog-article__header h1 {
  max-width: 820px;
  margin: 0 auto;
  color: #000000;
  font-family: var(--font-silk-light);
  font-size: clamp(38px, 3.5vw, 50px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
}

.grp-blog-article__header .grp-blog-article__title--long {
  max-width: 900px;
  font-size: clamp(38px, 3.2vw, 46px);
  letter-spacing: 0.025em;
  line-height: 1.12;
  text-transform: none;
}

.grp-blog-article__meta {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 28px;
  color: #373535;
  font-family: var(--font-montserrat);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.grp-blog-article__meta span::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  margin: 0 22px 3px 0;
  background: var(--grp-gold);
}

.grp-blog-article__lead {
  max-width: 700px;
  margin: 34px auto 0;
}

.grp-blog-article__hero {
  width: min(1100px, calc(100% - 80px));
  margin: 0 auto;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--grp-bg-off);
}

.grp-blog-article__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grp-blog-article__layout {
  width: min(1100px, calc(100% - 80px));
  margin: 104px auto 0;
}

.grp-blog-article__body section {
  scroll-margin-top: 100px;
}

.grp-blog-article__body {
  display: grid;
  gap: 112px;
}

.grp-blog-story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 72px;
  align-items: center;
}

.grp-blog-story--reverse .grp-blog-story__media {
  grid-column: 2;
  grid-row: 1;
}

.grp-blog-story--reverse .grp-blog-story__copy {
  grid-column: 1;
  grid-row: 1;
}

.grp-blog-story__media {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
}

.grp-blog-story__media img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.grp-blog-story--portrait .grp-blog-story__media img {
  width: min(100%, 460px);
  max-height: 690px;
}

.grp-blog-story__copy {
  min-width: 0;
}

.grp-blog-story__copy::before,
.grp-blog-story__interlude::before {
  display: block;
  width: 48px;
  height: 1px;
  margin: 0 0 22px;
  background: var(--grp-gold);
  content: "";
}

.grp-blog-article__body h2,
.grp-blog-article__body h3,
.grp-blog-article__body h4 {
  color: #000000;
  font-family: var(--font-silk-light);
  font-weight: 400;
  text-align: left;
}

.grp-blog-article__body h2 {
  margin: 0 0 24px;
  font-size: clamp(29px, 2.5vw, 38px);
  letter-spacing: 0.06em;
  line-height: 1.16;
  text-transform: uppercase;
}

.grp-blog-article__body h3 {
  margin: 0 0 20px;
  font-size: clamp(26px, 2.2vw, 32px);
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.grp-blog-article__body h4 {
  margin: 0 0 16px;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 1.25;
}

.grp-blog-article__body p {
  margin: 0 0 25px;
}

.grp-blog-idea + .grp-blog-idea {
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid rgba(210, 195, 110, 0.45);
}

.grp-blog-article__body a {
  color: #373535;
  text-decoration-color: var(--grp-gold);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.grp-blog-article__body ul {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding-left: 24px;
}

.grp-blog-article__body li {
  padding-left: 5px;
}

.grp-blog-article__body li::marker {
  color: var(--grp-gold);
}

.grp-blog-story__interlude {
  padding: 58px 80px 62px;
  text-align: center;
  background: var(--grp-bg-off);
}

.grp-blog-story__interlude::before {
  margin-right: auto;
  margin-left: auto;
}

.grp-blog-story__interlude h2 {
  text-align: center;
}

.grp-blog-story__interlude p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.grp-blog-wedding-gallery__header h2 {
  margin: 0 0 24px;
  color: #000000;
  font-family: var(--font-silk-light);
  font-size: clamp(29px, 2.5vw, 38px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.16;
  text-transform: uppercase;
}

.grp-blog-wedding-gallery {
  width: min(1100px, calc(100% - 80px));
  margin: 112px auto 0;
}

.grp-blog-wedding-gallery__header {
  margin: 0 auto 54px;
  text-align: center;
}

.grp-blog-wedding-gallery__header .grp-eyebrow {
  margin: 0 0 14px;
}

.grp-blog-wedding-gallery__header h2 {
  margin-bottom: 0;
  text-align: center;
}

.grp-blog-wedding-gallery__chapter + .grp-blog-wedding-gallery__chapter {
  margin-top: 88px;
}

.grp-blog-wedding-gallery__chapter-title {
  margin: 0 0 28px;
  color: #373535;
  font-family: var(--font-montserrat);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

.grp-blog-wedding-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.grp-blog-wedding-gallery__item {
  margin: 0;
}

.grp-blog-wedding-gallery__item--wide {
  grid-column: 1 / -1;
}

.grp-blog-wedding-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
}

.grp-blog-article__cta {
  width: min(1100px, calc(100% - 80px));
  margin: 100px auto 0;
  padding: 62px 70px;
  border: 1px solid rgba(210, 195, 110, 0.75);
  text-align: center;
  background: var(--grp-bg-off);
}

.grp-blog-article__cta .grp-eyebrow {
  margin: 0 0 16px;
}

.grp-blog-article__cta h2 {
  margin: 0;
  color: #000000;
  font-family: var(--font-silk-light);
  font-size: clamp(29px, 2.7vw, 36px);
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.15;
  text-transform: uppercase;
}

.grp-blog-article__cta .grp-body-copy {
  max-width: 620px;
  margin: 24px auto 30px;
}

.grp-blog-article__next {
  width: min(1100px, calc(100% - 80px));
  margin: 72px auto 100px;
}

.grp-blog-next-card {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  width: min(860px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border-top: 1px solid var(--grp-gold);
  border-bottom: 1px solid var(--grp-gold);
  background: var(--grp-bg-off);
}

.grp-blog-next-card__image {
  overflow: hidden;
  aspect-ratio: 3 / 2;
  margin: 0;
}

.grp-blog-next-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.grp-blog-next-card__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  padding: 34px 44px;
  text-align: left;
}

.grp-blog-next-card__copy .grp-eyebrow {
  margin: 0 0 13px;
}

.grp-blog-next-card__title {
  color: #000000;
  font-family: var(--font-silk-light);
  font-size: clamp(24px, 2.4vw, 31px);
  letter-spacing: 0.04em;
  line-height: 1.18;
}

.grp-blog-next-card__action {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
  color: #373535;
  font-family: var(--font-montserrat);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.grp-blog-next-card__action span {
  color: var(--grp-gold);
  font-size: 18px;
  line-height: 1;
  transition: transform 250ms ease;
}

@media (hover: hover) {
  .grp-blog-next-card:hover .grp-blog-next-card__image img {
    transform: scale(1.025);
  }

  .grp-blog-next-card:hover .grp-blog-next-card__action span {
    transform: translateX(4px);
  }
}

.grp-blog-article__body a:focus-visible,
.grp-blog-next-card:focus-visible {
  outline: 2px solid var(--grp-gold);
  outline-offset: 4px;
}

@media (max-width: 1024px) {
  .grp-blog {
    padding: 76px 32px 96px;
  }

  .grp-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 26px;
  }

  .grp-blog-card:last-child {
    grid-column: 1 / -1;
    width: calc((100% - 26px) / 2);
    justify-self: center;
  }

  .grp-blog-article__body {
    gap: 88px;
  }

  .grp-blog-story {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
  }
}

@media (max-width: 800px) {
  .grp-blog-article__header,
  .grp-blog-article__hero,
  .grp-blog-article__layout,
  .grp-blog-article__cta,
  .grp-blog-article__next {
    width: calc(100% - 48px);
  }

  .grp-blog-article__body {
    gap: 80px;
  }

  .grp-blog-story {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .grp-blog-story--reverse .grp-blog-story__media,
  .grp-blog-story--reverse .grp-blog-story__copy {
    grid-column: 1;
  }

  .grp-blog-story--reverse .grp-blog-story__media {
    grid-row: 1;
  }

  .grp-blog-story--reverse .grp-blog-story__copy {
    grid-row: 2;
  }

  .grp-blog-story--portrait .grp-blog-story__media img {
    width: min(100%, 420px);
  }

  .grp-blog-story__copy {
    width: min(620px, 100%);
    margin: 0 auto;
  }

  .grp-blog-article__body h2,
  .grp-blog-article__body h3,
  .grp-blog-article__body h4 {
    text-align: center;
  }

  .grp-blog-story__copy::before {
    margin-right: auto;
    margin-left: auto;
  }

  .grp-blog-wedding-gallery {
    width: calc(100% - 48px);
  }
}

@media (max-width: 600px) {
  .grp-blog {
    padding: 58px 20px 76px;
  }

  .grp-blog-intro {
    margin-bottom: 44px;
  }

  .grp-blog-title {
    font-size: 40px;
    letter-spacing: 0.12em;
  }

  .grp-blog-intro .grp-body-copy {
    margin-top: 22px;
  }

  .grp-blog-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .grp-blog-card:last-child {
    grid-column: auto;
    width: auto;
  }

  .grp-blog-card__body {
    padding: 24px 22px 30px;
  }

  .grp-blog-card__title {
    font-size: 25px;
  }

  .grp-blog-article__header {
    padding: 58px 0 42px;
  }

  .grp-blog-article__header h1 {
    font-size: 32px;
    letter-spacing: 0.04em;
    line-height: 1.12;
  }

  .grp-blog-article__header .grp-blog-article__title--long {
    font-size: 32px;
    letter-spacing: 0.02em;
  }

  .grp-blog-article__meta {
    align-items: center;
    flex-direction: column;
    gap: 8px;
    margin-top: 22px;
  }

  .grp-blog-article__meta span::before {
    display: block;
    width: 38px;
    margin: 0 auto 8px;
  }

  .grp-blog-article__lead {
    margin-top: 26px;
  }

  .grp-blog-article__hero,
  .grp-blog-article__layout,
  .grp-blog-article__cta,
  .grp-blog-article__next {
    width: calc(100% - 40px);
  }

  .grp-blog-article__layout {
    margin-top: 58px;
  }

  .grp-blog-article__body {
    gap: 68px;
  }

  .grp-blog-story {
    gap: 28px;
  }

  .grp-blog-story--portrait .grp-blog-story__media img {
    width: min(100%, 320px);
  }

  .grp-blog-article__body h2 {
    font-size: 30px;
  }

  .grp-blog-article__body h3 {
    font-size: 26px;
  }

  .grp-blog-article__body h4 {
    font-size: 24px;
  }

  .grp-blog-story__interlude {
    padding: 42px 24px 46px;
  }

  .grp-blog-wedding-gallery {
    width: calc(100% - 40px);
  }

  .grp-blog-wedding-gallery__header h2 {
    font-size: 30px;
  }

  .grp-blog-wedding-gallery {
    margin-top: 76px;
  }

  .grp-blog-wedding-gallery__header {
    margin-bottom: 34px;
  }

  .grp-blog-wedding-gallery__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .grp-blog-wedding-gallery__chapter + .grp-blog-wedding-gallery__chapter {
    margin-top: 62px;
  }

  .grp-blog-wedding-gallery__chapter-title {
    margin-bottom: 22px;
    font-size: 10px;
  }

  .grp-blog-wedding-gallery__item--wide {
    grid-column: auto;
  }

  .grp-blog-article__cta {
    margin-top: 72px;
    padding: 44px 24px;
  }

  .grp-blog-article__cta h2 {
    font-size: 32px;
  }

  .grp-blog-article__next {
    margin-top: 58px;
    margin-bottom: 76px;
  }

  .grp-blog-next-card {
    grid-template-columns: 1fr;
  }

  .grp-blog-next-card__image {
    aspect-ratio: 16 / 10;
  }

  .grp-blog-next-card__copy {
    align-items: center;
    padding: 30px 24px 34px;
    text-align: center;
  }

  .grp-blog-next-card__title {
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .grp-blog-card__image img,
  .grp-blog-next-card__image img,
  .grp-blog-next-card__action span {
    transition: none;
  }
}
