:root {
  --green: #158b2b;
  --orange: #ff8126;
  --ink: #444;
  --light: #f7f7f7
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  color: var(--ink);

  background: #fff;
  font-size: 14px
}

a {
  color: inherit;
  text-decoration: none
}

button,
input,
textarea {
  font: inherit
}

.site-header {
  height: 138px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 5
}

.brand {
  max-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #277422;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 1px
}

.brand-mark {
  width: 62px;
  height: 34px;
  border-radius: 75% 6% 75% 6%;
  background: linear-gradient(135deg, #d8d875, #458a29);
  margin-right: 14px;
  transform: rotate(-20deg);
  position: relative
}

.brand-mark:after {
  content: "";
  position: absolute;
  width: 37px;
  height: 12px;
  border-bottom: 2px solid #56782d;
  bottom: -8px;
  right: -9px;
  transform: rotate(23deg)
}

.top-nav {
  max-width: 1200px;
  height: 60px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch
}

.top-nav a {
  width: 150px;
  display: grid;
  place-items: center;
  position: relative;
  font-size: 15px;
  white-space: nowrap
}

.top-nav a:hover,
.top-nav a.active {
  color: var(--green)
}

.top-nav a.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  background: var(--green);
  width: 80px
}

.hero {
  height: 400px;
  background: center/cover no-repeat;
  position: relative
}

.hero-about {
  background-image: linear-gradient(90deg, rgba(15, 66, 20, .12), rgba(255, 255, 255, .02)), url('../images/hero-green.jpg')
}

.hero-products {
  background-image: linear-gradient(90deg, rgba(30, 7, 0, .38), transparent 65%), url('../images/hero-ceremony.jpg')
}

.hero-culture {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .43), rgba(0, 0, 0, .1)), url('../images/hero-ceremony.jpg')
}

.hero-title {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  text-shadow: 0 2px 8px #333;
  font-size: 42px;
  letter-spacing: 12px;
  font-weight: normal
}

.section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 56px 0 70px
}

.section-heading {
  text-align: center;
  margin: 0 0 38px
}

.section-heading h1 {
  font-size: 40px;
  letter-spacing: 1px;
  color: #c9c9c9;
  line-height: 1;
  margin: 0 0 16px;
  font-weight: 800
}

.section-heading p {
  margin: 0;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 65px
}

.section-heading p:before,
.section-heading p:after {
  content: "";
  width: 210px;
  border-top: 1px solid #ddd
}

.section-heading span {
  display: inline-flex;
  gap: 10px;
  align-items: center
}

.section-heading span:before,
.section-heading span:after {
  content: "";
  height: 40px;
  border-left: 2px solid var(--orange)
}

.page-shell {
  min-height: 460px
}

.intro {
  line-height: 2.15;
  font-size: 16px;
  max-width: 850px;
  margin: 0 auto;
  text-align: center
}

.feature-band {
  background: linear-gradient(rgba(25, 25, 25, .75), rgba(25, 25, 25, .75)), url('../images/hero-ceremony.jpg') center/cover;
  padding: 64px 0;
  margin: 10px 0 0
}

.feature-card {
  max-width: 1200px;
  background: rgba(255, 255, 255, .94);
  margin: auto;
  min-height: 280px;
  padding: 54px 85px;
  position: relative
}

.feature-card:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 140px;
  top: 38px;
  left: -1px;
  background: url('../images/product-jasmine.jpg') center/cover;
  opacity: .32
}

.feature-card p {
  margin: 0 0 18px 190px;
  font-size: 16px;
  line-height: 2.05
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  text-align: center;
  margin-top: 40px
}

.value-grid article {
  padding: 20px 30px;
  border-top: 1px solid #e0e0e0
}

.value-grid h3 {
  color: var(--green);
  font-size: 21px
}

.value-grid p {
  line-height: 1.9
}

.filter-bar {
  text-align: center
}

.search {
  display: flex;
  width: 584px;
  margin: 0 auto 35px;
  border: 2px solid var(--orange);
  height: 45px
}

.search input {
  border: 0;
  outline: 0;
  flex: 1;
  padding: 0 12px
}

.search button {
  border: 0;
  background: var(--orange);
  color: #fff;
  width: 135px;
  cursor: pointer
}

.pill-list {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 0 0 38px
}
.pill-list a,
.pill-list button {
  border: 0;
  background: var(--green);
  color: #fff;
  border-radius: 22px;
  width: 150px;
  height: 40px;
  cursor: pointer;
  transition: .2s
}
.pill-list a:hover,
.pill-list a.active,
.pill-list button:hover,
.pill-list button.active {
  background: var(--orange)
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px
}

.product-card {
  background: #f7f7f7;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 9px 18px #0002
}

.product-card img {
  display: block;
  width: 100%;
  height: 245px;
  object-fit: cover
}

.product-card .copy {
  padding: 16px 20px 20px
}

.product-card h3 {
  margin: 0 0 10px;
  font-size: 16px
}

.product-card small {
  color: #999
}

.product-card p {
  line-height: 1.7;
  margin: 12px 0 0;
  color: #666
}

.price {
  display: flex;
  gap: 14px;
  margin-top: 12px
}

.price del {
  color: #999
}

.price b {
  color: var(--orange)
}

.article-layout {
  display: grid;
  grid-template-columns: 235px 1fr;
  gap: 42px
}

.side-categories h2 {
  font-size: 22px;
  border-bottom: 2px solid var(--green);
  padding: 0 0 16px;
  margin: 0 0 8px
}

.side-categories a {
  display: block;
  padding: 15px 12px;
  border-bottom: 1px solid #e8e8e8
}

.side-categories a:hover,
.side-categories a.active {
  color: var(--green);
  padding-left: 20px
}

.news-list {
  border-top: 1px solid #ddd
}

.news-item {
  padding: 22px 5px;
  border-bottom: 1px solid #eee;
  display: grid;
  grid-template-columns: 120px 1fr 70px;
  gap: 20px
}

.news-date {
  color: var(--orange);
  font-size: 16px
}

.news-item h3 {
  margin: 0 0 9px;
  font-size: 17px
}

.news-item p {
  margin: 0;
  color: #777;
  line-height: 1.6
}

.news-count {
  color: #aaa;
  text-align: right
}

.pager {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 34px
}

.pager button {
  width: 31px;
  height: 31px;
  background: #fff;
  border: 1px solid #ddd;
  cursor: pointer
}

.pager button.active,
.pager button:hover {
  background: var(--green);
  border-color: var(--green);
  color: #fff
}

.article {
  max-width: 850px;
  margin: auto
}

.article h1 {
  text-align: center;
  font-size: 25px;
  margin: 0 0 15px
}

.article-meta {
  text-align: center;
  color: #999;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd
}

.article p {
  font-size: 16px;
  line-height: 2.15;
  margin: 22px 0
}

.article h2 {
  font-size: 18px;
  margin-top: 30px;
  color: var(--green)
}

.prev-next {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding-top: 22px;
  margin-top: 40px;
  color: #777
}

.product-detail {
  max-width: 900px;
  margin: auto;
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 48px
}

.product-detail img {
  width: 310px;
  height: 310px;
  object-fit: cover
}

.product-detail h2 {
  margin: 7px 0 25px;
  font-size: 26px
}

.product-detail p {
  font-size: 16px;
  line-height: 2
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px
}

.contact-form label {
  display: block;
  margin: 0 0 18px;
  color: #777
}

.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  margin-top: 7px;
  padding: 11px;
  outline-color: var(--green)
}

.contact-form textarea {
  height: 110px;
  resize: vertical
}

.contact-form button {
  background: var(--green);
  color: #fff;
  border: 0;
  padding: 11px 48px;
  cursor: pointer
}

.contact-note {
  color: var(--green);
  margin-left: 15px
}

.contact-info {
  background: #f5f5f5;
  padding: 35px 42px;
  line-height: 2.3
}

.contact-info h2 {
  margin-top: 0;
  color: var(--green)
}

.join-copy {
  max-width: 850px;
  margin: auto;
  line-height: 2.1;
  font-size: 16px;
  text-align: center
}

.join-steps {
  max-width: 950px;
  margin: 42px auto 0;
  display: flex;
  justify-content: space-between;
  text-align: center
}

.join-steps div {
  width: 28%;
  border-top: 2px solid var(--green);
  padding-top: 18px
}

.join-steps b {
  display: block;
  color: var(--orange);
  font-size: 26px
}

.home-hero {
  height: 680px;
  overflow: hidden;
  position: relative
}

.home-slide {
  position: absolute;
  inset: 0;
  background: center/cover no-repeat;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity .8s ease, transform 6s linear
}

.home-slide.active {
  opacity: 1;
  transform: scale(1)
}

.home-slide:nth-child(1) {
  background-image: url('../images/hero-green.jpg')
}

.home-slide:nth-child(2) {
  background-image: url('../images/hero-ceremony.jpg')
}

.home-slide:nth-child(3) {
  background-image: url('../images/product-cup.jpg')
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 48px;
  font-weight: 200;
  color: #fff;
  background: transparent;
  border: 0;
  cursor: pointer
}

.slider-arrow.prev {
  left: 28px
}

.slider-arrow.next {
  right: 28px
}

.dots {
  position: absolute;
  bottom: 36px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 14px
}

.dots button {
  border: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f6d997;
  cursor: pointer
}

.dots button.active {
  background: var(--green)
}

.home-intro {
  padding: 65px 0;
  background: #fff;
  text-align: center
}

.home-intro .section-heading h1 {
  font-size: 43px;
  color: #333
}

.home-intro .section-heading h1 span {
  color: #48a842
}

.home-intro .intro {
  max-width: 850px
}

.quality {
  background: #fff;
  margin: 10px auto 0;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-bottom: 60px
}

.quality article {
  border-top: 2px solid #d6d6d6;
  padding: 22px 20px
}

.quality h3 {
  margin: 0 0 12px;
  font-size: 20px
}

.quality p {
  margin: 0;
  line-height: 1.9;
  color: #777
}

.home-banner {
  height: 360px;
  max-width: 1200px;
  margin: auto;
  background: linear-gradient(90deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .03)), url('../images/hero-ceremony.jpg') center/cover;
  display: flex;
  align-items: center;
  padding: 90px;
  color: #fff
}

.home-banner p {
  font-size: 34px;
  letter-spacing: 5px;
  margin: 0;
  line-height: 1.8
}

.showcase {
  padding-top: 70px
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.showcase-card {
  position: relative;
  overflow: hidden;
  background: #f5f5f5
}

.showcase-card img {
  display: block;
  width: 100%;
  height: 205px;
  object-fit: cover;
  transition: transform .35s
}

.showcase-card:hover img {
  transform: scale(1.08)
}

.showcase-card span {
  display: block;
  text-align: center;
  padding: 12px
}

.home-news {
  background: #f8f8f8;
  margin-top: 50px
}

.news-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px
}

.news-columns h2 {
  font-size: 23px;
  margin-top: 0;
  color: #555
}

.mini-item {
  border-top: 1px solid #ddd;
  padding: 15px 0
}

.mini-item b {
  display: block;
  font-size: 16px
}

.mini-item small {
  color: #999;
  display: block;
  margin: 8px 0
}

.mini-item p {
  color: #777;
  margin: 0;
  line-height: 1.6
}

.site-footer {
  background: #2c2c2c;
  color: #bdbdbd;
  padding: 34px 0 42px;
  text-align: center;
  font-size: 13px
}

.footer-inner {
  max-width: 1200px;
  margin: auto
}

.friends {
  padding-bottom: 16px;
  border-bottom: 1px solid #555
}
.friends a,
.friends span {
  margin: 0 10px
}

.footer-brand {
  color: #fff;
  margin: 22px 0 10px;
  font-size: 20px
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 15px
}

.footer-note {
  line-height: 2;
  color: #999
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0)
}

.hero-culture {
  background-image: linear-gradient(90deg, rgba(28, 0, 8, .78), rgba(34, 0, 8, .24)), url('../images/hero-ceremony.jpg')
}

.section-heading p:before,
.section-heading p:after {
  width: 475px
}

.full-list {
  margin-top: 8px
}

.article-pills {
  margin-bottom: 28px
}

.news-date {
  color: #999;
  font-size: 13px
}

.news-item h3 {
  font-size: 16px;
  font-weight: normal
}

.news-item p {
  font-size: 13px
}

.contact-grid {
  gap: 78px
}

.contact-form input,
.contact-form textarea {
  border: 2px solid #d5e8cf
}

.contact-info {
  padding: 24px 30px;
  font-size: 13px
}

.contact-info h2 {
  margin: 0 0 8px;
  font-size: 22px
}

.contact-info p {
  margin: 0 0 22px
}

.site-footer {
  background: #eaf6e8;
  color: #777;
  padding: 0;
  text-align: left;
  font-size: 13px
}

.footer-panel {

  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 36px;
  padding: 34px 0 16px
}
    .footer-contact {
       
        padding: 18px 20px;
        text-align: left;
      background: #d7eecd8f;
        border-radius: 6px;
    }
.footer-brand {
    max-height: 70px;
  color: #3b8028;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 26px;
  font-weight: bold
}
.footer-brand img{
 
    height: 100%;
}

.footer-brand .brand-mark {
  width: 56px;
  height: 30px;
  margin-right: 12px
}

.footer-identity p {
  margin: 14px 0 14px;
  font-size: 16px;
  color: #666;
  letter-spacing: 4px;
  white-space: nowrap
}

.qr-mark {
  display: block;
  width: 102px;
  height: 102px;
  margin-left: 63px;
  background: repeating-conic-gradient(#4d992f 0 8%, transparent 0 14%) 0 0/18px 18px, #edf8e8;
  border: 5px solid #fff;
  box-shadow: inset 0 0 0 3px #4d992f
}
.qr-mark img{
    width: 100%;
}
.footer-details {
  padding-top: 10px
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px
}

.footer-nav a {
  position: relative;
  white-space: nowrap
}

.footer-nav a:hover {
  color: var(--green)
}

.footer-contact b {
  display: block;
  font-size: 21px;
  color: #4b932e;
  margin-bottom: 14px
}

.footer-contact span {
  display: inline-block;
  margin-right: 35px;
  line-height: 2.1
}

.friends {
  margin-top: 18px;
  padding: 0;
  border: 0
}
.friends a,
.friends span {
  margin-left: 22px
}

.footer-copyright {
  height: 70px;
  background: #fff;
  text-align: center;
  padding-top: 27px;
  color: #888
}

.home-culture {
  max-width: 1400px;
  margin: 0 auto;
  min-height: 610px;
  position: relative;
  padding-top: 70px;
  overflow: hidden;
  background: #fff
}

.culture-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center
}

.culture-copy h1 {
  margin: 0 0 36px;
  font-size: 45px;
  color: #262626;
  letter-spacing: 2px
}

.culture-copy h1 em {
  font-style: normal;
  color: #46a542
}

.culture-copy p {
  width: 940px;
  margin: 0 auto;
  color: #555;
  font-size: 16px;
  line-height: 2.15
}

.ink-landscape {
  position: absolute;
  inset: 230px 0 0;
  background: radial-gradient(ellipse 360px 230px at 30% 60%, #000 0 6%, #252525 28%, transparent 67%), radial-gradient(ellipse 270px 160px at 28% 67%, #777 0 2%, transparent 65%), linear-gradient(180deg, #fff 0%, #fff 15%, #f7f7f7 52%, #fff 100%)
}

.ink-landscape:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 480px;
  height: 260px;
  background: linear-gradient(150deg, transparent 38%, rgba(80, 80, 80, .2) 39% 45%, transparent 46%), linear-gradient(27deg, transparent 46%, rgba(90, 90, 90, .2) 47% 52%, transparent 53%);
  opacity: .8
}

.ink-tea-set {
  position: absolute;
  left: 125px;
  bottom: 58px;
  width: 260px;
  height: 180px;
  background: url('../images/product-pot.jpg') center/cover;
  border-radius: 50% 50% 48% 48%;
  box-shadow: 0 0 50px 34px #000
}

.ink-landscape span {
  position: absolute;
  right: 92px;
  
  font-size: 124px;
  line-height: 1;
  color: #161616;
  font-style: italic
}

.ink-landscape span:nth-child(2) {
  top: 18px
}

.ink-landscape span:nth-child(3) {
  top: 132px
}

.ink-landscape span:nth-child(4) {
  top: 246px
}

.home-quality {
  max-width: 1200px;
  margin: 0 auto;
  height: 330px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: #fff
}

.home-quality article {
  position: relative;
  padding: 58px 48px 28px;
  border-top: 1px solid #e2e2e2
}

.home-quality b {
  display: block;
  color: #eee;

  font-size: 60px;
  line-height: 1;
  margin-bottom: 16px
}

.home-quality h3 {
  margin: 0 0 16px;
  font-size: 19px;
  color: #414141
}

.home-quality p {
  margin: 0;
  color: #777;
  font-size: 13px;
  line-height: 1.9
}

.home-banner {
  max-width: 1400px;
  height: 360px;
  margin: 0 auto;
  padding: 0;
  background: linear-gradient(90deg, rgba(34, 8, 0, .88) 0 36%, rgba(34, 8, 0, .22) 36% 100%), url('../images/hero-ceremony.jpg') center/cover
}

.home-banner-copy {
  height: 100%;
  width: 36%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #fff
}

.home-banner-copy i {
  display: block;
  width: 1px;
  height: 138px;
  background: #e8d2bf
}

.home-banner-copy p {
  margin: 0;
  font-size: 29px;
  letter-spacing: 7px;
  line-height: 2.05;
  writing-mode: vertical-rl
}

.home-products {
  max-width: 1200px;
  margin: 56px auto 72px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 26px
}

.products-cover {
  height: 456px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .84)), url('../images/product-pot.jpg') center/cover
}

.products-cover:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, transparent 47%, rgba(210, 220, 225, .75) 48% 52%, transparent 53%), linear-gradient(18deg, transparent 41%, rgba(232, 236, 238, .8) 42% 47%, transparent 48%)
}

.products-cover span {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  font-size: 96px;
  color: #252525;
  opacity: .75
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 216px;
  gap: 24px
}

.home-product-card {
  background: #fff;
  text-align: center;
  overflow: hidden;
  font-size: 14px
}

.home-product-card img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover
}

.home-product-card span {
  display: block;
  padding-top: 10px
}

.home-product-card:hover img {
  transform: scale(1.04)
}

.home-product-card img {
  transition: transform .35s
}

.home-news {
  margin-top: 0;
  background: #fff;
  border-top: 1px solid #eee
}

.home-news .section {
  padding-top: 50px
}

.news-columns h2 {
  font-size: 19px;
  font-weight: normal;
  padding-bottom: 13px;
  border-bottom: 2px solid var(--green);
  margin-bottom: 0
}

.mini-item {
  padding: 18px 0
}

.mini-item b {
  font-weight: normal;
  font-size: 15px
}

.mini-item p {
  font-size: 13px
}

@media(max-width:900px) {
  .site-header {
    height: auto
  }

  .brand {
    height: 70px;
    font-size: 24px
  }

  .top-nav {
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 8px
  }

  .top-nav a {
    width: auto;
    height: 46px;
    font-size: 13px
  }

  .top-nav a.active:after {
    width: 54px
  }

  .hero {
    height: 300px
  }

  .hero-title {
    font-size: 28px
  }

  .section {
    padding: 42px 24px 54px
  }

  .section-heading h1 {
    font-size: 29px
  }

  .section-heading p {
    gap: 24px;
    font-size: 16px
  }

  .section-heading p:before,
  .section-heading p:after {
    width: 70px
  }

  .section-heading span:before,
  .section-heading span:after {
    height: 28px
  }

  .article-layout {
    grid-template-columns: 1fr;
    gap: 26px
  }

  .side-categories {
    display: flex;
    overflow: auto;
    gap: 8px
  }

  .side-categories h2 {
    display: none
  }

  .side-categories a {
    white-space: nowrap;
    border: 1px solid #e5e5e5;
    padding: 9px 14px
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
  }

  .product-card img {
    height: 180px
  }

  .news-item {
    grid-template-columns: 76px 1fr
  }

  .news-count {
    display: none
  }

  .product-detail {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .product-detail img {
    width: 100%;
    height: 300px
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .home-hero {
    height: 560px
  }

  .quality,
  .showcase-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .home-banner {
    height: 280px;
    padding: 45px
  }

  .home-banner p {
    font-size: 26px
  }

  .news-columns {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .search {
    width: 100%
  }

  .join-steps {
    gap: 12px
  }

  .feature-card {
    padding: 35px 28px
  }

  .feature-card:before {
    display: none
  }

  .feature-card p {
    margin-left: 0
  }

  .footer-panel {
    height: auto;
    grid-template-columns: 1fr;
    padding: 32px 24px
  }

  .footer-details {
    padding-top: 0
  }

  .footer-nav {
    flex-wrap: wrap;
    gap: 12px
  }

  .qr-mark {
    margin-left: 0
  }

  .value-grid {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .home-culture {
    min-height: 540px;
    padding: 54px 24px 0
  }

  .culture-copy h1 {
    font-size: 31px
  }

  .culture-copy p {
    width: auto
  }

  .ink-landscape {
    left: 0;
    right: 0;
    top: 240px
  }

  .ink-landscape span {
    right: 24px;
    font-size: 88px
  }

  .home-quality {
    height: auto;
    grid-template-columns: 1fr;
    padding: 0 24px
  }

  .home-quality article {
    padding: 30px 12px
  }

  .home-banner {
    height: 280px;
    padding: 0
  }

  .home-banner-copy {
    width: 48%
  }

  .home-banner-copy p {
    font-size: 22px
  }

  .home-products {
    grid-template-columns: 190px 1fr;
    gap: 16px;
    margin: 36px 24px
  }

  .products-cover {
    height: 456px
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 216px;
    gap: 14px
  }

  .home-product-card img {
    height: 176px
  }
}

@media(max-width:480px) {
  .top-nav {
    grid-template-columns: repeat(3, 1fr)
  }

  .hero {
    height: 230px
  }

  .hero-title {
    font-size: 22px;
    letter-spacing: 5px
  }

  .section-heading h1 {
    font-size: 25px
  }

  .section-heading p:before,
  .section-heading p:after {
    width: 35px
  }

  .product-grid,
  .quality,
  .showcase-grid {
    grid-template-columns: 1fr
  }

  .news-item {
    grid-template-columns: 1fr;
    gap: 6px
  }

  .home-hero {
    height: 420px
  }

  .slider-arrow {
    font-size: 38px
  }

  .home-banner {
    height: 230px
  }

  .home-banner p {
    font-size: 21px
  }

  .join-steps {
    font-size: 12px
  }

  .join-steps b {
    font-size: 21px
  }
}

html,
body {
  max-width: 100%;
  overflow-x: hidden
}

.nav-toggle {
  display: none
}

@media(max-width:900px) {
  .site-header {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    position: relative;
    z-index: 20
  }

  .site-header .brand {
    height: 50px;
    justify-content: flex-start;
    font-size: 22px
  }
.site-header .brand img{
    height: 100%;
}
  .site-header .brand-mark {
    width: 46px;
    height: 26px;
    margin-right: 10px
  }

  .site-header .brand-mark:after {
    width: 29px;
    height: 9px;
    bottom: -6px;
    right: -7px
  }

  .nav-toggle {
    display: grid;
    place-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer
  }

  .nav-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background: #47723b;
    transition: transform .25s ease, opacity .2s ease
  }

  .site-header.menu-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg)
  }

  .site-header.menu-open .nav-toggle span:nth-child(2) {
    opacity: 0
  }

  .site-header.menu-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
  }

  .site-header .top-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: auto;
    max-height: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 14px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    background: rgba(255, 255, 255, .98);
    border-top: 1px solid #edf1ea;
    box-shadow: 0 12px 24px rgba(35, 63, 31, .12);
    transform: translateY(-8px);
    transition: max-height .32s ease, opacity .22s ease, transform .32s ease, visibility .32s
  }

  .site-header.menu-open .top-nav {
    max-height: 220px;
    padding-top: 10px;
    padding-bottom: 12px;
    visibility: visible;
    opacity: 1;
    transform: none
  }

  .site-header .top-nav a {
    width: auto;
    height: 48px;
    font-size: 14px
  }

  .site-header .top-nav a.active:after {
    width: 36px;
    height: 2px
  }

  .footer-panel {
    height: auto;
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 34px 22px 28px;
    text-align: center
  }

  .footer-identity {
    display: flex;
    flex-direction: column;
    align-items: center
  }
h1{
        font-size: 24px;
}
  .footer-brand {
    justify-content: center;
        height: 50px;
  }

  .footer-identity p {
    margin: 15px 0;
    white-space: normal;
    font-size: 14px
  }

  .qr-mark {
    width: 84px;
    height: 84px;
    margin: 0;
    background-size: 15px 15px
  }

  .footer-details {
    padding: 0
  }

  .footer-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin: 0 0 22px;
    border-top: 1px solid rgba(75, 147, 46, .15);
    border-bottom: 1px solid rgba(75, 147, 46, .15)
  }

  .footer-nav a {
    display: grid;
    place-items: center;
    min-height: 42px;
    font-size: 12px
  }

  .footer-contact {
    padding: 18px 20px;
    text-align: left;
    background: rgba(255, 255, 255, .48);
    border-radius: 6px
  }

  .footer-contact b {
    font-size: 17px;
    margin-bottom: 9px
  }

  .footer-contact span {
    display: block;
    margin: 0;
    line-height: 1.9
  }

  .friends {
    display: flex;
    justify-content: center;
    gap: 9px 14px;
    flex-wrap: wrap;
    margin-top: 20px;
    line-height: 1.7
  }
.friends a,
  .friends span {
    margin: 0
  }

  .footer-copyright {
    height: auto;
    padding: 18px 20px;
    line-height: 1.7
  }
}

@media(max-width:600px) {
  .site-header {
    padding: 0 16px
  }

  .site-header .top-nav {
    grid-template-columns: repeat(2, 1fr)
  }

  .site-header.menu-open .top-nav {
    max-height: 310px
  }

  .footer-panel {
    padding: 30px 18px 24px
  }

  .footer-nav {
    grid-template-columns: repeat(4, 1fr)
  }

  .footer-contact {
    padding: 16px
  }

  .friends {
    font-size: 12px
  }
}
/* 分页容器整体布局 */
.pagination.page {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	/* 按钮之间的间距 */
	list-style: none;
	padding: 0;
	margin: 0;

}

/* 所有按钮/页码通用样式 */
.pagination.page>* {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	padding: 4px 9px;
	border: 2px solid #ddd;
	border-radius:1px;
	background-color: #fff;
	color: #333;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
	box-sizing: border-box;
}

/* 数字页码单独调整宽度 */
.pagination.page .page-number {
	padding: 4px 9px;
}

/* 当前激活页（蓝色背景、白色文字） */
.pagination.page .active.page-number {
    background: var(--green);
    border-color: var(--green);
	color: #fff;
}

/* 隐藏 SVG 箭头图标，替换为文字 */
.pagination.page .prev-page svg,
.pagination.page .next-page svg {
	display: none;
}

/* 给上一页/下一页加上文字 */
.pagination.page .prev-page::before {
	content: "上一页";
}

.pagination.page .next-page::after {
	content: "下一页";
}

/* 省略号样式（如果后续要加） */
.pagination.page .ellipsis {
	border: none;
	background: transparent;
	cursor: default;
}

/*  hover 交互效果 */
.pagination.page>*:hover:not(.active.page-number):not(.ellipsis) {
    border-color: var(--green);
	color: #3f6fc0;
}
/* Inner pages */
body:not([data-page='home']) .hero {
  height: 300px
}

body:not([data-page='home']) .page-shell {
  background: #fbfcfa
}

body:not([data-page='home']) .section {
  width: min(1400px, calc(100% - 48px));
  padding: 64px 0 76px
}

body:not([data-page='home']) .section-heading {
  margin: 0 0 42px;
  text-align: center
}

body:not([data-page='home']) .section-heading h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
  color: #344d35;

  font-size: 34px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 5px
}

body:not([data-page='home']) .section-heading h1::before,
body:not([data-page='home']) .section-heading h1::after {
  content: '';
  width: 48px;
  height: 1px;
  background: #b7c8ae
}

body:not([data-page='home']) .intro,
body:not([data-page='home']) .join-copy {
  max-width: 800px;
  color: #667061;
  font-size: 16px;
  line-height: 2.25
}

body:not([data-page='home']) .value-grid article {
  padding: 32px 28px;
  border: 1px solid #e2e9de;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(55, 83, 49, .05)
}

body:not([data-page='home']) .value-grid h3 {
  margin-top: 0;

  font-size: 32px;
  font-weight: 400
}

body:not([data-page='home']) .filter-bar {
  max-width: 900px;
  margin: 0 auto 38px;
  padding: 4px 0 10px;
  background: transparent
}

body:not([data-page='home']) .search {
  max-width: 560px;
  width: 100%;
  height: 44px;
  border-color: #71955f
}

body:not([data-page='home']) .search button {
  background: #648b52
}

body:not([data-page='home']) .pill-list {
  margin-bottom: 12px
}

body:not([data-page='home']) .pill-list button {
  width: auto;
  min-width: 112px;
  padding: 0 20px;
  background: #eef3ea;
  color: #496541
}
.pill-list a,
.pill-list button {
  width: auto;
  min-width: 112px;
  padding: 0 20px;
  background: #eef3ea;
  color: #496541
}
.pill-list a,
.pill-list button {
     width: auto;
    min-width: 112px;
    padding: 0 20px;
    background: #eef3ea !important;
    color: #496541;
    display: flex;
    align-items: center;
    justify-content: center;
}

body:not([data-page='home']) .pill-list button:hover,
body:not([data-page='home']) .pill-list button.active {
  background: #648b52;
  color: #fff
}
 .pill-list a:hover,
 .pill-list a.active ,
 .pill-list button:hover,
 .pill-list button.active {
  background: #648b52 !important;
  color: #fff !important;
}

body:not([data-page='home']) .product-grid {
  gap: 24px
}

body:not([data-page='home']) .product-card {
  border: 1px solid #e5ebe1;
  border-radius: 7px;
  background: #fff
}

body:not([data-page='home']) .product-card .copy {
  padding: 20px 22px 24px
}

body:not([data-page='home']) .news-list {
  display: grid;
  gap: 12px;
  border: 0
}

body:not([data-page='home']) .news-item {
  grid-template-columns: 105px minmax(0, 1fr) 64px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid #e4eae0;
  border-radius: 7px;
  background: #fff;
  transition: transform .25s, box-shadow .25s
}

body:not([data-page='home']) .news-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(55, 83, 49, .07)
}

body:not([data-page='home']) .news-date {
  color: #66845b;
  font-size: 14px
}

body:not([data-page='home']) .news-item h3 {
  color: #3e493b;
  font-size: 17px;
  font-weight: 500
}

body:not([data-page='home']) .news-item p {
  color: #7a8176;
  line-height: 1.8
}

body:not([data-page='home']) .article {
  padding: 44px 54px;
  border: 1px solid #e4eae0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(55, 83, 49, .05)
}

body:not([data-page='home']) .article h1 {
  color: #344534;

  font-size: 30px;
  font-weight: 500;
  line-height: 1.5
}

body:not([data-page='home']) .article p {
  color: #596157;
  line-height: 2.25
}

body:not([data-page='home']) .product-detail {
  max-width: 980px;
  padding: 38px;
  border: 1px solid #e4eae0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(55, 83, 49, .05)
}

body:not([data-page='home']) .product-detail img {
  border-radius: 6px
}

body:not([data-page='home']) .contact-info,
body:not([data-page='home']) .contact-form {
  padding: 34px;
  border: 1px solid #e1e9dd;
  border-radius: 8px;
  background: #fff
}

body:not([data-page='home']) .join-steps div {
  padding: 24px 18px;
  border: 1px solid #dfe8da;
  border-radius: 7px;
  background: #fff
}

body[data-page='about'] .feature-band {
  min-height: 350px;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(90deg, rgba(38, 18, 7, .82), rgba(38, 18, 7, .34) 55%, rgba(38, 18, 7, .12)), url('../images/hero-ceremony.jpg');
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center
}

body[data-page='about'] .feature-card {
  width: min(1120px, calc(100% - 48px));
  min-height: 0;
  margin: 0 auto;
  padding: 62px 0;
  background: transparent;
  color: #fff
}

body[data-page='about'] .feature-card::before {
  display: none
}

body[data-page='about'] .feature-card p {
  max-width: 620px;
  margin: 0 0 18px;
  padding-left: 34px;
  border-left: 1px solid rgba(255, 255, 255, .5);
  color: rgba(255, 255, 255, .94);
  font-size: 16px;
  line-height: 2.15;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .24)
}

@media(max-width:700px) {
  body:not([data-page='home']) .hero {
    height: 210px
  }

  body:not([data-page='home']) .section {
    width: calc(100% - 36px);
    padding: 42px 0 52px
  }

  body:not([data-page='home']) .section-heading {
    margin-bottom: 28px
  }

  body:not([data-page='home']) .section-heading h1 {
    gap: 13px;
    font-size: 27px;
    letter-spacing: 3px
  }

  body:not([data-page='home']) .section-heading h1::before,
  body:not([data-page='home']) .section-heading h1::after {
    width: 30px
  }

  body:not([data-page='home']) .filter-bar {
    padding: 0 0 8px;
    margin-bottom: 26px
  }

  body:not([data-page='home']) .pill-list {
    gap: 8px
  }

  body:not([data-page='home']) .pill-list button {
    min-width: 0;
    width: auto;
    height: 36px;
    padding: 0 15px;
    font-size: 12px
  }

  body:not([data-page='home']) .news-item {
    grid-template-columns: 1fr;
    padding: 18px;
    gap: 8px
  }

  body:not([data-page='home']) .news-count {
    display: none
  }

  body:not([data-page='home']) .article {
    padding: 28px 20px
  }

  body:not([data-page='home']) .article h1 {
    font-size: 24px
  }

  body:not([data-page='home']) .product-detail {
    padding: 20px
  }

  body:not([data-page='home']) .contact-info,
  body:not([data-page='home']) .contact-form {
    padding: 24px 20px
  }

  body:not([data-page='home']) .join-steps {
    flex-direction: column;
    gap: 14px
  }

  body:not([data-page='home']) .join-steps div {
    width: 100%
  }

  body:not([data-page='home']) .prev-next {
    gap: 20px;
    font-size: 12px
  }

  body[data-page='about'] .feature-band {
    min-height: 300px;
    background-position: 58% center
  }

  body[data-page='about'] .feature-card {
    width: calc(100% - 36px);
    padding: 42px 0
  }

  body[data-page='about'] .feature-card p {
    padding-left: 20px;
    font-size: 15px;
    line-height: 2
  }
}

/* Static H5 navigation: keep all page links available without JavaScript. */
@media(max-width:900px) {
  .site-header {
    height: auto;
    display: block;
    padding: 0
  }

  .site-header .brand {
    height: 50px;
    padding: 0 22px
  }

  .site-header .nav-toggle {
    display: none
  }

  .site-header .top-nav {
    position: static;
    max-height: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 8px 14px 12px;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    border-top: 1px solid #edf1ea;
    box-shadow: none;
    transform: none
  }
}

@media(max-width:600px) {
  .site-header .brand {
    padding: 0px;
  }

  .site-header .top-nav {
    grid-template-columns: repeat(2, 1fr)
  }
}