body.haven-blog-archive #hero,
body.haven-blog-article #hero {
  display: none !important;
}

body#colibri.haven-blog-archive #navigation,
body#colibri.haven-blog-article #navigation,
body#colibri.haven-blog-archive #navigation.overlap,
body#colibri.haven-blog-article #navigation.overlap,
body#colibri.haven-blog-archive #navigation .navigation-wrapper,
body#colibri.haven-blog-article #navigation .navigation-wrapper {
  background: rgba(247, 240, 228, 0.98) !important;
  box-shadow: 0 1px 0 rgba(74, 45, 33, 0.15);
}

body#colibri.haven-blog-archive #navigation .logo-text,
body#colibri.haven-blog-article #navigation .logo-text,
body#colibri.haven-blog-archive #navigation .h-main-menu a,
body#colibri.haven-blog-article #navigation .h-main-menu a,
body#colibri.haven-blog-archive #navigation .colibri-menu-container a,
body#colibri.haven-blog-article #navigation .colibri-menu-container a {
  color: #4a2d21 !important;
  text-shadow: none !important;
}

body#colibri.haven-blog-archive #navigation .h-hamburger-icon svg,
body#colibri.haven-blog-article #navigation .h-hamburger-icon svg {
  fill: #4a2d21 !important;
}

.haven-journal-page,
.haven-article-page {
  background: #fffdf8;
  color: #251d18;
  overflow: hidden;
}

.haven-journal-page:focus,
.haven-article-page:focus {
  outline: none;
}

.haven-journal-page *,
.haven-article-page * {
  box-sizing: border-box;
}

.haven-journal-page h1,
.haven-journal-page h2,
.haven-journal-page h3,
.haven-article-page h1,
.haven-article-page h2,
.haven-article-page h3,
.haven-article-page h4 {
  color: #2f231d;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.haven-journal-page p,
.haven-journal-page a,
.haven-journal-page span,
.haven-journal-page time,
.haven-article-page p,
.haven-article-page a,
.haven-article-page span,
.haven-article-page time,
.haven-article-page li,
.haven-article-page figcaption,
.haven-article-page small,
.haven-article-page strong {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.haven-journal-page p,
.haven-article-page p,
.haven-article-page li {
  color: #665a51;
  font-size: 1rem;
  line-height: 1.72;
}

.haven-journal-page h1,
.haven-journal-page h2,
.haven-journal-page h3,
.haven-journal-page p,
.haven-journal-page figure,
.haven-article-page h1,
.haven-article-page h2,
.haven-article-page h3,
.haven-article-page h4,
.haven-article-page p,
.haven-article-page figure {
  margin-top: 0;
}

.haven-blog-eyebrow {
  margin-bottom: 0.75rem;
  color: #7b432a !important;
  font-size: 0.7rem !important;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.haven-blog-eyebrow--light {
  color: #e2bd7d !important;
}

.haven-blog-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
  color: #8a7465;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
}

.haven-blog-breadcrumbs a {
  color: #654333 !important;
  text-decoration-color: #c68b45;
  text-underline-offset: 3px;
}

.haven-blog-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.haven-blog-button,
.haven-article-button,
.haven-article-body .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 0.84rem 1.24rem;
  border: 2px solid transparent;
  border-radius: 999px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none !important;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.haven-blog-button:hover,
.haven-blog-button:focus-visible,
.haven-article-button:hover,
.haven-article-button:focus-visible,
.haven-article-body .wp-block-button__link:hover,
.haven-article-body .wp-block-button__link:focus-visible,
.haven-blog-text-link:hover,
.haven-blog-text-link:focus-visible {
  transform: translateY(-2px);
}

.haven-blog-button:focus-visible,
.haven-article-button:focus-visible,
.haven-article-body a:focus-visible,
.haven-journal-page a:focus-visible,
.haven-article-next a:focus-visible {
  outline: 3px solid #d49a45;
  outline-offset: 3px;
}

.haven-blog-button--primary,
.haven-article-button,
.haven-article-body .wp-block-button__link {
  background: #7b432a;
  color: #fffdf8 !important;
}

body.haven-blog-article .haven-article-body a.haven-article-button,
body.haven-blog-article .haven-article-body .wp-block-button.haven-article-shop-button .wp-block-button__link {
  border-color: #7b432a !important;
  background: #7b432a !important;
  color: #fffdf8 !important;
}

.haven-blog-button--primary:hover,
.haven-article-button:hover,
.haven-article-body .wp-block-button__link:hover {
  background: #5f3020;
}

body.haven-blog-article .haven-article-body a.haven-article-button:hover,
body.haven-blog-article .haven-article-body .wp-block-button.haven-article-shop-button .wp-block-button__link:hover {
  border-color: #5f3020 !important;
  background: #5f3020 !important;
  color: #fffdf8 !important;
}

.haven-blog-button--secondary {
  border-color: #4a2d21;
  color: #4a2d21 !important;
}

.haven-blog-button--secondary:hover {
  background: rgba(74, 45, 33, 0.08);
}

.haven-blog-button--gold {
  background: #d49a45;
  color: #2c211b !important;
}

.haven-blog-button--gold:hover {
  background: #e4ad58;
}

.haven-blog-button--light {
  border-color: rgba(255, 253, 248, 0.72);
  color: #fffdf8 !important;
}

.haven-blog-button--light:hover {
  background: rgba(255, 253, 248, 0.1);
  border-color: #fffdf8;
}

.haven-blog-text-link {
  display: inline-flex;
  gap: 0.4rem;
  color: #7b432a !important;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration-color: #c68b45;
  text-underline-offset: 4px;
  transition: transform 160ms ease;
}

.haven-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  color: #8b7566;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.45;
  text-transform: uppercase;
}

/* Journal archive */
.haven-journal-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  align-items: stretch;
  min-height: 620px;
  border-bottom: 1px solid #d9c9b1;
  background: #f3eadb;
}

.haven-journal-hero__copy {
  align-self: center;
  max-width: 780px;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.5rem, 7vw, 7rem);
}

.haven-journal-hero h1 {
  margin-bottom: 1rem;
  color: #3b281f;
  font-size: clamp(3.6rem, 7vw, 7rem);
  line-height: 0.93;
}

.haven-journal-hero__copy > p:not(.haven-blog-eyebrow) {
  max-width: 650px;
  margin-bottom: 1.7rem;
  color: #58483d;
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
}

.haven-journal-hero__art {
  position: relative;
  min-height: 480px;
  margin-bottom: 0;
  overflow: hidden;
}

.haven-journal-hero__art::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f3eadb 0, rgba(243, 234, 219, 0.28) 28%, transparent 55%);
  content: "";
  pointer-events: none;
}

.haven-journal-hero__art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
  filter: saturate(0.88) contrast(1.02);
}

.haven-journal-content {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: clamp(4.8rem, 8vw, 8rem) 0;
}

.haven-journal-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  min-height: 520px;
  border: 1px solid #ded2c3;
  background: #fff;
  box-shadow: 0 22px 60px rgba(52, 37, 28, 0.12);
}

.haven-journal-feature__image {
  min-height: 440px;
  overflow: hidden;
  background: #e8ded0;
}

.haven-journal-feature__image img,
.haven-journal-card__image img,
.haven-related__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 380ms ease;
}

.haven-journal-feature__image:hover img,
.haven-journal-card__image:hover img,
.haven-related__image:hover img {
  transform: scale(1.025);
}

.haven-journal-feature__copy {
  align-self: center;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.haven-journal-feature__copy h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.25rem, 4vw, 4rem);
}

.haven-journal-feature__copy h2 a,
.haven-journal-card h3 a,
.haven-related h3 a {
  color: #2f231d !important;
  text-decoration: none !important;
}

.haven-journal-feature__copy .haven-blog-meta {
  margin-bottom: 1rem;
}

.haven-journal-feature__copy > p:not(.haven-blog-eyebrow) {
  margin-bottom: 1.35rem;
}

.haven-journal-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 3rem;
  align-items: end;
  margin-top: clamp(5rem, 9vw, 8rem);
  margin-bottom: 2.6rem;
}

.haven-journal-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.4rem, 4.7vw, 4.5rem);
}

.haven-journal-heading > p {
  margin-bottom: 0.4rem;
}

.haven-journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.haven-journal-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid #e0d5c8;
  background: #fff;
}

.haven-journal-card__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8ded0;
}

.haven-journal-card__copy {
  display: flex;
  min-height: 300px;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem;
}

.haven-journal-card h3 {
  margin: 0.72rem 0;
  font-size: clamp(1.3rem, 2vw, 1.68rem);
  line-height: 1.18;
}

.haven-journal-card__copy > p {
  margin-bottom: 1.2rem;
  font-size: 0.88rem;
}

.haven-journal-card .haven-blog-text-link {
  margin-top: auto;
}

.haven-journal-pagination {
  margin-top: 3.5rem;
}

.haven-journal-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
}

.haven-journal-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0.55rem 0.8rem;
  border: 1px solid #cdbdac;
  border-radius: 999px;
  color: #4a2d21 !important;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none !important;
}

.haven-journal-pagination .page-numbers.current,
.haven-journal-pagination .page-numbers:hover {
  border-color: #7b432a;
  background: #7b432a;
  color: #fffdf8 !important;
}

.haven-journal-empty {
  padding: 7rem 1.25rem;
  text-align: center;
}

.haven-journal-visit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(4rem, 7vw, 6.5rem) max(1.25rem, calc((100vw - 1180px) / 2));
  background: #3a241c;
}

.haven-journal-visit > div:first-child {
  max-width: 760px;
}

.haven-journal-visit h2 {
  margin-bottom: 0.75rem;
  color: #fffdf8;
  font-size: clamp(2.4rem, 4.8vw, 4.6rem);
}

.haven-journal-visit p:not(.haven-blog-eyebrow) {
  margin-bottom: 0;
  color: #daccc1;
}

/* Article */
.haven-article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(480px, 0.98fr);
  min-height: 670px;
  background: #f3eadb;
}

.haven-article-hero__copy {
  align-self: center;
  max-width: 850px;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.5rem, 7vw, 7rem);
}

.haven-article-hero h1 {
  max-width: 790px;
  margin-bottom: 1.2rem;
  color: #3b281f;
  font-size: clamp(3rem, 5.5vw, 5.6rem);
  line-height: 0.98;
}

.haven-article-hero__dek {
  max-width: 720px;
  margin-bottom: 1.25rem;
  color: #58483d !important;
  font-size: clamp(1.02rem, 1.65vw, 1.18rem) !important;
}

.haven-blog-meta--hero {
  color: #775f50;
}

.haven-article-hero__image {
  position: relative;
  min-height: 560px;
  margin-bottom: 0;
  overflow: hidden;
  background: #e5d7c7;
}

.haven-article-hero__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(58, 36, 28, 0.22), transparent 34%);
  content: "";
  pointer-events: none;
}

.haven-article-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.haven-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 780px) 260px;
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 8rem) 0;
}

.haven-article-body {
  min-width: 0;
}

.haven-article-body > *:first-child {
  margin-top: 0;
}

.haven-article-body .haven-article-lead {
  margin-bottom: 1.5rem;
  color: #45372e;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 2.3vw, 1.8rem);
  line-height: 1.5;
}

.haven-article-body p,
.haven-article-body li {
  color: #51463e;
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.82;
}

.haven-article-body p {
  margin-bottom: 1.25rem;
}

.haven-article-body h2 {
  margin: 3.8rem 0 1rem;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
}

.haven-article-body h3 {
  margin: 2.6rem 0 0.8rem;
  font-size: clamp(1.5rem, 2.7vw, 2.15rem);
}

.haven-article-body h4 {
  margin: 2rem 0 0.7rem;
  font-size: 1.25rem;
}

.haven-article-body a {
  color: #7b432a !important;
  font-weight: 700;
  text-decoration-color: #c68b45;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.haven-article-body ul,
.haven-article-body ol {
  display: grid;
  gap: 0.45rem;
  margin: 1.2rem 0 1.7rem;
  padding-left: 1.4rem;
}

.haven-article-body li::marker {
  color: #b67839;
  font-weight: 800;
}

.haven-article-body hr,
.haven-article-body .wp-block-separator {
  width: 100%;
  height: 1px;
  margin: 3rem 0;
  border: 0;
  background: #dfd3c5;
}

.haven-article-body .wp-block-image,
.haven-article-body .wp-block-gallery {
  margin: 2.2rem 0;
}

.haven-article-body .wp-block-image img,
.haven-article-body .wp-block-gallery img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.haven-article-body figcaption {
  margin-top: 0.65rem;
  color: #806f63;
  font-size: 0.74rem;
  line-height: 1.5;
  text-align: center;
}

.haven-article-body .wp-block-gallery.has-nested-images {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  align-items: stretch;
}

.haven-article-body .wp-block-gallery.has-nested-images figure.wp-block-image {
  display: flex;
  width: auto !important;
  max-width: none !important;
  flex-direction: column;
  margin: 0 !important;
}

.haven-article-body .wp-block-gallery.has-nested-images figure.wp-block-image img {
  width: 100%;
  height: 230px;
  flex: none;
  object-fit: cover;
}

.haven-article-callout {
  margin: 2.4rem 0 2.8rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-top: 4px solid #c68b45;
  background: #f5ecde;
}

.haven-article-callout__eyebrow {
  margin-bottom: 0.6rem !important;
  color: #7b432a !important;
  font-size: 0.68rem !important;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.haven-article-body .haven-article-callout h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
}

.haven-article-callout ul {
  margin-bottom: 1.5rem;
}

.haven-article-callout--compact {
  background: #3a241c;
}

.haven-article-callout--compact .haven-article-callout__eyebrow {
  color: #e2bd7d !important;
}

.haven-article-body .haven-article-callout--compact h2 {
  color: #fffdf8;
}

.haven-article-callout--compact li {
  color: #e5d8ce;
}

.haven-article-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin: 2rem 0 !important;
  padding: 1.3rem;
  border: 1px solid #d8cabb;
  background: #fff;
}

.haven-article-inline-cta span,
.haven-article-inline-cta small {
  display: block;
}

.haven-article-inline-cta strong {
  color: #35251d;
}

.haven-article-inline-cta small {
  margin-top: 0.2rem;
  color: #806f63;
  font-size: 0.72rem;
  line-height: 1.45;
}

.haven-article-body .wp-block-buttons {
  margin: 1.8rem 0;
}

.haven-article-body .wp-block-button__link {
  color: #fffdf8 !important;
}

.haven-article-closing {
  margin: 2.5rem 0;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: #f5ecde;
}

.haven-article-closing > p {
  color: #35251d;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}

.haven-article-closing > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.haven-article-text-link {
  font-size: 0.88rem;
  font-weight: 800;
}

.haven-article-related-link {
  margin-top: 3rem !important;
  padding-top: 1.4rem;
  border-top: 1px solid #dfd3c5;
  font-size: 0.9rem !important;
}

.haven-article-side {
  position: sticky;
  top: 120px;
}

.haven-article-side > div {
  padding: 1.45rem;
  border-top: 4px solid #c68b45;
  background: #f5ecde;
}

.haven-article-side h2 {
  margin-bottom: 0.75rem;
  font-size: 1.65rem;
}

.haven-article-side p:not(.haven-blog-eyebrow) {
  margin-bottom: 1.1rem;
  font-size: 0.84rem;
}

.haven-article-side a {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem 0;
  border-top: 1px solid #d9c9b8;
  color: #5e3424 !important;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none !important;
}

.haven-article-footer {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding-bottom: clamp(4rem, 7vw, 7rem);
}

.haven-article-byline {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1.6rem;
  border: 1px solid #dfd3c5;
  background: #f7f0e4;
}

.haven-article-byline img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  object-fit: cover;
}

.haven-article-byline h2 {
  margin-bottom: 0.35rem;
  font-size: 1.55rem;
}

.haven-article-byline p:last-child {
  margin-bottom: 0;
  font-size: 0.86rem;
}

.haven-article-next {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1px;
  background: #d9cdbf;
}

.haven-article-next a {
  display: block;
  padding: 1.5rem;
  background: #fffdf8;
  color: #35251d !important;
  text-decoration: none !important;
}

.haven-article-next a:last-child {
  text-align: right;
}

.haven-article-next span,
.haven-article-next strong {
  display: block;
}

.haven-article-next span {
  margin-bottom: 0.35rem;
  color: #927765;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.haven-article-next strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.25;
}

.haven-related {
  padding: clamp(4.5rem, 8vw, 7.5rem) max(1.25rem, calc((100vw - 1180px) / 2));
  background: #f5ecde;
}

.haven-related__heading {
  margin-bottom: 2.4rem;
}

.haven-related__heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.35rem, 4.6vw, 4.4rem);
}

.haven-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-bottom: 2rem;
}

.haven-related article {
  border: 1px solid #ddd0c1;
  background: #fff;
}

.haven-related__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.haven-related article > div {
  padding: 1.2rem;
}

.haven-related article .haven-blog-meta {
  margin-bottom: 0.55rem;
}

.haven-related h3 {
  margin-bottom: 0;
  font-size: 1.42rem;
  line-height: 1.2;
}

@media (max-width: 1050px) {
  .haven-journal-hero,
  .haven-article-hero {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.85fr);
  }

  .haven-journal-feature {
    grid-template-columns: 1fr 0.9fr;
  }

  .haven-journal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .haven-article-layout {
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 3rem;
  }
}

@media (max-width: 820px) {
  .haven-journal-hero,
  .haven-article-hero,
  .haven-journal-feature,
  .haven-journal-heading,
  .haven-journal-visit,
  .haven-article-layout {
    grid-template-columns: 1fr;
  }

  .haven-journal-hero__art,
  .haven-article-hero__image {
    min-height: 430px;
  }

  .haven-journal-hero__art::after,
  .haven-article-hero__image::after {
    background: linear-gradient(180deg, rgba(243, 234, 219, 0.4), transparent 38%);
  }

  .haven-journal-feature__image {
    min-height: 420px;
  }

  .haven-journal-feature__copy {
    padding: 2.2rem;
  }

  .haven-article-side {
    position: static;
  }

  .haven-article-side > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 1rem;
  }

  .haven-article-side .haven-blog-eyebrow,
  .haven-article-side h2,
  .haven-article-side p {
    grid-column: 1 / -1;
  }

  .haven-journal-visit .haven-blog-actions {
    margin-top: 0.5rem;
  }
}

@media (max-width: 640px) {
  .haven-journal-hero__copy,
  .haven-article-hero__copy {
    padding: 3.8rem 1.15rem;
  }

  .haven-journal-hero h1 {
    font-size: clamp(3.2rem, 17vw, 5.2rem);
  }

  .haven-article-hero h1 {
    font-size: clamp(2.6rem, 12vw, 4.3rem);
  }

  .haven-journal-hero__art,
  .haven-article-hero__image {
    min-height: 330px;
  }

  .haven-journal-content,
  .haven-article-layout,
  .haven-article-footer {
    width: calc(100% - 2.3rem);
  }

  .haven-journal-grid,
  .haven-related__grid,
  .haven-article-next {
    grid-template-columns: 1fr;
  }

  .haven-journal-card__copy {
    min-height: 0;
  }

  .haven-journal-feature__image {
    min-height: 300px;
  }

  .haven-journal-feature__copy {
    padding: 1.5rem;
  }

  .haven-journal-feature__copy h2,
  .haven-journal-heading h2,
  .haven-journal-visit h2,
  .haven-related__heading h2 {
    font-size: clamp(2.2rem, 11vw, 3.4rem);
  }

  .haven-blog-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .haven-blog-button,
  .haven-article-button {
    width: 100%;
  }

  .haven-article-body h2 {
    margin-top: 3rem;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .haven-article-body .wp-block-gallery.has-nested-images {
    grid-template-columns: 1fr;
  }

  .haven-article-body .wp-block-gallery.has-nested-images figure.wp-block-image img {
    height: auto;
    max-height: 440px;
  }

  .haven-article-inline-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .haven-article-side > div {
    grid-template-columns: 1fr;
  }

  .haven-article-byline {
    align-items: flex-start;
    flex-direction: column;
  }

  .haven-article-next a:last-child {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .haven-journal-page *,
  .haven-journal-page *::before,
  .haven-journal-page *::after,
  .haven-article-page *,
  .haven-article-page *::before,
  .haven-article-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
