:root {
  --pine: #173f2a;
  --leaf: #2f7a44;
  --mint: #dcefe4;
  --foam: #eef8f3;
  --cream: #f8f5ec;
  --aqua: #86d3d0;
  --coral: #e87455;
  --ink: #102019;
  --muted: #657268;
  --line: rgba(23, 63, 42, 0.16);
  --shadow: 0 24px 70px rgba(16, 32, 25, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(23, 63, 42, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}

.brand {
  display: block;
  width: clamp(148px, 18vw, 220px);
  overflow: hidden;
}

.brand img {
  width: 100%;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.5vw, 34px);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}

.nav a {
  padding: 8px 0;
}

.nav a[aria-current="page"] {
  color: var(--aqua);
}

.hero {
  padding: 0;
  background: #fff;
}

.hero img {
  width: 100%;
  height: auto;
}

.page-hero {
  min-height: 560px;
  display: grid;
  align-items: end;
  padding: 150px clamp(20px, 5vw, 72px) 72px;
  color: #fff;
  background: var(--pine);
}

.page-hero > div {
  max-width: 780px;
}

.page-hero h1,
.page-hero p {
  color: #fff;
}

.page-hero .eyebrow {
  color: var(--aqua);
}

.product-page-hero {
  background:
    linear-gradient(90deg, rgba(16, 32, 25, 0.86), rgba(16, 32, 25, 0.16)),
    url("assets/products-hero-poo-bags.jpg") center / cover no-repeat;
}

.news-page-hero {
  background:
    linear-gradient(90deg, rgba(16, 32, 25, 0.88), rgba(16, 32, 25, 0.18)),
    url("网站/poop bags for dogs.png") center / cover no-repeat;
}

.standalone-section {
  padding-top: clamp(56px, 7vw, 96px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 660px;
  margin-bottom: 22px;
  color: var(--pine);
  font-size: clamp(3rem, 7.1vw, 6.9rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  color: var(--pine);
  font-size: clamp(2.15rem, 4.8vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  color: var(--pine);
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.1;
}

.hero-text,
.section-copy p,
.lifestyle-copy p,
.contact p,
.quality-grid p,
.product-card p,
footer p {
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.65;
}

.hero-actions,
.contact {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
}

.button.primary {
  color: #fff;
  background: var(--pine);
  box-shadow: 0 14px 28px rgba(23, 63, 42, 0.18);
}

.button.secondary {
  color: var(--pine);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
  background: #fff;
}

.proof-strip article {
  min-height: 136px;
  padding: 26px clamp(18px, 3vw, 42px);
  border-right: 1px solid var(--line);
}

.proof-strip article:last-child {
  border-right: 0;
}

.proof-strip strong {
  display: block;
  color: var(--leaf);
  font-size: clamp(2.1rem, 4.5vw, 4rem);
  line-height: 0.9;
}

.proof-strip span {
  display: block;
  max-width: 210px;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.3;
}

.section {
  padding: clamp(70px, 9vw, 126px) clamp(20px, 5vw, 72px);
}

.split,
.specs {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(32px, 5vw, 82px);
  align-items: center;
}

.section-copy {
  max-width: 620px;
}

.badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.badges span {
  padding: 10px 14px;
  color: var(--pine);
  background: var(--mint);
  border: 1px solid rgba(47, 122, 68, 0.18);
  border-radius: 999px;
  font-weight: 850;
}

.image-panel {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.image-panel img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.eco-image img {
  object-position: 70% 45%;
}

.quality-section {
  background: var(--foam);
}

.section-heading {
  max-width: 860px;
  margin-bottom: clamp(28px, 5vw, 56px);
}

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

.quality-grid article,
.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

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

.quality-grid article h3,
.quality-grid article p {
  padding-inline: 22px;
}

.quality-grid article h3 {
  padding-top: 22px;
}

.quality-grid article p {
  padding-bottom: 24px;
}

.specs {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  background: #fff;
}

.feature-list {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.feature-list li {
  padding: 18px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.55;
}

.feature-list span {
  display: block;
  margin-bottom: 4px;
  color: var(--pine);
  font-weight: 900;
}

.product-section {
  background: var(--cream);
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.product-card-contain img {
  object-fit: contain;
  object-position: center;
  background: #f3f8ed;
}

.catalog-section {
  background: #fff;
}

.home-catalog {
  padding-block: clamp(44px, 6vw, 82px);
}

.catalog-card {
  max-width: 430px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.catalog-image {
  display: block;
  background: #fff;
}

.catalog-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.catalog-copy {
  padding: 16px;
}

.catalog-copy h2 {
  margin-bottom: 6px;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.16;
}

.catalog-copy p {
  margin-bottom: 2px;
  color: var(--ink);
  line-height: 1.45;
}

.catalog-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 14px;
  color: #fff;
  background: #f6bd55;
  border-radius: 8px;
  font-weight: 900;
}

.news-section {
  display: grid;
  gap: 24px;
  background: #fff;
}

.news-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--foam);
}

.news-image {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

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

.news-copy h2 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(1.55rem, 2.7vw, 2.55rem);
  line-height: 1.05;
}

.news-copy p {
  max-width: 740px;
  color: var(--muted);
  line-height: 1.65;
}

.news-meta {
  margin-bottom: 10px;
  color: var(--coral) !important;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--leaf);
  font-weight: 900;
}

.product-card div {
  padding: 22px;
}

.lifestyle {
  position: relative;
  display: grid;
  min-height: 560px;
  align-items: end;
  padding: 0;
  overflow: hidden;
  background: var(--pine);
}

.lifestyle > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lifestyle::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 32, 25, 0.84), rgba(16, 32, 25, 0.18));
}

.lifestyle-copy {
  position: relative;
  z-index: 1;
  max-width: 650px;
  padding: clamp(56px, 7vw, 96px) clamp(20px, 5vw, 72px);
}

.lifestyle-copy h2,
.lifestyle-copy p {
  color: #fff;
}

.lifestyle-copy .eyebrow {
  color: var(--aqua);
}

.contact {
  display: grid;
  gap: clamp(36px, 5vw, 64px);
  padding: clamp(70px, 8vw, 110px) clamp(20px, 5vw, 72px);
  background: var(--foam);
  border-top: 1px solid var(--line);
}

.contact-hero {
  position: relative;
  min-height: 380px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-radius: 8px;
  background: var(--pine);
  box-shadow: var(--shadow);
}

.contact-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 32, 25, 0.88), rgba(16, 32, 25, 0.2));
}

.contact-hero > div {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: clamp(34px, 5vw, 62px);
}

.contact h2 {
  margin-bottom: 10px;
}

.contact-hero h1,
.contact-hero h2,
.contact-hero p {
  color: #fff;
}

.contact-hero .eyebrow,
.community-strip .eyebrow {
  color: var(--aqua);
}

.standalone-contact {
  padding-top: 120px;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 520px));
  justify-content: center;
  gap: 18px;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 92px;
  padding: 22px;
  color: var(--pine);
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
}

.contact-method strong {
  display: block;
  margin-bottom: 3px;
  font-weight: 900;
}

.contact-method svg,
.method-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--leaf);
  border-radius: 50%;
}

.contact-method svg {
  padding: 7px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.message-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: clamp(34px, 5vw, 58px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.message-copy {
  max-width: 470px;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--pine);
  font-weight: 850;
}

.contact-form .full,
.contact-form button {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(23, 63, 42, 0.18);
  border-radius: 8px;
  padding: 14px 16px;
  color: var(--ink);
  background: var(--foam);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.community-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(23, 63, 42, 0.94), rgba(47, 122, 68, 0.84)),
    url("网站/poop bags for dogs.png") center / cover no-repeat;
}

.community-strip h2 {
  max-width: 620px;
  margin-bottom: 0;
  color: #fff;
}

.instagram-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  padding: 14px 18px;
  color: var(--pine);
  background: #fff;
  border-radius: 8px;
  font-size: 1.15rem;
  font-weight: 900;
}

.instagram-card svg {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(20px, 5vw, 72px);
  background: var(--pine);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

footer img {
  width: 160px;
}

footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  text-align: right;
}

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

  .nav {
    display: none;
  }

  .hero {
    min-height: 0;
  }

  .proof-strip,
  .quality-grid,
  .product-grid,
  .split,
  .specs {
    grid-template-columns: 1fr;
  }

  .proof-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-strip article:last-child {
    border-bottom: 0;
  }

  .specs .image-panel {
    order: 2;
  }

  .contact {
    align-items: flex-start;
  }

  .contact-methods,
  .message-section,
  .contact-form,
  .news-card {
    grid-template-columns: 1fr;
  }

  .community-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  footer p {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-block: 12px;
  }

  .brand,
  footer img {
    width: 142px;
  }

  .hero {
    min-height: 700px;
    padding-top: 52px;
  }

  .hero-actions .button,
  .contact .button {
    width: 100%;
  }

  .proof-strip article {
    min-height: auto;
  }

  .lifestyle {
    min-height: 620px;
  }
}
