.page-inner {
  background: #100202;
}

.page-inner .site-header--inner {
  position: sticky;
  top: 0;
  border-bottom: 1px solid rgba(224, 184, 111, 0.16);
  background: linear-gradient(90deg, rgba(29, 3, 5, 0.98), rgba(70, 10, 17, 0.96));
  box-shadow: 0 0.75rem 2.5rem rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.page-inner .site-header__inner {
  min-height: 5.5rem;
}

.site-nav a.is-active {
  color: var(--color-accent-strong);
}

.site-nav a.is-active::after {
  transform: scaleX(1);
}

.content-hero {
  position: relative;
  min-height: 34rem;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(18, 1, 2, 0.98) 0%, rgba(49, 5, 9, 0.88) 50%, rgba(29, 2, 5, 0.5) 100%),
    url("../images/home/hero-bg-silk.webp") center/cover no-repeat;
}

.content-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.content-hero__glow {
  position: absolute;
  top: 5rem;
  right: 8%;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 192, 116, 0.2), transparent 68%);
  filter: blur(12px);
}

.content-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(26rem, 1.05fr);
  align-items: center;
  min-height: 34rem;
}

.content-hero__copy {
  max-width: 40rem;
  padding: 5rem 0;
}

.content-hero__copy h1 {
  margin-top: 1rem;
  font-size: clamp(3.8rem, 5.6vw, 6rem);
  line-height: 1.06;
  letter-spacing: 0.08em;
}

.content-hero__copy > p:not(.eyebrow) {
  max-width: 36rem;
  margin-top: 1.5rem;
  color: var(--color-text-soft);
  font-size: 1.08rem;
  line-height: 1.9;
}

.content-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.content-hero__meta span {
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(224, 184, 111, 0.28);
  border-radius: 999px;
  color: rgba(244, 222, 186, 0.78);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.content-hero__visual {
  align-self: end;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 31rem;
}

.content-hero__visual img {
  width: min(112%, 47rem);
  max-width: none;
  margin-right: -3rem;
  filter: drop-shadow(0 2rem 2.5rem rgba(0, 0, 0, 0.38));
}

.content-hero__visual--rings img {
  width: min(105%, 41rem);
  margin-right: 1rem;
}

.catalog-section,
.detail-content-section,
.gallery-section,
.related-section,
.article-body-section {
  padding: 5.5rem 0 6.5rem;
  color: #2e1c18;
  background:
    radial-gradient(circle at 12% 0%, rgba(199, 146, 74, 0.11), transparent 28rem),
    #f4efe7;
}

.catalog-section--articles {
  background:
    linear-gradient(90deg, rgba(118, 61, 37, 0.035) 1px, transparent 1px),
    linear-gradient(#f4efe7, #eee6db);
  background-size: 5rem 100%, auto;
}

.catalog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.25rem;
}

.catalog-heading .eyebrow,
.product-card__category,
.article-card__meta span {
  color: #9a611f;
}

.catalog-heading h2 {
  margin-top: 0.35rem;
  color: #241411;
  font-size: clamp(2.25rem, 3.2vw, 3.5rem);
}

.catalog-heading > p {
  max-width: 28rem;
  color: #77645e;
  text-align: right;
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid rgba(67, 33, 26, 0.12);
}

.filter-chips a {
  padding: 0.7rem 1.15rem;
  border: 1px solid rgba(86, 44, 33, 0.17);
  border-radius: 999px;
  color: #624c45;
  background: rgba(255, 255, 255, 0.45);
  font-size: 0.9rem;
  transition: 180ms ease;
}

.filter-chips a:hover,
.filter-chips a:focus-visible,
.filter-chips a.is-active {
  border-color: #7c271f;
  color: #fff8e9;
  background: #5e1717;
  box-shadow: 0 0.65rem 1.5rem rgba(76, 17, 17, 0.16);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.product-card {
  overflow: hidden;
  border: 1px solid rgba(91, 48, 35, 0.12);
  border-radius: 0.35rem 0.35rem 1.4rem 0.35rem;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: 0 1.3rem 3rem rgba(67, 35, 26, 0.09);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.product-card:hover {
  transform: translateY(-0.45rem);
  box-shadow: 0 1.8rem 3.5rem rgba(67, 35, 26, 0.16);
}

.product-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1.15 / 1;
  overflow: hidden;
  background: #260407;
}

.product-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(20, 1, 3, 0.5));
}

.product-card__media img,
.article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.product-card:hover .product-card__media img,
.article-card:hover .article-card__media img {
  transform: scale(1.045);
}

.product-card__media > span {
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: 0.9rem;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(244, 222, 186, 0.35);
  border-radius: 999px;
  color: #f4deba;
  background: rgba(25, 2, 4, 0.62);
  font-size: 0.72rem;
}

.product-card__body {
  display: grid;
  gap: 1rem;
  padding: 1.5rem 1.55rem 1.65rem;
}

.product-card__category {
  margin-bottom: 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-card h3,
.article-card h3 {
  color: #281612;
}

.product-card__body > p,
.article-card__body > p {
  color: #77645e;
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  color: #751d1b;
  font-weight: 600;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(0.25rem);
}

.text-link--dark {
  color: #4d1816;
}

.catalog-empty {
  display: grid;
  justify-items: center;
  min-height: 27rem;
  padding: 5rem 1.5rem;
  border: 1px solid rgba(97, 52, 38, 0.13);
  border-radius: 0.4rem 0.4rem 2rem 0.4rem;
  background:
    radial-gradient(circle at center, rgba(191, 139, 65, 0.12), transparent 18rem),
    rgba(255, 253, 249, 0.72);
  text-align: center;
}

.catalog-empty__mark {
  display: grid;
  place-items: center;
  width: 4.75rem;
  height: 4.75rem;
  margin-bottom: 1.4rem;
  border: 1px solid rgba(126, 74, 38, 0.28);
  border-radius: 50%;
  color: #8a5227;
  font-family: var(--font-display);
  font-size: 2rem;
}

.catalog-empty h2 {
  margin-top: 0.55rem;
  color: #281612;
}

.catalog-empty > p:not(.eyebrow) {
  max-width: 35rem;
  margin: 1rem 0 1.8rem;
  color: #77645e;
}

.site-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}

.site-pagination a,
.site-pagination > span {
  padding: 0.7rem 1rem;
  border: 1px solid rgba(95, 50, 38, 0.18);
  border-radius: 999px;
  color: #5e4038;
  background: rgba(255, 255, 255, 0.55);
}

.site-pagination a:hover {
  color: #fff;
  background: #5e1717;
}

.site-pagination .is-disabled {
  opacity: 0.45;
}

.site-pagination__current {
  border-color: transparent !important;
  background: transparent !important;
}

.consult-strip {
  position: relative;
  overflow: hidden;
  padding: 3.75rem 0;
  background:
    linear-gradient(90deg, rgba(26, 2, 4, 0.95), rgba(78, 11, 17, 0.82)),
    url("../images/home/cta-bg-silk.webp") center/cover no-repeat;
}

.consult-strip::after {
  content: "龙祥阁";
  position: absolute;
  right: 5%;
  bottom: -2.5rem;
  color: rgba(244, 222, 186, 0.04);
  font-family: var(--font-display);
  font-size: 10rem;
  letter-spacing: 0.15em;
  white-space: nowrap;
}

.consult-strip__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.consult-strip h2 {
  margin: 0.45rem 0 0.65rem;
}

.consult-strip p:not(.eyebrow) {
  color: var(--color-text-soft);
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
}

.article-card {
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr);
  min-height: 19rem;
  overflow: hidden;
  border: 1px solid rgba(91, 48, 35, 0.12);
  border-radius: 0.35rem 0.35rem 1.4rem 0.35rem;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: 0 1.3rem 3rem rgba(67, 35, 26, 0.08);
}

.article-card--featured {
  grid-column: 1 / -1;
  grid-template-columns: 56% minmax(0, 1fr);
  min-height: 27rem;
}

.article-card--no-cover {
  display: block;
  min-height: 0;
  background:
    radial-gradient(circle at 90% 10%, rgba(186, 128, 50, 0.1), transparent 18rem),
    rgba(255, 253, 249, 0.94);
}

.article-card--no-cover .article-card__body {
  min-height: 18rem;
  padding: clamp(1.6rem, 3vw, 3rem);
}

.article-card--featured.article-card--no-cover .article-card__body {
  min-height: 27rem;
  padding: clamp(2rem, 4vw, 4.5rem);
}

.article-card__media {
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: #2a0508;
}

.article-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 1.6rem;
}

.article-card--featured .article-card__body {
  padding: clamp(2rem, 4vw, 4.5rem);
}

.article-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #9a8a84;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.article-card--featured h3 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.detail-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 30%, rgba(220, 181, 110, 0.18), transparent 24rem),
    linear-gradient(115deg, #170204, #560b12 62%, #220307);
}

.detail-hero__grid {
  display: grid;
  grid-template-columns: minmax(25rem, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 7rem);
  min-height: 42rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.detail-hero__image-frame {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(237, 204, 143, 0.25);
  border-radius: 50% 50% 1rem 1rem;
  background: #260407;
  box-shadow: 0 2.5rem 5rem rgba(0, 0, 0, 0.3);
}

.detail-hero__image-frame::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 1rem;
  border: 1px solid rgba(237, 204, 143, 0.18);
  border-radius: inherit;
  pointer-events: none;
}

.detail-hero__image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 2rem;
  color: rgba(244, 222, 186, 0.52);
  font-size: 0.84rem;
}

.breadcrumbs a:hover {
  color: var(--color-accent-strong);
}

.breadcrumbs strong {
  max-width: 18rem;
  overflow: hidden;
  color: rgba(244, 222, 186, 0.72);
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail-hero__copy h1 {
  margin-top: 0.85rem;
  font-size: clamp(3rem, 5vw, 5rem);
  letter-spacing: 0.06em;
}

.detail-hero__subtitle {
  margin-top: 0.8rem;
  color: var(--color-accent-strong);
  font-family: var(--font-display);
  font-size: 1.3rem;
}

.detail-hero__summary {
  max-width: 38rem;
  margin-top: 1.5rem;
  color: var(--color-text-soft);
  font-size: 1.06rem;
  line-height: 1.9;
}

.detail-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 2rem;
}

.detail-facts span {
  padding: 0.95rem;
  border-top: 1px solid rgba(224, 184, 111, 0.3);
  color: rgba(244, 222, 186, 0.68);
  font-size: 0.8rem;
}

.detail-facts b {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--color-accent-strong);
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.detail-hero__actions {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.detail-content-grid,
.article-body-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20rem;
  align-items: start;
  gap: clamp(3rem, 7vw, 8rem);
}

.detail-article h2 {
  margin: 0.5rem 0 2rem;
  color: #241411;
}

.rich-content {
  color: #5e4b45;
  font-size: 1.02rem;
  line-height: 2;
}

.rich-content > * + * {
  margin-top: 1.25rem;
}

.rich-content h2,
.rich-content h3,
.rich-content h4 {
  margin-top: 2.5rem;
  color: #2d1713;
}

.rich-content img {
  width: 100%;
  margin: 2rem 0;
  border-radius: 0.3rem 0.3rem 1.5rem 0.3rem;
}

.rich-content a {
  color: #7c221d;
  text-decoration: underline;
}

.rich-content blockquote {
  padding: 1.25rem 1.5rem;
  border-left: 3px solid #a66a2b;
  color: #6f554c;
  background: rgba(185, 128, 51, 0.08);
}

.detail-aside,
.article-sidebar__card {
  position: sticky;
  top: 8rem;
  padding: 2rem;
  border: 1px solid rgba(90, 45, 34, 0.12);
  border-radius: 0.3rem 0.3rem 1.4rem 0.3rem;
  background: rgba(255, 253, 249, 0.72);
  box-shadow: 0 1.3rem 3rem rgba(67, 35, 26, 0.08);
}

.detail-aside h3,
.article-sidebar h3 {
  margin: 0.45rem 0 1rem;
  color: #291611;
}

.detail-aside ul {
  display: grid;
  gap: 0.85rem;
  margin: 0 0 1.5rem;
  padding: 0;
  color: #6f5a53;
  list-style: none;
}

.detail-aside li {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(90, 45, 34, 0.1);
}

.gallery-section {
  padding-top: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 0.3rem 0.3rem 1.4rem 0.3rem;
  background: #2a0508;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.related-section {
  padding-top: 4rem;
  border-top: 1px solid rgba(83, 42, 31, 0.1);
}

.product-grid--compact,
.article-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-grid--compact .article-card {
  display: flex;
  flex-direction: column;
}

.article-grid--compact .article-card--no-cover {
  display: block;
}

.article-grid--compact .article-card__media {
  min-height: auto;
  aspect-ratio: 16 / 10;
}

.article-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 6rem 0 6.5rem;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(218, 174, 96, 0.18), transparent 30rem),
    linear-gradient(135deg, #180204, #4c0910 55%, #210306);
}

.article-detail-hero::after {
  content: "NEWS";
  position: absolute;
  right: 0;
  bottom: -3rem;
  left: 0;
  color: rgba(244, 222, 186, 0.035);
  font-family: var(--font-display);
  font-size: clamp(8rem, 20vw, 20rem);
  line-height: 1;
  letter-spacing: 0.25em;
}

.article-detail-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 60rem;
}

.article-detail-hero .breadcrumbs {
  justify-content: center;
}

.article-detail-hero h1 {
  margin-top: 1rem;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1.22;
  letter-spacing: 0.04em;
}

.article-detail-hero__excerpt {
  max-width: 48rem;
  margin: 1.5rem auto 0;
  color: var(--color-text-soft);
  font-size: 1.08rem;
  line-height: 1.9;
}

.article-detail-hero__meta {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
  color: rgba(244, 222, 186, 0.55);
  font-size: 0.84rem;
}

.article-body {
  max-width: 52rem;
}

.article-cover {
  margin: 0 0 3rem;
  overflow: hidden;
  border-radius: 0.3rem 0.3rem 1.8rem 0.3rem;
  box-shadow: 0 1.8rem 4rem rgba(67, 35, 26, 0.14);
}

.article-cover img {
  width: 100%;
  max-height: 38rem;
  object-fit: cover;
}

.rich-content--article {
  font-size: 1.06rem;
}

.article-end {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 3.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(86, 43, 32, 0.12);
  color: #8a756e;
}

.article-end span {
  color: #9a611f;
  font-size: 0.72rem;
  letter-spacing: 0.25em;
}

.article-sidebar__card > p:not(.eyebrow) {
  margin-bottom: 1.3rem;
  color: #6f5a53;
  line-height: 1.8;
}

@media (max-width: 1200px) {
  .content-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.9fr);
  }

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

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

@media (max-width: 992px) {
  .page-inner .site-header--inner {
    position: sticky;
  }

  .content-hero__grid,
  .detail-hero__grid {
    grid-template-columns: 1fr;
  }

  .content-hero__copy {
    padding: 4rem 0 0;
  }

  .content-hero__visual {
    justify-content: center;
    height: 21rem;
  }

  .content-hero__visual img,
  .content-hero__visual--rings img {
    width: min(100%, 34rem);
    margin-right: 0;
  }

  .detail-hero__grid {
    gap: 3rem;
    padding-top: 3rem;
  }

  .detail-hero__media {
    max-width: 35rem;
    margin: 0 auto;
  }

  .detail-content-grid,
  .article-body-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .detail-aside,
  .article-sidebar__card {
    position: static;
  }

  .article-sidebar {
    max-width: 34rem;
  }
}

@media (max-width: 768px) {
  .content-hero {
    min-height: auto;
  }

  .content-hero__grid {
    min-height: auto;
  }

  .content-hero__copy h1 {
    font-size: clamp(3rem, 13vw, 4.25rem);
  }

  .catalog-section,
  .detail-content-section,
  .gallery-section,
  .related-section,
  .article-body-section {
    padding: 4rem 0;
  }

  .catalog-heading,
  .consult-strip__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .catalog-heading > p {
    text-align: left;
  }

  .product-grid,
  .product-grid--compact,
  .article-grid,
  .article-grid--compact,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .article-card,
  .article-card--featured {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .article-card__media {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

  .article-card--featured .article-card__body {
    padding: 1.6rem;
  }

  .detail-hero__grid {
    min-height: auto;
  }

  .product-detail-mobile {
    padding-top: 1.5rem;
    padding-bottom: 3.5rem;
  }

  .product-detail-mobile .breadcrumbs {
    margin-bottom: 1.25rem;
  }

  .product-detail-mobile__media {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 1px solid rgba(237, 204, 143, 0.24);
    border-radius: 50% 50% 0.6rem 0.6rem;
    background: #260407;
    box-shadow: 0 1.7rem 3rem rgba(0, 0, 0, 0.28);
  }

  .product-detail-mobile__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-detail-mobile__copy {
    padding-top: 2rem;
  }

  .product-detail-mobile__copy h1 {
    margin-top: 0.6rem;
    font-size: clamp(2.65rem, 12vw, 3.6rem);
    line-height: 1.12;
  }

  .product-detail-mobile__copy > p:not(.eyebrow, .product-detail-mobile__subtitle) {
    margin-top: 1.15rem;
    color: var(--color-text-soft);
    line-height: 1.85;
  }

  .product-detail-mobile__subtitle {
    margin-top: 0.65rem;
    color: var(--color-accent-strong);
    font-family: var(--font-display);
    font-size: 1.12rem;
  }

  .product-detail-mobile__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.4rem;
  }

  .product-detail-mobile__facts span {
    padding: 0.55rem 0.75rem;
    border: 1px solid rgba(224, 184, 111, 0.28);
    border-radius: 999px;
    color: rgba(244, 222, 186, 0.78);
    font-size: 0.75rem;
  }

  .page-product-detail .floating-cta {
    display: none;
  }

  .mobile-product-actions {
    position: fixed;
    z-index: var(--z-floating);
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    padding: 0.75rem;
    border-top: 1px solid rgba(226, 188, 116, 0.24);
    background: rgba(23, 2, 4, 0.94);
    box-shadow: 0 -0.75rem 2rem rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(16px);
  }

  .mobile-product-actions.only-mobile {
    display: grid !important;
  }

  .mobile-product-actions a {
    display: grid;
    place-items: center;
    min-height: 3rem;
    border: 1px solid rgba(224, 184, 111, 0.5);
    border-radius: 0.55rem;
    color: var(--color-accent-strong);
  }

  .mobile-product-actions a:last-child {
    border-color: transparent;
    color: #2a0a05;
    background: var(--gradient-button);
    font-weight: 700;
  }

  .page-product-detail .site-footer {
    padding-bottom: 5rem;
  }

  .detail-hero__media {
    width: 100%;
  }

  .detail-hero__copy h1 {
    font-size: clamp(2.65rem, 12vw, 3.5rem);
  }

  .detail-facts {
    grid-template-columns: 1fr;
  }

  .detail-hero__actions {
    flex-direction: column;
  }

  .article-detail-hero {
    padding: 4.5rem 0;
  }

  .article-detail-hero__meta {
    flex-direction: column;
    gap: 0.5rem;
  }

  .consult-strip::after {
    font-size: 6rem;
  }
}

@media (max-width: 480px) {
  .content-hero__copy {
    padding-top: 3.2rem;
  }

  .content-hero__visual {
    height: 17rem;
  }

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

  .filter-chips a {
    text-align: center;
  }

  .product-card__body,
  .article-card__body {
    padding: 1.3rem;
  }

  .site-pagination {
    gap: 0.45rem;
  }

  .site-pagination a,
  .site-pagination > span {
    padding: 0.6rem 0.7rem;
    font-size: 0.78rem;
  }

  .detail-hero__grid {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }

  .detail-hero__image-frame {
    border-radius: 50% 50% 0.6rem 0.6rem;
  }
}

.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 6rem 0 6.5rem;
  background:
    radial-gradient(circle at 76% 20%, rgba(224, 185, 111, 0.18), transparent 24rem),
    linear-gradient(115deg, #170204, #560b12 62%, #220307),
    url("../images/home/hero-bg-silk.webp") center/cover no-repeat;
}

.contact-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 60rem;
  text-align: center;
}

.contact-hero .breadcrumbs {
  justify-content: center;
}

.contact-hero h1 {
  margin-top: 1rem;
  font-size: clamp(3rem, 6vw, 6rem);
}

.contact-hero p:not(.eyebrow) {
  max-width: 42rem;
  margin: 1.5rem auto 0;
  color: var(--color-text-soft);
  font-size: 1.08rem;
  line-height: 1.9;
}

.contact-section {
  padding: 5.5rem 0 6.5rem;
  color: #2e1c18;
  background: #f4efe7;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 23rem;
  align-items: start;
  gap: clamp(3rem, 8vw, 9rem);
}

.contact-content {
  min-height: 26rem;
  padding: clamp(1.5rem, 4vw, 4rem);
  border: 1px solid rgba(90, 45, 34, 0.12);
  border-radius: 0.35rem 0.35rem 1.8rem 0.35rem;
  background: rgba(255, 253, 249, 0.76);
  box-shadow: 0 1.4rem 3rem rgba(67, 35, 26, 0.07);
}

.contact-card {
  position: sticky;
  top: 8rem;
  display: grid;
  gap: 1rem;
  padding: 2rem;
  border: 1px solid rgba(224, 184, 111, 0.26);
  border-radius: 0.35rem 0.35rem 1.5rem 0.35rem;
  color: var(--color-text-soft);
  background: linear-gradient(180deg, #3e0a0f, #1a0204);
  box-shadow: 0 1.5rem 3rem rgba(45, 3, 6, 0.2);
}

.contact-card h2 {
  color: var(--color-text);
}

.contact-card__phone {
  color: var(--color-accent-strong);
  font-family: var(--font-display);
  font-size: 2.15rem;
}

.contact-card p {
  display: grid;
  gap: 0.25rem;
  color: rgba(244, 222, 186, 0.72);
  line-height: 1.6;
}

.contact-card p strong {
  color: var(--color-accent-strong);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    position: static;
    max-width: 30rem;
  }
}

@media (max-width: 768px) {
  .contact-hero {
    padding: 4.5rem 0;
  }

  .contact-hero h1 {
    font-size: clamp(3rem, 13vw, 4.5rem);
  }

  .contact-section {
    padding: 4rem 0;
  }

  .contact-content {
    padding: 1.4rem;
  }
}
