/* Blog / Ideas hub */
body.blog-hub-page {
  --blog-ink: #f8f5ff;
  --blog-muted: rgba(238, 232, 247, 0.72);
  --blog-panel: rgba(255, 255, 255, 0.072);
  --blog-line: rgba(236, 226, 255, 0.145);
  background: #05060d;
}

body.blog-hub-page .blog-main {
  background:
    linear-gradient(rgba(210, 194, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 194, 255, 0.024) 1px, transparent 1px),
    linear-gradient(180deg, #0d0c18 0%, #070811 47%, #05060d 100%);
  background-size: 64px 64px, 64px 64px, auto;
}

body.blog-hub-page .blog-hero {
  min-height: clamp(660px, calc(100svh - 4.5rem), 880px);
  padding: clamp(3.5rem, 6vw, 5.6rem) 0 clamp(3.25rem, 5vw, 5rem);
}

body.blog-hub-page .blog-hero-grid {
  grid-template-columns: minmax(25rem, 0.88fr) minmax(37rem, 1.35fr);
  gap: clamp(1.8rem, 4vw, 4rem);
}

body.blog-hub-page .blog-hero h1 {
  max-width: 12.4ch;
  font-size: clamp(3.45rem, 6.2vw, 5.8rem);
  font-weight: 850;
  line-height: 0.95;
}

body.blog-hub-page .blog-hero .seo-lead {
  max-width: 38rem;
  color: var(--blog-muted);
}

body.blog-hub-page .blog-hero-media {
  min-height: clamp(31rem, 50vw, 43rem);
}

body.blog-hub-page .story-media-primary,
body.blog-hub-page .story-media-secondary {
  border-color: var(--blog-line);
  border-radius: 8px;
  background: rgba(8, 8, 14, 0.96);
  box-shadow:
    0 26px 78px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.blog-hub-page .story-media-primary img,
body.blog-hub-page .story-media-secondary img,
body.blog-hub-page .blog-topic-card img {
  filter: saturate(1.04) contrast(1.03) brightness(1.04);
}

body.blog-hub-page .blog-proof-band {
  border-top: 1px solid rgba(236, 226, 255, 0.1);
  border-bottom: 1px solid rgba(236, 226, 255, 0.1);
  background:
    linear-gradient(rgba(210, 194, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 194, 255, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018)),
    #07070d;
  background-size: 64px 64px, 64px 64px, auto, auto;
}

body.blog-hub-page .blog-topic-section {
  background:
    linear-gradient(rgba(55, 42, 86, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(55, 42, 86, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, var(--brand-white) 0%, var(--brand-white-soft) 100%);
  background-size: 64px 64px, 64px 64px, auto;
}

body.blog-hub-page .blog-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.6vw, 1.25rem);
  margin-top: 2rem;
}

body.blog-hub-page .blog-topic-card {
  display: grid;
  grid-template-columns: minmax(13rem, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  border: 1px solid rgba(28, 22, 45, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--story-paper-ink);
  box-shadow:
    0 20px 58px rgba(30, 22, 50, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

body.blog-hub-page .blog-topic-card > a {
  display: block;
  min-height: 100%;
}

body.blog-hub-page .blog-topic-card img {
  width: 100%;
  height: 100%;
  min-height: 15rem;
  object-fit: cover;
}

body.blog-hub-page .blog-topic-card div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: clamp(1rem, 2vw, 1.35rem);
}

body.blog-hub-page .blog-topic-card .seo-kicker {
  margin: 0 0 0.75rem;
  color: #5f43aa;
}

body.blog-hub-page .blog-topic-card h3 {
  margin: 0;
  color: var(--story-paper-ink);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.12;
}

body.blog-hub-page .blog-topic-card p:not(.seo-kicker) {
  margin: 0.8rem 0 0;
  color: var(--story-paper-muted);
  font-size: 0.96rem;
  line-height: 1.62;
}

body.blog-hub-page .blog-topic-card .seo-inline-cta {
  margin-top: 1rem;
  color: #3a2665;
}

body.blog-hub-page .blog-search-section {
  background:
    linear-gradient(rgba(210, 194, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 194, 255, 0.022) 1px, transparent 1px),
    linear-gradient(180deg, #0b0a13 0%, #06070d 100%);
  background-size: 64px 64px, 64px 64px, auto;
}

body.blog-hub-page .blog-search-section .story-detail-list article {
  border-color: var(--blog-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.092), rgba(255, 255, 255, 0.045)),
    rgba(9, 9, 15, 0.9);
}

body.blog-hub-page .blog-final-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7f5fb 100%);
}

@media (max-width: 1120px) {
  body.blog-hub-page .blog-hero-grid,
  body.blog-hub-page .blog-topic-card {
    grid-template-columns: 1fr;
  }

  body.blog-hub-page .blog-topic-card img {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }
}

@media (max-width: 900px) {
  body.blog-hub-page .blog-topic-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body.blog-hub-page .blog-hero {
    padding-top: 4.6rem;
  }

  body.blog-hub-page .blog-hero h1 {
    max-width: 10.8ch;
    font-size: clamp(3.05rem, 15vw, 4.65rem);
  }

  body.blog-hub-page .blog-hero-media {
    min-height: 24rem;
  }
}

/* Blog hero refinement after review */
body.blog-hub-page .blog-hero {
  min-height: auto;
  padding: clamp(4rem, 6.2vw, 5.8rem) 0 clamp(3.2rem, 5vw, 4.8rem);
}

body.blog-hub-page .blog-hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(2rem, 4.2vw, 4.8rem);
}

body.blog-hub-page .blog-hero h1 {
  max-width: 16ch;
  font-size: clamp(2.85rem, 4.9vw, 4.95rem);
  line-height: 1.02;
  text-wrap: balance;
}

body.blog-hub-page .blog-hero .seo-lead {
  max-width: 42rem;
}

body.blog-hub-page .blog-hero-showcase {
  display: grid;
  gap: clamp(0.75rem, 1.4vw, 1rem);
  width: min(100%, 46rem);
  margin-inline: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.blog-hub-page .blog-hero-panel-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.4vw, 1rem);
}

body.blog-hub-page .blog-hero-panel {
  display: grid;
  place-items: center;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: transparent;
}

body.blog-hub-page .blog-hero-panel-wide {
  aspect-ratio: 16 / 8.35;
}

body.blog-hub-page .blog-hero-panel-row .blog-hero-panel {
  aspect-ratio: 4 / 3;
}

body.blog-hub-page .blog-hero-panel img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.03) brightness(1.04);
}

body.blog-hub-page .blog-topic-section {
  padding-top: clamp(4rem, 6vw, 6rem);
}

@media (max-width: 1120px) {
  body.blog-hub-page .blog-hero-grid {
    grid-template-columns: 1fr;
  }

  body.blog-hub-page .blog-hero-showcase {
    width: min(100%, 44rem);
  }
}

@media (max-width: 720px) {
  body.blog-hub-page .blog-hero {
    padding-top: 4.4rem;
  }

  body.blog-hub-page .blog-hero h1 {
    max-width: 13ch;
    font-size: clamp(2.55rem, 11.5vw, 3.7rem);
    line-height: 1.04;
  }

  body.blog-hub-page .blog-hero-panel-row {
    grid-template-columns: 1fr;
  }

  body.blog-hub-page .blog-hero-panel-wide,
  body.blog-hub-page .blog-hero-panel-row .blog-hero-panel {
    aspect-ratio: 16 / 10;
  }
}
/* Blog hero type fit tuning */
body.blog-hub-page .blog-hero-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: clamp(2rem, 3.4vw, 3.9rem);
}

body.blog-hub-page .blog-hero h1 {
  max-width: 18ch;
  font-size: clamp(2.7rem, 3.95vw, 4.15rem);
  line-height: 1.04;
}

@media (max-width: 720px) {
  body.blog-hub-page .blog-hero h1 {
    max-width: 13ch;
    font-size: clamp(2.4rem, 10.5vw, 3.35rem);
  }
}
/* Blog hero responsive stack must come after type fit tuning. */
@media (max-width: 1120px) {
  body.blog-hub-page .blog-hero-grid {
    grid-template-columns: 1fr;
  }

  body.blog-hub-page .blog-hero-showcase {
    width: min(100%, 44rem);
    margin-inline: 0;
  }
}
/* Keep mobile hero media compact without adding picture frames. */
@media (max-width: 720px) {
  body.blog-hub-page .blog-hero-panel-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.blog-hub-page .blog-hero-panel-wide {
    aspect-ratio: 16 / 9;
  }

  body.blog-hub-page .blog-hero-panel-row .blog-hero-panel {
    aspect-ratio: 4 / 3;
  }
}
/* Blog article product guide pages */
body.blog-article-page .blog-article-main {
  background:
    linear-gradient(rgba(132, 106, 208, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(132, 106, 208, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, #07070d 0%, #10131d 33rem, #f7f9fc 33.05rem, #ffffff 100%);
  background-size: 64px 64px, 64px 64px, auto;
  color: var(--story-paper-ink);
}

body.blog-article-page .blog-article-hero {
  padding: clamp(5.3rem, 8vw, 7.8rem) 0 clamp(3.4rem, 6vw, 5.8rem);
  color: #f7f4ff;
}

body.blog-article-page .blog-article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 0.85fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

body.blog-article-page .blog-article-hero-copy {
  min-width: 0;
}

body.blog-article-page .blog-article-hero h1 {
  max-width: 15ch;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.55rem, 5.3vw, 5.2rem);
  line-height: 1.04;
  text-wrap: balance;
}

body.blog-article-page .blog-article-hero .seo-lead {
  max-width: 44rem;
  color: rgba(237, 234, 255, 0.78);
}

body.blog-article-page .blog-article-hero-media {
  display: grid;
  place-items: center;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(236, 226, 255, 0.16);
  border-radius: 8px;
  background: #030409;
  box-shadow: 0 26px 78px rgba(0, 0, 0, 0.4);
}

body.blog-article-page .blog-article-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(16rem, 32vw, 28rem);
  padding: clamp(0.5rem, 1vw, 0.85rem);
  object-fit: contain;
}

body.blog-article-page .blog-article-body {
  max-width: 58rem;
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(4rem, 7vw, 6.5rem);
}

body.blog-article-page .blog-article-section {
  padding: clamp(1.7rem, 3vw, 2.6rem) 0;
  border-top: 1px solid rgba(23, 20, 36, 0.11);
}

body.blog-article-page .blog-article-section:first-child {
  border-top: 0;
}

body.blog-article-page .blog-article-section h2,
body.blog-article-page .blog-article-next h2 {
  margin: 0;
  color: var(--story-paper-ink);
  font-size: clamp(1.65rem, 2.8vw, 2.45rem);
  line-height: 1.12;
  text-wrap: balance;
}

body.blog-article-page .blog-article-section p,
body.blog-article-page .blog-article-section li,
body.blog-article-page .blog-article-next p:not(.seo-kicker) {
  color: var(--story-paper-muted);
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  line-height: 1.72;
}

body.blog-article-page .blog-article-section p {
  margin: 0.9rem 0 0;
}

body.blog-article-page .blog-article-section ul {
  display: grid;
  gap: 0.72rem;
  margin: 1.2rem 0 0;
  padding-left: 1.2rem;
}

body.blog-article-page .blog-article-next {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(236, 226, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    #0b0c14;
  color: #f7f4ff;
}

body.blog-article-page .blog-article-next h2 {
  color: #ffffff;
}

body.blog-article-page .blog-article-next p:not(.seo-kicker) {
  max-width: 42rem;
  color: rgba(237, 234, 255, 0.72);
}

body.blog-article-page .blog-article-next .story-hero-actions {
  margin-top: 1.25rem;
}

@media (max-width: 1020px) {
  body.blog-article-page .blog-article-hero-grid {
    grid-template-columns: 1fr;
  }

  body.blog-article-page .blog-article-hero h1 {
    max-width: 16ch;
  }

  body.blog-article-page .blog-article-hero-media {
    max-width: 42rem;
  }
}

@media (max-width: 720px) {
  body.blog-article-page .blog-article-main {
    background:
      linear-gradient(rgba(132, 106, 208, 0.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(132, 106, 208, 0.025) 1px, transparent 1px),
      linear-gradient(180deg, #07070d 0%, #10131d 38rem, #f7f9fc 38.05rem, #ffffff 100%);
    background-size: 48px 48px, 48px 48px, auto;
  }

  body.blog-article-page .blog-article-hero {
    padding-top: 4.8rem;
  }

  body.blog-article-page .blog-article-hero h1 {
    max-width: 13ch;
    font-size: clamp(2.2rem, 10vw, 3.35rem);
  }

  body.blog-article-page .blog-article-hero-media img {
    min-height: 13.5rem;
  }
}
/* Blog article reading layout after review */
body.blog-article-page .blog-article-main {
  background:
    linear-gradient(rgba(55, 42, 86, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(55, 42, 86, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  background-size: 64px 64px, 64px 64px, auto;
  color: var(--story-paper-ink);
}

body.blog-article-page .blog-article-hero {
  padding: clamp(5rem, 7vw, 6.6rem) 0 clamp(1.35rem, 3vw, 2.1rem);
  color: var(--story-paper-ink);
}

body.blog-article-page .blog-article-hero-grid {
  display: block;
  max-width: 68rem;
}

body.blog-article-page .blog-article-hero-copy {
  display: flow-root;
  max-width: 68rem;
  min-width: 0;
}

body.blog-article-page .blog-article-hero .seo-breadcrumbs,
body.blog-article-page .blog-article-hero .seo-breadcrumbs a,
body.blog-article-page .blog-article-hero .seo-breadcrumbs span {
  color: rgba(32, 29, 45, 0.58);
}

body.blog-article-page .blog-article-hero .seo-kicker {
  color: #5f43aa;
}

body.blog-article-page .blog-article-hero h1 {
  max-width: 20ch;
  margin: 0 0 1.1rem;
  color: var(--story-paper-ink);
  font-size: clamp(2rem, 3vw, 3.15rem);
  line-height: 1.08;
  text-wrap: balance;
}

body.blog-article-page .blog-article-hero .seo-lead {
  max-width: none;
  margin-top: 0;
  color: var(--story-paper-muted);
  font-size: clamp(1.02rem, 1.45vw, 1.12rem);
  line-height: 1.76;
}

body.blog-article-page .blog-article-hero-media {
  float: right;
  display: block;
  width: min(44%, 29rem);
  min-width: 18rem;
  margin: 0 0 1.25rem clamp(1.4rem, 3vw, 2.4rem);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.blog-article-page .blog-article-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 0;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 0;
  border-radius: 6px;
  box-shadow: none;
}

body.blog-article-page .blog-article-hero .story-hero-actions {
  margin-top: 1.35rem;
}

body.blog-article-page .blog-article-body {
  max-width: 68rem;
  padding-top: 0;
}

body.blog-article-page .blog-article-section {
  max-width: 58rem;
}

@media (max-width: 820px) {
  body.blog-article-page .blog-article-hero h1 {
    max-width: 15ch;
    font-size: clamp(2rem, 8.4vw, 3rem);
  }

  body.blog-article-page .blog-article-hero-media {
    float: none;
    width: 100%;
    min-width: 0;
    margin: 1.25rem 0 1rem;
  }

  body.blog-article-page .blog-article-hero-media img {
    aspect-ratio: 16 / 10;
  }
}
/* Align article image with title after review */
body.blog-article-page .blog-article-hero {
  padding-bottom: clamp(0.35rem, 1.2vw, 0.85rem);
}

body.blog-article-page .blog-article-hero h1 {
  max-width: 22ch;
  font-size: clamp(1.95rem, 2.85vw, 3rem);
}

body.blog-article-page .blog-article-hero-media {
  width: min(42%, 28rem);
  margin: 0 0 0.95rem clamp(1.4rem, 3vw, 2.25rem);
}

body.blog-article-page .blog-article-body {
  padding-top: clamp(0.25rem, 1vw, 0.8rem);
}

body.blog-article-page .blog-article-section:first-child {
  padding-top: clamp(0.8rem, 1.6vw, 1.25rem);
}

@media (max-width: 820px) {
  body.blog-article-page .blog-article-hero-copy {
    display: flex;
    flex-direction: column;
  }

  body.blog-article-page .blog-article-hero .seo-breadcrumbs {
    order: 1;
  }

  body.blog-article-page .blog-article-hero .seo-kicker {
    order: 2;
  }

  body.blog-article-page .blog-article-hero h1 {
    order: 3;
  }

  body.blog-article-page .blog-article-hero-media {
    order: 4;
    width: 100%;
    margin: 1.15rem 0 1rem;
  }

  body.blog-article-page .blog-article-hero .seo-lead {
    order: 5;
  }

  body.blog-article-page .blog-article-hero .story-hero-actions {
    order: 6;
  }
}
/* Mobile blog article spacing safeguard */
@media (max-width: 820px) {
  body.blog-article-page .blog-article-hero-media {
    margin-bottom: 1.35rem;
  }

  body.blog-article-page .blog-article-hero .seo-lead {
    margin-top: 0.2rem;
  }
}
/* Blog article proof and FAQ depth */
body.blog-article-page .blog-article-proof {
  margin: clamp(1.35rem, 3vw, 2.1rem) 0 clamp(1.6rem, 3vw, 2.4rem);
}

body.blog-article-page .blog-article-proof img {
  display: block;
  width: 100%;
  max-height: 28rem;
  object-fit: cover;
  border-radius: 6px;
}

body.blog-article-page .blog-article-proof figcaption {
  margin-top: 0.72rem;
  color: var(--story-paper-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

body.blog-article-page .blog-article-faq {
  max-width: 58rem;
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: clamp(1.5rem, 3vw, 2rem);
  border-top: 1px solid rgba(32, 29, 45, 0.12);
}

body.blog-article-page .blog-article-faq h2 {
  margin: 0 0 1.1rem;
  color: var(--story-paper-ink);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.08;
}

body.blog-article-page .blog-article-faq article + article {
  margin-top: 1.15rem;
}

body.blog-article-page .blog-article-faq h3 {
  margin: 0;
  color: var(--story-paper-ink);
  font-size: clamp(1.05rem, 1.7vw, 1.18rem);
  line-height: 1.25;
}

body.blog-article-page .blog-article-faq p {
  margin: 0.45rem 0 0;
  color: var(--story-paper-muted);
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.7;
}

/* Illumin3D locked premium palette and photo-led selector. */
body[data-site-page="home"] .home-v2-cta-primary,
body[data-site-page="home"] .home-v2-review-button,
body[data-site-page="home"] .home-v2-form-button,
body.story-page .home-v2-cta-primary,
body[data-site-page="contact"].home-v2-storefront-page .home-v2-cta-primary,
body[data-site-page="contact"].home-v2-storefront-page .home-v2-form-button {
  border-color: rgba(255, 255, 255, 0.34);
  background: var(--brand-accent-gradient);
  color: var(--brand-accent-ink);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 18px 44px rgba(118, 89, 222, 0.28);
}

body.home-v2-storefront-page .button:not(.button-secondary):not(.button-ghost),
body.home-v2-storefront-page [data-buy-button],
body.home-v2-storefront-page [data-cart-checkout] {
  --button-base: var(--brand-accent-gradient);
  color: var(--brand-accent-ink);
}

body[data-site-page="home"] .showroom-selector-grid {
  gap: clamp(0.9rem, 1.4vw, 1.2rem);
}

body[data-site-page="home"] .showroom-selector-card {
  grid-template-rows: auto auto auto 1fr auto;
  align-content: initial;
  min-height: 31rem;
  padding: 0.72rem 0.72rem 1.35rem;
  border-color: var(--brand-line-light);
  background: var(--brand-white);
  color: var(--brand-ink);
  box-shadow: 0 18px 44px rgba(23, 17, 31, 0.1);
  transform: translate3d(0, 0, 0);
}

body[data-site-page="home"] .showroom-selector-media {
  position: relative;
  isolation: isolate;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin-bottom: 1.15rem;
  border: 1px solid rgba(202, 185, 255, 0.18);
  border-radius: 6px;
  background: var(--brand-black);
}

body[data-site-page="home"] .showroom-selector-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 5, 10, 0) 58%, rgba(5, 5, 10, 0.22) 100%),
    linear-gradient(120deg, rgba(202, 185, 255, 0.08), transparent 38%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

body[data-site-page="home"] .showroom-selector-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--image-object-x, 50%) var(--image-object-y, 50%);
  transform: translate(var(--image-pan-x, 0%), var(--image-pan-y, 0%)) scale(var(--image-scale, 1));
  transition: transform 480ms var(--storefront-motion-ease-out);
}

body[data-site-page="home"] .showroom-selector-kicker,
body[data-site-page="home"] .showroom-selector-card h3,
body[data-site-page="home"] .showroom-selector-card p,
body[data-site-page="home"] .showroom-selector-card > span:last-child {
  margin-inline: 0.38rem;
}

body[data-site-page="home"] .showroom-selector-kicker {
  color: var(--brand-lavender-deep);
}

body[data-site-page="home"] .showroom-selector-card h3 {
  color: var(--brand-ink);
}

body[data-site-page="home"] .showroom-selector-card p {
  color: var(--brand-muted-light);
}

body[data-site-page="home"] .showroom-selector-card > span:last-child {
  margin-top: 0.35rem;
  color: var(--brand-lavender-deep);
}

body[data-site-page="home"] .showroom-steps article {
  border-color: var(--brand-line-dark);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: none;
}

@media (hover: hover) and (pointer: fine) {
  body[data-site-page="home"] .showroom-selector-card:hover {
    transform: translate3d(0, -3px, 0);
    border-color: rgba(118, 89, 222, 0.32);
    box-shadow: 0 22px 52px rgba(23, 17, 31, 0.14);
  }

  body[data-site-page="home"] .showroom-selector-card:hover .showroom-selector-image {
    transform: translate(var(--image-pan-x, 0%), var(--image-pan-y, 0%)) scale(calc(var(--image-scale, 1) * 1.02));
  }
}

@media (max-width: 760px) {
  body[data-site-page="home"] .showroom-selector-grid {
    gap: 0.85rem;
  }

  body[data-site-page="home"] .showroom-selector-card {
    min-height: 29.5rem;
    padding: 0.68rem 0.68rem 1.2rem;
  }

  body[data-site-page="home"] .showroom-selector-media {
    margin-bottom: 1rem;
  }
}

/* Center the third selector card at the two-column tablet breakpoint. */
@media (min-width: 761px) and (max-width: 1040px) {
  body[data-site-page="home"] .showroom-selector-card-secondary {
    grid-column: 1 / -1;
    width: calc(50% - 0.6rem);
    justify-self: center;
  }
}
/* Contact page premium inquiry and image attachments */
body[data-site-page="contact"].home-v2-storefront-page .contact-page-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(29rem, 1.08fr);
  gap: clamp(2rem, 5vw, 5.6rem);
  align-items: center;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-page-copy h1 {
  max-width: 10ch;
  letter-spacing: -0.052em;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-page-lead {
  max-width: 58ch;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-inquiry-panel {
  border: 1px solid rgba(23, 17, 31, 0.13);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 245, 251, 0.985));
  color: var(--brand-ink);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.18);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-inquiry-panel-glow {
  opacity: 1;
  background: radial-gradient(30rem circle at 4% 0%, rgba(202, 185, 255, 0.2), transparent 62%), radial-gradient(24rem circle at 100% 100%, rgba(169, 140, 245, 0.11), transparent 68%);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-inquiry-panel-grid {
  opacity: 0.08;
  background-image: linear-gradient(rgba(118, 89, 222, 0.13) 1px, transparent 1px), linear-gradient(90deg, rgba(118, 89, 222, 0.13) 1px, transparent 1px);
  background-size: 54px 54px;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-inquiry-panel-inner {
  padding: clamp(1.35rem, 3vw, 2.15rem);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-inquiry-pill {
  color: var(--brand-lavender-deep);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-inquiry-pill > span:first-child {
  background: var(--brand-lavender-strong);
  box-shadow: 0 0 0 4px rgba(169, 140, 245, 0.13);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-inquiry-panel h2 {
  max-width: 18ch;
  color: var(--brand-ink);
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  line-height: 1.02;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-inquiry-copy {
  max-width: 55ch;
  color: var(--brand-muted-light);
  font-size: 0.94rem;
  font-weight: 630;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-form-grid {
  gap: 0.9rem;
  margin-top: 1.35rem;
}

body[data-site-page="contact"].home-v2-storefront-page .home-v2-field label,
body[data-site-page="contact"].home-v2-storefront-page .contact-upload-heading {
  color: var(--brand-ink);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.015em;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-label-optional {
  margin-left: 0.28rem;
  color: var(--brand-muted-light);
  font-size: 0.68rem;
  font-weight: 720;
}

body[data-site-page="contact"].home-v2-storefront-page .home-v2-field input,
body[data-site-page="contact"].home-v2-storefront-page .home-v2-field select,
body[data-site-page="contact"].home-v2-storefront-page .home-v2-field textarea {
  width: 100%;
  border: 1px solid rgba(23, 17, 31, 0.16);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--brand-ink);
  padding: 0.86rem 0.9rem;
  font: inherit;
  font-size: 0.92rem;
  color-scheme: light;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

body[data-site-page="contact"].home-v2-storefront-page .home-v2-field select {
  min-height: 3rem;
  cursor: pointer;
}

body[data-site-page="contact"].home-v2-storefront-page .home-v2-field input::placeholder,
body[data-site-page="contact"].home-v2-storefront-page .home-v2-field textarea::placeholder {
  color: rgba(109, 99, 120, 0.72);
}

body[data-site-page="contact"].home-v2-storefront-page .home-v2-field input:focus,
body[data-site-page="contact"].home-v2-storefront-page .home-v2-field select:focus,
body[data-site-page="contact"].home-v2-storefront-page .home-v2-field textarea:focus {
  outline: none;
  border-color: rgba(118, 89, 222, 0.72);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(169, 140, 245, 0.14);
}

body[data-site-page="contact"].home-v2-storefront-page .home-v2-field textarea {
  min-height: 9rem;
  resize: vertical;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-field-helper {
  color: var(--brand-muted-light);
  font-size: 0.72rem;
  line-height: 1.45;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-upload-field {
  gap: 0.45rem;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-upload-drop {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  min-height: 5.7rem;
  border: 1px dashed rgba(118, 89, 222, 0.42);
  border-radius: 8px;
  padding: 0.9rem;
  background: linear-gradient(135deg, rgba(238, 231, 255, 0.72), rgba(255, 255, 255, 0.88));
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-upload-drop:hover,
body[data-site-page="contact"].home-v2-storefront-page .contact-upload-drop:focus-within,
body[data-site-page="contact"].home-v2-storefront-page .contact-upload-drop.is-dragging {
  border-color: var(--brand-lavender-deep);
  background: linear-gradient(135deg, rgba(232, 221, 255, 0.96), #ffffff);
  box-shadow: 0 0 0 4px rgba(169, 140, 245, 0.12);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-upload-drop.is-dragging {
  transform: translateY(-1px);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-upload-field .contact-upload-input {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  opacity: 0;
  box-shadow: none;
  cursor: pointer;
  appearance: none;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-upload-field .contact-upload-input:focus {
  outline: none;
  box-shadow: none;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-upload-icon {
  display: grid;
  width: 2.9rem;
  height: 2.9rem;
  place-items: center;
  border: 1px solid rgba(118, 89, 222, 0.17);
  border-radius: 7px;
  background: #ffffff;
  color: var(--brand-lavender-deep);
  box-shadow: 0 8px 20px rgba(31, 18, 57, 0.08);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-upload-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-upload-copy {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-upload-copy strong {
  color: var(--brand-ink);
  font-size: 0.87rem;
  font-weight: 900;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-upload-copy small {
  color: var(--brand-muted-light);
  font-size: 0.72rem;
  font-weight: 650;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-upload-action {
  border: 1px solid rgba(118, 89, 222, 0.2);
  border-radius: 999px;
  padding: 0.42rem 0.64rem;
  background: #ffffff;
  color: var(--brand-lavender-deep);
  font-size: 0.7rem;
  font-weight: 900;
  white-space: nowrap;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-upload-list {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.1rem;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-upload-item {
  display: grid;
  grid-template-columns: 2.8rem minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: center;
  border: 1px solid rgba(23, 17, 31, 0.1);
  border-radius: 7px;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.82);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-upload-preview {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  overflow: hidden;
  border-radius: 6px;
  background: var(--brand-black-soft);
  color: var(--brand-lavender-soft);
  font-size: 0.62rem;
  font-weight: 900;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-upload-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-upload-details {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-upload-details strong {
  overflow: hidden;
  color: var(--brand-ink);
  font-size: 0.78rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-upload-details small {
  color: var(--brand-muted-light);
  font-size: 0.68rem;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-upload-remove {
  position: relative;
  z-index: 3;
  border: 0;
  background: transparent;
  color: var(--brand-lavender-deep);
  padding: 0.35rem;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 900;
  cursor: pointer;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-upload-remove:hover,
body[data-site-page="contact"].home-v2-storefront-page .contact-upload-remove:focus-visible {
  color: var(--brand-ink);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-form-submit {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.1rem;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-form-submit .home-v2-form-button {
  display: inline-flex;
  width: 100%;
  min-height: 3.1rem;
  justify-content: center;
  border-color: rgba(118, 89, 222, 0.24);
  background: var(--brand-accent-gradient);
  color: var(--brand-ink);
  box-shadow: 0 14px 30px rgba(118, 89, 222, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.66);
  animation: none;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-form-submit .home-v2-form-button::before {
  display: none;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-form-submit .home-v2-form-button svg {
  width: 1.05rem;
  height: 1.05rem;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-form-submit .home-v2-form-button:hover,
body[data-site-page="contact"].home-v2-storefront-page .contact-form-submit .home-v2-form-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(118, 89, 222, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-form-submit p {
  margin: 0;
  color: var(--brand-muted-light);
  font-size: 0.68rem;
  font-weight: 650;
  text-align: center;
}

body[data-site-page="contact"].home-v2-storefront-page [data-contact-status] {
  margin-top: 0.8rem;
}

@media (max-width: 1060px) {
  body[data-site-page="contact"].home-v2-storefront-page .contact-page-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.2rem;
  }
}

@media (max-width: 720px) {
  body[data-site-page="contact"].home-v2-storefront-page .contact-page-copy h1 {
    max-width: 12ch;
  }

  body[data-site-page="contact"].home-v2-storefront-page .contact-upload-drop {
    grid-template-columns: auto minmax(0, 1fr);
  }

  body[data-site-page="contact"].home-v2-storefront-page .contact-upload-action {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 430px) {
  body[data-site-page="contact"].home-v2-storefront-page .contact-inquiry-panel-inner {
    padding: 1rem;
  }

  body[data-site-page="contact"].home-v2-storefront-page .contact-upload-item {
    grid-template-columns: 2.55rem minmax(0, 1fr);
  }

  body[data-site-page="contact"].home-v2-storefront-page .contact-upload-preview {
    width: 2.55rem;
    height: 2.55rem;
  }

  body[data-site-page="contact"].home-v2-storefront-page .contact-upload-remove {
    grid-column: 2;
    justify-self: start;
    padding: 0;
  }
}
/* Premium blog publication index */
body.blog-hub-page {
  background: var(--brand-black);
}

body.blog-hub-page .blog-main {
  background: var(--brand-white-soft);
  background-image: none;
}

body.blog-hub-page .seo-container {
  width: min(1600px, calc(100% - clamp(2.5rem, 7vw, 7rem)));
}

body.blog-hub-page .blog-index-section {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 5.5vw, 5.25rem) 0 clamp(4.5rem, 7vw, 7rem);
  background: radial-gradient(58rem circle at 10% -12%, rgba(202, 185, 255, 0.2), transparent 56%), linear-gradient(180deg, #ffffff 0%, var(--brand-white-soft) 100%);
  color: var(--brand-ink);
}

body.blog-hub-page .blog-index-header {
  position: relative;
  padding-bottom: clamp(2.2rem, 4vw, 3.7rem);
  border-bottom: 1px solid rgba(23, 17, 31, 0.14);
}

body.blog-hub-page .blog-index-header .seo-breadcrumbs {
  margin-bottom: clamp(2.2rem, 4vw, 3.6rem);
  color: var(--brand-muted-light);
}

body.blog-hub-page .blog-index-header .seo-breadcrumbs a {
  color: var(--brand-lavender-deep);
}

body.blog-hub-page .blog-index-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.65fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
}

body.blog-hub-page .blog-index-heading-row .seo-kicker {
  margin-bottom: 0.9rem;
  border-color: rgba(118, 89, 222, 0.17);
  background: rgba(118, 89, 222, 0.07);
  color: var(--brand-lavender-deep);
}

body.blog-hub-page .blog-index-heading-row h1 {
  max-width: 11ch;
  margin: 0;
  color: var(--brand-ink);
  font-size: clamp(3.2rem, 7vw, 6.7rem);
  font-weight: 850;
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-wrap: balance;
}

body.blog-hub-page .blog-index-intro {
  max-width: 35rem;
  margin: 0 0 0.35rem;
  color: var(--brand-muted-light);
  font-size: clamp(1rem, 1.55vw, 1.2rem);
  font-weight: 620;
  line-height: 1.62;
}

body.blog-hub-page .blog-collection-heading {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: baseline;
  margin: clamp(2.2rem, 4vw, 3.6rem) 0 1.25rem;
}

body.blog-hub-page .blog-collection-heading h2 {
  margin: 0;
  color: var(--brand-ink);
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 850;
  letter-spacing: -0.035em;
}

body.blog-hub-page .blog-collection-heading p {
  max-width: 38rem;
  margin: 0;
  color: var(--brand-muted-light);
  font-size: 0.9rem;
  font-weight: 620;
  line-height: 1.5;
  text-align: right;
}

body.blog-hub-page .blog-editorial-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.7vw, 1.25rem);
}

body.blog-hub-page .blog-editorial-card {
  grid-column: span 4;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 17, 31, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(23, 17, 31, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transition: transform 240ms var(--storefront-motion-ease-out), border-color 200ms ease, box-shadow 240ms var(--storefront-motion-ease-out);
}

body.blog-hub-page .blog-editorial-card-featured {
  grid-column: 1 / -1;
}

body.blog-hub-page .blog-editorial-card > a {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

body.blog-hub-page .blog-editorial-card-featured > a {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(22rem, 0.78fr);
  align-items: stretch;
}

body.blog-hub-page .blog-editorial-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--brand-black-soft);
}

body.blog-hub-page .blog-editorial-card-featured .blog-editorial-media {
  min-height: 28rem;
  aspect-ratio: auto;
}

body.blog-hub-page .blog-editorial-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 68%, rgba(5, 5, 10, 0.14) 100%);
}

body.blog-hub-page .blog-editorial-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  transition: transform 520ms var(--storefront-motion-ease-out);
}

body.blog-hub-page .blog-editorial-card-featured .blog-editorial-media img {
  object-position: center 46%;
}

body.blog-hub-page .blog-editorial-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.15rem, 2.2vw, 1.65rem);
}

body.blog-hub-page .blog-editorial-card-featured .blog-editorial-copy {
  justify-content: center;
  padding: clamp(1.6rem, 3.8vw, 3.2rem);
}

body.blog-hub-page .blog-editorial-meta {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.15rem;
  color: var(--brand-lavender-deep);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.blog-hub-page .blog-editorial-meta span:last-child {
  color: var(--brand-muted-light);
}

body.blog-hub-page .blog-editorial-card h2 {
  margin: 0;
  color: var(--brand-ink);
  font-size: clamp(1.2rem, 1.9vw, 1.55rem);
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.12;
  text-wrap: balance;
}

body.blog-hub-page .blog-editorial-card-featured h2 {
  max-width: 14ch;
  font-size: clamp(2rem, 3.3vw, 3.15rem);
  line-height: 1.02;
}

body.blog-hub-page .blog-editorial-card p {
  margin: 0.9rem 0 0;
  color: var(--brand-muted-light);
  font-size: 0.9rem;
  font-weight: 620;
  line-height: 1.58;
}

body.blog-hub-page .blog-editorial-card-featured p {
  max-width: 39rem;
  font-size: 1rem;
}

body.blog-hub-page .blog-read-link {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  margin-top: auto;
  padding-top: 1.35rem;
  color: var(--brand-lavender-deep);
  font-size: 0.78rem;
  font-weight: 900;
}

body.blog-hub-page .blog-read-link svg {
  width: 1rem;
  height: 1rem;
  transition: transform 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
  body.blog-hub-page .blog-editorial-card:hover {
    border-color: rgba(118, 89, 222, 0.28);
    box-shadow: 0 22px 54px rgba(23, 17, 31, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
  }

  body.blog-hub-page .blog-editorial-card:hover .blog-editorial-media img {
    transform: scale(1.025);
  }

  body.blog-hub-page .blog-editorial-card:hover .blog-read-link svg {
    transform: translateX(3px);
  }
}

body.blog-hub-page .blog-editorial-card > a:focus-visible {
  outline: 3px solid rgba(118, 89, 222, 0.5);
  outline-offset: -3px;
}

body.blog-hub-page .blog-closing-section {
  padding: clamp(3.8rem, 6vw, 6rem) 0;
  border-top: 1px solid rgba(238, 231, 255, 0.12);
  background: radial-gradient(38rem circle at 12% 0%, rgba(202, 185, 255, 0.15), transparent 64%), linear-gradient(180deg, var(--brand-black-soft) 0%, var(--brand-black) 100%);
  color: var(--brand-white);
}

body.blog-hub-page .blog-closing-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
}

body.blog-hub-page .blog-closing-inner .seo-kicker {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--brand-lavender);
}

body.blog-hub-page .blog-closing-inner h2 {
  max-width: 15ch;
  margin: 0.85rem 0 0;
  color: var(--brand-white);
  font-size: clamp(2.2rem, 4.7vw, 4.65rem);
  font-weight: 850;
  letter-spacing: -0.05em;
  line-height: 0.96;
  text-wrap: balance;
}

body.blog-hub-page .blog-closing-inner p:not(.seo-kicker) {
  max-width: 55ch;
  margin: 1rem 0 0;
  color: var(--brand-muted-dark);
  font-size: 0.96rem;
  font-weight: 620;
  line-height: 1.6;
}

body.blog-hub-page .blog-closing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: flex-end;
}

@media (max-width: 1040px) {
  body.blog-hub-page .blog-index-heading-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }

  body.blog-hub-page .blog-index-heading-row h1 {
    max-width: 12ch;
  }

  body.blog-hub-page .blog-editorial-card {
    grid-column: span 6;
  }

  body.blog-hub-page .blog-editorial-card-featured {
    grid-column: 1 / -1;
  }

  body.blog-hub-page .blog-editorial-card-featured > a {
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
  }

  body.blog-hub-page .blog-closing-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  body.blog-hub-page .blog-closing-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  body.blog-hub-page .blog-index-section {
    padding-top: 2.2rem;
  }

  body.blog-hub-page .blog-index-header .seo-breadcrumbs {
    margin-bottom: 1.9rem;
  }

  body.blog-hub-page .blog-index-heading-row h1 {
    max-width: 10ch;
    font-size: clamp(2.8rem, 15vw, 4.25rem);
    line-height: 0.92;
  }

  body.blog-hub-page .blog-collection-heading {
    display: grid;
    gap: 0.45rem;
  }

  body.blog-hub-page .blog-collection-heading p {
    text-align: left;
  }

  body.blog-hub-page .blog-editorial-card,
  body.blog-hub-page .blog-editorial-card-featured {
    grid-column: 1 / -1;
  }

  body.blog-hub-page .blog-editorial-card-featured > a {
    display: flex;
    flex-direction: column;
  }

  body.blog-hub-page .blog-editorial-card-featured .blog-editorial-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  body.blog-hub-page .blog-editorial-card-featured .blog-editorial-copy {
    padding: 1.35rem;
  }

  body.blog-hub-page .blog-editorial-card-featured h2 {
    font-size: clamp(1.65rem, 7.5vw, 2.3rem);
  }

  body.blog-hub-page .blog-closing-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  body.blog-hub-page .blog-closing-actions .home-v2-cta {
    width: 100%;
    justify-content: center;
  }
}

/* Custom orders project page */
body.custom-orders-page{background:var(--brand-black)}
body.custom-orders-page .custom-orders-main{overflow:hidden;background:var(--brand-white-soft)}
body.custom-orders-page .custom-orders-container{width:min(1600px,calc(100% - clamp(2.5rem,7vw,7rem)));margin:0 auto}
body.custom-orders-page .custom-orders-intro{position:relative;padding:clamp(3rem,5.5vw,5.5rem) 0 clamp(4rem,7vw,7rem);overflow:hidden;background:radial-gradient(60rem circle at 88% 20%,rgba(137,99,255,.18),transparent 62%),radial-gradient(42rem circle at 8% 100%,rgba(202,185,255,.1),transparent 68%),linear-gradient(145deg,#0c0b14 0%,#08080d 58%,#050509 100%);color:var(--brand-white)}
body.custom-orders-page .custom-orders-intro .seo-breadcrumbs{margin-bottom:clamp(2.4rem,5vw,4.8rem);color:rgba(247,244,255,.56)}
body.custom-orders-page .custom-orders-intro .seo-breadcrumbs a{color:var(--brand-lavender)}
body.custom-orders-page .custom-orders-intro-grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(28rem,1.22fr);gap:clamp(2.5rem,7vw,7rem);align-items:center}
body.custom-orders-page .custom-orders-intro-copy{position:relative;z-index:1}
body.custom-orders-page .custom-orders-intro-copy .seo-kicker,body.custom-orders-page .custom-orders-contact .seo-kicker{border-color:rgba(202,185,255,.18);background:rgba(202,185,255,.08);color:var(--brand-lavender)}
body.custom-orders-page .custom-orders-intro-copy h1{max-width:10ch;margin:1.1rem 0 0;color:var(--brand-white);font-size:clamp(3.2rem,6.4vw,6.8rem);font-weight:860;letter-spacing:-.06em;line-height:.92;text-wrap:balance}
body.custom-orders-page .custom-orders-intro-copy>p:not(.seo-kicker){max-width:57ch;margin:1.6rem 0 0;color:var(--brand-muted-dark);font-size:clamp(1rem,1.45vw,1.18rem);font-weight:590;line-height:1.65}
body.custom-orders-page .custom-orders-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}
body.custom-orders-page .custom-orders-intro-media{position:relative;min-height:clamp(34rem,53vw,47rem);margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#18171e;box-shadow:0 32px 90px rgba(0,0,0,.4)}
body.custom-orders-page .custom-orders-intro-media:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 68%,rgba(4,4,8,.78) 100%)}
body.custom-orders-page .custom-orders-intro-media img{display:block;width:100%;height:100%;min-height:inherit;object-fit:cover;object-position:center 39%}
body.custom-orders-page .custom-orders-intro-media figcaption{position:absolute;z-index:1;right:clamp(1rem,2.5vw,2rem);bottom:clamp(1rem,2.5vw,2rem);left:clamp(1rem,2.5vw,2rem);display:flex;justify-content:space-between;gap:1rem;align-items:end;color:var(--brand-white)}
body.custom-orders-page .custom-orders-intro-media figcaption span{color:rgba(247,244,255,.64);font-size:.68rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
body.custom-orders-page .custom-orders-intro-media figcaption strong{font-size:clamp(1.25rem,2vw,1.8rem);letter-spacing:-.025em}
body.custom-orders-page .custom-project-section{padding:clamp(4.5rem,8vw,8rem) 0;background:radial-gradient(52rem circle at 8% 6%,rgba(202,185,255,.16),transparent 62%),linear-gradient(180deg,#fff 0%,var(--brand-white-soft) 100%);color:var(--brand-ink)}
body.custom-orders-page .custom-project-heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(20rem,.6fr);gap:clamp(2rem,6vw,6rem);align-items:end;margin-bottom:clamp(2rem,4vw,3.5rem)}
body.custom-orders-page .custom-project-heading .seo-kicker,body.custom-orders-page .custom-project-summary .seo-kicker{border-color:rgba(118,89,222,.17);background:rgba(118,89,222,.07);color:var(--brand-lavender-deep)}
body.custom-orders-page .custom-project-heading h2{max-width:13ch;margin:1rem 0 0;color:var(--brand-ink);font-size:clamp(2.7rem,5.4vw,5.75rem);font-weight:860;letter-spacing:-.055em;line-height:.94;text-wrap:balance}
body.custom-orders-page .custom-project-heading>p{max-width:42rem;margin:0 0 .35rem;color:var(--brand-muted-light);font-size:clamp(1rem,1.45vw,1.16rem);font-weight:620;line-height:1.64}
body.custom-orders-page .custom-project-gallery{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(22rem,.55fr);grid-template-rows:repeat(2,minmax(0,1fr));gap:clamp(.75rem,1.5vw,1.15rem);height:clamp(42rem,62vw,58rem)}
body.custom-orders-page .custom-project-gallery figure{min-height:0;margin:0;overflow:hidden;border:1px solid rgba(23,17,31,.11);border-radius:8px;background:#e9e6ed;box-shadow:0 18px 46px rgba(23,17,31,.08)}
body.custom-orders-page .custom-project-gallery-main{grid-row:1/-1}
body.custom-orders-page .custom-project-gallery img{display:block;width:100%;height:100%;object-fit:cover}
body.custom-orders-page .custom-project-gallery-main img{object-position:center 43%}
body.custom-orders-page .custom-project-gallery figure:nth-child(2) img{object-position:center 36%}
body.custom-orders-page .custom-project-gallery figure:nth-child(3) img{object-position:center 38%}
body.custom-orders-page .custom-project-story{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(22rem,.8fr);gap:clamp(2.5rem,7vw,7rem);align-items:start;margin-top:clamp(3rem,6vw,6rem)}
body.custom-orders-page .custom-project-summary h3{max-width:17ch;margin:1rem 0 1.35rem;color:var(--brand-ink);font-size:clamp(2rem,4vw,4.1rem);font-weight:850;letter-spacing:-.05em;line-height:.98;text-wrap:balance}
body.custom-orders-page .custom-project-summary>p:not(.seo-kicker){max-width:68ch;margin:0 0 1rem;color:var(--brand-muted-light);font-size:clamp(.98rem,1.25vw,1.08rem);font-weight:580;line-height:1.72}
body.custom-orders-page .custom-project-use-note{padding:.85rem 1rem;border-left:3px solid var(--brand-lavender-deep);background:rgba(118,89,222,.065)}
body.custom-orders-page .custom-project-post-link{display:inline-flex;gap:.5rem;align-items:center;margin-top:.6rem;color:var(--brand-lavender-deep);font-size:.88rem;font-weight:850;text-decoration:none}
body.custom-orders-page .custom-project-post-link:hover{text-decoration:underline;text-underline-offset:.25em}
body.custom-orders-page .custom-project-specs{margin:0;overflow:hidden;border:1px solid rgba(23,17,31,.13);border-radius:8px;background:rgba(255,255,255,.82);box-shadow:0 18px 48px rgba(23,17,31,.075)}
body.custom-orders-page .custom-project-specs div{display:grid;grid-template-columns:minmax(8rem,.7fr) minmax(0,1fr);gap:1rem;padding:1.05rem 1.2rem;border-bottom:1px solid rgba(23,17,31,.09)}
body.custom-orders-page .custom-project-specs div:last-child{border-bottom:0}
body.custom-orders-page .custom-project-specs dt,body.custom-orders-page .custom-project-specs dd{margin:0}
body.custom-orders-page .custom-project-specs dt{color:var(--brand-muted-light);font-size:.7rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
body.custom-orders-page .custom-project-specs dd{color:var(--brand-ink);font-size:.92rem;font-weight:760}
body.custom-orders-page .custom-orders-contact{padding:clamp(4.5rem,7vw,7rem) 0;border-top:1px solid rgba(238,231,255,.1);background:radial-gradient(42rem circle at 14% 0%,rgba(202,185,255,.15),transparent 66%),linear-gradient(180deg,var(--brand-black-soft) 0%,var(--brand-black) 100%);color:var(--brand-white)}
body.custom-orders-page .custom-orders-contact-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(2rem,7vw,7rem);align-items:end}
body.custom-orders-page .custom-orders-contact h2{max-width:15ch;margin:1rem 0 0;color:var(--brand-white);font-size:clamp(2.5rem,5vw,5rem);font-weight:860;letter-spacing:-.055em;line-height:.95;text-wrap:balance}
body.custom-orders-page .custom-orders-contact p:not(.seo-kicker){max-width:66ch;margin:1.25rem 0 0;color:var(--brand-muted-dark);font-size:1rem;font-weight:590;line-height:1.68}
@media(max-width:1040px){body.custom-orders-page .custom-orders-intro-grid,body.custom-orders-page .custom-project-heading,body.custom-orders-page .custom-project-story,body.custom-orders-page .custom-orders-contact-inner{grid-template-columns:minmax(0,1fr)}body.custom-orders-page .custom-orders-intro-copy h1{max-width:12ch}body.custom-orders-page .custom-orders-intro-media{min-height:clamp(32rem,88vw,46rem)}body.custom-orders-page .custom-project-heading{gap:1.5rem}body.custom-orders-page .custom-project-heading>p{margin:0}body.custom-orders-page .custom-orders-contact-inner{align-items:start}}
@media(max-width:760px){body.custom-orders-page .custom-orders-container{width:calc(100% - 2rem)}body.custom-orders-page .custom-orders-intro{padding-top:2.25rem}body.custom-orders-page .custom-orders-intro-copy h1{max-width:10ch;font-size:clamp(2.9rem,14vw,4.5rem)}body.custom-orders-page .custom-orders-actions{display:grid;width:100%}body.custom-orders-page .custom-orders-actions .home-v2-cta,body.custom-orders-page .custom-orders-contact-inner>.home-v2-cta{width:100%}body.custom-orders-page .custom-orders-intro-media{min-height:30rem}body.custom-orders-page .custom-project-gallery{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:25rem 18rem;height:auto}body.custom-orders-page .custom-project-gallery-main{grid-column:1/-1;grid-row:auto}body.custom-orders-page .custom-project-summary h3{font-size:clamp(2rem,10vw,3.2rem)}body.custom-orders-page .custom-project-specs div{grid-template-columns:minmax(0,1fr);gap:.35rem}}
@media(max-width:460px){body.custom-orders-page .custom-project-gallery{grid-template-columns:minmax(0,1fr);grid-template-rows:24rem 20rem 20rem}body.custom-orders-page .custom-project-gallery figure{grid-column:1/-1}}
/* Custom orders component refinements */
body.custom-orders-page .seo-breadcrumbs{display:flex;align-items:center;gap:.55rem}
body.custom-orders-page .seo-kicker{display:inline-flex;width:fit-content;align-items:center;margin:0;padding:.32rem .58rem;border:1px solid;border-radius:999px;font-size:.7rem;font-weight:850;letter-spacing:.055em;line-height:1.2;text-transform:uppercase}
body.custom-orders-page .home-v2-cta{position:relative;isolation:isolate;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;min-height:3rem;gap:.55rem;padding:.86rem 1.3rem;border-radius:999px;font-size:.88rem;font-weight:800;line-height:1;text-align:center;text-decoration:none;transition:transform 180ms ease,box-shadow 180ms ease,border-color 180ms ease}
body.custom-orders-page .home-v2-cta-primary{border:1px solid rgba(238,231,255,.36);background:linear-gradient(135deg,#d5c5ff 0%,#a98cf4 100%);color:#130f1c;box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 14px 34px rgba(118,89,222,.25)}
body.custom-orders-page .home-v2-cta-secondary{border:1px solid rgba(238,231,255,.2);background:rgba(255,255,255,.055);color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.07)}
@media(hover:hover) and (pointer:fine){body.custom-orders-page .home-v2-cta:hover{transform:translateY(-2px)}body.custom-orders-page .home-v2-cta-primary:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.6),0 18px 40px rgba(118,89,222,.34)}body.custom-orders-page .home-v2-cta-secondary:hover{border-color:rgba(238,231,255,.36);background:rgba(255,255,255,.09)}}
/* Compact custom-orders hero v2 */
body.custom-orders-page .custom-orders-intro{padding:clamp(2.2rem,3.8vw,3.4rem) 0 clamp(2.8rem,4.8vw,4.25rem)}
body.custom-orders-page .custom-orders-intro .seo-breadcrumbs{margin-bottom:clamp(1.6rem,2.8vw,2.5rem)}
body.custom-orders-page .custom-orders-intro-grid{grid-template-columns:minmax(0,.72fr) minmax(30rem,1.28fr);gap:clamp(2rem,5vw,5rem)}
body.custom-orders-page .custom-orders-intro-copy h1{max-width:11ch;margin-top:.8rem;font-size:clamp(2.7rem,4.7vw,4.9rem);line-height:.95}
body.custom-orders-page .custom-orders-intro-copy>p:not(.seo-kicker){max-width:48ch;margin-top:1rem;font-size:clamp(.94rem,1.1vw,1.04rem);line-height:1.58}
body.custom-orders-page .custom-orders-actions{margin-top:1.35rem}
body.custom-orders-page .custom-orders-intro-visuals{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(.65rem,1.2vw,1rem);height:clamp(18rem,27vw,23rem)}
body.custom-orders-page .custom-orders-intro-visuals figure{position:relative;min-width:0;height:100%;margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#15141b;box-shadow:0 22px 58px rgba(0,0,0,.32)}
body.custom-orders-page .custom-orders-intro-visuals figure:nth-child(2){height:calc(100% - 2rem);margin-top:2rem}
body.custom-orders-page .custom-orders-intro-visuals figure:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 64%,rgba(5,5,10,.7) 100%)}
body.custom-orders-page .custom-orders-intro-visuals img{display:block;width:100%;height:100%;object-fit:cover}
body.custom-orders-page .custom-orders-intro-visuals figure:first-child img{object-position:center}
body.custom-orders-page .custom-orders-intro-visuals figure:nth-child(2) img{object-position:58% center}
body.custom-orders-page .custom-orders-intro-visuals figcaption{position:absolute;z-index:1;right:1rem;bottom:.9rem;left:1rem;color:rgba(255,255,255,.84);font-size:.68rem;font-weight:850;letter-spacing:.075em;text-transform:uppercase}
@media(max-width:1040px){body.custom-orders-page .custom-orders-intro-grid{grid-template-columns:minmax(0,1fr);gap:1.75rem}body.custom-orders-page .custom-orders-intro-copy h1{max-width:13ch}body.custom-orders-page .custom-orders-intro-visuals{height:clamp(15rem,45vw,20rem)}}
@media(max-width:760px){body.custom-orders-page .custom-orders-intro{padding-top:1.6rem;padding-bottom:2.4rem}body.custom-orders-page .custom-orders-intro .seo-breadcrumbs{margin-bottom:1.25rem}body.custom-orders-page .custom-orders-intro-copy h1{max-width:11ch;font-size:clamp(2.45rem,11.5vw,3.25rem);line-height:.96}body.custom-orders-page .custom-orders-intro-copy>p:not(.seo-kicker){margin-top:.85rem;font-size:.92rem}body.custom-orders-page .custom-orders-actions{margin-top:1.1rem}body.custom-orders-page .custom-orders-intro-visuals{gap:.5rem;height:11.5rem}body.custom-orders-page .custom-orders-intro-visuals figure:nth-child(2){height:calc(100% - .8rem);margin-top:.8rem}body.custom-orders-page .custom-orders-intro-visuals figcaption{right:.65rem;bottom:.6rem;left:.65rem;font-size:.56rem}}
/* Text-only custom-orders hero v3 */
body.custom-orders-page .custom-orders-intro{padding:clamp(2rem,3.2vw,3rem) 0 clamp(2.6rem,4vw,3.75rem)}
body.custom-orders-page .custom-orders-intro-grid{display:block}
body.custom-orders-page .custom-orders-intro-copy{max-width:68rem}
body.custom-orders-page .custom-orders-intro-copy h1{max-width:17ch;font-size:clamp(2.5rem,4.5vw,4.6rem);line-height:.96}
body.custom-orders-page .custom-orders-intro-copy>p:not(.seo-kicker){max-width:64ch;font-size:clamp(.95rem,1.15vw,1.06rem)}
@media(max-width:760px){body.custom-orders-page .custom-orders-intro{padding-top:1.5rem;padding-bottom:2.2rem}body.custom-orders-page .custom-orders-intro-copy h1{max-width:14ch;font-size:clamp(2.3rem,10.5vw,3rem)}body.custom-orders-page .custom-orders-actions{grid-template-columns:minmax(0,1fr);gap:.6rem}}
/* Custom-orders inquiry brief v4 */
body.custom-orders-page .custom-orders-intro-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(22rem,.55fr);gap:clamp(2.5rem,6vw,6.5rem);align-items:end}
body.custom-orders-page .custom-orders-intro-copy{max-width:62rem}
body.custom-orders-page .custom-orders-intro-copy h1{max-width:15ch}
body.custom-orders-page .custom-orders-brief-card{position:relative;overflow:hidden;padding:clamp(1.25rem,2vw,1.65rem);border:1px solid rgba(202,185,255,.16);border-radius:8px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(202,185,255,.035));box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 20px 52px rgba(0,0,0,.2)}
body.custom-orders-page .custom-orders-brief-card:before{content:"";position:absolute;top:0;right:0;width:7rem;height:2px;background:linear-gradient(90deg,transparent,var(--brand-lavender))}
body.custom-orders-page .custom-orders-brief-label{margin:0;color:var(--brand-lavender);font-size:.65rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
body.custom-orders-page .custom-orders-brief-card h2{margin:.55rem 0 1.1rem;color:var(--brand-white);font-size:clamp(1.35rem,2vw,1.8rem);font-weight:820;letter-spacing:-.025em;line-height:1.08}
body.custom-orders-page .custom-orders-brief-list{display:grid;margin:0;padding:0;list-style:none}
body.custom-orders-page .custom-orders-brief-list li{display:grid;grid-template-columns:2rem minmax(0,1fr);gap:.7rem;align-items:center;padding:.68rem 0;border-top:1px solid rgba(255,255,255,.085)}
body.custom-orders-page .custom-orders-brief-list span{color:rgba(202,185,255,.72);font-size:.62rem;font-weight:850;letter-spacing:.08em}
body.custom-orders-page .custom-orders-brief-list strong{color:rgba(247,244,255,.86);font-size:.82rem;font-weight:690;line-height:1.3}
body.custom-orders-page .custom-orders-brief-note{margin:1rem 0 0;padding-top:.9rem;border-top:1px solid rgba(255,255,255,.085);color:rgba(247,244,255,.52);font-size:.72rem;font-weight:620;line-height:1.45}
@media(max-width:900px){body.custom-orders-page .custom-orders-intro-grid{display:block}body.custom-orders-page .custom-orders-brief-card{display:block;margin-top:1.5rem}}
/* Compact dark blog masthead v3 */
body.blog-hub-page .blog-index-section{padding:0 0 clamp(4.5rem,7vw,7rem);background:linear-gradient(180deg,#fff 0%,var(--brand-white-soft) 100%)}
body.blog-hub-page .blog-index-header{width:100vw;margin-inline:calc(50% - 50vw);padding:clamp(2.4rem,4vw,3.8rem) max(clamp(1.25rem,3.5vw,3.5rem),calc((100vw - 1600px)/2));border-bottom:1px solid rgba(238,231,255,.11);background:radial-gradient(44rem circle at 83% 22%,rgba(137,99,255,.16),transparent 64%),linear-gradient(145deg,#0c0b14 0%,#08080d 62%,#050509 100%);color:var(--brand-white)}
body.blog-hub-page .blog-index-heading-row{grid-template-columns:minmax(0,1.1fr) minmax(22rem,.58fr);gap:clamp(2rem,6vw,6rem);align-items:end}
body.blog-hub-page .blog-index-heading-row .seo-kicker{display:inline-flex;width:fit-content;margin:0 0 .8rem;padding:.32rem .6rem;border:1px solid rgba(202,185,255,.18);border-radius:999px;background:rgba(202,185,255,.08);color:var(--brand-lavender);font-size:.68rem;font-weight:850;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}
body.blog-hub-page .blog-index-heading-row h1{max-width:none;color:var(--brand-white);font-size:clamp(3rem,5.2vw,5.4rem);line-height:.92;letter-spacing:-.055em}
body.blog-hub-page .blog-index-intro{max-width:39rem;margin:0 0 .25rem;color:var(--brand-muted-dark);font-size:clamp(.96rem,1.2vw,1.08rem);font-weight:590;line-height:1.62}
body.blog-hub-page .blog-collection-heading{margin:clamp(2rem,3.4vw,3rem) 0 1.15rem}
@media(max-width:1040px){body.blog-hub-page .blog-index-heading-row{grid-template-columns:minmax(0,1fr);gap:1rem}body.blog-hub-page .blog-index-heading-row h1{max-width:none}body.blog-hub-page .blog-index-intro{margin:0}}
@media(max-width:760px){body.blog-hub-page .blog-index-section{padding-top:0}body.blog-hub-page .blog-index-header{padding-top:2rem;padding-bottom:2.2rem}body.blog-hub-page .blog-index-heading-row h1{max-width:none;font-size:clamp(2.65rem,13vw,3.7rem)}body.blog-hub-page .blog-index-intro{font-size:.92rem}body.blog-hub-page .blog-collection-heading{margin-top:1.75rem}}

/* Keep LumaGlow mobile purchase actions below the hero image instead of over it. */
@media (max-width: 820px) {
  body[data-site-page="product"].home-v2-storefront-page.luma-scroll-refresh-page [data-product-shell] .luma-scroll-refresh-hero > .luma-scroll-hero-actions,
  body[data-site-page="product"].home-v2-storefront-page.luma-edge-refresh-page [data-product-shell] .luma-edge-refresh-hero > .luma-edge-hero-actions {
    position: relative;
    z-index: 4;
    display: grid;
    width: min(calc(100% - 2rem), 24rem);
    grid-template-columns: minmax(0, 1fr);
    gap: 0.5rem;
    margin: 0 auto;
    padding: 0.85rem 0 1rem;
  }

  body[data-site-page="product"].home-v2-storefront-page.luma-scroll-refresh-page [data-product-shell] .luma-scroll-refresh-hero > .luma-scroll-hero-actions .product-stock-pill,
  body[data-site-page="product"].home-v2-storefront-page.luma-edge-refresh-page [data-product-shell] .luma-edge-refresh-hero > .luma-edge-hero-actions .product-stock-pill,
  body[data-site-page="product"].home-v2-storefront-page.luma-scroll-refresh-page [data-product-shell] .luma-scroll-refresh-hero > .luma-scroll-hero-actions .button,
  body[data-site-page="product"].home-v2-storefront-page.luma-edge-refresh-page [data-product-shell] .luma-edge-refresh-hero > .luma-edge-hero-actions .button {
    width: 100%;
    justify-self: stretch;
    justify-content: center;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-cart,
  body.luma-edge-refresh-page .luma-edge-sticky-cart {
    display: block;
  }

  body.luma-product-detail-page .luma-sticky-cart {
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  body.luma-product-detail-page .luma-sticky-cart.is-hero-obscured {
    visibility: hidden;
    opacity: 0;
    transform: translateY(calc(100% + 1.5rem));
    pointer-events: none;
  }
}
/* Edge mobile hero keeps the product photo continuous behind the bottom stock actions. */
@media (max-width: 820px) {
  body[data-site-page="product"].home-v2-storefront-page.luma-edge-refresh-page .luma-edge-refresh-hero {
    position: relative;
    overflow: hidden;
    background: #030305;
  }

  body[data-site-page="product"].home-v2-storefront-page.luma-edge-refresh-page .luma-edge-refresh-hero > img {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--luma-edge-mobile-focal-x, 59.5%) 58%;
    filter: saturate(1.04) contrast(1.03);
    transform: none;
    transform-origin: center;
  }

  body[data-site-page="product"].home-v2-storefront-page.luma-edge-refresh-page .luma-edge-hero-frame {
    z-index: 2;
    background: transparent;
  }

  body[data-site-page="product"].home-v2-storefront-page.luma-edge-refresh-page .luma-edge-hero-frame::after {
    display: none;
  }

  body[data-site-page="product"].home-v2-storefront-page.luma-edge-refresh-page .luma-edge-refresh-hero::before {
    content: "";
    position: absolute;
    inset-inline: 0;
    top: 0;
    z-index: 1;
    height: clamp(15rem, 34svh, 19rem);
    pointer-events: none;
    background: linear-gradient(
      180deg,
      rgba(3, 3, 5, 0.7) 0%,
      rgba(3, 3, 5, 0.46) 32%,
      rgba(3, 3, 5, 0.14) 72%,
      rgba(3, 3, 5, 0) 100%
    );
  }
  body[data-site-page="product"].home-v2-storefront-page.luma-edge-refresh-page .luma-edge-refresh-hero::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    z-index: 1;
    height: clamp(15rem, 32svh, 18rem);
    pointer-events: none;
    background: linear-gradient(
      180deg,
      rgba(3, 3, 5, 0) 0%,
      rgba(3, 3, 5, 0.1) 34%,
      rgba(3, 3, 5, 0.5) 72%,
      rgba(3, 3, 5, 0.88) 100%
    );
  }
  body[data-site-page="product"].home-v2-storefront-page.luma-edge-refresh-page [data-product-shell] .luma-edge-refresh-hero > .luma-edge-hero-actions {
    background: transparent;
  }
}
