/*
 * BELLAITY storefront layer.
 * Mobile-first luxury handbag homepage styling for WooCommerce.
 */

:root {
  --bellaity-ink: #141313;
  --bellaity-ink-soft: #2b2927;
  --bellaity-muted: #6b6761;
  --bellaity-page: #f8f7f3;
  --bellaity-surface: #ffffff;
  --bellaity-mist: #eeeee8;
  --bellaity-wine: #7b303e;
  --bellaity-sage: #6d7b67;
  --bellaity-gold: #b49a63;
  --bellaity-line: rgba(20, 19, 19, .13);
  --bellaity-shadow: 0 26px 90px rgba(20, 19, 19, .14);
  --bellaity-photo-lifestyle: url("../images/bellaity/blue-bag-lifestyle.webp");
  --bellaity-photo-detail: url("../images/bellaity/blue-bag-detail.webp");
  --bellaity-photo-product: url("../images/bellaity/blue-bag-product.webp");
}

body {
  background: var(--bellaity-page);
  color: var(--bellaity-ink);
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 300;
}

body.hostinger-ai-builder-elementor,
body.hostinger-ai-builder-gutenberg {
  padding-top: 96px;
}

.bellaity-topbar {
  background: var(--bellaity-ink);
  color: #fffdf9;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .08em;
  padding: 9px 16px;
  text-align: center;
  text-transform: uppercase;
}

.bellaity-header {
  backdrop-filter: blur(18px);
  background: rgba(248, 247, 243, .92) !important;
  border-bottom: 1px solid var(--bellaity-line);
  box-shadow: 0 10px 34px rgba(20, 19, 19, .05);
}

.bellaity-header-inner {
  min-height: 76px;
  padding: 14px 20px !important;
}

.bellaity-brand {
  color: var(--bellaity-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 31px;
  font-weight: 400;
  letter-spacing: .12em;
  line-height: 1;
  text-decoration: none;
}

.bellaity-logo-link {
  align-items: center;
  display: inline-flex;
  line-height: 1;
  max-width: min(42vw, 188px);
}

.bellaity-logo {
  display: block;
  height: auto;
  max-width: 100%;
}

.bellaity-logo-dark {
  width: 176px;
}

.bellaity-tagline {
  color: var(--bellaity-muted);
  display: none;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bellaity-nav {
  gap: 18px;
}

.bellaity-nav a {
  color: var(--bellaity-ink);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .04em;
  text-decoration: none;
}

.bellaity-nav a:hover {
  color: var(--bellaity-wine);
}

.bellaity-header-cta {
  background: var(--bellaity-ink);
  border-radius: 4px;
  color: #fff !important;
  display: none;
  padding: 12px 18px;
  text-decoration: none;
}

.bellaity-storefront {
  overflow: hidden;
}

.bellaity-hero {
  background: var(--bellaity-ink);
  min-height: calc(100svh - 96px);
  overflow: hidden;
  position: relative;
}

.bellaity-hero-slides,
.bellaity-slide,
.bellaity-slide-image,
.bellaity-slide-shade {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bellaity-slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 900ms ease;
}

.bellaity-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.bellaity-slide-image {
  background-image: var(--slide-photo, var(--bellaity-photo-lifestyle));
  background-position: var(--slide-position, center center);
  background-size: cover;
  filter: saturate(.95) contrast(1.02);
  transform: scale(1.02);
  transition: transform 6200ms ease;
}

.bellaity-slide.is-active .bellaity-slide-image {
  transform: scale(1.07);
}

.bellaity-slide-shade {
  background:
    linear-gradient(90deg, rgba(12, 12, 12, .78) 0%, rgba(12, 12, 12, .56) 39%, rgba(12, 12, 12, .16) 72%, rgba(12, 12, 12, .08) 100%),
    linear-gradient(0deg, rgba(12, 12, 12, .52) 0%, rgba(12, 12, 12, .04) 45%);
}

.bellaity-hero-content {
  color: #fffdf9;
  max-width: 690px;
  padding: 86px 20px 190px;
  position: relative;
  z-index: 2;
}

.bellaity-hero-mark {
  display: block;
  height: auto;
  margin-bottom: 24px;
  max-width: 230px;
  opacity: .92;
  width: 48vw;
}

.bellaity-eyebrow {
  color: var(--bellaity-gold);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .16em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.bellaity-hero h1,
.bellaity-section h2,
.bellaity-story-title,
.bellaity-product-heading,
.bellaity-final-cta h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 300;
  letter-spacing: 0;
}

.bellaity-hero h1 {
  font-size: 50px;
  line-height: .95;
  margin: 0;
  max-width: 760px;
}

.bellaity-hero-copy {
  color: rgba(255, 253, 249, .8);
  font-size: 17px;
  line-height: 1.72;
  margin: 20px 0 0;
  max-width: 570px;
}

.bellaity-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.bellaity-button,
.bellaity-button-light {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: .08em;
  min-height: 50px;
  padding: 0 22px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 200ms ease, border-color 200ms ease, color 200ms ease, transform 200ms ease;
}

.bellaity-button {
  background: #fffdf9;
  color: var(--bellaity-ink);
}

.bellaity-button-light {
  background: rgba(255, 253, 249, .08);
  border: 1px solid rgba(255, 253, 249, .44);
  color: #fffdf9;
}

.bellaity-button:hover,
.bellaity-button-light:hover {
  transform: translateY(-1px);
}

.bellaity-button-light:hover {
  background: rgba(255, 253, 249, .16);
}

.bellaity-hero-controls {
  bottom: 104px;
  display: grid;
  gap: 1px;
  left: 20px;
  position: absolute;
  right: 20px;
  z-index: 4;
}

.bellaity-hero-dot {
  background: rgba(255, 253, 249, .1);
  border: 1px solid rgba(255, 253, 249, .18);
  border-radius: 0;
  color: rgba(255, 253, 249, .72);
  cursor: pointer;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .08em;
  min-height: 44px;
  padding: 0 14px;
  text-align: left;
  text-transform: uppercase;
}

.bellaity-hero-dot span {
  color: var(--bellaity-gold);
  margin-right: 10px;
}

.bellaity-hero-dot.is-active {
  background: rgba(255, 253, 249, .94);
  border-color: rgba(255, 253, 249, .94);
  color: var(--bellaity-ink);
}

.bellaity-hero-promise {
  background: rgba(12, 12, 12, .62);
  border-top: 1px solid rgba(255, 253, 249, .18);
  bottom: 0;
  color: #fffdf9;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  left: 0;
  position: absolute;
  right: 0;
  z-index: 3;
}

.bellaity-hero-promise div {
  border-right: 1px solid rgba(255, 253, 249, .16);
  padding: 14px 16px;
}

.bellaity-hero-promise strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
}

.bellaity-hero-promise span {
  color: rgba(255, 253, 249, .66);
  display: block;
  font-size: 12px;
  margin-top: 3px;
}

.bellaity-trust-strip {
  background: var(--bellaity-surface);
  border-bottom: 1px solid var(--bellaity-line);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bellaity-trust-item {
  background: var(--bellaity-surface);
  padding: 18px 14px;
  text-align: center;
}

.bellaity-trust-item strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
}

.bellaity-trust-item span {
  color: var(--bellaity-muted);
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

.bellaity-section {
  padding: 66px 20px;
}

.bellaity-section-inner {
  margin: 0 auto;
  max-width: 1180px;
}

.bellaity-section-head {
  display: grid;
  gap: 16px;
  margin-bottom: 34px;
}

.bellaity-section h2 {
  font-size: 40px;
  line-height: 1.02;
  margin: 0;
}

.bellaity-section-sub {
  color: var(--bellaity-muted);
  font-size: 16px;
  line-height: 1.76;
  margin: 0;
  max-width: 660px;
}

.bellaity-feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}

.bellaity-feature-card {
  background: var(--bellaity-surface);
  border: 1px solid var(--bellaity-line);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 280ms ease, transform 280ms ease;
}

.bellaity-feature-card:hover {
  box-shadow: var(--bellaity-shadow);
  transform: translateY(-4px);
}

.bellaity-feature-image {
  aspect-ratio: 4 / 5;
  background-image: var(--bellaity-photo-lifestyle);
  background-position: center;
  background-size: cover;
}

.bellaity-feature-card:nth-child(2) .bellaity-feature-image {
  background-image: var(--bellaity-photo-detail);
  background-position: 58% center;
}

.bellaity-feature-card:nth-child(3) .bellaity-feature-image {
  background-image: var(--bellaity-photo-product);
  background-position: center;
}

.bellaity-feature-body {
  padding: 24px;
}

.bellaity-feature-body h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.08;
  margin: 0;
}

.bellaity-feature-body p {
  color: var(--bellaity-muted);
  line-height: 1.72;
  margin: 10px 0 0;
}

.bellaity-feature-body details {
  border-top: 1px solid var(--bellaity-line);
  margin-top: 18px;
  padding-top: 14px;
}

.bellaity-feature-body summary {
  color: var(--bellaity-wine);
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bellaity-feature-body details p {
  animation: bellaityFadeUp 240ms ease;
  font-size: 14px;
}

.bellaity-product-block {
  background: var(--bellaity-surface);
  border-bottom: 1px solid var(--bellaity-line);
  border-top: 1px solid var(--bellaity-line);
}

.bellaity-product-block .wp-block-woocommerce-product-collection {
  margin-top: 32px;
}

.bellaity-product-block ul.products,
.bellaity-product-block .wc-block-grid__products,
.bellaity-product-block .wp-block-post-template {
  gap: 20px !important;
}

.bellaity-product-block li.product,
.bellaity-product-block .wc-block-grid__product,
.bellaity-product-block .wp-block-post {
  background: var(--bellaity-surface);
  border: 1px solid var(--bellaity-line);
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 20px;
}

.bellaity-product-block img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.bellaity-story {
  background: #161615;
  color: #fffdf9;
}

.bellaity-story-grid {
  display: grid;
  gap: 34px;
}

.bellaity-story-title {
  font-size: 44px;
  line-height: 1;
  margin: 0;
}

.bellaity-story p {
  color: rgba(255, 253, 249, .78);
  font-size: 16px;
  line-height: 1.86;
}

.bellaity-story-card {
  border: 1px solid rgba(255, 253, 249, .22);
  border-radius: 8px;
  padding: 24px;
}

.bellaity-story-card strong {
  color: #fffdf9;
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 300;
}

.bellaity-conversion-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

.bellaity-conversion-card {
  background: var(--bellaity-mist);
  border: 1px solid var(--bellaity-line);
  border-radius: 8px;
  padding: 24px;
}

.bellaity-conversion-card h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
}

.bellaity-conversion-card p {
  color: var(--bellaity-muted);
  line-height: 1.76;
  margin-bottom: 0;
}

.bellaity-review-grid {
  display: grid;
  gap: 16px;
}

.bellaity-review {
  background: var(--bellaity-surface);
  border: 1px solid var(--bellaity-line);
  border-radius: 8px;
  padding: 24px;
}

.bellaity-stars {
  color: var(--bellaity-gold);
  letter-spacing: .08em;
}

.bellaity-review p {
  color: var(--bellaity-muted);
  line-height: 1.76;
}

.bellaity-review strong {
  font-weight: 500;
}

.bellaity-faq details {
  background: var(--bellaity-surface);
  border: 1px solid var(--bellaity-line);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 18px 20px;
}

.bellaity-faq summary {
  cursor: pointer;
  font-weight: 500;
}

.bellaity-faq p {
  color: var(--bellaity-muted);
  line-height: 1.76;
  margin-bottom: 0;
}

.bellaity-final-cta {
  background:
    linear-gradient(120deg, rgba(20, 19, 19, .94), rgba(123, 48, 62, .88)),
    var(--bellaity-photo-product) center / cover;
  color: #fffdf9;
  padding: 64px 20px;
  text-align: center;
}

.bellaity-final-cta h2 {
  font-size: 42px;
  line-height: 1.02;
  margin: 0 auto;
  max-width: 780px;
}

.bellaity-final-cta p {
  color: rgba(255, 253, 249, .78);
  line-height: 1.76;
  margin: 18px auto 0;
  max-width: 640px;
}

.bellaity-footer {
  background: #111110 !important;
  color: rgba(255, 255, 255, .75);
}

.bellaity-footer a {
  color: #fff;
}

.bellaity-footer-logo {
  display: block;
  height: auto;
  max-width: 220px;
  opacity: .95;
  width: 70%;
}

.bellaity-mail-entry {
  color: rgba(255, 255, 255, .56) !important;
  font-size: 12px;
}

body.bellaity-motion-ready .bellaity-section,
body.bellaity-motion-ready .bellaity-trust-strip,
body.bellaity-motion-ready .bellaity-product-block,
body.bellaity-motion-ready .bellaity-final-cta {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

body.bellaity-motion-ready .bellaity-section.is-visible,
body.bellaity-motion-ready .bellaity-trust-strip.is-visible,
body.bellaity-motion-ready .bellaity-product-block.is-visible,
body.bellaity-motion-ready .bellaity-final-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes bellaityFadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 720px) {
  .bellaity-tagline,
  .bellaity-header-cta {
    display: inline-flex;
  }

  .bellaity-hero-content {
    padding: 118px 42px 170px;
  }

  .bellaity-hero h1 {
    font-size: 76px;
  }

  .bellaity-hero-controls {
    bottom: 92px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    left: 42px;
    max-width: 720px;
    right: auto;
    width: calc(100% - 84px);
  }

  .bellaity-hero-promise,
  .bellaity-trust-strip,
  .bellaity-conversion-grid,
  .bellaity-review-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bellaity-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bellaity-section {
    padding: 92px 32px;
  }

  .bellaity-section h2 {
    font-size: 58px;
  }

  .bellaity-story-title,
  .bellaity-final-cta h2 {
    font-size: 64px;
  }

  .bellaity-section-head,
  .bellaity-story-grid {
    align-items: end;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .bellaity-header-inner {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }

  .bellaity-hero-content {
    padding-left: 56px;
    padding-right: 56px;
  }

  .bellaity-hero h1 {
    font-size: 96px;
  }

  .bellaity-hero-copy {
    font-size: 18px;
  }

  .bellaity-hero-controls {
    left: 56px;
    width: 760px;
  }
}

@media (max-width: 719px) {
  body.hostinger-ai-builder-elementor,
  body.hostinger-ai-builder-gutenberg {
    padding-top: 88px;
  }

  .bellaity-header-inner {
    grid-template-columns: 1fr auto !important;
  }

  .bellaity-nav a:not(:last-child) {
    display: none;
  }

  .bellaity-brand {
    font-size: 28px;
  }

  .bellaity-logo-dark {
    width: 150px;
  }

  .bellaity-hero {
    min-height: 690px;
  }

  .bellaity-slide-image {
    background-position: 62% center;
  }

  .bellaity-slide-shade {
    background:
      linear-gradient(0deg, rgba(12, 12, 12, .76) 0%, rgba(12, 12, 12, .38) 52%, rgba(12, 12, 12, .08) 100%),
      linear-gradient(90deg, rgba(12, 12, 12, .58), rgba(12, 12, 12, .05));
  }

  .bellaity-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 690px;
  }

  .bellaity-hero-copy {
    font-size: 16px;
  }

  .bellaity-actions a {
    flex: 1 1 100%;
  }

  .bellaity-hero-controls {
    bottom: 106px;
  }

  .bellaity-hero-dot:not(.is-active) {
    display: none;
  }

  .bellaity-trust-strip {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bellaity-slide,
  .bellaity-slide-image,
  .bellaity-button,
  .bellaity-button-light,
  .bellaity-feature-card,
  body.bellaity-motion-ready .bellaity-section,
  body.bellaity-motion-ready .bellaity-trust-strip,
  body.bellaity-motion-ready .bellaity-product-block,
  body.bellaity-motion-ready .bellaity-final-cta {
    transition: none;
  }

  .bellaity-slide-image,
  .bellaity-slide.is-active .bellaity-slide-image {
    transform: none;
  }
}

.bellaity-article-page {
  background: var(--bellaity-page);
  padding-top: 0;
}

.bellaity-article-header {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr auto;
  margin: 0 auto;
  max-width: 1180px;
}

.bellaity-article-brand-row {
  align-items: center;
  display: flex;
  gap: 14px;
  min-width: 0;
}

.bellaity-article {
  background: var(--bellaity-page);
}

.bellaity-article-hero {
  display: grid;
  gap: 28px;
  margin: 0 auto;
  max-width: 1180px;
  padding: 58px 20px 34px;
}

.bellaity-article-hero-copy {
  align-self: end;
}

.bellaity-article-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 48px;
  font-weight: 300;
  line-height: .98;
  margin: 0;
  max-width: 820px;
}

.bellaity-article-dek {
  color: var(--bellaity-muted);
  font-size: 18px;
  line-height: 1.76;
  margin: 22px 0 0;
  max-width: 720px;
}

.bellaity-article-meta {
  color: var(--bellaity-muted);
  font-size: 12px;
  letter-spacing: .1em;
  margin-top: 24px;
  text-transform: uppercase;
}

.bellaity-article-hero-image {
  margin: 0;
}

.bellaity-article-hero-image img,
.bellaity-article-inline-image img {
  border-radius: 8px;
  display: block;
  height: auto;
  width: 100%;
}

.bellaity-article-hero-image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 58% center;
}

.bellaity-article-body {
  background: var(--bellaity-surface);
  border-top: 1px solid var(--bellaity-line);
  margin: 0 auto 70px;
  max-width: 860px;
  padding: 44px 20px 0;
}

.bellaity-article-body p {
  color: var(--bellaity-muted);
  font-size: 17px;
  line-height: 1.86;
  margin: 0 0 22px;
}

.bellaity-article-body .bellaity-article-lede {
  color: var(--bellaity-ink);
  font-size: 20px;
  line-height: 1.72;
}

.bellaity-article-body h2 {
  color: var(--bellaity-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.08;
  margin: 48px 0 14px;
}

.bellaity-article-inline-image {
  margin: 42px 0;
}

.bellaity-article-inline-image img {
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.bellaity-article-inline-image figcaption {
  color: var(--bellaity-muted);
  font-size: 13px;
  line-height: 1.6;
  margin-top: 10px;
}

.bellaity-article-callout {
  background: var(--bellaity-mist);
  border: 1px solid var(--bellaity-line);
  border-radius: 8px;
  margin: 48px 0;
  padding: 28px;
}

.bellaity-article-callout h2 {
  margin-top: 0;
}

.bellaity-article-cta {
  background:
    linear-gradient(120deg, rgba(20, 19, 19, .94), rgba(123, 48, 62, .88)),
    var(--bellaity-photo-product) center / cover;
  border-radius: 8px;
  color: #fffdf9;
  margin: 54px 0 0;
  padding: 34px 24px;
  text-align: center;
}

.bellaity-article-cta h2 {
  color: #fffdf9;
  margin: 0 auto;
  max-width: 620px;
}

.bellaity-article-cta p {
  color: rgba(255, 253, 249, .78);
  margin: 16px auto 0;
  max-width: 620px;
}

.bellaity-article-cta .bellaity-button {
  margin-top: 20px;
}

.bellaity-article-footer-inner {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 0 auto;
  max-width: 1180px;
  padding: 50px 20px 30px;
}

.bellaity-article-footer-inner strong {
  color: #fff;
}

.bellaity-article-footer-inner p {
  line-height: 1.8;
  margin: 14px 0 0;
}

.bellaity-journal-entry {
  background: #f1f3ef;
}

.bellaity-journal-card {
  background: var(--bellaity-surface);
  border: 1px solid var(--bellaity-line);
  border-radius: 8px;
  display: grid;
  gap: 0;
  overflow: hidden;
}

.bellaity-journal-image {
  aspect-ratio: 4 / 5;
  background-image: var(--bellaity-photo-lifestyle);
  background-position: 58% center;
  background-size: cover;
  min-height: 360px;
}

.bellaity-journal-copy {
  align-self: center;
  padding: 34px 24px;
}

.bellaity-journal-copy h2 {
  font-size: 38px;
}

.bellaity-journal-copy .bellaity-button {
  background: var(--bellaity-ink);
  color: #fff;
}

.bellaity-journal-copy .bellaity-button-light {
  background: transparent;
  border-color: var(--bellaity-line);
  color: var(--bellaity-ink);
}

.bellaity-wp-single {
  background: var(--bellaity-page);
}

.bellaity-wp-single-hero {
  padding: 68px 20px 32px;
  text-align: center;
}

.bellaity-wp-single-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 48px;
  font-weight: 300;
  line-height: .98;
  margin: 0 auto;
  max-width: 900px;
}

.bellaity-wp-single-excerpt {
  margin: 20px auto 0;
  max-width: 720px;
}

.bellaity-wp-single-excerpt p {
  color: var(--bellaity-muted);
  font-size: 18px;
  line-height: 1.76;
}

.bellaity-wp-single-date {
  color: var(--bellaity-muted);
  font-size: 12px;
  letter-spacing: .1em;
  margin-top: 18px;
  text-transform: uppercase;
}

.bellaity-wp-single-media {
  padding: 0 20px 38px;
}

.bellaity-wp-single-media .wp-block-post-featured-image {
  margin: 0 auto;
  max-width: 980px;
}

.bellaity-wp-single-media img {
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  object-fit: cover;
  object-position: 58% center;
  width: 100%;
}

.bellaity-wp-single-content {
  background: var(--bellaity-surface);
  border-top: 1px solid var(--bellaity-line);
  margin: 0 auto;
  max-width: 860px;
  padding: 46px 20px 24px;
}

.bellaity-wp-single-content p {
  color: var(--bellaity-muted);
  font-size: 17px;
  line-height: 1.86;
  margin-bottom: 22px;
}

.bellaity-wp-single-content .bellaity-article-lede {
  color: var(--bellaity-ink);
  font-size: 20px;
  line-height: 1.72;
}

.bellaity-wp-single-content h2 {
  color: var(--bellaity-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.08;
  margin: 48px 0 14px;
}

.bellaity-wp-single-content .wp-block-image {
  margin: 42px 0;
}

.bellaity-wp-single-content .wp-block-image img {
  border-radius: 8px;
}

.bellaity-wp-single-content figcaption {
  color: var(--bellaity-muted);
  font-size: 13px;
  line-height: 1.6;
  margin-top: 10px;
}

.bellaity-wp-single-content .bellaity-article-callout,
.bellaity-wp-single-content .bellaity-article-cta {
  margin-left: 0;
  margin-right: 0;
}

.bellaity-wp-single-back {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: 42px 20px 72px;
}

.bellaity-wp-single-back .bellaity-button {
  background: var(--bellaity-ink);
  color: #fff;
}

.bellaity-wp-single-back .bellaity-button-light {
  background: transparent;
  border-color: var(--bellaity-line);
  color: var(--bellaity-ink);
}

@media (min-width: 820px) {
  .bellaity-journal-card {
    grid-template-columns: minmax(320px, 44%) minmax(0, 1fr);
  }

  .bellaity-journal-copy {
    padding: 52px;
  }

  .bellaity-journal-copy h2 {
    font-size: 58px;
  }

  .bellaity-article-hero {
    align-items: end;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    padding: 76px 32px 58px;
  }

  .bellaity-article-hero h1 {
    font-size: 76px;
  }

  .bellaity-article-body {
    padding-left: 52px;
    padding-right: 52px;
  }

  .bellaity-wp-single-hero {
    padding-top: 86px;
  }

  .bellaity-wp-single-title {
    font-size: 76px;
  }

  .bellaity-wp-single-content {
    padding-left: 52px;
    padding-right: 52px;
  }
}

@media (max-width: 719px) {
  .bellaity-article-header {
    grid-template-columns: 1fr auto;
  }

  .bellaity-article-hero h1 {
    font-size: 43px;
  }

  .bellaity-article-body {
    margin-bottom: 44px;
  }

  .bellaity-article-body h2 {
    font-size: 31px;
  }

  .bellaity-journal-image {
    min-height: 320px;
  }

  .bellaity-wp-single-title {
    font-size: 43px;
  }

  .bellaity-wp-single-content h2 {
    font-size: 31px;
  }
}
