.blog-page {
  width: 100%;
  max-width: none;
  background: var(--paper);
}

.blog-page > main,
.blog-page main {
  width: 100%;
  max-width: none;
}

.site-header__nav a[aria-current='page'] {
  color: white;
}

.site-header__nav a[aria-current='page']::after {
  transform: scaleX(1);
}

.blog-hero {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 760px;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 38%, rgba(201, 111, 67, 0.18), transparent 28%),
    var(--navy-950);
  color: white;
  isolation: isolate;
}

.blog-hero::after {
  position: absolute;
  z-index: -2;
  top: 116px;
  right: clamp(48px, 8vw, 138px);
  width: clamp(210px, 24vw, 410px);
  aspect-ratio: 1;
  border: 1px solid rgba(225, 161, 125, 0.38);
  content: '';
  transform: rotate(45deg);
}

.blog-hero__grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: 0.1;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.28) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: calc((100vw - 96px) / 6) 100%, 100% 190px;
  background-position: 48px 0, 0 116px;
  mask-image: linear-gradient(90deg, black 0%, black 64%, transparent 100%);
}

.blog-hero__word {
  position: absolute;
  z-index: -1;
  right: -0.05em;
  bottom: -0.12em;
  color: rgba(255, 255, 255, 0.026);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(8rem, 19vw, 21rem);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 0.75;
  white-space: nowrap;
}

.blog-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 644px;
  padding: 76px 0 92px;
}

.blog-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
  color: var(--copper-light);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.blog-hero__eyebrow i {
  width: 58px;
  height: 1px;
  background: rgba(225, 161, 125, 0.5);
}

.blog-hero h1 {
  max-width: 990px;
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4.6rem, 8.1vw, 8.7rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.82;
  text-wrap: balance;
}

.blog-hero h1 em {
  display: block;
  color: var(--copper-light);
  font-weight: 400;
}

.blog-hero__intro {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(180px, 260px);
  align-items: end;
  gap: clamp(50px, 8vw, 130px);
  margin: 46px 0 0 min(9vw, 130px);
}

.blog-hero__intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.8;
}

.blog-hero__intro span {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-transform: uppercase;
}

.blog-listing {
  position: relative;
  padding: 150px 0 170px;
  background: var(--paper);
}

.blog-listing__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.7fr);
  align-items: end;
  gap: 90px;
  margin-bottom: 48px;
}

.blog-listing__whatsapp {
  justify-self: end;
  border: 1px solid var(--navy-900);
  background: var(--navy-900);
  color: white;
}

.blog-listing__whatsapp:hover,
.blog-listing__whatsapp:focus-visible {
  border-color: var(--copper);
  background: var(--copper);
}

.blog-listing h2 {
  max-width: 720px;
  margin: 22px 0 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4rem, 6.4vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.blog-listing h2 em {
  color: var(--copper);
  font-weight: 400;
}

.blog-search label {
  display: block;
  margin-bottom: 12px;
  color: var(--navy-800);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.blog-search__control {
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid rgba(13, 37, 59, 0.32);
}

.blog-search input {
  min-width: 0;
  padding: 17px 8px 17px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 0.82rem;
}

.blog-search input::placeholder {
  color: rgba(96, 112, 124, 0.7);
}

.blog-search__control:focus-within {
  border-color: var(--copper);
}

.blog-search button {
  padding: 0 0 0 22px;
  border: 0;
  background: transparent;
  color: var(--navy-800);
  cursor: pointer;
  font: inherit;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-results {
  min-height: 20px;
  margin: -38px 0 32px;
  color: var(--muted);
  font-size: 0.69rem;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(var(--blog-grid-columns, 3), minmax(0, 1fr));
  gap: var(--blog-grid-gap, 48px 28px);
}

.wd-blog-grid-head:empty {
  display: none;
}

.blog-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(13, 37, 59, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.28);
}

.card-cover-link {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.42;
  margin-top: 0;
  background: var(--navy-900);
}

.card-cover-link:empty {
  display: none;
}

.card-cover-link figure,
.card-cover-link img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transition: transform 500ms ease;
}

.blog-card:hover .card-cover-link img {
  transform: scale(1.025);
}

.card-content {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 28px 30px 32px;
}

.post-date {
  margin: 0 0 15px;
  color: var(--copper);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-card h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.9rem, 2.4vw, 2.65rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.post-excerpt {
  margin: 20px 0 24px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.75;
}

.read-more {
  display: inline-flex;
  gap: 11px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(201, 111, 67, 0.42);
  color: var(--navy-800);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-card .read-more {
  width: fit-content;
  margin-top: auto;
}

.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 58px;
}

.blog-pagination[hidden] {
  display: none;
}

.blog-pagination__arrow,
.blog-pagination__tab {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(13, 37, 59, 0.22);
  border-radius: 50%;
  background: transparent;
  color: var(--navy-800);
  cursor: pointer;
  font: inherit;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.blog-pagination__arrow:hover:not(:disabled),
.blog-pagination__arrow:focus-visible {
  border-color: var(--copper);
  background: var(--copper);
  color: white;
}

.blog-pagination__arrow:disabled {
  cursor: default;
  opacity: 0.32;
}

.blog-pagination__tabs {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-pagination__tab {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.blog-pagination__tab:hover,
.blog-pagination__tab:focus-visible,
.blog-pagination__tab[aria-selected='true'] {
  border-bottom: 1px solid var(--copper);
  background: transparent;
  color: var(--copper);
}

.blog-empty {
  position: relative;
  display: grid;
  grid-template-columns: 0.45fr minmax(0, 1fr) 0.52fr;
  align-items: stretch;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(13, 37, 59, 0.15);
  background: #f1ede5;
}

.blog-empty[hidden] {
  display: none;
}

.blog-empty__number {
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(13, 37, 59, 0.12);
  color: rgba(13, 37, 59, 0.1);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(7rem, 12vw, 12rem);
  letter-spacing: -0.08em;
}

.blog-empty__copy {
  align-self: center;
  max-width: 600px;
  padding: 60px 76px;
}

.blog-empty__copy > span,
.blog-no-results > span {
  color: var(--copper);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.blog-empty h3,
.blog-no-results h3 {
  margin: 17px 0 18px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.7rem, 4vw, 4.4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.blog-empty p,
.blog-no-results p {
  max-width: 520px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.8;
}

.blog-empty__mark {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--navy-900);
}

.blog-empty__mark::before {
  position: absolute;
  width: 74%;
  aspect-ratio: 1;
  border: 1px solid rgba(225, 161, 125, 0.34);
  content: '';
  transform: rotate(45deg);
}

.blog-empty__mark img {
  width: min(47%, 150px);
  opacity: 0.86;
}

.blog-no-results {
  padding: 72px;
  border: 1px solid rgba(13, 37, 59, 0.15);
}

.blog-no-results button {
  padding: 0 0 8px;
  border: 0;
  border-bottom: 1px solid var(--copper);
  background: transparent;
  color: var(--navy-800);
  cursor: pointer;
  font: inherit;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-note {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background: var(--navy-900);
  color: white;
}

.blog-note::after {
  position: absolute;
  right: -130px;
  bottom: -330px;
  width: 600px;
  aspect-ratio: 1;
  border: 1px solid rgba(225, 161, 125, 0.18);
  content: '';
  transform: rotate(45deg);
}

.blog-note__layout {
  display: grid;
  grid-template-columns: 0.7fr 1.5fr 0.8fr;
  align-items: end;
  gap: 70px;
}

.blog-note__layout p {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 3.6vw, 3.9rem);
  letter-spacing: -0.035em;
  line-height: 1;
}

.blog-note__layout > a {
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(225, 161, 125, 0.5);
  color: var(--copper-light);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.5;
  text-transform: uppercase;
}

.category-hero {
  min-height: 590px;
  background: var(--navy-950);
  color: white;
}

.category-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 474px;
  padding: 76px 0 90px;
}

.category-hero h1 {
  max-width: 940px;
  margin: 14px 0 26px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4.4rem, 8vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.85;
}

.category-hero__content > p:not(.blog-hero__eyebrow) {
  max-width: 620px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.8;
}

.category-hero__content > a,
.post-back {
  width: fit-content;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(225, 161, 125, 0.48);
  color: var(--copper-light);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.post-page {
  background: var(--paper);
}

.post-page .post {
  width: 100%;
  max-width: none;
  padding: 0;
}

.post-page > .site-header {
  background: var(--navy-950);
  color: white;
}

.post-site-header {
  background: var(--navy-950);
  color: white;
}

.post-header {
  padding: 110px 0 0;
  background: var(--navy-950);
  color: white;
}

.post-header__inner {
  max-width: 1160px;
  padding-bottom: 90px;
}

.post-header .post-date {
  margin: 54px 0 24px;
  color: var(--copper-light);
}

.post-header h1 {
  max-width: 1080px;
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4rem, 7.3vw, 7.8rem);
  font-weight: 400;
  letter-spacing: -0.058em;
  line-height: 0.87;
  text-wrap: balance;
}

.post-lead {
  max-width: 720px;
  margin: 38px 0 0 min(9vw, 130px);
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.8;
}

.post-cover {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--navy-900);
}

.post-header > .post-cover:empty {
  display: none;
}

.post-cover figure {
  margin: 0;
}

.post-cover img {
  display: block;
  width: 100%;
  max-height: 760px;
  object-fit: cover;
}

.post-body {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 360px);
  justify-content: center;
  align-items: start;
  gap: clamp(70px, 10vw, 150px);
  padding-top: 120px;
  padding-bottom: 150px;
}

.post-content {
  color: #263543;
  font-size: 1rem;
  line-height: 1.9;
}

.post-content > :first-child {
  margin-top: 0;
}

.post-content h2,
.post-content h3 {
  margin: 2.2em 0 0.65em;
  color: var(--navy-800);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.post-content h2 {
  font-size: clamp(2.5rem, 4vw, 3.8rem);
}

.post-content h3 {
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.post-content a {
  color: #a94f2b;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.post-content blockquote {
  margin: 48px 0;
  padding: 8px 0 8px 34px;
  border-left: 2px solid var(--copper);
  color: var(--navy-800);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.8rem;
  line-height: 1.35;
}

.post-content img {
  max-width: 100%;
  height: auto;
}

.post-disclaimer {
  position: sticky;
  top: 32px;
  padding: 34px;
  border-top: 2px solid var(--copper);
  background: #f1ede5;
}

.post-disclaimer > span {
  color: var(--copper);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.post-disclaimer p {
  margin: 20px 0 28px;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.75;
}

.post-disclaimer a {
  color: var(--navy-800);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-related {
  padding: 105px 0 130px;
  border-top: 1px solid rgba(13, 37, 59, 0.14);
  background: #f1ede5;
}

.post-related__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 54px;
}

.post-related__head h2 {
  max-width: 760px;
  margin: 20px 0 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3.5rem, 5.8vw, 6.2rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.post-related__head h2 em {
  color: var(--copper);
  font-weight: 400;
}

.post-related__all {
  flex: 0 0 auto;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(201, 111, 67, 0.5);
  color: var(--navy-800);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.post-related .blog-grid {
  padding-bottom: 0;
}

@media (max-width: 1050px) {
  .blog-listing__head {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .blog-search {
    max-width: 620px;
  }

  .blog-results {
    margin-top: -20px;
  }

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

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

  .blog-empty__copy {
    padding-inline: 50px;
  }

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

  .blog-note__layout > a {
    grid-column: 2;
  }

  .post-body {
    grid-template-columns: minmax(0, 680px) minmax(240px, 300px);
    gap: 60px;
  }
}

@media (max-width: 900px) {
  .blog-hero {
    min-height: 700px;
  }

  .blog-hero__content {
    min-height: 608px;
  }

  .blog-hero__intro {
    margin-left: 0;
  }

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

  .blog-empty__number {
    display: none;
  }

  .post-body {
    grid-template-columns: 1fr;
  }

  .post-disclaimer {
    position: static;
    max-width: 560px;
  }
}

@media (max-width: 620px) {
  .blog-hero {
    min-height: 710px;
  }

  .blog-hero::after {
    top: 170px;
    right: -120px;
    width: 280px;
  }

  .blog-hero__grid {
    background-size: calc((100vw - 40px) / 4) 100%, 100% 150px;
    background-position: 20px 0, 0 92px;
  }

  .blog-hero__content {
    justify-content: flex-end;
    min-height: 618px;
    padding: 120px 0 76px;
  }

  .blog-hero__eyebrow {
    margin-bottom: 26px;
  }

  .blog-hero h1 {
    font-size: clamp(3.65rem, 17vw, 5.2rem);
  }

  .blog-hero__intro {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 34px;
  }

  .blog-hero__intro span {
    max-width: 230px;
  }

  .blog-listing {
    padding: 94px 0 100px;
  }

  .blog-listing__head {
    gap: 42px;
    margin-bottom: 54px;
  }

  .blog-listing h2 {
    font-size: clamp(3.4rem, 15vw, 4.6rem);
  }

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

  .blog-search button {
    justify-self: start;
    padding: 10px 0 14px;
  }

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

  .card-content {
    min-height: 0;
    padding: 25px 24px 28px;
  }

  .blog-pagination {
    margin-top: 42px;
  }

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

  .blog-empty__copy {
    padding: 48px 28px 52px;
  }

  .blog-empty__mark {
    min-height: 210px;
  }

  .blog-empty__mark img {
    width: 90px;
  }

  .blog-no-results {
    padding: 48px 28px;
  }

  .blog-note {
    padding: 88px 0;
  }

  .blog-note__layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .blog-note__layout > a {
    grid-column: auto;
  }

  .category-hero {
    min-height: 560px;
  }

  .category-hero__content {
    min-height: 468px;
  }

  .category-hero h1 {
    font-size: clamp(3.6rem, 16vw, 5rem);
  }

  .post-header {
    padding-top: 70px;
  }

  .post-header__inner {
    padding-bottom: 72px;
  }

  .post-header .post-date {
    margin-top: 46px;
  }

  .post-header h1 {
    font-size: clamp(3.4rem, 15vw, 5rem);
  }

  .post-lead {
    margin: 30px 0 0;
  }

  .post-body {
    padding-top: 82px;
    padding-bottom: 96px;
  }

  .post-content {
    font-size: 0.94rem;
  }

  .post-related {
    padding: 82px 0 92px;
  }

  .post-related__head {
    display: block;
    margin-bottom: 42px;
  }

  .post-related__all {
    display: inline-block;
    margin-top: 28px;
  }
}
