:root {
  --y3-ink: #112824;
  --y3-ink-2: #1b3933;
  --y3-sage: #aebda9;
  --y3-sage-soft: #dfe7dc;
  --y3-gold: #c8aa6a;
  --y3-cream: #f6f3eb;
  --y3-paper: #fcfaf5;
  --y3-fog: #e9eeea;
  --y3-text: #1a2a26;
  --y3-muted: #66736e;
  --y3-line: rgba(17, 40, 36, .13);
  --y3-shadow: 0 24px 70px rgba(18, 42, 36, .11);
}

/* AI-generated brand backgrounds: homepage catalog and distinct inner sections */
.yishine-template.ys-about-page .rm-inner-hero {
  background:
    linear-gradient(90deg, rgba(7, 25, 21, .9) 0%, rgba(7, 25, 21, .56) 52%, rgba(7, 25, 21, .12) 100%),
    url("../images/yishine/inner-about-ai.webp") center 54% / cover no-repeat;
}

.yishine-template.rm-product-showroom-page .rm-inner-hero,
.yishine-template.rm-product-detail-page .rm-product-hero {
  background:
    linear-gradient(90deg, rgba(7, 25, 21, .9) 0%, rgba(7, 25, 21, .54) 52%, rgba(7, 25, 21, .1) 100%),
    url("../images/yishine/inner-products-ai.webp") center 52% / cover no-repeat;
}

.yishine-template.rm-news-list-page:not(.rm-case-page) .rm-inner-hero,
.yishine-template.rm-article-detail-page .rm-inner-hero,
.yishine-template .rm-article-hero {
  background:
    linear-gradient(90deg, rgba(6, 21, 18, .92) 0%, rgba(6, 21, 18, .55) 54%, rgba(6, 21, 18, .1) 100%),
    url("../images/yishine/inner-news-ai.webp") center 54% / cover no-repeat;
}

.yishine-template.rm-download-page .rm-inner-hero {
  background:
    linear-gradient(90deg, rgba(5, 20, 17, .94) 0%, rgba(5, 20, 17, .53) 56%, rgba(5, 20, 17, .08) 100%),
    url("../images/yishine/inner-download-ai.webp") center 55% / cover no-repeat;
}

.yishine-template.rm-case-page .rm-inner-hero,
.yishine-template.ys-solutions-page .rm-inner-hero {
  background:
    linear-gradient(90deg, rgba(6, 23, 19, .91) 0%, rgba(6, 23, 19, .52) 52%, rgba(6, 23, 19, .08) 100%),
    url("../images/yishine/inner-case-ai.webp") center 54% / cover no-repeat;
}

.yishine-template.rm-video-list-page .rm-inner-hero,
.yishine-template.rm-video-detail-page .rm-inner-hero {
  background:
    linear-gradient(90deg, rgba(3, 15, 13, .94) 0%, rgba(3, 15, 13, .52) 54%, rgba(3, 15, 13, .08) 100%),
    url("../images/yishine/inner-video-ai.webp") center 54% / cover no-repeat;
}

.yishine-template.ys-contact-page .rm-inner-hero {
  background:
    linear-gradient(90deg, rgba(5, 21, 18, .92) 0%, rgba(5, 21, 18, .54) 54%, rgba(5, 21, 18, .08) 100%),
    url("../images/yishine/inner-contact-ai.webp") center 54% / cover no-repeat;
}

/* Product detail: integrated media stage and editorial content layout */
.yishine-template.rm-product-detail-page .rm-product-main {
  padding: clamp(68px, 6vw, 96px) 0;
  background:
    radial-gradient(circle at 86% 12%, rgba(202, 178, 104, .14), transparent 24%),
    var(--y3-cream);
}

.yishine-template.rm-product-detail-page .rm-product-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  max-width: 1380px;
}

.yishine-template.rm-product-detail-page .rm-product-visual {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 16px;
  min-width: 0;
  padding: 18px;
  border: 0;
  border-radius: 28px 28px 0 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(202, 178, 104, .12), transparent 24%),
    #102c27;
  box-shadow: 0 30px 76px rgba(17, 40, 36, .14);
}

.yishine-template.rm-product-detail-page .rm-product-main-image {
  grid-column: 2;
  grid-row: 1;
  min-height: clamp(500px, 47vw, 690px);
  aspect-ratio: auto;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(239, 238, 230, .98));
}

.yishine-template.rm-product-detail-page .rm-product-main-image img,
.yishine-template.rm-product-detail-page .rm-product-main-image video {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  transform: none;
}

.yishine-template.rm-product-detail-page .rm-product-main-image::after {
  background: linear-gradient(180deg, transparent 70%, rgba(15, 42, 37, .48) 100%);
}

.yishine-template.rm-product-detail-page .rm-gallery-caption {
  left: 30px;
  right: 30px;
  bottom: 26px;
}

.yishine-template.rm-product-detail-page .rm-gallery-caption span {
  color: #e3c66b;
  letter-spacing: .08em;
}

.yishine-template.rm-product-detail-page .rm-gallery-caption strong {
  max-width: 580px;
  font-size: clamp(22px, 2vw, 34px);
}

.yishine-template.rm-product-detail-page .rm-product-thumbs-shell {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.yishine-template.rm-product-detail-page .rm-product-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  max-height: 690px;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-snap-type: y proximity;
}

.yishine-template.rm-product-detail-page .rm-product-thumbs button {
  flex: 0 0 94px;
  width: 100%;
  min-width: 0;
  height: 94px;
  padding: 4px;
  border-radius: 10px;
  scroll-snap-align: start;
}

.yishine-template.rm-product-detail-page .rm-product-thumbs img {
  border-radius: 6px;
}

.yishine-template.rm-product-detail-page .rm-thumb-nav {
  display: none;
  left: 0;
  right: 0;
  width: 100%;
  height: 36px;
  border-radius: 8px;
  font-size: 22px;
}

.yishine-template.rm-product-detail-page .rm-thumb-prev {
  top: 0;
  bottom: auto;
  transform: rotate(90deg);
}

.yishine-template.rm-product-detail-page .rm-thumb-next {
  top: auto;
  bottom: 0;
  transform: rotate(90deg);
}

.yishine-template.rm-product-detail-page .rm-product-summary {
  position: static;
  display: grid;
  grid-template-columns: minmax(250px, .8fr) minmax(0, 1.7fr) auto;
  gap: clamp(24px, 3vw, 46px);
  align-items: center;
  padding: clamp(30px, 3vw, 44px);
  border: 0;
  border-radius: 0 0 28px 28px;
  background: #e7ece4;
  box-shadow: 0 30px 76px rgba(17, 40, 36, .12);
}

.yishine-template.rm-product-detail-page .ys-product-summary-intro {
  min-width: 0;
}

.yishine-template.rm-product-detail-page .ys-product-summary-kicker {
  display: block;
  margin-bottom: 12px;
  color: #977d36;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.yishine-template.rm-product-detail-page .rm-product-summary h2 {
  margin-bottom: 10px;
  font-size: clamp(26px, 2.4vw, 36px);
}

.yishine-template.rm-product-detail-page .rm-product-summary p {
  max-width: 390px;
  font-size: 15px;
  line-height: 1.65;
}

.yishine-template.rm-product-detail-page .rm-summary-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 40, 36, .12);
  border-radius: 16px;
  background: rgba(17, 40, 36, .12);
}

.yishine-template.rm-product-detail-page .rm-summary-list div {
  min-height: 114px;
  padding: 20px;
  border: 0;
  background: rgba(255, 255, 255, .7);
}

.yishine-template.rm-product-detail-page .rm-summary-list span {
  color: #977d36;
  letter-spacing: .07em;
}

.yishine-template.rm-product-detail-page .rm-summary-list strong {
  color: var(--y3-ink);
  font-size: 14px;
}

.yishine-template.rm-product-detail-page .rm-product-summary > .rm-btn {
  min-width: 190px;
  justify-content: center;
  white-space: nowrap;
}

.yishine-template.rm-product-detail-page .rm-product-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: clamp(30px, 4vw, 54px);
  align-items: start;
}

.yishine-template.rm-product-detail-page .rm-product-story {
  min-width: 0;
  padding: clamp(38px, 5vw, 72px);
  border-radius: 24px;
}

.yishine-template.rm-product-detail-page .rm-product-story .rm-rich-content {
  width: 100%;
  max-width: none;
}

.yishine-template.rm-product-detail-page .rm-product-story .rm-rich-content h1,
.yishine-template.rm-product-detail-page .rm-product-story .rm-rich-content h2,
.yishine-template.rm-product-detail-page .rm-product-story .rm-rich-content h3 {
  max-width: 820px !important;
  margin: 0 0 22px;
  color: var(--y3-ink);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.yishine-template.rm-product-detail-page .rm-product-story .rm-rich-content h2 {
  margin-top: 44px;
  font-size: clamp(30px, 3vw, 44px);
}

.yishine-template.rm-product-detail-page .rm-product-story .rm-rich-content p {
  width: 100% !important;
  max-width: 880px !important;
  margin: 0 0 22px;
  color: #5e6d67;
  font-size: 17px;
  line-height: 1.82;
}

.yishine-template.rm-product-detail-page .rm-product-sidebar {
  position: sticky;
  top: 98px;
}

.yishine-template.rm-product-detail-page .ys-product-detail-visual {
  margin-top: clamp(48px, 6vw, 78px);
  padding-top: clamp(36px, 4vw, 52px);
  border-top: 1px solid var(--y3-line);
}

.yishine-template.rm-product-detail-page .ys-detail-visual-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .6fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 26px;
}

.yishine-template.rm-product-detail-page .ys-detail-visual-head span {
  display: block;
  margin-bottom: 13px;
  color: #977d36;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
}

.yishine-template.rm-product-detail-page .ys-detail-visual-head h2 {
  max-width: 720px;
  margin: 0;
  color: var(--y3-ink);
  font-size: clamp(32px, 3.4vw, 50px);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.yishine-template.rm-product-detail-page .ys-detail-visual-head p {
  margin: 0;
  color: #68756f;
  font-size: 15px;
  line-height: 1.7;
}

.yishine-template.rm-product-detail-page .ys-product-detail-visual figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 20px;
  background: #dfe6da;
}

.yishine-template.rm-product-detail-page .ys-product-detail-visual figure > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.yishine-template.rm-product-detail-page .ys-product-detail-visual figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.yishine-template.rm-product-detail-page .ys-product-detail-visual figcaption span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #fff;
  background: rgba(16, 44, 39, .82);
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
}

@media (max-width: 1120px) {
  .yishine-template.rm-product-detail-page .rm-product-summary {
    grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
  }

  .yishine-template.rm-product-detail-page .rm-product-summary > .rm-btn {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .yishine-template.rm-product-detail-page .rm-product-detail-layout {
    grid-template-columns: minmax(0, 1fr) 260px;
  }
}

@media (max-width: 900px) {
  .yishine-template.rm-product-detail-page .rm-product-summary,
  .yishine-template.rm-product-detail-page .rm-product-detail-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .yishine-template.rm-product-detail-page .rm-product-summary p {
    max-width: 680px;
  }

  .yishine-template.rm-product-detail-page .rm-product-sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  .yishine-template.rm-product-detail-page .rm-product-visual {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .yishine-template.rm-product-detail-page .rm-product-main-image {
    grid-column: 1;
    grid-row: 1;
    min-height: 360px;
  }

  .yishine-template.rm-product-detail-page .rm-product-thumbs-shell {
    grid-column: 1;
    grid-row: 2;
    padding: 0 38px;
  }

  .yishine-template.rm-product-detail-page .rm-product-thumbs {
    flex-direction: row;
    height: auto;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
  }

  .yishine-template.rm-product-detail-page .rm-product-thumbs button {
    flex-basis: 108px;
    width: 108px;
  }

  .yishine-template.rm-product-detail-page .rm-thumb-nav {
    display: block;
    top: 0;
    bottom: 0;
    width: 30px;
    height: auto;
    transform: none;
  }

  .yishine-template.rm-product-detail-page .rm-thumb-prev {
    left: 0;
    right: auto;
  }

  .yishine-template.rm-product-detail-page .rm-thumb-next {
    left: auto;
    right: 0;
  }

  .yishine-template.rm-product-detail-page .rm-summary-list,
  .yishine-template.rm-product-detail-page .ys-detail-visual-head {
    grid-template-columns: minmax(0, 1fr);
  }

  .yishine-template.rm-product-detail-page .rm-product-story {
    padding: 28px 22px;
  }
}

html {
  width: 100%;
  background: var(--y3-cream);
}

body.yishine-template {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-top: 0 !important;
  overflow-x: hidden;
  color: var(--y3-text);
  background: var(--y3-cream);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.yishine-template .l-wrap {
  width: 100%;
  max-width: 1380px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 42px;
  padding-left: 42px;
}

.ys-site-header,
.ys-signal-bar,
.ys-nav,
.ys-banner,
.ys-ticker,
.ys-section,
.ys-terrain,
.ys-final,
.ys-site-footer,
.rm-inner,
.rm-inner-hero,
.rm-page-titlebar,
.rm-inner-section,
.rm-section {
  width: 100% !important;
  max-width: none !important;
}

/* Header */
.ys-site-header {
  position: relative;
  color: var(--y3-ink);
  background: rgba(252, 250, 245, .98);
}

.ys-signal-bar {
  color: rgba(255, 255, 255, .74);
  background: #0e2924;
  font-size: 12px;
  font-weight: 650;
}

.ys-signal-bar .l-wrap {
  min-height: 40px;
}

.ys-nav {
  border-color: var(--y3-line);
  background: rgba(252, 250, 245, .98);
}

.ys-nav > .l-wrap {
  min-height: 86px;
  grid-template-columns: 218px minmax(0, 1fr) auto;
}

.ys-brand {
  width: 195px;
}

.ys-menu > a,
.ys-menu-item > a {
  color: #253630;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .075em;
}

.ys-menu > a::after,
.ys-menu-item > a::after {
  background: var(--y3-gold);
}

.ys-quote {
  color: #fff;
  background: var(--y3-ink);
}

.ys-quote span {
  color: var(--y3-gold);
}

.ys-language > button {
  width: auto;
  min-width: 66px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.ys-language img {
  width: 18px;
  height: 12px;
  border-radius: 1px;
  display: block;
  object-fit: cover;
}

.ys-language > div {
  width: 168px;
}

.ys-language > div a {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
}

/* Full-width homepage banner */
.ys-banner {
  position: relative;
  height: clamp(620px, 70vh, 790px);
  min-height: 620px;
  overflow: hidden;
  color: #fff;
  background: var(--y3-ink);
}

.ys-banner-slides,
.ys-banner-slide {
  position: absolute;
  inset: 0;
}

.ys-banner-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity .8s ease, visibility .8s ease;
}

.ys-banner-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.ys-banner-slide > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
  object-position: center;
  background: #051f19;
  transform: none;
  transition: none;
}

.ys-banner-slide.is-active > img {
  transform: none;
}

.ys-banner-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 23, 20, .91) 0%, rgba(7, 23, 20, .74) 35%, rgba(7, 23, 20, .25) 65%, rgba(7, 23, 20, .08) 100%),
    linear-gradient(0deg, rgba(7, 23, 20, .45), transparent 45%);
}

.ys-banner-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-top: 104px;
  padding-bottom: 150px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.ys-banner-kicker {
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #d8c18f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .19em;
}

.ys-banner-kicker::before {
  width: 32px;
  height: 1px;
  background: currentColor;
  content: "";
}

.ys-banner h1,
.ys-banner h2 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 580;
  letter-spacing: -.045em;
  line-height: 1.02;
  text-wrap: balance;
  text-transform: none;
}

.ys-banner-content > p {
  max-width: 610px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.75;
}

.ys-banner-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ys-button-light {
  color: var(--y3-ink) !important;
  background: var(--y3-paper);
}

.ys-button-light:hover {
  color: var(--y3-ink);
  background: #fff;
}

.ys-button-ghost {
  border: 1px solid rgba(255, 255, 255, .38);
  color: #fff;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(7px);
}

.ys-banner-controls {
  position: absolute;
  right: 0;
  bottom: 92px;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 22px;
}

.ys-banner-dots {
  display: flex;
  gap: 8px;
}

.ys-banner-dots button {
  width: 34px;
  height: 3px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, .35);
  cursor: pointer;
}

.ys-banner-dots button.is-active {
  background: var(--y3-gold);
}

.ys-banner-count {
  min-width: 58px;
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.ys-banner-count b {
  font-size: 18px;
  font-weight: 600;
}

.ys-banner-count span {
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
}

.ys-banner-next {
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, .76);
  background: none;
  cursor: pointer;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ys-banner-next span {
  margin-left: 9px;
  color: var(--y3-gold);
}

.ys-banner-proof {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  border-top: 1px solid rgba(255, 255, 255, .16);
  background: rgba(8, 27, 23, .72);
  backdrop-filter: blur(10px);
}

.ys-banner-proof .l-wrap {
  min-height: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ys-banner-proof span {
  padding: 0 24px;
  border-left: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ys-banner-proof span:last-child {
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.ys-banner-proof b {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -.02em;
}

.ys-ticker {
  padding: 13px 0;
  background: #dfe7dc;
  color: var(--y3-ink);
}

.ys-ticker > div {
  color: var(--y3-ink);
  font-size: 12px;
}

.ys-ticker i {
  color: #9a7b40;
}

/* Homepage sections */
.ys-section,
.ys-terrain {
  padding: 92px 0;
}

.ys-range {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(174, 189, 169, .38), transparent 24%),
    linear-gradient(180deg, var(--y3-paper), var(--y3-cream));
}

.ys-range::before {
  position: absolute;
  top: 74px;
  right: -120px;
  width: 370px;
  height: 370px;
  border: 1px solid rgba(17, 40, 36, .1);
  border-radius: 50%;
  content: "";
}

.ys-eyebrow {
  color: #87703e;
}

.ys-section-head {
  margin-bottom: 38px;
}

.ys-section-head h2,
.ys-terrain h2,
.ys-factory-copy h2,
.ys-final h2 {
  color: var(--y3-ink);
  font-weight: 580;
}

.ys-family-grid {
  grid-template-rows: repeat(2, 270px);
}

.ys-family {
  border-radius: 14px;
  box-shadow: 0 12px 36px rgba(17, 40, 36, .08);
}

.ys-family::after {
  background: linear-gradient(180deg, transparent 18%, rgba(8, 25, 21, .94) 100%);
}

.ys-family small {
  color: #f1d79c;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .6);
}

.ys-family h3 {
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .78);
}

.ys-family b {
  color: rgba(255, 255, 255, .92);
  text-shadow: 0 1px 6px rgba(0, 0, 0, .72);
}

.ys-catalog {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 16%, rgba(202, 174, 105, .16), transparent 25%),
    radial-gradient(circle at 12% 84%, rgba(44, 104, 84, .28), transparent 30%),
    linear-gradient(105deg, rgba(5, 26, 22, .94), rgba(9, 43, 35, .84)),
    url("../images/yishine/home-catalog-ai.webp") center 48% / cover no-repeat;
}

.ys-catalog::before {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  pointer-events: none;
}

.ys-catalog .l-wrap {
  position: relative;
}

.ys-catalog .ys-section-head h2,
.ys-catalog .ys-section-head p {
  color: #fff;
}

.ys-catalog .ys-section-head-light > a {
  color: #fff;
}

.ys-product-card {
  border-color: rgba(255, 255, 255, .13);
  background: rgba(9, 34, 28, .76);
  backdrop-filter: blur(4px);
}

.ys-product-card:hover {
  color: var(--y3-ink);
  background: var(--y3-paper);
}

.ys-terrain {
  position: relative;
  background:
    linear-gradient(120deg, rgba(174, 189, 169, .42), transparent 44%),
    var(--y3-fog);
}

.ys-terrain-list article > span,
.ys-factory dt {
  color: #8d7440;
}

.ys-factory {
  background: var(--y3-paper);
}

.ys-factory-image::before {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 42%;
  height: 44%;
  border: 1px solid rgba(17, 40, 36, .18);
  border-radius: 14px;
  content: "";
}

.ys-factory-image img {
  position: relative;
  box-shadow: var(--y3-shadow);
}

.ys-final {
  padding: 54px 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .04), transparent 40%),
    var(--y3-ink);
}

.ys-final .l-wrap {
  grid-template-columns: 94px minmax(0, 1fr) 112px;
  gap: 30px;
  padding-right: 166px;
}

.ys-final .l-wrap > span {
  color: var(--y3-gold);
}

.ys-final h2 {
  max-width: 850px;
  color: #fff;
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: 1.06;
}

.ys-final-button {
  width: 118px;
  height: 118px;
  padding: 15px;
  color: var(--y3-ink);
  background: var(--y3-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  overflow: hidden;
  font-size: 10px;
  line-height: 1.35;
  white-space: normal;
}

.ys-final-button span {
  max-width: 82px;
  display: block;
  text-align: center;
}

.ys-final-button b {
  display: block;
  font-size: 20px;
  line-height: 1;
}

/* Footer is intentionally compact */
.ys-site-footer {
  background: #0b1b17;
}

.ys-footer-top {
  padding-top: 54px;
  padding-bottom: 42px;
}

.ys-footer-column h3 {
  color: var(--y3-gold);
}

.ys-footer-word {
  display: none;
}

.ys-footer-bottom {
  background: rgba(255, 255, 255, .02);
}

/* Unified inner pages */
.yishine-template .rm-inner {
  background: var(--y3-cream);
}

.yishine-template .rm-inner-hero,
.yishine-template .rm-product-hero {
  min-height: 310px;
  padding: 72px 0;
  background:
    linear-gradient(90deg, rgba(8, 27, 23, .93), rgba(8, 27, 23, .54)),
    url("../images/yishine/factory-production.webp") center 58% / cover no-repeat;
}

.yishine-template .rm-inner-hero .l-wrap,
.yishine-template .rm-product-hero .l-wrap {
  text-align: left;
}

.yishine-template .rm-inner-hero span,
.yishine-template .rm-product-hero .rm-section-label,
.yishine-template .rm-section-label {
  color: var(--y3-gold);
  background: transparent;
}

.yishine-template .rm-inner-hero h1,
.yishine-template .rm-product-hero h1 {
  max-width: 850px;
  margin-top: 10px;
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(42px, 4.2vw, 64px);
  font-weight: 580;
  letter-spacing: -.04em;
  line-height: 1.04;
}

.yishine-template .rm-page-titlebar {
  min-height: 58px;
  border: 0;
  background: var(--y3-sage-soft);
}

.yishine-template .rm-page-titlebar .l-wrap {
  min-height: 58px;
}

.yishine-template .rm-page-titlebar h1 {
  color: var(--y3-ink);
  font-size: 11px;
  letter-spacing: .12em;
}

.yishine-template .rm-page-path {
  color: #66736e;
}

.yishine-template .rm-page-path a:hover {
  color: var(--y3-ink);
}

.yishine-template .rm-inner-section {
  padding: 78px 0;
  background:
    radial-gradient(circle at 10% 12%, rgba(174, 189, 169, .18), transparent 23%),
    var(--y3-cream);
}

.yishine-template .rm-two-col {
  gap: clamp(44px, 6vw, 86px);
}

.yishine-template .rm-photo-card,
.yishine-template .rm-product-card,
.yishine-template .rm-product-summary,
.yishine-template .rm-product-section,
.yishine-template .rm-product-story,
.yishine-template .rm-copy-block,
.yishine-template .rm-sidebar-panel {
  border-color: var(--y3-line);
  border-radius: 12px;
  background: var(--y3-paper);
  box-shadow: 0 14px 42px rgba(17, 40, 36, .07);
}

.yishine-template .rm-photo-card {
  padding: 10px;
}

.yishine-template .rm-copy-block h1,
.yishine-template .rm-copy-block h2,
.yishine-template .rm-copy-block h3,
.yishine-template .rm-section-head h2,
.yishine-template .rm-product-summary h2 {
  color: var(--y3-ink);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 580;
  letter-spacing: -.035em;
}

.yishine-template .rm-check-grid span {
  border-color: var(--y3-line);
  background: var(--y3-fog);
}

.yishine-template .rm-check-grid span::before {
  background: var(--y3-gold);
}

.yishine-template .rm-section.rm-dark {
  padding: 78px 0;
  color: #fff;
  background:
    radial-gradient(circle at 90% 20%, rgba(174, 189, 169, .15), transparent 27%),
    var(--y3-ink);
}

.yishine-template .rm-dark .rm-section-head h2 {
  max-width: 880px;
  color: #fff;
  font-size: clamp(36px, 4vw, 58px);
}

.yishine-template .rm-scenario-grid article {
  border-color: rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .055);
}

.yishine-template .rm-scenario-grid article > span {
  color: var(--y3-gold);
}

.yishine-template .rm-scenario-grid h3 {
  color: #fff;
}

/* About page: editorial story card and route-style service process */
.yishine-template .ys-about-intro {
  padding: clamp(82px, 7vw, 118px) 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(201, 174, 105, .14), transparent 24%),
    linear-gradient(180deg, #f7f5ee 0%, #f1f3ed 100%);
}

.yishine-template .ys-about-intro .rm-two-col {
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: 0;
  padding: 18px;
  align-items: stretch;
  border: 1px solid rgba(16, 48, 42, .10);
  border-radius: 28px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 30px 80px rgba(13, 43, 37, .10);
}

.yishine-template .ys-about-intro .rm-photo-card {
  position: relative;
  top: auto;
  margin: 0;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  background: #e8ece7;
  box-shadow: none;
  transform: none;
}

.yishine-template .ys-about-intro .rm-photo-card::before,
.yishine-template .ys-about-intro .rm-photo-card::after {
  display: none;
}

.yishine-template .ys-about-intro .rm-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 760px;
  aspect-ratio: auto;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}

.yishine-template .ys-about-story {
  position: relative;
  padding: clamp(46px, 4vw, 66px) clamp(38px, 4vw, 68px);
  overflow: hidden;
  border: 0;
  border-radius: 0 20px 20px 0;
  background: transparent;
  box-shadow: none;
}

.yishine-template .ys-about-story::before {
  content: "";
  position: absolute;
  top: 64px;
  left: 0;
  width: 3px;
  height: 116px;
  background: var(--y3-gold);
}

.yishine-template .ys-about-index {
  position: absolute;
  top: 20px;
  right: 24px;
  color: rgba(16, 48, 42, .20);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
}

.yishine-template .ys-about-story .rm-section-label {
  display: block;
  margin: 0 70px 30px 0;
}

.yishine-template .ys-about-story .rm-rich-content {
  max-height: none;
  overflow: visible;
}

.yishine-template .ys-about-story .rm-rich-content h2 {
  max-width: 620px;
  margin: 0 0 22px;
  font-size: clamp(40px, 3vw, 56px);
  line-height: 1.03;
}

.yishine-template .ys-about-story .rm-rich-content p {
  margin: 0 0 20px;
  color: #5e6e68;
  font-size: 16px;
  line-height: 1.85;
}

.yishine-template .ys-about-story .rm-check-grid {
  gap: 10px;
  margin-top: 30px;
}

.yishine-template .ys-about-story .rm-check-grid span {
  min-height: 74px;
  padding: 18px 16px 18px 42px;
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 10px;
  background: rgba(226, 232, 225, .72);
  box-shadow: none;
}

.yishine-template .ys-about-story .rm-check-grid span::before {
  top: 50%;
  left: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.yishine-template .ys-about-process.rm-dark {
  position: relative;
  padding: clamp(88px, 8vw, 132px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 88%, rgba(201, 174, 105, .13), transparent 28%),
    linear-gradient(125deg, #0b2c27 0%, #103930 55%, #092720 100%);
}

.yishine-template .ys-about-process::before {
  content: "04";
  position: absolute;
  right: -24px;
  bottom: -130px;
  color: rgba(255, 255, 255, .025);
  font-size: min(38vw, 520px);
  font-weight: 900;
  line-height: 1;
}

.yishine-template .ys-process-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(330px, .78fr) minmax(520px, 1.22fr);
  gap: clamp(70px, 8vw, 138px);
  align-items: start;
}

.yishine-template .ys-process-heading {
  position: sticky;
  top: 120px;
  margin: 0;
  display: block;
}

.yishine-template .ys-about-process .ys-process-heading h2 {
  max-width: 620px;
  margin: 28px 0 30px;
  font-size: clamp(48px, 5vw, 76px);
  line-height: .96;
  text-transform: none;
}

.yishine-template .ys-process-heading > p {
  max-width: 440px;
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .68);
  font-size: 16px;
  line-height: 1.75;
}

.yishine-template .ys-process-list {
  position: relative;
}

.yishine-template .ys-process-list::before {
  content: "";
  position: absolute;
  top: 38px;
  bottom: 38px;
  left: 35px;
  width: 1px;
  background: linear-gradient(180deg, var(--y3-gold), rgba(201, 174, 105, .15));
}

.yishine-template .ys-process-list article {
  position: relative;
  min-height: 142px;
  padding: 28px 0 28px 104px;
  display: grid;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.yishine-template .ys-process-list article:first-child {
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.yishine-template .ys-process-list article > span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 174, 105, .68);
  border-radius: 50%;
  color: var(--y3-gold);
  background: #0d332b;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  transform: translateY(-50%);
}

.yishine-template .ys-process-list article > span::after {
  content: "→";
  position: absolute;
  right: -37px;
  color: rgba(201, 174, 105, .62);
}

.yishine-template .ys-process-list h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(23px, 2vw, 31px);
  font-weight: 620;
}

.yishine-template .ys-process-list p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, .67);
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 1100px) {
  .yishine-template .ys-about-intro .rm-two-col,
  .yishine-template .ys-process-layout {
    grid-template-columns: 1fr;
  }

  .yishine-template .ys-about-intro .rm-photo-card {
    position: relative;
    top: auto;
    margin-top: 0;
    transform: none;
  }

  .yishine-template .ys-about-intro .rm-photo-card img {
    min-height: 520px;
  }

  .yishine-template .ys-about-story {
    border-radius: 0 0 20px 20px;
  }

  .yishine-template .ys-process-heading {
    position: static;
  }
}

@media (max-width: 680px) {
  .yishine-template .ys-about-story {
    padding: 38px 24px 28px 28px;
  }

  .yishine-template .ys-about-intro .rm-two-col {
    padding: 10px;
    border-radius: 20px;
  }

  .yishine-template .ys-about-intro .rm-photo-card img {
    min-height: 380px;
  }

  .yishine-template .ys-about-story .rm-rich-content h2 {
    font-size: 36px;
  }

  .yishine-template .ys-about-story .rm-check-grid {
    grid-template-columns: 1fr;
  }

  .yishine-template .ys-process-list article {
    padding-left: 86px;
  }

  .yishine-template .ys-process-list article > span {
    width: 58px;
    height: 58px;
  }

  .yishine-template .ys-process-list::before {
    left: 29px;
  }
}

.yishine-template .rm-btn-primary,
.yishine-template .rm-contact-form button,
.yishine-template .ys-button-dark {
  color: #fff;
  background: var(--y3-ink);
}

.yishine-template .rm-btn-primary:hover,
.yishine-template .rm-contact-form button:hover,
.yishine-template .ys-button-dark:hover {
  color: #fff;
  background: var(--y3-ink-2);
}

.yishine-template .rm-catalog-toolbar,
.yishine-template .rm-sidebar-panel {
  border-color: var(--y3-line);
  background: var(--y3-paper);
}

/* Product and news index: comfortable spacing and natural-width typography */
.yishine-template.rm-product-showroom-page .rm-catalog-toolbar,
.yishine-template.rm-news-list-page .rm-catalog-toolbar,
.yishine-template.rm-download-page .rm-catalog-toolbar {
  position: relative;
  min-height: 0;
  margin-bottom: 38px;
  padding: clamp(38px, 4vw, 58px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  align-items: end;
  gap: clamp(30px, 4vw, 68px);
  overflow: hidden;
  border: 1px solid rgba(17, 40, 36, .10);
  border-radius: 20px;
  color: var(--y3-ink);
  background:
    radial-gradient(circle at 94% 8%, rgba(201, 174, 105, .16), transparent 30%),
    linear-gradient(135deg, #fffef9 0%, #eef2eb 100%);
  box-shadow: 0 24px 64px rgba(17, 40, 36, .09);
}

.yishine-template.rm-product-showroom-page .rm-catalog-toolbar::after,
.yishine-template.rm-news-list-page .rm-catalog-toolbar::after,
.yishine-template.rm-download-page .rm-catalog-toolbar::after {
  display: none;
}

.yishine-template.rm-product-showroom-page .rm-catalog-toolbar > div,
.yishine-template.rm-news-list-page .rm-catalog-toolbar > div,
.yishine-template.rm-download-page .rm-catalog-toolbar > div {
  min-width: 0;
}

.yishine-template.rm-product-showroom-page .rm-catalog-toolbar .rm-section-label,
.yishine-template.rm-news-list-page .rm-catalog-toolbar .rm-section-label,
.yishine-template.rm-download-page .rm-catalog-toolbar .rm-section-label {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--y3-ink);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1;
}

.yishine-template.rm-product-showroom-page .rm-catalog-toolbar h2,
.yishine-template.rm-news-list-page .rm-catalog-toolbar h2,
.yishine-template.rm-download-page .rm-catalog-toolbar h2 {
  max-width: 720px;
  margin: 0;
  color: var(--y3-ink);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(38px, 3.6vw, 58px);
  font-weight: 620;
  letter-spacing: -.045em;
  line-height: 1.04;
  text-transform: none;
}

.yishine-template.rm-product-showroom-page .rm-catalog-toolbar p,
.yishine-template.rm-news-list-page .rm-catalog-toolbar p,
.yishine-template.rm-download-page .rm-catalog-toolbar p {
  max-width: 360px;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(17, 40, 36, .16);
  color: #5d6e67;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.75;
}

.yishine-template.rm-product-showroom-page .rm-side-block a:not(.rm-btn),
.yishine-template.rm-news-list-page .rm-side-block a:not(.rm-btn),
.yishine-template.rm-download-page .rm-side-block a:not(.rm-btn) {
  min-height: 54px;
  margin-bottom: 8px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(17, 40, 36, .09);
  border-radius: 9px;
  background: #eef2ed;
  line-height: 1.45;
}

.yishine-template.rm-product-showroom-page .rm-side-block a:not(.rm-btn)::after,
.yishine-template.rm-news-list-page .rm-side-block a:not(.rm-btn)::after,
.yishine-template.rm-download-page .rm-side-block a:not(.rm-btn)::after {
  flex: 0 0 auto;
  margin-left: 12px;
}

.yishine-template.rm-product-showroom-page .rm-side-block a.active,
.yishine-template.rm-product-showroom-page .rm-side-block a:not(.rm-btn):hover,
.yishine-template.rm-news-list-page .rm-side-block a.active,
.yishine-template.rm-news-list-page .rm-side-block a:not(.rm-btn):hover,
.yishine-template.rm-download-page .rm-side-block a.active,
.yishine-template.rm-download-page .rm-side-block a:not(.rm-btn):hover {
  color: #fff;
  border-color: var(--y3-ink);
  background: var(--y3-ink);
}

@media (max-width: 900px) {
  .yishine-template.rm-product-showroom-page .rm-catalog-toolbar,
  .yishine-template.rm-news-list-page .rm-catalog-toolbar,
  .yishine-template.rm-download-page .rm-catalog-toolbar {
    grid-template-columns: 1fr;
    padding: 32px 28px;
  }

  .yishine-template.rm-product-showroom-page .rm-catalog-toolbar h2,
  .yishine-template.rm-news-list-page .rm-catalog-toolbar h2,
  .yishine-template.rm-download-page .rm-catalog-toolbar h2 {
    font-size: clamp(34px, 9vw, 46px);
  }
}

.yishine-template.rm-download-page .rm-download-row {
  padding: 24px;
  border-color: var(--y3-line);
  border-radius: 16px;
  background: #fffef9;
  box-shadow: 0 16px 40px rgba(17, 40, 36, .07);
}

.yishine-template.rm-download-page .rm-download-icon {
  border-radius: 12px;
  color: #fff;
  background: var(--y3-ink);
}

.yishine-template.rm-download-page .rm-download-info strong {
  color: var(--y3-ink);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.yishine-template.rm-download-page .rm-download-info em {
  color: #557268;
}

.yishine-template.rm-download-page .rm-download-btn {
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--y3-ink);
  border-radius: 999px;
  color: #fff !important;
  background: var(--y3-ink);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .01em;
}

.yishine-template.rm-download-page .rm-download-btn:hover {
  border-color: var(--y3-gold);
  color: var(--y3-ink) !important;
  background: var(--y3-gold);
}

.yishine-template .rm-product-card:hover {
  border-color: rgba(17, 40, 36, .24);
  transform: translateY(-4px);
}

/* Contact page: distinct editorial layout */
.ys-contact-section {
  background: var(--y3-paper) !important;
}

.ys-contact-heading {
  margin-bottom: 46px !important;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
  align-items: end;
  gap: 60px;
}

.ys-contact-heading h2 {
  max-width: 720px;
  margin: 8px 0 0;
  color: var(--y3-ink);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 580;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.ys-contact-heading > p {
  margin: 0;
  color: var(--y3-muted);
  line-height: 1.75;
}

.ys-contact-grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr);
  align-items: stretch;
  gap: 20px;
}

.ys-contact-aside {
  position: relative;
  overflow: hidden;
  padding: 42px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(200, 170, 106, .2), transparent 35%),
    var(--y3-ink);
}

.ys-contact-aside::after {
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  content: "";
}

.ys-contact-index {
  margin-bottom: 76px;
  color: var(--y3-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.ys-contact-aside h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 30px;
  font-weight: 580;
  letter-spacing: -.035em;
}

.ys-contact-aside > p {
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .65);
}

.ys-contact-method {
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  display: grid;
  gap: 5px;
}

.ys-contact-method small {
  color: var(--y3-gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ys-contact-method a {
  color: #fff;
  font-size: 15px;
}

.ys-contact-note {
  margin-top: 24px;
  color: rgba(255, 255, 255, .48);
  font-size: 12px;
}

.yishine-template .ys-contact-form {
  padding: 42px;
  border: 1px solid var(--y3-line);
  border-radius: 0;
  background: var(--y3-cream);
  box-shadow: none;
}

.ys-contact-form-head {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.ys-contact-form-head > span {
  color: #8d7440;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.ys-contact-form-head h2 {
  margin: 0;
  color: var(--y3-ink);
  font-size: 30px;
  font-weight: 580;
}

.ys-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.yishine-template .ys-contact-form form {
  gap: 12px;
}

.yishine-template .ys-contact-form input,
.yishine-template .ys-contact-form textarea {
  border: 1px solid var(--y3-line);
  border-radius: 0;
  background: var(--y3-paper);
}

.yishine-template .ys-contact-form input:focus,
.yishine-template .ys-contact-form textarea:focus {
  border-color: var(--y3-gold);
}

.yishine-template .ys-contact-form button {
  min-height: 58px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ys-contact-map {
  margin-top: 20px;
  min-height: 390px;
  border: 1px solid var(--y3-line);
  border-radius: 0;
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  background: var(--y3-fog);
  box-shadow: none;
}

.ys-contact-map .rm-contact-map-info {
  position: static;
  padding: 44px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: var(--y3-text);
  background: var(--y3-fog);
}

.ys-contact-map .rm-contact-map-info h2 {
  color: var(--y3-ink);
  font-size: 30px;
  font-weight: 580;
}

.ys-contact-map .rm-contact-map-info p {
  color: var(--y3-muted);
}

.ys-contact-map .rm-contact-map-info a {
  color: var(--y3-ink);
  border-color: var(--y3-ink);
}

.ys-contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 390px;
}

.yishine-template .rm-floating-contact {
  right: 18px;
  gap: 4px;
  filter: drop-shadow(0 12px 24px rgba(9, 30, 25, .18));
}

.yishine-template .rm-floating-contact a,
.yishine-template .rm-floating-contact button {
  min-width: 58px;
  min-height: 46px;
  border: 0;
  color: #fff;
  background: var(--y3-ink);
  font-size: 10px;
  font-weight: 650;
}

.yishine-template .rm-floating-contact a:hover,
.yishine-template .rm-floating-contact button:hover {
  color: var(--y3-ink);
  background: var(--y3-gold);
}

@media (max-width: 1100px) {
  .yishine-template .l-wrap {
    padding-right: 26px;
    padding-left: 26px;
  }

  .ys-banner {
    height: 680px;
  }

  .ys-banner-content {
    padding-top: 82px;
  }

  .ys-contact-grid {
    grid-template-columns: .8fr 1.2fr;
  }
}

@media (max-width: 960px) {
  .ys-menu {
    background: var(--y3-paper);
  }

  .ys-banner {
    height: 660px;
    min-height: 660px;
  }

  .ys-banner-shade {
    background: linear-gradient(90deg, rgba(7, 23, 20, .9), rgba(7, 23, 20, .38));
  }

  .ys-banner-proof .l-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .ys-banner-proof span:nth-child(3),
  .ys-banner-proof span:nth-child(4) {
    display: none;
  }

  .ys-contact-heading,
  .ys-contact-grid {
    grid-template-columns: 1fr;
  }

  .ys-final .l-wrap {
    padding-right: 26px;
  }

  .ys-contact-heading {
    gap: 20px;
  }

  .ys-contact-index {
    margin-bottom: 40px;
  }

  .ys-contact-map {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .yishine-template .l-wrap {
    padding-right: 18px;
    padding-left: 18px;
  }

  .ys-banner {
    height: 640px;
    min-height: 640px;
  }

  .ys-banner-slide > img {
    object-position: 62% center;
  }

  .ys-banner-shade {
    background: linear-gradient(90deg, rgba(7, 23, 20, .92), rgba(7, 23, 20, .58));
  }

  .ys-banner-content {
    padding-top: 58px;
    padding-bottom: 146px;
  }

  .ys-banner h1,
  .ys-banner h2 {
    font-size: 43px;
  }

  .ys-banner-content > p {
    font-size: 15px;
  }

  .ys-banner-actions {
    width: 100%;
  }

  .ys-banner-actions .ys-button {
    width: 100%;
  }

  .ys-banner-controls {
    bottom: 82px;
  }

  .ys-banner-proof .l-wrap {
    min-height: 64px;
  }

  .ys-banner-proof span {
    padding: 0 12px;
    gap: 7px;
    font-size: 8px;
  }

  .ys-section,
  .ys-terrain {
    padding: 70px 0;
  }

  .ys-final {
    padding: 48px 0;
  }

  .ys-final .l-wrap {
    grid-template-columns: 1fr;
  }

  .ys-final-button {
    width: 98px;
    height: 98px;
  }

  .yishine-template .rm-inner-hero,
  .yishine-template .rm-product-hero {
    min-height: 270px;
    padding: 58px 0;
  }

  .yishine-template .rm-inner-section,
  .yishine-template .rm-section.rm-dark {
    padding: 60px 0;
  }

  .ys-contact-heading h2 {
    font-size: 38px;
  }

  .ys-contact-aside,
  .yishine-template .ys-contact-form,
  .ys-contact-map .rm-contact-map-info {
    padding: 28px;
  }

  .ys-form-row {
    grid-template-columns: 1fr;
  }
}
