.art-page {
  background: #f5f5f5;
  color: #444444;
}

.art-logo {
  min-width: 236px;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.art-logo .art-logo__mark {
  width: 58px;
  height: 58px;
  border: 2px solid rgba(228, 173, 47, 0.72);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--jsy-gold);
  background: radial-gradient(circle, #fff9ea 0%, #ffffff 72%);
  font: 700 26px / 1 var(--jsy-font-kai);
}

.art-logo .art-logo__text {
  position: static;
  display: block;
  transform: none;
  color: var(--jsy-gold);
  font: 700 27px / 1.1 var(--jsy-font-kai);
  white-space: nowrap;
}

.art-logo__text::after {
  content: "HUANGGUOSHU JIUYE";
  display: block;
  margin-top: 5px;
  color: rgba(228, 173, 47, 0.7);
  font: 700 8px / 1 var(--jsy-font-num);
  letter-spacing: 0.2em;
}

.art-main {
  padding-top: 0;
}

.art-banner {
  position: relative;
  height: 230px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 clamp(28px, 4.6vw, 90px) 34px;
  color: #fff7e7;
  background:
    linear-gradient(90deg, rgba(172, 0, 0, 0.98), rgba(118, 0, 0, 0.98)),
    radial-gradient(circle at 74% 6%, rgba(255, 218, 133, 0.22), transparent 32%);
}

.art-banner::before,
.art-banner::after,
.art-banner__ribbon {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  pointer-events: none;
}

.art-banner::before {
  top: 72px;
  height: 88px;
  transform: rotate(-2.4deg);
  background: repeating-linear-gradient(
    0deg,
    #ffd991 0,
    #ffd991 5px,
    #ad1105 5px,
    #ad1105 11px,
    #fff0bd 11px,
    #fff0bd 17px,
    #de7f37 17px,
    #de7f37 22px
  );
  box-shadow: 0 16px 28px rgba(83, 0, 0, 0.22);
}

.art-banner::after {
  top: 104px;
  height: 64px;
  transform: rotate(1.8deg);
  background: repeating-linear-gradient(
    0deg,
    rgba(255, 229, 163, 0.96) 0,
    rgba(255, 229, 163, 0.96) 4px,
    rgba(194, 25, 10, 0.82) 4px,
    rgba(194, 25, 10, 0.82) 9px,
    rgba(246, 167, 85, 0.9) 9px,
    rgba(246, 167, 85, 0.9) 14px
  );
  opacity: 0.92;
}

.art-banner__ribbon {
  top: 62px;
  height: 1px;
  background: rgba(255, 232, 180, 0.55);
}

.art-banner strong {
  position: relative;
  z-index: 1;
  font: 700 clamp(24px, 2.1vw, 36px) / 1.2 var(--jsy-font-song);
  text-shadow: 0 3px 8px rgba(68, 0, 0, 0.48);
}

.art-shell {
  padding: 38px clamp(22px, 2.1vw, 44px) 72px;
  background: #f5f5f5;
}

.art-navbox {
  width: 100%;
  min-height: 74px;
  margin: 0 auto 34px;
  padding: 0 clamp(62px, 3.9vw, 80px);
  display: flex;
  gap: 36px;
  justify-content: space-between;
  align-items: stretch;
  background: #ffffff;
}

.art-breadcrumb {
  min-width: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #8e8e8e;
  font-size: 16px;
}

.art-breadcrumb a {
  color: var(--jsy-gold);
  transition: color 160ms ease;
}

.art-breadcrumb a:hover {
  color: var(--jsy-gold-600);
}

.art-breadcrumb em {
  font-style: normal;
  color: #8e8e8e;
}

.art-tabs {
  display: flex;
  align-self: stretch;
  align-items: stretch;
  justify-content: flex-end;
  gap: 0;
  color: #333333;
  font-size: 18px;
  white-space: nowrap;
}

.art-tabs a {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-width: 220px;
  height: 74px;
  padding: 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  background: #ffffff;
  font-weight: 700;
  text-align: center;
  transition: color 160ms ease;
}

.art-tabs a:focus-visible {
  outline: 2px solid var(--jsy-gold);
  outline-offset: -2px;
}

.art-tabs a.is-active {
  color: #333333;
}

.art-tabs a.is-hovering {
  color: #ffffff;
}

.art-tab__label {
  position: relative;
  z-index: 1;
}

.art-tab__fill {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--jsy-gold);
  transform: scaleX(0);
  transform-origin: center center;
  will-change: transform;
}

.art-panel {
  width: 100%;
  margin: 0 auto;
  padding: clamp(34px, 3.6vw, 58px) clamp(28px, 3.6vw, 58px) 0;
  background: #ffffff;
}

.art-panel__head {
  min-height: 82px;
  margin-bottom: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.art-panel__head h1 {
  margin: 0;
  color: #333333;
  font: 700 clamp(26px, 2vw, 34px) / 1.35 var(--jsy-font-song);
}

.art-panel__head span {
  color: rgba(90, 90, 90, 0.24);
  font: 700 clamp(26px, 2.4vw, 42px) / 1 var(--jsy-font-kai);
  white-space: nowrap;
}

.art-product {
  display: grid;
  grid-template-columns: minmax(420px, 0.98fr) minmax(380px, 0.9fr);
  gap: clamp(34px, 3vw, 58px);
  align-items: start;
}

.art-gallery {
  min-width: 0;
}

.art-gallery__stage {
  position: relative;
  aspect-ratio: 1.2 / 1;
  overflow: hidden;
  border: 1px solid #dddddd;
  background: #ffffff;
  cursor: zoom-in;
}

.art-gallery__stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  filter: saturate(0.9);
  transition: transform 260ms ease;
  transform-origin: center;
}

.art-gallery__stage.is-zooming img {
  transform: scale(1.85);
}

.art-packshot {
  position: absolute;
  inset: 7% 8% 8%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(16px, 2.4vw, 34px);
  pointer-events: none;
  transition: transform 260ms ease;
  transform-origin: center;
}

.art-gallery__stage.is-zooming .art-packshot {
  transform: scale(1.35);
}

.art-packshot__box,
.art-packshot__bottle {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #9a6428;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0 46%, transparent 46%),
    linear-gradient(135deg, #cfeee9, #e8fbf5 58%, #bfdfdb);
  box-shadow: 0 28px 42px rgba(0, 0, 0, 0.13);
}

.art-packshot__box {
  width: min(42%, 320px);
  height: 78%;
  border: 8px solid rgba(255, 255, 255, 0.7);
}

.art-packshot__box::after,
.art-packshot__bottle::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 12%;
  height: 32%;
  background:
    linear-gradient(90deg, rgba(116, 180, 171, 0.22), transparent),
    repeating-linear-gradient(90deg, rgba(109, 166, 158, 0.18) 0 12px, transparent 12px 30px);
}

.art-packshot__bottle {
  width: min(28%, 210px);
  height: 58%;
  margin-bottom: 1%;
  border-radius: 6px 6px 3px 3px;
  background:
    linear-gradient(180deg, #b48958 0 34%, #edf8f5 34% 100%),
    linear-gradient(90deg, #d9ece9, #ffffff 52%, #cfe2df);
}

.art-packshot__bottle::before {
  content: "";
  position: absolute;
  top: -18%;
  left: 50%;
  width: 44%;
  height: 22%;
  border-radius: 8px 8px 3px 3px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #d8e8e5, #ffffff 52%, #c8d8d5);
  box-shadow: 0 4px 0 #b48958;
}

.art-packshot span {
  position: relative;
  z-index: 2;
  font: 700 clamp(28px, 4.4vw, 56px) / 1 var(--jsy-font-kai);
  writing-mode: vertical-rl;
}

.art-packshot small {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  color: rgba(126, 82, 42, 0.72);
  font: 700 10px / 1 var(--jsy-font-num);
  letter-spacing: 0.2em;
}

.art-gallery__stage[data-tone="amber"] .art-packshot__box,
.art-gallery__stage[data-tone="amber"] .art-packshot__bottle {
  color: #845326;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.38) 0 42%, transparent 42%),
    linear-gradient(135deg, #c79a68, #f3dfc3 58%, #a86d33);
}

.art-gallery__stage[data-tone="amber"] .art-packshot__bottle {
  background:
    linear-gradient(180deg, #7a4022 0 34%, #f1e2cd 34% 100%),
    linear-gradient(90deg, #c29362, #fff4df 52%, #9f6939);
}

.art-gallery__stage[data-tone="ink"] .art-packshot__box,
.art-gallery__stage[data-tone="ink"] .art-packshot__bottle {
  color: #d6aa53;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0 44%, transparent 44%),
    linear-gradient(135deg, #1d1d1d, #4d3025 58%, #111111);
}

.art-zoom-lens {
  position: absolute;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(228, 173, 47, 0.72);
  background: rgba(255, 255, 255, 0.12);
  opacity: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: opacity 120ms ease;
}

.art-gallery__stage.is-zooming .art-zoom-lens {
  opacity: 1;
}

.art-gallery__zoom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 42px;
  border: 0;
  color: #ffffff;
  background: rgba(140, 140, 140, 0.72);
  font-size: 18px;
}

.art-gallery__controls {
  min-height: 106px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 14px;
}

.art-gallery__arrow {
  width: 42px;
  height: 42px;
  border: 0;
  color: #333333;
  background: transparent;
  font-size: 24px;
  transition: color 160ms ease;
}

.art-gallery__arrow:hover {
  color: var(--jsy-gold);
}

.art-thumbs {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
  padding: 10px 2px;
}

.art-thumb {
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  padding: 0;
  border: 2px solid transparent;
  background: #ffffff;
  overflow: hidden;
}

.art-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.art-thumb.is-active {
  border-color: #ff3d4b;
}

.art-summary {
  min-width: 0;
}

.art-summary h2 {
  margin: -8px 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dedede;
  color: #333333;
  font: 700 clamp(30px, 2.3vw, 42px) / 1.2 var(--jsy-font-song);
}

.art-summary dl {
  margin: 0;
  color: #858585;
  font-size: 18px;
}

.art-summary dl div {
  display: flex;
  gap: 4px;
  padding: 12px 0;
}

.art-summary dt {
  flex: 0 0 auto;
  margin: 0;
  font-weight: 400;
}

.art-summary dd {
  margin: 0;
}

.art-summary__desc-list {
  padding: 18px 0 16px;
  border-bottom: 1px dashed #dddddd;
}

.art-summary__desc {
  color: #666666;
  font-size: 17px;
  line-height: 1.9;
  word-break: break-word;
}

.art-summary__desc p {
  margin: 0 0 12px;
}

.art-summary__desc p:last-child,
.art-summary__desc ul:last-child,
.art-summary__desc ol:last-child {
  margin-bottom: 0;
}

.art-summary__desc ul,
.art-summary__desc ol {
  margin: 0 0 12px;
  padding-left: 1.35em;
}

.art-summary__desc img {
  max-width: 100%;
  height: auto;
}

.art-summary__desc table {
  width: 100%;
  margin: 12px 0;
  border-collapse: collapse;
}

.art-summary__desc th,
.art-summary__desc td {
  padding: 8px 10px;
  border: 1px solid #e5e5e5;
}

.art-consult {
  margin-top: 8px;
  padding: 18px 0;
  border-bottom: 1px dashed #dddddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.art-consult__phone {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333333;
  white-space: nowrap;
}

.art-consult__phone i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #333333;
  font-size: 14px;
}

.art-consult__phone span {
  font-size: 19px;
  font-weight: 700;
}

.art-consult__phone strong {
  color: var(--jsy-gold);
  font: 700 clamp(26px, 2vw, 36px) / 1 var(--jsy-font-num);
}

.art-shop-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.art-shop-badges a {
  min-width: 92px;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #df2424;
  font-size: 15px;
  font-weight: 700;
}

.art-shop-badges a:nth-child(2) {
  background: #d71920;
}

.art-shop-badges a:nth-child(3) {
  background: #f05b4f;
}

.art-actions {
  margin-top: 20px;
  display: flex;
  gap: 26px;
}

.art-action {
  min-width: 190px;
  height: 54px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  transition: transform 160ms ease, filter 160ms ease;
}

.art-action:hover {
  color: #ffffff;
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.art-action--gold {
  background: var(--jsy-gold);
}

.art-action--dark {
  background: #5d5d5d;
}

.art-detail {
  margin-top: clamp(44px, 4.4vw, 74px);
}

.art-detail h2 {
  margin: 0 0 24px;
  padding: 14px 22px;
  border-left: 4px solid var(--jsy-gold);
  color: var(--jsy-gold);
  background: #f5f5f5;
  font: 400 clamp(22px, 1.8vw, 29px) / 1.25 var(--jsy-font-song);
}

.art-richtext {
  max-width: 1280px;
  color: #676767;
  font-size: 18px;
  line-height: 2;
}

.art-richtext p {
  margin: 0 0 18px;
}

.art-richtext h3 {
  margin: 30px 0 12px;
  color: #333333;
  font: 700 25px / 1.35 var(--jsy-font-song);
}

.art-richtext ul {
  margin: 0 0 22px;
  padding-left: 1.4em;
}

.art-richtext figure {
  margin: 24px 0;
}

.art-richtext img {
  width: min(100%, 1320px);
  max-height: 720px;
  object-fit: cover;
}

.art-richtext figcaption {
  margin-top: 10px;
  color: #9a9a9a;
  font-size: 15px;
  text-align: center;
}

.art-product-pager {
  margin-top: 42px;
  padding: 18px 12px 22px;
  border-top: 1px solid #ededed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #ffffff;
}

.art-product-pager a {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #777777;
  font-size: 16px;
}

.art-product-pager a:hover {
  color: var(--jsy-gold);
}

.art-product-pager strong {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.art-product-pager__next {
  justify-content: flex-end;
  text-align: right;
}

.art-footer-brand {
  display: block;
  color: var(--jsy-gold);
  font: 700 24px / 58px var(--jsy-font-kai);
  text-align: right;
}

@media (max-width: 1199px) {
  .art-navbox {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 22px;
  }

  .art-tabs {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0;
  }

  .art-tabs a {
    flex: 0 0 190px;
    min-width: 190px;
  }

  .art-product {
    grid-template-columns: 1fr;
  }

  .art-gallery__stage {
    aspect-ratio: 1.55 / 1;
  }
}

@media (max-width: 991px) {
  .art-page .jsy-nav > ul > li > a {
    color: #ffffff;
  }

  .art-logo {
    min-width: 190px;
    flex-basis: 190px;
  }

  .art-logo .art-logo__mark {
    width: 46px;
    height: 46px;
    font-size: 21px;
  }

  .art-logo .art-logo__text {
    font-size: 22px;
  }

  .art-banner {
    height: 170px;
  }

  .art-breadcrumb {
    min-height: 0;
  }

  .art-tabs a {
    font-size: 16px;
  }

  .art-panel__head span {
    display: none;
  }

  .art-consult {
    align-items: flex-start;
    flex-direction: column;
  }

  .art-shop-badges {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .art-shell {
    padding: 24px 16px 48px;
  }

  .art-banner {
    height: 140px;
    padding-bottom: 24px;
  }

  .art-banner::before {
    top: 58px;
  }

  .art-banner::after {
    top: 86px;
  }

  .art-tabs {
    font-size: 16px;
  }

  .art-navbox {
    margin-bottom: 22px;
    padding: 18px;
  }

  .art-breadcrumb {
    font-size: 14px;
  }

  .art-tabs a {
    flex-basis: 50%;
    min-width: 150px;
    height: 54px;
    padding: 0 18px;
  }

  .art-panel {
    padding: 28px 14px 0;
  }

  .art-panel__head {
    min-height: 66px;
    margin-bottom: 22px;
  }

  .art-gallery__stage {
    aspect-ratio: 1 / 0.92;
  }

  .art-gallery__controls {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    gap: 8px;
  }

  .art-gallery__arrow {
    width: 30px;
  }

  .art-thumb {
    flex-basis: 62px;
    width: 62px;
    height: 62px;
  }

  .art-summary h2 {
    font-size: 28px;
  }

  .art-summary dl {
    font-size: 16px;
  }

  .art-summary dl div {
    padding: 9px 0;
  }

  .art-summary__desc-list {
    padding: 14px 0;
  }

  .art-summary__desc {
    font-size: 16px;
    line-height: 1.8;
  }

  .art-consult__phone {
    flex-wrap: wrap;
    white-space: normal;
  }

  .art-actions {
    gap: 12px;
    flex-direction: column;
  }

  .art-action {
    width: 100%;
  }

  .art-richtext {
    font-size: 16px;
  }

  .art-product-pager {
    align-items: stretch;
    flex-direction: column;
  }

  .art-product-pager a,
  .art-product-pager__next {
    justify-content: space-between;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .art-breadcrumb {
    font-size: 14px;
  }

  .art-shop-badges a {
    min-width: 0;
    flex: 1 1 120px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .art-tabs a,
  .art-tab__fill,
  .art-breadcrumb a {
    transition: none;
  }
}

.art-navbox,
.art-breadcrumb {
  min-height: 60px;
}

.art-breadcrumb {
  font-size: 14px;
}

.art-breadcrumb .is-active {
  color: var(--jsy-gold);
  font-weight: 400;
}

.art-tabs {
  font-size: 16px;
}

.art-tabs a {
  height: 60px;
  font-size: 16px;
  font-weight: 400;
}
