:root {
  --ink: #12211c;
  --muted: #5d6b66;
  --paper: #fbfbf7;
  --soft-green: #dcebdc;
  --leaf: #2f7451;
  --deep-leaf: #153f32;
  --clay: #bf7650;
  --rose: #d98b91;
  --sky: #d8e8ef;
  --line: rgba(18, 33, 28, 0.12);
  --shadow: 0 24px 60px rgba(21, 63, 50, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(251, 251, 247, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  font-weight: 800;
  background: var(--deep-leaf);
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 30px);
  color: var(--muted);
  font-size: 14px;
}

.main-nav a:hover {
  color: var(--leaf);
}

.header-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-weight: 700;
}

.header-cta,
.primary-button {
  color: #fff;
  background: var(--deep-leaf);
}

.secondary-button {
  color: var(--deep-leaf);
  background: transparent;
  border-color: rgba(21, 63, 50, 0.28);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(42px, 7vw, 92px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(112deg, rgba(220, 235, 220, 0.8), rgba(216, 232, 239, 0.45) 46%, rgba(251, 251, 247, 0.9)),
    var(--paper);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--leaf);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 86px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.18;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 42px;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 680px;
  margin: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-strip div {
  padding: 18px 18px 18px 0;
  border-right: 1px solid var(--line);
}

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

.proof-strip dt {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 700;
}

.proof-strip dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.94), transparent 30%),
    linear-gradient(148deg, #f5f0e8, #dcebdc 48%, #d8e8ef);
  box-shadow: var(--shadow);
}

.product-stage {
  position: relative;
  width: min(90%, 720px);
  height: 480px;
}

.product-stage::before {
  position: absolute;
  right: 8%;
  bottom: 42px;
  left: 12%;
  height: 40px;
  content: "";
  background:
    radial-gradient(ellipse at 22% 50%, rgba(21, 63, 50, 0.2) 0 18%, transparent 42%),
    radial-gradient(ellipse at 52% 50%, rgba(21, 63, 50, 0.18) 0 17%, transparent 40%),
    radial-gradient(ellipse at 78% 50%, rgba(21, 63, 50, 0.16) 0 15%, transparent 38%);
  filter: blur(1px);
}

.hero-pack {
  position: absolute;
  bottom: 62px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 14px rgba(18, 33, 28, 0.12));
}

.hero-pack-super {
  left: 7%;
  width: 36%;
  z-index: 1;
}

.hero-pack-regular {
  left: 35%;
  width: 36%;
  z-index: 2;
}

.hero-pack-liner {
  right: 6%;
  width: 31%;
  z-index: 3;
}

.floating-note {
  position: absolute;
  right: 7%;
  top: 11%;
  width: 260px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(14px);
}

.bamboo-banner {
  padding: clamp(28px, 4vw, 48px) clamp(20px, 5vw, 72px);
  background: #f7faf4;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.bamboo-banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  box-shadow: 0 22px 54px rgba(21, 63, 50, 0.12);
}

.floating-note strong,
.floating-note span {
  display: block;
}

.floating-note span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.logo-band {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.logo-band span {
  display: grid;
  min-height: 86px;
  place-items: center;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
  border-right: 1px solid var(--line);
}

.logo-band span:last-child {
  border-right: 0;
}

.section,
.split-section,
.quality-section,
.contact-section {
  padding: clamp(70px, 9vw, 122px) clamp(20px, 5vw, 72px);
}

.section-heading,
.intro-section,
.quality-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.65fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: start;
}

.intro-copy {
  color: var(--muted);
  font-size: 20px;
}

.feature-grid,
.product-grid,
.process-grid {
  display: grid;
  gap: 18px;
  padding: 0 clamp(20px, 5vw, 72px) clamp(70px, 9vw, 122px);
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid article,
.process-grid article {
  min-height: 210px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
}

.feature-icon,
.process-grid span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--clay);
  font-weight: 900;
}

.feature-grid p,
.process-grid p,
.split-content p,
.product-body span,
.contact-copy p {
  color: var(--muted);
}

.product-section {
  background: #fff;
}

.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 0;
  background: #fff;
}

.product-card {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
}

.product-image {
  position: relative;
  display: grid;
  height: 250px;
  place-items: end center;
  padding: 24px 18px 26px;
  overflow: hidden;
  background: linear-gradient(145deg, #f9fbf7, #dcebdc);
}

.product-image::after {
  position: absolute;
  right: 24%;
  bottom: 18px;
  left: 24%;
  height: 15px;
  content: "";
  background: rgba(21, 63, 50, 0.18);
  border-radius: 50%;
  filter: blur(4px);
}

.product-wipes .product-image {
  background:
    linear-gradient(135deg, rgba(191,118,80,0.16), transparent),
    repeating-linear-gradient(0deg, #fff 0 18px, #f5f0e8 19px 36px);
}

.product-image img {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: 74%;
  max-height: 190px;
  object-fit: contain;
  filter: none;
}

.product-period .product-image img {
  max-width: 72%;
  max-height: 200px;
}

.product-diaper .product-image img {
  max-width: 70%;
  max-height: 165px;
}

.product-diaper .product-image::after {
  right: 28%;
  left: 28%;
}

.product-body {
  padding: 24px;
}

.product-body p {
  margin-bottom: 8px;
  color: var(--leaf);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
}

.factory-visual {
  min-height: 520px;
  padding: 34px;
  color: #fff;
  background:
    linear-gradient(150deg, rgba(18, 33, 28, 0.92), rgba(47, 116, 81, 0.72)),
    linear-gradient(90deg, #153f32, #bf7650);
}

.metric-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,0.24);
}

.metric-row strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  line-height: 0.92;
}

.metric-row span {
  max-width: 180px;
  color: rgba(255,255,255,0.74);
}

.factory-lines {
  display: grid;
  gap: 18px;
  margin-top: 170px;
}

.factory-lines span {
  height: 24px;
  background: rgba(255,255,255,0.18);
}

.factory-lines span:nth-child(2) {
  width: 74%;
}

.factory-lines span:nth-child(3) {
  width: 52%;
}

.split-content {
  max-width: 720px;
}

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

.check-list li {
  padding-left: 28px;
  background: linear-gradient(var(--leaf), var(--leaf)) 0 0.72em / 12px 2px no-repeat;
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 0;
}

.quality-section {
  color: #fff;
  background: var(--deep-leaf);
}

.quality-section .eyebrow,
.quality-section h2 {
  color: #fff;
}

.quality-list {
  display: grid;
  gap: 12px;
}

.quality-list span {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.22);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.72fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: start;
  background: #fff;
}

.contact-methods {
  display: grid;
  gap: 10px;
  margin-top: 32px;
  color: var(--deep-leaf);
  font-weight: 800;
}

.contact-methods span {
  color: var(--muted);
  font-weight: 600;
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.inquiry-form .full {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--leaf);
  box-shadow: 0 0 0 3px rgba(47, 116, 81, 0.12);
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--leaf);
  font-size: 14px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(20px, 5vw, 72px);
  color: rgba(255,255,255,0.74);
  background: #10201b;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong,
.site-footer a {
  color: #fff;
}

@media (max-width: 1060px) {
  .main-nav {
    display: none;
  }

  .hero,
  .bamboo-banner,
  .section-heading,
  .intro-section,
  .split-section,
  .quality-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 500px;
  }

  .feature-grid,
  .product-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 68px;
  }

  .brand {
    min-width: 0;
  }

  .brand small,
  .header-cta {
    display: none;
  }

  h1 {
    font-size: 46px;
  }

  .hero {
    padding-top: 36px;
  }

  .proof-strip,
  .bamboo-banner,
  .feature-grid,
  .product-grid,
  .process-grid,
  .logo-band,
  .inquiry-form {
    grid-template-columns: 1fr;
  }

  .proof-strip div,
  .logo-band span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-visual {
    min-height: 430px;
  }

  .product-stage {
    width: 100%;
    height: 360px;
  }

  .floating-note {
    top: auto;
    right: 7%;
    bottom: 5%;
    width: 220px;
  }

  .bamboo-banner img {
    min-height: 220px;
    object-fit: contain;
  }

  .factory-visual {
    min-height: 390px;
  }

  .metric-row {
    display: grid;
  }

  .site-footer {
    display: grid;
  }
}
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25d366;
  color: #ffffff;
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

.whatsapp-icon {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

@media (max-width: 768px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    padding: 12px 15px;
  }

  .whatsapp-float span {
    display: none;
  }

  .whatsapp-icon {
    width: 26px;
    height: 26px;
  }
}
/* Mobile fix for hero product showcase */
@media (max-width: 768px) {
  .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  .hero-visual.product-hero {
    min-height: auto !important;
    height: auto !important;
    padding: 24px 18px 22px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .product-stage {
    position: relative !important;
    width: 100% !important;
    height: 300px !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .hero-pack {
    position: absolute !important;
    height: auto !important;
    object-fit: contain !important;
    transform: none !important;
    z-index: 2 !important;
  }

  .hero-pack-super {
    width: 43% !important;
    left: 2% !important;
    bottom: 0 !important;
  }

  .hero-pack-regular {
    width: 40% !important;
    left: 32% !important;
    bottom: 0 !important;
  }

  .hero-pack-liner {
    width: 30% !important;
    right: 2% !important;
    bottom: 0 !important;
  }

  .floating-note {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 16px 18px !important;
    box-sizing: border-box !important;
    transform: none !important;
    z-index: 3 !important;
  }

  .floating-note strong {
    display: block !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    white-space: normal !important;
  }

  .floating-note span {
    display: block !important;
    margin-top: 8px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
}