body[data-page="home"] {
  isolation: isolate;
}

body[data-page="home"]::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: url("../images/parallax-field.jpg") center / cover no-repeat;
}

.home-hero {
  width: 100%;
  margin: 0 auto;
}

.home-culture-bleed {
  background: #fafbf7;
}
.zhansnr{
      display: grid;
    gap: 51px;
    grid-template-columns: 0.9fr 1.1fr;
}
.home-culture {
  width: min(1400px, calc(100% - 64px));
  min-height: 0;
  margin: 0 auto;
  padding: 64px 0;
  display: grid;
 
  gap: 44px 64px;
  background: transparent;
  overflow: visible;
}

.culture-copy {
  position: static;
  grid-column: 1 / -1;
  width: auto;
}

.culture-copy h1 {
  margin: 0 0 20px;
  color: #283b2b;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.5;
  letter-spacing: 2px;
}

.culture-copy h1 em {
  color: #57804b;
}

.culture-copy p {
  width: auto;
  max-width: 790px;
  margin: auto;
  color: #73796f;
  font-size: 15px;
  line-height: 2;
}

.ink-landscape {
  position: relative;
  inset: auto;
  min-height: 360px;
  border-radius: 4px;
  overflow: hidden;
  background: #e9eee3 url("../images/product-pot.jpg") center / cover;
}

.ink-landscape::before {
  display: none;
}

.ink-tea-set {
  display: none;
}

.home-quality {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
}

.home-quality article {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 24px 0;
  border: 0;
}

.home-quality article+article {
  border-top: 1px solid #dfe5d8;
}

.quality-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin: 0;
  border: 1px solid #dce6d3;
  border-radius: 50%;
  background: #eff4e9;
}

.quality-icon img {
  display: block;
  width: 48px;
  height: 48px;
}

.quality-copy {
  min-width: 0;
}

.home-quality h3 {
  margin: 0 0 9px;
  color: #344631;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.home-quality p {
  width: auto;
  margin: 0;
  color: #74796f;
  font-size: 14px;
  line-height: 1.9;
}

.home-banner-bleed {
  background: transparent;
}

.home-banner {
  width: min(1400px, calc(100% - 64px));
  height: 360px;
  margin: 0 auto;
  padding: 0;
  background: none;
}

.home-banner-copy {
  width: 300px;
  height: 100%;
  gap: 22px;
}

.home-banner-copy i {
  height: 250px;
}

.home-banner-copy p {
  font-size: 27px;
  letter-spacing: 7px;
  line-height: 1.9;
}

.home-products-bleed {
  background: #fff;
}

.home-products {
  display: block;
  width: min(1400px, calc(100% - 64px));
  height: auto;
  margin: 0 auto;
  padding: 80px 0;
}

.home-product-set {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 90px;
  height: auto;
}

.mosaic-definitions {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}

.product-story {
  max-width: 430px;
}

.product-story-kicker {
  display: block;
  color: #86927c;
  font-size: 12px;
  letter-spacing: 3px;
}

.product-story h2 {
  margin: 18px 0 22px;
  color: #36583b;

  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 400;
  line-height: 1.5;
}

.product-story h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 22px;
  background: #7d9d6e;
}

.product-story p {
  margin: 0;
  max-width: 360px;
  color: #777e71;
  font-size: 15px;
  line-height: 2.1;
}

.product-story-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-top: 28px;
  padding: 12px 24px;
  border-radius: 26px;
  background: #537a43;
  color: #fff;
  font-size: 14px;
}

.product-story-link:hover {
  background: #3b6030;
}

.product-mosaic {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 510px;
  aspect-ratio: 1;
  justify-self: end;
}

.product-mosaic-tile {
  display: block;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #edf1e8;
}

.product-mosaic-tile:nth-child(1) {
  clip-path: url("#mosaic-corner-0");
}

.product-mosaic-tile:nth-child(2) {
  clip-path: url("#mosaic-corner-1");
}

.product-mosaic-tile:nth-child(3) {
  clip-path: url("#mosaic-corner-2");
}

.product-mosaic-tile:nth-child(4) {
  clip-path: url("#mosaic-corner-3");
}

.product-mosaic-tile img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-mosaic-title {
  position: absolute;
  inset: 36%;
  display: grid;
  place-items: center;
  color: #385438;

  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
}

.second-set .product-mosaic {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

.second-set .product-story {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}

.home-strip-slider {
  position: relative;
  width: 100%;
  height: 62px;
  margin: 0;
  overflow: hidden;
  background: transparent;
}

.home-strip-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: url("../images/leaf-strip-pattern.svg") center / 58px 34px repeat-x;
  opacity: 0.72;
}

.second-set {
  margin: 0;
}

.home-feature-bleed {
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(rgba(22, 46, 24, 0.24), rgba(22, 46, 24, 0.24)),
    repeating-linear-gradient(135deg,
      rgba(255, 255, 255, 0.055) 0 1px,
      transparent 1px 8px),
    url("../images/tea-rows.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
}

.home-feature-bleed::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 22%,
      rgba(255, 255, 255, 0.12) 0 1px,
      transparent 1.5px) 0 0 / 13px 13px,
    linear-gradient(90deg,
      rgba(8, 35, 14, 0.12),
      transparent 38%,
      rgba(8, 35, 14, 0.08));
  opacity: 0.55;
}

.home-feature-bleed>* {
  position: relative;
  z-index: 1;
}

.home-feature-image {
  width: min(1200px, calc(100% - 64px));
  height: auto;
  margin: 0 auto;
}

.home-feature-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
  height: auto;
  padding: 64px 0;
}

.feature-panel-image {
  display: none;
}

.feature-panel-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-feature-panel article {
  grid-column: 2;
  width: auto;
  padding: 0;
  margin: 0;
  text-align: left;
}

.feature-kicker {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 4px;
}

.home-feature-panel h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}

.home-feature-panel p {
  width: auto;
  max-width: 490px;
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 2;
}

.feature-detail-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 26px;
  padding: 12px 22px;
  border: 1px solid #9aaa8e;
  color: #fff;
  font-size: 14px;
  transition:
    background 0.2s,
    color 0.2s;
}

.feature-detail-button::after {
  content: "→";
}

.feature-detail-button:hover {
  background: #46633c;
  color: #fff;
}

.home-news-bleed {
  background: #fff;
}

.home-news {
  display: block;
  width: min(1400px, calc(100% - 64px));
  height: auto;
  margin: 0 auto;
  padding: 60px 0 64px;
  border: 0;
  background: transparent;
}

.home-block-heading {
  text-align: center;
  margin-bottom: 38px;
}

.home-block-heading>span {
  color: #819375;
  font-size: 12px;
  letter-spacing: 4px;
}

.home-block-heading h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 12px 0 0;
  color: #30442e;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 4px;
}

.home-block-heading h2::before,
.home-block-heading h2::after {
  content: "";
  width: 56px;
  height: 1px;
  background: #cbd7c1;
}

.home-news-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
}

.home-news-list {
  min-width: 0;
  height: auto;
}

.home-news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9e2d1;
}

.home-news-head h3 {
  position: relative;
  margin: 0;
  padding-left: 13px;
  color: #3a4d32;
  font-size: 20px;
  font-weight: 500;
}

.home-news-head h3::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 3px;
  background: #799c62;
}

.home-news-head a {
  padding: 6px 0 6px 12px;
  color: #78836f;
  font-size: 13px;
}

.home-news-head a::after {
  content: " →";
  margin-left: 8px;
}

.home-news-card {
  display: grid;
  grid-template-columns: 152px minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  height: auto;
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid #edf0e9;
}

.home-news-card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.home-news-card img {
  display: block;
  width: 100%;
  height: 112px;
  object-fit: cover;
  border-radius: 2px;
}

.home-news-card h4 {
  margin: 0 0 8px;
  color: #3c4537;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  transition: color 0.2s;
}

.home-news-card time {
  display: block;
  margin-bottom: 9px;
  color: #818878;
  font-size: 12px;
  letter-spacing: 1px;
}

.home-news-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  color: #777d70;
  font-size: 13px;
  line-height: 1.8;
}

.home-news-card:hover h4,
.home-news-head a:hover {
  color: #54823e;
}

body[data-page="home"] a:focus-visible {
  outline: 2px solid #6b934f;
  outline-offset: 5px;
}

body[data-page="home"] .reveal {
  opacity: 0;
  transform: var(--reveal-transform, none);
  filter: var(--reveal-filter, none);
  transition:
    opacity 0.8s ease,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.8s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

body[data-page="home"] [data-reveal="left"] {
  --reveal-transform: translateX(-26px);
}

body[data-page="home"] [data-reveal="right"] {
  --reveal-transform: translateX(26px);
}

body[data-page="home"] [data-reveal="up"] {
  --reveal-transform: translateY(16px);
}

body[data-page="home"] [data-reveal="zoom"] {
  --reveal-transform: scale(0.94);
}

body[data-page="home"] [data-reveal="soft"] {
  --reveal-transform: scale(0.98);
  --reveal-filter: blur(3px);
}

body[data-page="home"] [data-reveal="turn"] {
  --reveal-transform: rotate(-9deg) scale(0.88);
}

body[data-page="home"] [data-reveal="line"] {
  --reveal-transform: scaleY(0.3);
}

body[data-page="home"] .reveal.visible {
  opacity: 1;
  transform: none;
  filter: none;
}

body[data-page="home"] .product-mosaic-tile:hover img.reveal.visible {
  transform: scale(1.05);
  transition-delay: 0ms;
}

body[data-page="home"] .product-mosaic-tile:focus-visible {
  outline: none;
}

body[data-page="home"] .product-mosaic-tile:focus-visible img.reveal.visible {
  filter: brightness(0.8);
}

@media (max-width: 1000px) {
    .zhansnr {
   
    grid-template-columns: 1fr;
}
  .home-culture {
    gap: 32px;
  }

  .home-quality article {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    padding: 20px 0;
  }

  .quality-icon {
    width: 64px;
    height: 64px;
  }

  .quality-icon img {
    width: 42px;
    height: 42px;
  }

  .home-quality h3 {
    font-size: 18px;
  }

  .home-product-set {
    gap: 40px;
  }

  .home-feature-panel {
    gap: 32px;
  }

  .home-news-columns {
    gap: 28px;
  }

  .home-news-card {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 16px;
  }

  .home-news-card img {
    height: 100px;
  }
}

@media (max-width: 700px) {

  .home-culture,
  .home-banner,
  .home-products,
  .home-feature-image,
  .home-news {
    width: calc(100% - 40px);
  }

  .home-culture {
    grid-template-columns: 1fr;
    padding: 40px 0;
    gap: 24px;
  }

  .culture-copy h1 {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 16px;
  }

  .culture-copy p {
    font-size: 14px;
    text-align: left;
  }

  .ink-landscape {
    min-height: 0;
    height: 230px;
  }

  .home-quality {
    padding: 0;
  }

  .home-quality article {
    padding: 20px 0;
  }

  .home-quality article:first-child {
    padding-top: 0;
  }

  .home-quality article:last-child {
    padding-bottom: 0;
  }

  .home-banner {
    height: 280px;
  }

  .home-banner-copy {
    width: 230px;
  }

  .home-banner-copy i {
    height: 200px;
  }

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

  .home-products {
    padding: 40px 0;
  }

  .home-product-set {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .product-mosaic {
    gap: 8px;
    justify-self: center;
  }

  .product-story,
  .second-set .product-story {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }

  .second-set .product-mosaic {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
  }

  .home-strip-slider {
    width: 100%;
    height: 46px;
    margin: 0;
  }

  .home-feature-panel {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 36px 0;
  }

  .home-feature-panel article {
    grid-column: 1;
    width: 100%;
    margin: 0;
    text-align: left;
  }

  .feature-panel-image {
    height: 240px;
  }

  .home-feature-panel h2 {
    font-size: 25px;
    margin-bottom: 14px;
  }

  .feature-detail-button {
    margin-top: 20px;
  }

  .home-news {
    padding: 40px 0;
  }

  .home-block-heading {
    margin-bottom: 30px;
  }

  .home-block-heading h2 {
    font-size: 27px;
    gap: 18px;
  }

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

  .home-news-card {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 0;
  }

  .home-news-card h4 {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .home-slide,
  .product-mosaic-tile img,
  body[data-page="home"] .reveal {
    transition: none;
    transform: none;
  }

  body[data-page="home"] .reveal {
    opacity: 1;
    filter: none;
  }

  body[data-page="home"] .product-mosaic-tile:hover img.reveal.visible {
    transform: none;
  }
}

/* Refined news section */
.home-news-bleed {
  background: #f5f7f2;
}

.home-news {
  padding: 72px 0 78px;
}

.home-block-heading {
  margin-bottom: 44px;
}

.home-block-heading h2 {
  margin: 0;
  font-size: 32px;
}

.home-block-heading p {
  margin: 15px 0 0;
  color: #7b8675;
  font-size: 14px;
  letter-spacing: 1px;
}

.home-news-columns {
  gap: 28px;
}

.home-news-list {
  padding: 28px 30px 28px;
  border: 1px solid #e3e9dd;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 32px rgba(54, 82, 47, 0.06);
}

.home-news-head {
  padding-bottom: 18px;
}

.home-news-head h3 {
  font-size: 21px;
}

.home-news-head a {
  color: #68805e;
}

.home-news-card {
  grid-template-columns: 138px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  padding: 22px 0;
}

.home-news-card img {
  height: 100px;
  border-radius: 5px;
}

@media (max-width: 700px) {
  .home-news {
    padding: 48px 0;
  }

  .home-block-heading {
    margin-bottom: 30px;
  }

  .home-news-columns {
    gap: 24px;
  }

  .home-news-list {
    padding: 22px 20px 5px;
  }
}