/*
Theme Name: Vai viajar, Istepô!
Theme URI: https://vaiviajaristepo.com.br/
Author: Marília Boos
Description: Um tema editorial, leve e acolhedor para histórias de viagem.
Version: 1.2.15
Text Domain: vai-viajar-istepo
*/

:root {
  --color-primary: #e44f9c;
  --color-secondary: #ffc1ff;
  --color-light-gray: #eaeaea;
  --color-salmon: #f4a28c;
  --color-white: #fff;
  --color-page: #fbf8f3;
  --color-text: #292329;
  --color-text-light: #706870;
  --font-display: "DM Serif Display", Georgia, serif;
  --font-body: "DM Sans", Arial, sans-serif;
  --content-width: 1180px;
  --reading-width: 780px;
  --radius: 18px;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4.5rem;
  --font-size-post-card: clamp(1.35rem, 2vw, 1.8rem);
  --font-size-featured: clamp(2rem, 4vw, 3.75rem);
  --font-size-section: clamp(1.75rem, 3vw, 2.75rem);
}

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--color-white);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: var(--color-primary);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
a:hover,
a:focus {
  color: #b82d76;
}
p {
  font-size: 14px;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
.button {
  cursor: pointer;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}
.screen-reader-text:focus {
  background: #fff;
  clip: auto;
  clip-path: none;
  color: var(--color-text);
  display: block;
  height: auto;
  left: 12px;
  padding: 12px 16px;
  top: 12px;
  width: auto;
  z-index: 100000;
}
.site-container {
  margin: 0 auto;
  max-width: var(--content-width);
  padding: 0 28px;
}
.site-main {
  background: #fff;
  min-height: 55vh;
}
.section {
  padding: 88px 0;
}
.section--soft {
  background: #fff8fc;
}
.section-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}
.section-heading h2,
.archive-header h1 {
  margin: 0;
}
.eyebrow,
.post-card__category,
.footer-title {
  color: var(--color-primary);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}
.post-meta {
  color: var(--color-primary);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
h1,
h2,
h3,
h4,
.widget-title,
.category-link strong {
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.12;
}
h1 {
  font-size: clamp(2.8rem, 6vw, 5.6rem);
}
h2 {
  font-size: clamp(2.1rem, 4vw, 3.5rem);
}
h2.wp-block-heading {
  font-size: clamp(1.75rem, 2.4vw, 1.875rem);
  font-weight: 700;
  line-height: 1.25;
}
h3 {
  font-size: clamp(1.4rem, 2.5vw, 2.15rem);
}
.button {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 12px 20px;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.button:hover,
.button:focus {
  background: #c73580;
  color: #fff;
  transform: translateY(-2px);
}
.button--outline {
  background: transparent;
  color: var(--color-primary);
}
.button--outline:hover,
.button--outline:focus {
  background: var(--color-primary);
}
.route-line {
  background-image: radial-gradient(
    circle,
    var(--color-salmon) 1px,
    transparent 1.5px
  );
  background-size: 9px 9px;
  height: 2px;
  opacity: 0.7;
  width: 88px;
}

/* Header */
.site-header {
  padding-bottom: 3rem;
  background: #fff;
  border-bottom: 1px solid rgba(228, 79, 156, 0.12);
  position: relative;
  z-index: 20;
}
.topbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 42px;
}
.topbar__socials {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.topbar__socials a {
  color: var(--color-text-light);
  font-size: 0.86rem;
  text-decoration: none;
}
.topbar__socials a:hover {
  color: var(--color-primary);
}
.social-link {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  height: 26px;
  justify-content: center;
  transition:
    background 0.2s ease,
    color 0.2s ease;
  width: 26px;
}
.topbar__socials .social-link:hover,
.topbar__socials .social-link:focus {
  background: #fff;
  color: var(--color-primary);
}
.search-toggle {
  align-items: center;
  background: none;
  border: 0;
  color: var(--color-text-light);
  display: inline-flex;
  gap: 7px;
  padding: 8px 0;
}
.search-toggle svg {
  height: 17px;
  width: 17px;
}
.site-branding {
  display: flex;
  justify-content: center;
  padding: 24px 0 18px;
  margin-bottom: 1rem;
}
.site-branding img {
  display: block;
  height: auto;
  max-height: 185px;
  object-fit: contain;
  max-width: 320px;
  width: min(100%, 320px);
}
.main-navigation {
  border-top: 1px solid var(--color-light-gray);
}
.menu-toggle {
  background: none;
  border: 1px solid var(--color-primary);
  border-radius: 999px;
  color: var(--color-primary);
  display: none;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 9px 16px;
}
.menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 28px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 14px 0;
}
.menu a {
  color: var(--color-text);
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 7px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.menu a:hover,
.menu .current-menu-item > a,
.menu .current-menu-ancestor > a {
  color: var(--color-primary);
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > .sub-menu {
  background: #fff;
  border: 1px solid var(--color-light-gray);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(41, 35, 41, 0.08);
  left: -14px;
  list-style: none;
  min-width: 190px;
  opacity: 0;
  padding: 10px 14px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translateY(6px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
  visibility: hidden;
  z-index: 5;
}
.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  visibility: visible;
}
.sub-menu a {
  padding: 5px 0;
}
.search-panel {
  background: #fff8fc;
  border-bottom: 1px solid var(--color-light-gray);
  display: none;
  padding: 18px 0;
}
.search-panel.is-open {
  display: block;
}
.search-form {
  display: flex;
  gap: 10px;
}
.search-field,
.comment-form input,
.comment-form textarea,
.comment-form select,
.widget input,
.widget select {
  border: 1px solid #d8d1d6;
  border-radius: 8px;
  color: var(--color-text);
  padding: 11px 13px;
  width: 100%;
}
.search-submit {
  border: 0;
}
.search-submit svg {
  display: block;
  height: 18px;
  width: 18px;
}

/* Cards and grids */
.archive-card__media img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  width: 100%;
}
.archive-card:hover img {
  transform: scale(1.04);
}
.post-grid {
  display: grid;
  gap: 34px 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.placeholder-image {
  align-items: center;
  background: linear-gradient(135deg, #fff4fa, #f0e6ed);
  color: var(--color-primary);
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 180px;
  position: relative;
}
.placeholder-image::before {
  border: 1px dashed var(--color-salmon);
  border-radius: 50%;
  content: "";
  height: 100px;
  position: absolute;
  width: 100px;
}
.placeholder-image span {
  font-family: var(--font-display);
  font-size: 2rem;
  position: relative;
}
.category-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}
.category-link {
  background: #fff;
  border: 1px solid var(--color-light-gray);
  border-radius: var(--radius);
  min-height: 145px;
  overflow: hidden;
  padding: 22px;
  position: relative;
  text-decoration: none;
}
.category-link::after {
  border: 1px dashed var(--color-salmon);
  border-radius: 50%;
  content: "";
  height: 90px;
  position: absolute;
  right: -25px;
  top: -25px;
  width: 90px;
}
.category-link strong {
  color: var(--color-text);
  display: block;
  font-size: 1.5rem;
  max-width: 150px;
  position: relative;
  z-index: 1;
}
.category-link small {
  color: var(--color-text-light);
  display: block;
  margin-top: 12px;
}
.about-band {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: 280px 1fr;
  margin: 0 auto;
  max-width: 900px;
}
.about-band__media {
  aspect-ratio: 1;
  border-radius: 50% 50% 8px 50%;
  overflow: hidden;
}
.about-band__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.about-band h2 {
  margin: 8px 0 15px;
}
.about-band p {
  color: var(--color-text-light);
}
.section--newsletter {
  background: var(--color-primary);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.section--newsletter::after {
  border: 1px dashed rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  content: "";
  height: 250px;
  position: absolute;
  right: -45px;
  top: -90px;
  width: 250px;
}
.newsletter-inner {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.newsletter-inner h2 {
  margin: 0 0 8px;
}
.newsletter-inner p {
  margin: 0;
  max-width: 600px;
}
.newsletter-inner .button {
  background: #fff;
  color: var(--color-primary);
  white-space: nowrap;
}
.shortcode-content {
  margin-top: 25px;
}

/* Archives and content */
.archive-header {
  background: #fff8fc;
  border-bottom: 1px solid var(--color-light-gray);
  padding: 24px 0;
}
.archive-header h1 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 4px;
}
.archive-header p {
  color: var(--color-text-light);
  font-size: 13px;
  line-height: 1.5;
  margin: 6px 0 0;
  max-width: 650px;
}
.archive-header .eyebrow {
  font-size: 11px;
  letter-spacing: 0.1em;
}
.archive-layout {
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(0, 1fr) 270px;
}
.site-container.archive-layout {
  padding-block: 72px 88px;
}
.archive-card__body {
  padding-top: 14px;
}
.archive-card__body h2,
.archive-card__body h3 {
  font-weight: 700;
  margin: 7px 0;
}
.pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 54px;
}
.pagination .page-numbers {
  align-items: center;
  border: 1px solid var(--color-light-gray);
  border-radius: 50%;
  color: var(--color-text);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  text-decoration: none;
  width: 38px;
}
.pagination .current,
.pagination a:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.widget {
  border-bottom: 1px solid var(--color-light-gray);
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.widget-title {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 14px;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 12px 16px;
}
.widget li {
  border-bottom: 1px dotted #d6cdd3;
  font-size: 12px;
  padding: 6px 0;
}
.widget a {
  color: var(--color-text);
  text-decoration: none;
}
.sidebar .widget.widget_block {
  background: #fff;
  border: 1px solid var(--color-light-gray);
  overflow: hidden;
  padding: 0;
}
.sidebar .widget.widget_block:has(.wp-block-search) {
  border: 0;
  overflow: visible;
}
.sidebar .widget_block .wp-block-heading {
  background: #fff0f8;
  border-left: 4px solid var(--color-primary);
  border-radius: 0;
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  margin: 0;
  padding: 10px 12px;
  text-transform: uppercase;
  width: 100%;
}
.sidebar .cat-item.cat-item-134,
.sidebar .cat-item.cat-item-134 a {
  font-size: 12px;
  line-height: 1.45;
}
.sidebar .widget_search {
  border: 0;
  padding-bottom: 0;
}
.sidebar .widget_search .search-form {
  display: block;
  position: relative;
}
.sidebar .widget_search .search-field {
  min-height: 48px;
  padding: 13px 54px 13px 15px;
}
.sidebar .widget_search .search-submit {
  align-items: center;
  background: transparent;
  border-radius: 0;
  bottom: 0;
  color: var(--color-primary);
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}
.sidebar .widget_search .search-submit:hover,
.sidebar .widget_search .search-submit:focus {
  background: transparent;
  color: #b82d76;
  transform: none;
}
.sidebar .widget_block .wp-block-search {
  margin: 0;
}
.sidebar .widget_block .wp-block-search__label {
  display: none;
}
.sidebar .widget_block .wp-block-search__inside-wrapper {
  border: 0;
  display: block;
  position: relative;
}
.sidebar .widget_block .wp-block-search__input {
  border: 1px solid #d8d1d6;
  border-radius: 0;
  color: var(--color-text);
  min-height: 48px;
  padding: 13px 54px 13px 15px;
  width: 100%;
}
.sidebar .widget_block .wp-block-search__button {
  align-items: center;
  background: var(--color-primary);
  border: 0;
  border-radius: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 0;
  justify-content: center;
  margin: 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}
.sidebar .widget_block .wp-block-search__button::before {
  background: currentColor;
  content: "";
  display: block;
  height: 18px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m21 21-4.2-4.2m2.2-5.3a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0Z' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m21 21-4.2-4.2m2.2-5.3a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0Z' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
  width: 18px;
}
.sidebar .widget_block .wp-block-search__button:hover,
.sidebar .widget_block .wp-block-search__button:focus {
  background: #b82d76;
  color: #fff;
}
.single-header {
  padding: 72px 0 48px;
  text-align: center;
}
.single-header h1 {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.12;
  letter-spacing: 0;
  margin: 14px auto 18px;
  max-width: 920px;
}
.single-header__intro {
  color: var(--color-text-light);
  font-size: 1.1rem;
  margin: 0 auto 18px;
  max-width: 720px;
}
.single-header__meta {
  color: var(--color-text-light);
  font-size: 0.8rem;
}
.single-header__meta .post-views {
  color: inherit;
}
.single-header .share-links--header {
  justify-content: center;
  margin-top: 22px;
}
.single-featured {
  margin: 0 auto 62px;
  max-width: 1120px;
}
.single-featured img {
  display: block;
  max-height: 650px;
  object-fit: cover;
  width: 100%;
}
.entry-content {
  margin: 0 auto;
  max-width: var(--reading-width);
}
.entry-content > * {
  margin-left: auto;
  margin-right: auto;
}
.entry-content p {
  font-size: 16px;
}
.entry-content ul,
.entry-content ol {
  font-size: 1.05rem;
}
.entry-content h2 {
  margin-top: 2.2em;
}
.entry-content h3 {
  margin-top: 1.8em;
}
.entry-content img {
  display: block;
}
.entry-content .alignwide {
  max-width: 1040px;
  width: 100vw;
}
.entry-content .alignfull {
  max-width: none;
  width: 100vw;
}
.entry-content blockquote {
  border-left: 3px solid var(--color-primary);
  color: var(--color-text-light);
  font-family: var(--font-display);
  font-size: 1.6rem;
  margin-bottom: 2em;
  margin-top: 2em;
  padding: 4px 0 4px 25px;
}
.entry-content figcaption {
  color: var(--color-text-light);
  font-size: 0.8rem;
  text-align: center;
}
.entry-content table {
  border-collapse: collapse;
  width: 100%;
}
.entry-content td,
.entry-content th {
  border: 1px solid var(--color-light-gray);
  padding: 10px;
}
.travel-tip,
.travel-cost,
.travel-hotel,
.travel-food,
.travel-warning,
.travel-route {
  background: #fff4fa;
  border-left: 4px solid var(--color-primary);
  margin: 28px 0;
  padding: 18px 22px;
}
.travel-cost {
  background: #fff7f1;
  border-left-color: var(--color-salmon);
}
.travel-hotel {
  background: #f8f2ff;
  border-left-color: #a271bf;
}
.travel-food {
  background: #fffaf0;
  border-left-color: #e0ae54;
}
.travel-warning {
  background: #fff1f1;
  border-left-color: #dd6f76;
}
.travel-route {
  background: #f2fbfb;
  border-left-color: #5ba7a6;
}
.post-footer {
  margin: 58px auto 0;
  max-width: var(--reading-width);
}
.post-tags {
  border-top: 1px solid var(--color-light-gray);
  padding-top: 24px;
}
.post-tags__label {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}
.post-tags a {
  background: #fff0f8;
  border-radius: 99px;
  display: inline-block;
  font-size: 0.8rem;
  margin: 0 5px 5px 0;
  padding: 5px 11px;
  text-decoration: none;
}
.share-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.share-links a {
  align-items: center;
  border: 1px solid var(--color-light-gray);
  border-radius: 50%;
  display: inline-flex;
  font-size: 1rem;
  height: 34px;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
  width: 34px;
}
.share-links a:hover,
.share-links a:focus {
  background: var(--color-primary);
  color: #fff;
}
.post-navigation {
  border-bottom: 1px solid var(--color-light-gray);
  border-top: 1px solid var(--color-light-gray);
  margin-top: 50px;
}
.post-navigation .nav-links {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  position: relative;
}
.post-navigation .nav-links--both::before {
  background: var(--color-light-gray);
  content: "";
  height: 62%;
  left: 50%;
  position: absolute;
  top: 19%;
  width: 1px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  min-width: 0;
  padding: 24px 28px;
}
.post-navigation .nav-previous {
  grid-column: 1;
  padding-left: 0;
}
.post-navigation .nav-next {
  grid-column: 2;
  padding-right: 0;
  text-align: right;
}
.post-navigation a {
  align-items: center;
  color: var(--color-text);
  display: flex;
  gap: 14px;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-decoration: none;
  transition: color 0.2s ease;
}
.post-navigation a:hover,
.post-navigation a:focus {
  color: var(--color-primary);
}
.post-navigation .nav-next a {
  justify-content: flex-end;
}
.post-navigation__icon {
  flex: 0 0 auto;
  font-size: 2rem;
  line-height: 1;
}
.post-navigation__title {
  display: block;
  min-width: 0;
}
.author-box {
  align-items: center;
  background: #fff8fc;
  border: 1px solid #f2d6e5;
  border-left: 4px solid var(--color-primary);
  display: flex;
  gap: 22px;
  margin: 38px auto 0;
  max-width: var(--reading-width);
  padding: 24px;
}
.author-box__avatar {
  border: 3px solid #fff;
  border-radius: 50%;
  flex: 0 0 82px;
  height: 82px;
  object-fit: cover;
  width: 82px;
}
.author-box h3 {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 7px;
}
.author-box p {
  color: var(--color-text-light);
  margin: 0;
}
.comments-area {
  border-top: 1px solid var(--color-light-gray);
  margin: 52px auto 60px;
  max-width: var(--reading-width);
  padding-top: 48px;
}
.comments-title {
  font-size: 2rem;
}
.comment-list {
  list-style: none;
  padding: 0;
}
.comment-body {
  border-bottom: 1px solid var(--color-light-gray);
  padding: 18px 0;
}
.comment-meta {
  color: var(--color-text-light);
  font-size: 0.82rem;
}
.comment-form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  margin: 12px 0 4px;
}
.comment-form .form-submit {
  margin-top: 18px;
}
.comment-reply-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  font-weight: 400;
  line-height: 1.15;
  margin: 38px 0 14px;
}
.comment-reply-title small {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
}
.comment-form .submit {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 12px 20px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.comment-form .submit:hover,
.comment-form .submit:focus {
  background: #c73580;
  border-color: #c73580;
  color: #fff;
  transform: translateY(-2px);
}
.related-posts {
  border-top: 1px solid var(--color-light-gray);
  margin: 0 auto;
  max-width: var(--content-width);
  padding: 64px 0 88px;
}
.related-posts .section-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0 auto 38px;
  text-align: center;
}
.related-posts .section-heading h2 {
  color: #17143b;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.05;
  position: relative;
}
.related-posts .section-heading h2::after {
  background: var(--color-primary);
  border-radius: 99px;
  bottom: -9px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 48px;
}
.related-posts .post-grid {
  grid-template-columns: repeat(3, 1fr);
}
.content-none {
  padding: 70px 0 110px;
  text-align: center;
}
.content-none h1 {
  font-size: 3.4rem;
}
.content-none p {
  color: var(--color-text-light);
}
.content-none .search-form {
  justify-content: center;
  margin: 25px auto;
  max-width: 560px;
}

/* Footer and forms */
.site-footer {
  background: #c52a7a;
  color: #fff;
  padding: 58px 0 22px;
}
.footer-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1.4fr 1fr 1fr;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover,
.site-footer a:focus {
  color: #fff8fc;
}
.footer-brand img {
  filter: brightness(0) invert(1);
  max-width: 240px;
}
.footer-brand p {
  color: rgba(255, 255, 255, 0.88);
  max-width: 320px;
}
.footer-title {
  color: #fff;
  margin: 0 0 12px;
}
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu li {
  margin: 5px 0;
}
.footer-menu a {
  font-size: 0.9rem;
  text-decoration: none;
}
.site-footer .topbar__socials {
  gap: 10px;
}
.site-footer .topbar__socials .social-link {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  height: 30px;
  width: 30px;
}
.site-footer .topbar__socials .social-link:hover,
.site-footer .topbar__socials .social-link:focus {
  background: #fff;
  color: var(--color-primary);
}
.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.88);
  display: flex;
  font-size: 0.78rem;
  gap: 16px 24px;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 18px;
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom__credit {
  text-align: right;
}
.footer-bottom__credit a {
  color: #fff;
  text-decoration: none;
}
.footer-bottom__credit a:hover,
.footer-bottom__credit a:focus {
  text-decoration: underline;
}
.wp-block-button__link,
.wp-element-button {
  background: var(--color-primary) !important;
  border-radius: 0 !important;
}
.wp-block-gallery,
.wp-block-image,
.wp-block-embed,
.wp-block-video {
  margin-bottom: 2em;
  margin-top: 2em;
}
.wp-caption-text {
  color: var(--color-text-light);
  font-size: 0.8rem;
}

/* Cabeçalho e página inicial */
.site-container {
  margin-inline: auto;
  max-width: none;
  padding: 0;
  width: min(100% - 32px, 1200px);
}
.section {
  padding: var(--space-3xl) 0;
}
.section-heading h2 {
  font-size: var(--font-size-section);
}

.topbar {
  background: #fff;
  border-bottom: 1px solid var(--color-light-gray);
  min-height: 38px;
}
.topbar__inner,
.topbar__actions {
  align-items: center;
  display: flex;
}
.topbar__inner {
  justify-content: space-between;
  min-height: 38px;
}
.topbar__actions {
  flex-shrink: 0;
  gap: var(--space-md);
}
.topbar .menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.topbar .menu a {
  color: var(--color-text-light);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 3px 0;
  text-transform: none;
}
.topbar .menu a:hover,
.topbar .menu .current-menu-item > a {
  color: var(--color-primary);
}
.topbar__socials {
  gap: 8px;
}
.topbar__socials a {
  font-size: 0.86rem;
}
.search-toggle {
  padding: 5px;
}
.search-toggle svg {
  height: 16px;
  width: 16px;
}

.site-branding {
  padding: var(--space-2xl) 0 var(--space-xl);
}
.site-branding .custom-logo-link,
.site-branding > a {
  display: block;
}
.site-branding img,
.site-branding .custom-logo {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: none;
  max-width: 320px;
  object-fit: contain;
  width: min(88vw, 320px);
}
.main-navigation {
  background: transparent;
  border: 0;
}
.main-navigation .menu-toggle {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.main-navigation .menu {
  background: #e44f9c;
  border-radius: 9px;
  gap: 6px clamp(16px, 3vw, 34px);
  padding: 12px clamp(18px, 3vw, 34px);
  width: 100%;
}
.main-navigation .menu a {
  color: #fff;
  font-size: 0.78rem;
}
.main-navigation .menu a:hover,
.main-navigation .menu a:focus,
.main-navigation .menu .current-menu-item > a,
.main-navigation .menu .current-menu-ancestor > a {
  color: #fff;
}
.main-navigation .menu .current-menu-item > a,
.main-navigation .menu .current-menu-ancestor > a {
  box-shadow: inset 0 -2px 0 #fff;
}
.main-navigation .sub-menu {
  background: #fff;
}
.main-navigation .sub-menu a {
  color: var(--color-text);
}
.main-navigation .sub-menu a:hover,
.main-navigation .sub-menu a:focus,
.main-navigation .sub-menu .current-menu-item > a {
  color: var(--color-primary);
}

.home-featured {
  padding: var(--space-xl) 0 0;
}
.feature-slider {
  position: relative;
}
.feature-slider__track {
  position: relative;
}
.feature-slider .feature-post {
  display: none;
}
.feature-slider .feature-post.is-active {
  display: block;
}
.feature-slider__controls {
  align-items: center;
  bottom: 18px;
  display: flex;
  gap: 12px;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 4;
}
.feature-slider__button,
.feature-slider__dot {
  border: 0;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  padding: 0;
}
.feature-slider__button {
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  height: 34px;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
  width: 34px;
}
.feature-slider__button:hover,
.feature-slider__button:focus {
  background: rgba(228, 79, 156, 0.78);
  transform: translateY(-1px);
}
.feature-slider__dots {
  align-items: center;
  display: flex;
  gap: 7px;
}
.feature-slider__dot {
  background: rgba(255, 255, 255, 0.46);
  border-radius: 99px;
  height: 8px;
  transition:
    background 0.2s ease,
    width 0.2s ease;
  width: 8px;
}
.feature-slider__dot.is-active,
.feature-slider__dot:hover,
.feature-slider__dot:focus {
  background: #fff;
  width: 22px;
}
.feature-post {
  background: #111;
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.feature-post::after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 12%,
    rgba(0, 0, 0, 0.48) 56%,
    rgba(0, 0, 0, 0.88) 100%
  );
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 28%;
  z-index: 1;
}
.feature-post__media {
  aspect-ratio: 16 / 7;
  background: var(--color-light-gray);
  display: block;
  overflow: hidden;
}
.feature-post__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}
.feature-post:hover .feature-post__media img {
  transform: scale(1.025);
}
.feature-post__content {
  bottom: 0;
  color: #fff;
  left: 50%;
  margin: 0;
  max-width: 780px;
  min-width: 0;
  padding: 0 0 var(--space-xl);
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: min(calc(100% - 48px), 780px);
  z-index: 2;
}
.feature-post__category {
  background: linear-gradient(135deg, #c73580 0%, #e44f9c 60%, #ff9ed1 100%);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: var(--space-sm);
  padding: 8px 12px;
  text-decoration: none;
}
.feature-post__category:hover,
.feature-post__category:focus {
  background: linear-gradient(135deg, #e44f9c 0%, #ff7fbd 55%, #ffc1ff 100%);
  color: #fff;
}
.post-card__categories {
  color: #a45a82;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  margin-bottom: 7px;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}
.post-card__categories a {
  color: inherit;
  text-decoration: none;
}
.post-card__categories a:hover,
.post-card__categories a:focus {
  color: var(--color-primary);
}
.feature-post__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 var(--space-md);
  overflow-wrap: anywhere;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
}
.feature-post__title a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-decoration: none;
}
.feature-post__byline {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.82rem;
  font-weight: 400;
  gap: 8px;
  justify-content: center;
  line-height: 1.4;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.feature-post__avatar {
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  flex: 0 0 30px;
  height: 30px;
  object-fit: cover;
  width: 30px;
}
.feature-post__divider {
  opacity: 0.72;
}

.latest-posts {
  padding-top: var(--space-3xl);
}
.post-grid {
  gap: var(--space-2xl) var(--space-lg);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.post-grid--list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.post-card {
  background: #fff;
  border: 1px solid var(--color-light-gray);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}
.post-card__media {
  position: relative;
}
.post-card__image {
  aspect-ratio: 4 / 3;
  background: var(--color-light-gray);
  display: block;
  overflow: hidden;
}
.post-card__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}
.post-card:hover .post-card__image img {
  transform: scale(1.035);
}
.post-card__image .placeholder-image,
.feature-post__media .placeholder-image {
  min-height: 0;
}
.post-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: var(--space-lg);
}
.post-card__title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 0.6rem;
  overflow-wrap: anywhere;
  letter-spacing: 0;
  text-transform: uppercase;
}
.post-card__title a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--color-text);
  display: -webkit-box;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.post-card__byline {
  align-self: flex-start;
  align-items: center;
  color: #8c627c;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.03em;
  line-height: 1.45;
  margin: 0;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}
.post-card__date {
  color: var(--color-text-light);
}
.post-card__excerpt {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: var(--color-text-light);
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  overflow: hidden;
}
.post-card__meta {
  align-items: center;
  color: var(--color-text-light);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.74rem;
  gap: var(--space-xs);
  line-height: 1.45;
  margin-top: 0.5rem;
}
.post-card__meta .post-meta {
  color: var(--color-text-light);
  display: inline;
  font-size: inherit;
  letter-spacing: 0.05em;
}
.post-views::before {
  content: "·";
  margin-right: var(--space-xs);
}
.post-card__footer {
  align-items: center;
  border-top: 1px solid rgba(228, 79, 156, 0.12);
  display: none;
  flex-wrap: wrap;
  gap: var(--space-md);
  justify-content: space-between;
  margin-top: auto;
  padding-top: var(--space-md);
}
.post-card__read-more {
  align-items: center;
  background: var(--color-primary);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0.05em;
  padding: 10px 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.post-card__read-more span {
  transition: transform 0.2s ease;
}
.post-card__read-more:hover,
.post-card__read-more:focus {
  background: #b82d76;
  color: #fff;
  transform: translateY(-1px);
}
.post-card__read-more:hover span,
.post-card__read-more:focus span {
  transform: translateX(2px);
}
.share-buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.share-buttons__link {
  align-items: center;
  background: #fff8fc;
  border: 1px solid #f0d7e5;
  border-radius: 50%;
  color: var(--color-primary);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  text-decoration: none;
  width: 28px;
}
.share-buttons__link:hover,
.share-buttons__link:focus {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.related-posts .post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .post-grid--list {
    grid-template-columns: minmax(0, 1fr);
  }
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .archive-layout {
    grid-template-columns: 1fr;
  }
  .sidebar {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .site-container {
    padding: 0 18px;
  }
  .section {
    padding: 58px 0;
  }
  .topbar {
    align-items: flex-start;
    padding: 8px 0;
  }
  .topbar__socials {
    gap: 6px;
  }
  .topbar__socials a {
    font-size: 0.8rem;
  }
  .site-branding {
    padding: 20px 0 12px;
  }
  .site-branding img {
    max-height: 130px;
  }
  .menu-toggle {
    display: block;
    margin: 12px auto;
  }
  .main-navigation .menu {
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 8px 0 16px;
  }
  .main-navigation .menu.is-open {
    display: flex;
  }
  .menu-item-has-children > .sub-menu {
    background: #fff8fc;
    box-shadow: none;
    display: none;
    opacity: 1;
    padding: 3px 14px;
    pointer-events: auto;
    position: static;
    transform: none;
    visibility: visible;
  }
  .menu-item-has-children:hover > .sub-menu,
  .menu-item-has-children:focus-within > .sub-menu {
    display: block;
  }
  .search-form {
    flex-direction: column;
  }
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .post-grid,
  .category-grid {
    grid-template-columns: 1fr;
  }
  .about-band,
  .newsletter-inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .about-band__media {
    max-width: 220px;
  }
  .newsletter-inner .button {
    white-space: normal;
  }
  .single-header {
    padding: 55px 0 35px;
  }
  .single-header h1 {
    font-size: 34px;
    overflow-wrap: break-word;
  }
  .entry-content p {
    font-size: 16px;
  }
  .entry-content ul,
  .entry-content ol {
    font-size: 1rem;
  }
  .entry-content .alignwide,
  .entry-content .alignfull {
    margin-left: 0;
    width: 100%;
  }
  .post-navigation .nav-links {
    display: block;
  }
  .post-navigation .nav-links--both::before {
    height: 1px;
    left: 0;
    top: 50%;
    width: 100%;
  }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    padding: 18px 0;
    text-align: left;
  }
  .post-navigation .nav-next a {
    justify-content: flex-start;
  }
  .author-box {
    align-items: flex-start;
  }
  .footer-grid,
  .sidebar {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-bottom__credit {
    text-align: left;
  }
}

@media (max-width: 900px) {
  .post-grid,
  .related-posts .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .post-grid--list {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 680px) {
  .site-container {
    padding: 0;
    width: calc(100% - 32px);
  }
  .topbar__inner {
    gap: var(--space-sm);
  }
  .topbar__menu .menu {
    gap: 4px 12px;
  }
  .topbar__actions {
    gap: var(--space-xs);
  }
  .site-branding {
    padding: var(--space-xl) 0 var(--space-lg);
  }
  .site-branding img,
  .site-branding .custom-logo {
    max-width: 320px;
    width: min(82vw, 320px);
  }
  .main-navigation .menu {
    align-items: stretch;
    padding: 8px 0 16px;
  }
  .main-navigation .menu a {
    padding: 8px 0;
    text-align: center;
  }
  .main-navigation .menu-item-has-children > .sub-menu {
    background: #fff8fc;
    display: block;
    margin: 0;
    position: static;
  }
  .home-featured {
    padding-top: var(--space-lg);
  }
  .feature-post::after {
    top: 12%;
  }
  .feature-post__media {
    aspect-ratio: 4 / 3;
  }
  .feature-post__content {
    padding-bottom: var(--space-lg);
    width: min(calc(100% - 32px), 780px);
  }
  .feature-post__category {
    font-size: 0.68rem;
    padding: 7px 10px;
  }
  .feature-post__title {
    font-size: 32px;
    margin-bottom: var(--space-sm);
  }
  .feature-post__byline {
    font-size: 0.75rem;
    gap: 6px;
  }
  .feature-post__avatar {
    flex-basis: 26px;
    height: 26px;
    width: 26px;
  }
  .section,
  .latest-posts {
    padding: var(--space-2xl) 0;
  }
  .post-grid,
  .related-posts .post-grid {
    grid-template-columns: 1fr;
  }
  .post-card__content {
    padding: var(--space-md);
  }
}

@media (max-width: 420px) {
  .feature-post__media {
    aspect-ratio: 1 / 1;
  }
  .feature-post__title {
    font-size: 28px;
  }
}

/* Página inicial — composição editorial inspirada em diário de viagem */
.is-front-page .site-header {
  background: #fff;
}
.is-front-page .topbar {
  display: none;
}
.is-front-page .site-header {
  border-bottom: 0;
}
.is-front-page .site-branding img,
.is-front-page .site-branding .custom-logo {
  max-width: 320px;
  width: min(78vw, 320px);
}
.is-front-page .home-featured {
  padding: 4px 0 0;
}
.is-front-page .home-featured .site-container {
  width: min(100% - 48px, 1200px);
}
.is-front-page .feature-post {
  border-radius: 11px;
  box-shadow: 0 12px 35px rgba(30, 25, 37, 0.08);
}
.is-front-page .feature-post::after {
  background: linear-gradient(
    180deg,
    transparent 15%,
    rgba(7, 12, 24, 0.12) 42%,
    rgba(6, 10, 20, 0.9) 100%
  );
  top: 18%;
}
.is-front-page .feature-post__media {
  aspect-ratio: 2.22 / 1;
}
.is-front-page .feature-post__content {
  left: 50%;
  max-width: 650px;
  padding: 0 0 64px;
  text-align: center;
  transform: translateX(-50%);
  width: calc(100% - 76px);
}
.is-front-page .feature-post__category {
  align-items: center;
  background: linear-gradient(135deg, #c73580 0%, #e44f9c 60%, #ff9ed1 100%);
  border-radius: 999px;
  gap: 7px;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  padding: 8px 12px;
  text-transform: uppercase;
}
.is-front-page .feature-post__category:hover,
.is-front-page .feature-post__category:focus {
  background: linear-gradient(135deg, #e44f9c 0%, #ff7fbd 55%, #ffc1ff 100%);
  color: #fff;
}
.is-front-page .feature-post__title {
  font-family: var(--font-display);
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.16;
  margin-bottom: 9px;
  text-transform: none;
}
.is-front-page .feature-post__title a {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}
.is-front-page .feature-post__byline {
  font-size: 0.76rem;
  gap: 7px;
  justify-content: center;
}
.latest-posts {
  overflow: hidden;
  padding: 6rem 0;
  position: relative;
}
.latest-posts__decorations {
  inset: 8px 0 auto;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.story-route {
  overflow: visible;
  position: absolute;
  stroke: #f4a28c;
  stroke-dasharray: 4 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}
.story-route__icon {
  fill: var(--color-page);
  stroke-dasharray: none;
}
.story-route--plane {
  left: max(-74px, calc(50% - 720px));
  top: 2px;
  width: 310px;
}
.story-route--pin {
  right: max(-58px, calc(50% - 690px));
  top: 22px;
  width: 260px;
}
.latest-posts > .site-container {
  position: relative;
  z-index: 1;
}
.latest-posts .section-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0 auto 30px;
  text-align: center;
}
.latest-posts .section-heading h2 {
  color: #17143b;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.05;
  position: relative;
}
.latest-posts .section-heading h2 span {
  color: var(--color-primary);
}
.latest-posts .section-heading h2::after {
  background: var(--color-primary);
  border-radius: 99px;
  bottom: -9px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 48px;
}
.latest-posts .section-heading p {
  color: #56505d;
  font-size: 0.82rem;
  margin: 8px 0 0;
}
.latest-posts .post-grid {
  gap: 22px 20px;
}
.latest-posts .post-card {
  border: 1px solid #e9e4df;
  border-radius: 9px;
  box-shadow: 0 5px 16px rgba(38, 28, 36, 0.035);
  overflow: hidden;
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}
.latest-posts .post-card:hover {
  box-shadow: 0 12px 26px rgba(38, 28, 36, 0.09);
  transform: translateY(-3px);
}
.latest-posts .post-card__image {
  aspect-ratio: 1.72 / 1;
}
.latest-posts .post-card__content {
  padding: 15px 19px 17px;
}
.latest-posts .post-card__categories {
  font-size: 0.67rem;
  letter-spacing: 0.075em;
  margin-bottom: 6px;
}
.latest-posts .post-card__categories a {
  color: var(--color-primary);
}
.latest-posts .post-card__categories span {
  color: #e8a5c5;
}
.latest-posts .post-card__title {
  font-family: var(--font-display);
  font-size: 1.26rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.12;
  margin-bottom: 7px;
  text-transform: none;
}
.latest-posts .post-card__excerpt {
  -webkit-line-clamp: 2;
  font-size: 0.78rem;
  line-height: 1.45;
  margin-bottom: 10px;
}
.latest-posts .post-card__meta {
  font-size: 0.68rem;
  gap: 7px;
  margin-top: 0.5rem;
}
.latest-posts .post-card__footer {
  border: 0;
  display: flex;
  margin-top: 7px;
  padding-top: 0;
}
.latest-posts .post-card__read-more {
  background: transparent;
  color: var(--color-primary);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0;
  text-transform: none;
}
.latest-posts .post-card__read-more:hover,
.latest-posts .post-card__read-more:focus {
  background: transparent;
  color: #b82d76;
  transform: none;
}

@media (max-width: 900px) {
  .story-route {
    opacity: 0.58;
  }
  .story-route--plane {
    left: -145px;
  }
  .story-route--pin {
    right: -125px;
  }
}

@media (max-width: 680px) {
  .is-front-page .site-branding {
    padding: 24px 0 12px;
  }
  .is-front-page .home-featured .site-container {
    width: calc(100% - 28px);
  }
  .is-front-page .feature-post__media {
    aspect-ratio: 4 / 3;
  }
  .is-front-page .feature-post__content {
    left: 50%;
    padding-bottom: 58px;
    width: calc(100% - 40px);
  }
  .is-front-page .feature-post__title {
    font-size: 2.125rem;
  }
  .latest-posts {
    padding: 6rem 0;
  }
  .latest-posts .section-heading {
    margin-bottom: 26px;
  }
  .latest-posts .section-heading p {
    max-width: 330px;
  }
  .story-route--plane {
    left: -210px;
  }
  .story-route--pin {
    right: -195px;
  }
}
