.blog-page {
  background: #faf9f7;
  color: var(--text);
}

.blog-page .pix-header {
  background: transparent;
}

.blog-page .pix-header .header-container {
  max-width: none;
  margin: 20px 22px 0;
  height: 76px;
  padding: 0 22px 0 34px;
  border-radius: 16px;
  background: rgba(92, 6, 18, .96);
  -webkit-backdrop-filter: blur(3px) saturate(1.05);
  backdrop-filter: blur(3px) saturate(1.05);
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 10px 26px -18px rgba(42, 2, 10, .58), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.blog-page .navbar-brand img {
  height: 36px;
  filter: none;
}

.blog-page .pix-nav-link,
.blog-page .btn-cta {
  color: #fff;
}

.blog-page .pix-nav-link:after {
  background: #fff;
}

.blog-page .pix-nav-link.active:after {
  transform: scaleX(1);
}

.blog-page .hamburger-inner,
.blog-page .hamburger-inner:before,
.blog-page .hamburger-inner:after {
  background: #fff;
}

.blog-hero {
  position: relative;
  min-height: 74vh;
  display: flex;
  align-items: flex-end;
  padding: 168px 24px 82px;
  overflow: hidden;
  background: #34060d;
}

.blog-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(52, 6, 13, .28), rgba(52, 6, 13, .72)), url("/assets/tours/grand-canal-st-marks-2.webp") center 45%/cover;
  transform: scale(1.02);
}

.blog-hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(to bottom, rgba(250, 249, 247, 0), #faf9f7);
}

.blog-hero-in {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.blog-kicker {
  font-family: var(--pix-heading-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #e7b2b8;
  margin: 0 0 18px;
}

.blog-hero h1 {
  max-width: 760px;
  font-family: var(--pix-heading-font);
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -.04em;
  color: #fff;
  margin: 0 0 22px;
  text-shadow: 0 24px 60px rgba(0, 0, 0, .34);
}

.blog-hero p {
  max-width: 590px;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .86);
  margin: 0;
}

.blog-section {
  padding: 94px 24px;
}

.blog-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.blog-lead {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 36px;
  align-items: stretch;
  margin-bottom: 44px;
}

.blog-feature {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  min-height: 430px;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(20, 24, 31, .08);
  box-shadow: 0 26px 64px -32px rgba(16, 24, 40, .32);
}

.blog-feature-img {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.blog-feature-img img,
.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}

.blog-feature:hover .blog-feature-img img,
.blog-card:hover img {
  transform: scale(1.06);
}

.blog-feature-body {
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 18px;
}

.blog-pill {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 50px;
  background: #f6e7ea;
  color: #5c0612;
  font-family: var(--pix-heading-font);
  font-size: 12px;
  font-weight: 700;
}

.blog-feature h2,
.blog-card h2,
.blog-card h3 {
  font-family: var(--pix-heading-font);
  color: #16191f;
  letter-spacing: -.03em;
}

.blog-feature h2 {
  font-size: clamp(30px, 3.5vw, 46px);
  line-height: 1.08;
  margin: 0 0 18px;
}

.blog-feature p,
.blog-card p {
  color: #6b645c;
  line-height: 1.65;
  margin: 0 0 26px;
}

.blog-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #5c0612;
  font-family: var(--pix-heading-font);
  font-weight: 800;
}

.blog-link svg {
  width: 17px;
  height: 17px;
  transition: transform .2s ease;
}

.blog-link:hover svg {
  transform: translateX(4px);
}

.blog-side {
  padding: 34px;
  border-radius: 24px;
  background: #34060d;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 430px;
  position: relative;
  overflow: hidden;
}

.blog-side:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 10%, rgba(231, 178, 184, .24), transparent 34%);
}

.blog-side > * {
  position: relative;
  z-index: 1;
}

.blog-side h2 {
  font-family: var(--pix-heading-font);
  font-size: 31px;
  line-height: 1.08;
  letter-spacing: -.03em;
  margin: 0 0 16px;
}

.blog-side p {
  color: rgba(255, 255, 255, .78);
  line-height: 1.7;
  margin: 0 0 24px;
}

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

.blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(20, 24, 31, .08);
  box-shadow: 0 18px 44px -30px rgba(16, 24, 40, .3);
}

.blog-card-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.blog-card-body {
  padding: 26px;
}

.blog-card h3 {
  font-size: 23px;
  line-height: 1.15;
  margin: 0 0 12px;
}

.blog-card.is-soon {
  opacity: .72;
}

.article-shell {
  padding: 154px 24px 84px;
}

.article-wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.article-head {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .75fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 44px;
}

.article-head h1 {
  font-family: var(--pix-heading-font);
  font-size: clamp(42px, 5.6vw, 72px);
  line-height: 1.02;
  letter-spacing: -.045em;
  color: #16191f;
  margin: 0 0 22px;
}

.article-deck {
  font-size: 18px;
  line-height: 1.7;
  color: #5b6470;
  margin: 0;
}

.article-cover {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 32px 70px -38px rgba(16, 24, 40, .42);
}

.article-cover img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 54px;
  align-items: start;
}

.article-content {
  max-width: 760px;
}

.article-content p,
.article-content li {
  font-size: 17px;
  line-height: 1.78;
  color: #4f5661;
}

.article-content p {
  margin: 0 0 24px;
}

.article-content h2 {
  font-family: var(--pix-heading-font);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: -.03em;
  color: #16191f;
  margin: 54px 0 18px;
}

.article-content h3 {
  font-family: var(--pix-heading-font);
  font-size: 23px;
  color: #16191f;
  margin: 34px 0 12px;
}

.article-content a {
  color: #5c0612;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.article-content ul {
  margin: 0 0 28px;
  padding-left: 22px;
}

.article-callout,
.article-aside {
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(20, 24, 31, .08);
  box-shadow: 0 24px 56px -34px rgba(16, 24, 40, .34);
}

.article-callout {
  padding: 28px;
  margin: 42px 0;
}

.article-callout strong {
  display: block;
  font-family: var(--pix-heading-font);
  font-size: 22px;
  color: #16191f;
  margin-bottom: 8px;
}

.article-aside {
  position: sticky;
  top: 120px;
  padding: 28px;
  overflow: hidden;
}

.article-aside h2 {
  font-family: var(--pix-heading-font);
  font-size: 26px;
  line-height: 1.08;
  letter-spacing: -.035em;
  color: #16191f;
  margin: 0 0 14px;
}

.article-aside p {
  font-size: 15px;
  line-height: 1.65;
  color: #6b645c;
  margin: 0 0 20px;
}

.article-aside .btn-primary {
  width: 100%;
  justify-content: center;
}

.article-tour-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
}

.article-tour-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 0;
  border-top: 1px solid rgba(20, 24, 31, .09);
  font-family: var(--pix-heading-font);
  font-weight: 700;
  color: #16191f;
  line-height: 1.2;
}

.article-tour-list span {
  color: #5c0612;
  text-align: right;
  white-space: nowrap;
  font-weight: 800;
}

@media (max-width: 980px) {
  .blog-lead,
  .article-head,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .blog-feature {
    grid-template-columns: 1fr;
  }

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

  .article-aside {
    position: static;
  }
}

@media (max-width: 640px) {
  .blog-page .pix-header .header-container {
    margin: 12px 12px 0;
    height: 64px;
    padding: 0 16px 0 20px;
  }

  .blog-hero {
    min-height: 68vh;
    padding: 132px 20px 60px;
  }

  .blog-section,
  .article-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .blog-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .article-shell {
    padding-top: 126px;
  }

  .blog-feature-body,
  .blog-side,
  .article-callout {
    padding: 24px;
  }

  .article-cover img {
    min-height: 300px;
  }
}
