/* ============================================================
   HOME PAGE STYLES
   Styles used only by index.html
   ============================================================ */


/* ==================== HERO SECTION ==================== */

.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 76% 25%,rgba(42,170,78,.13),transparent 25%),linear-gradient(115deg,#fff 0%,#fbfaf4 53%,#f6fbf6 100%);
  padding-bottom: 24px;
}

.hero-noise {
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: radial-gradient(rgba(15,79,45,.15) .6px,transparent .6px);
  background-size: 17px 17px;
  mask-image: linear-gradient(to right,transparent,#000 45%,#000);
}

.hero-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 55px;
  position: relative;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #eef7ef;
  border: 1px solid #dcecdf;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .8px;
  font-weight: 800;
  color: #257f49;
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #44bd61;
  box-shadow: 0 0 0 5px rgba(68,189,97,.12);
}

.hero h1 {
  font-size: clamp(48px,5.7vw,60px);
  line-height: .99;
  letter-spacing: -3.6px;
  margin: 20px 0 0;
  max-width: 720px;
}

.hero h1 span {
  color: #158045;
}

.hero-text {
  font-size: 16px;
  line-height: 1.75;
  color: #66756c;
  max-width: 600px;
  margin: 26px 0;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 27px;
}

.avatar-stack {
  display: flex;
}

.avatar-stack span {
  width: 34px;
  height: 34px;
  margin-left: -8px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f1f6f2;
  border: 2px solid #fff;
  font-size: 10px;
  font-weight: 800;
  color: #1b7643;
}

.avatar-stack span:first-child {
  margin-left: 0;
  background: #0f6d3e;
  color: #fff;
}

.rating {
  display: flex;
  align-items: center;
  gap: 2px;
}

.rating svg,
.testimonial-stars svg {
  width: 14px;
  height: 14px;
  fill: #f5a213;
  stroke: #f5a213;
}

.rating strong {
  font-size: 12px;
  margin-left: 5px;
}

.hero-meta small {
  display: block;
  color: #7a8980;
  font-size: 10px;
  margin-top: 3px;
}

.hero-visual {
  min-height: 580px;
  position: relative;
}

.product-stage {
  position: absolute;
  inset: 25px 0 20px 0;
}

.stage-ring {
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  right: 30px;
  top: 46px;
  background: linear-gradient(145deg,#147343,#0c5935);
  box-shadow: 0 34px 80px rgba(12,81,46,.23);
}

.stage-ring:before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
}

.burger-cutout {
  position: absolute;
  left: 8px;
  bottom: 20px;
  width: 410px;
  height: 340px;
  z-index: 4;
  overflow: hidden;
  border-radius: 52% 52% 26% 26%;
  box-shadow: 0 35px 70px rgba(55,37,14,.2);
  border: 7px solid rgba(255,255,255,.75);
}

.burger-cutout img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paper-pack {
  position: absolute;
  width: 280px;
  height: 370px;
  border-radius: 25px;
  background: #f8fff8;
  border: 8px solid rgba(255,255,255,.7);
  box-shadow: 0 24px 60px rgba(7,82,44,.2);
  overflow: hidden;
}

.pack-back {
  right: 18px;
  top: 45px;
  transform: rotate(10deg);
  z-index: 2;
}

.pack-front {
  right: 112px;
  top: 100px;
  transform: rotate(-8deg);
  z-index: 3;
}

.pattern-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(45deg,rgba(41,145,70,.09) 25%,transparent 25%),linear-gradient(-45deg,rgba(41,145,70,.09) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(41,145,70,.09) 75%),linear-gradient(-45deg,transparent 75%,rgba(41,145,70,.09) 75%);
  background-size: 42px 42px;
  background-position: 0 0,0 21px,21px -21px,-21px 0;
}

.mini-brand {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding: 14px 17px;
  border-radius: 11px;
  background: #0d683b;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.floating-pill {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.96);
  border: 1px solid #e8eee9;
  box-shadow: 0 16px 35px rgba(19,67,41,.12);
  border-radius: 16px;
  padding: 11px 13px;
  backdrop-filter: blur(10px);
}

.pill-top {
  left: -8px;
  top: 86px;
}

.pill-bottom {
  right: -5px;
  bottom: 28px;
}

.pill-icon {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: #edf8ef;
  color: #148246;
}

.pill-icon svg {
  width: 18px;
}

.floating-pill>span:last-child {
  display: flex;
  flex-direction: column;
}

.floating-pill strong {
  font-size: 11px;
}

.floating-pill small {
  font-size: 12px;
  color: #7e8a83;
  margin-top: 3px;
}

.hero-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}

.hero-shape-one {
  width: 90px;
  height: 90px;
  right: -15px;
  top: 20px;
  background: #e8f6ea;
}

.hero-shape-two {
  width: 60px;
  height: 60px;
  left: 10px;
  bottom: 20px;
  background: #fff0d2;
}

.hero-benefits {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  background: #fff;
  border: 1px solid #e8eee9;
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(21,65,40,.08);
}

.benefit-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  position: relative;
}

.benefit-card:not(:last-child):after {
  content: "";
  width: 1px;
  height: 36px;
  background: #e8ede9;
  position: absolute;
  right: 0;
}

.benefit-card>span {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 12px;
  background: #edf8ef;
  color: #168246;
  display: grid;
  place-items: center;
}

.benefit-card svg {
  width: 18px;
}

.benefit-card div {
  display: flex;
  flex-direction: column;
}

.benefit-card strong {
  font-size: 12px;
}

.benefit-card small {
  font-size: 12px;
  color: #7e8c84;
  margin-top: 4px;
}


/* ==================== TRUST LOGOS ==================== */

.logo-cloud {
  padding: 36px 0;
  border-bottom: 1px solid #f0f3f0;
}

.logo-cloud-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
  color: #7d8a83;
}

.logo-cloud-inner span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.logo-cloud-inner strong {
  font-size: 13px;
  color: #57655d;
}


/* ==================== SHARED PAGE SECTIONS ==================== */

.section {
  padding: 100px 0;
}

.section-header {
  display: grid;
  grid-template-columns: 1.1fr .7fr;
  gap: 80px;
  align-items: end;
}

.section-label {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 800;
  color: #1d8b4d;
}

.section-header h2,
.process-copy h2,
.why-copy h2,
.testimonial-heading h2,
.cta-copy h2 {
  font-size: clamp(38px,4.2vw,58px);
  line-height: 1.05;
  letter-spacing: -2.4px;
  margin: 12px 0 0;
}

.section-header h2 span {
  color: #178247;
}

.section-side p,
.process-copy p,
.why-copy>p,
.testimonial-heading>p {
  color: #6d7a73;
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 18px;
}


/* ==================== PRODUCT CATEGORIES ==================== */

.modern-product-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: 1.25fr .75fr .75fr;
  gap: 20px;
}

.modern-product-card {
  min-height: 420px;
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.modern-product-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.modern-product-card:hover img {
  transform: scale(1.05);
}

.product-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,rgba(5,28,17,.78),rgba(5,28,17,.05) 55%);
  z-index: 1;
}

.product-tag {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 18px;
  background: rgba(255,255,255,.9);
  color: #165f38;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.product-content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 3;
}

.product-content>span:first-child {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  color: #bfebca;
  font-weight: 800;
}

.product-content h3 {
  font-size: 26px;
  line-height: 1.15;
  margin: 7px 0;
}

.card-large .product-content h3 {
  font-size: 34px;
}

.product-content p {
  font-size: 11px;
  color: rgba(255,255,255,.75);
  line-height: 1.6;
  max-width: 380px;
  margin: 0;
  padding-right: 44px;
}

.round-link {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #126b3d;
  display: grid;
  place-items: center;
  transition: .2s;
}

.modern-product-card:hover .round-link {
  transform: translateX(3px);
}

.round-link svg {
  width: 17px;
}


/* ==================== FOOD USE CASES ==================== */

.use-cases-section {
  padding: 34px 0 90px;
  background: #fff;
}

.use-cases-head {
  display: grid;
  grid-template-columns: 1.05fr .7fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 34px;
}

.use-cases-head h2 {
  margin: 10px 0 0;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -2.4px;
}

.use-cases-head h2 span,
.material-section .section-header h2 span,
.insights-section .section-header h2 span {
  color: #20894e;
}

.use-cases-head p {
  margin: 0;
  color: #718078;
  font-size: 13px;
  line-height: 1.8;
}

.use-case-row {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 16px;
}

.use-case {
  text-align: center;
  padding: 10px 8px 18px;
  border-radius: 22px;
  transition: .25s ease;
}

.use-case:hover {
  background: #f6faf6;
  transform: translateY(-4px);
}

.use-case-image {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  border: 7px solid #f3f8f3;
  box-shadow: 0 12px 35px rgba(25,85,49,.08);
}

.use-case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.use-case:hover img {
  transform: scale(1.08);
}

.use-case strong {
  display: block;
  margin-top: 13px;
  font-size: 12px;
}

.use-case small {
  display: block;
  margin-top: 4px;
  color: #88948d;
  font-size: 12px;
}


/* ==================== PAPER CUSTOMIZER ==================== */

.customizer-section {
  background: radial-gradient(circle at 90% 20%,rgba(51,174,95,.10),transparent 22%),
    #f5faf6;
}

.customizer-shell {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 90px;
  align-items: center;
}

.customizer-copy h2 {
  font-size: 50px;
  line-height: 1.06;
  letter-spacing: -2.5px;
  margin: 12px 0 18px;
}

.customizer-copy>p {
  max-width: 520px;
  color: #708078;
  font-size: 13px;
  line-height: 1.8;
}

.customizer-controls {
  display: grid;
  gap: 20px;
  margin: 30px 0;
}

.custom-control-group>span {
  display: block;
  margin-bottom: 9px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
  color: #65736c;
}

.choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.choice {
  border: 1px solid #dce7df;
  background: #fff;
  color: #405148;
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 10px;
  font-weight: 700;
  transition: .2s ease;
}

.choice:hover,
.choice.active {
  background: #0f6e3c;
  border-color: #0f6e3c;
  color: #fff;
}

.customizer-stage {
  min-height: 590px;
  border-radius: 30px;
  background: #0e5835;
  padding: 28px;
  box-shadow: 0 30px 80px rgba(8,83,43,.18);
  position: relative;
  overflow: hidden;
}

.customizer-stage:before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  right: -90px;
  top: -100px;
  background: rgba(255,255,255,.08);
}

.preview-topline {
  color: #dff2e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  position: relative;
  z-index: 2;
}

.paper-preview {
  width: min(76%,480px);
  aspect-ratio: 1;
  margin: 48px auto 34px;
  position: relative;
  border-radius: 18px;
  transform: rotate(-8deg);
  box-shadow: 0 36px 65px rgba(2,28,17,.28);
  transition: .35s ease;
  overflow: hidden;
}

.paper-preview.base-white {
  background: #fff;
}

.paper-preview.base-kraft {
  background: #b98a55;
}

.paper-preview.base-cream {
  background: #fff4db;
}

.paper-preview:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg,rgba(255,255,255,.35),transparent 35%,rgba(0,0,0,.05));
  pointer-events: none;
}

.preview-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 116px;
  height: 92px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 11px;
  letter-spacing: .14em;
  color: #fff;
  background: #0a6637;
  z-index: 2;
}

.preview-logo strong {
  font-size: 17px;
}

.pattern-mark {
  position: absolute;
  font-size: 30px;
  font-weight: 800;
  color: rgba(17,114,61,.18);
  transform: rotate(-22deg);
}

.m1 {
  left: 12%;
  top: 12%;
}

.m2 {
  right: 14%;
  top: 14%;
}

.m3 {
  left: 16%;
  bottom: 14%;
}

.m4 {
  right: 12%;
  bottom: 15%;
}

.m5 {
  left: 9%;
  top: 48%;
}

.m6 {
  right: 8%;
  top: 48%;
}

.pattern-diagonal .pattern-mark {
  transform: rotate(35deg);
  color: rgba(17,114,61,.25);
}

.pattern-diagonal .m2,
.pattern-diagonal .m4,
.pattern-diagonal .m6 {
  display: none;
}

.pattern-minimal .pattern-mark {
  display: none;
}

.pattern-minimal .preview-logo {
  width: 145px;
  height: 115px;
}

.base-kraft .pattern-mark {
  color: rgba(47,31,11,.22);
}

.base-kraft .preview-logo {
  background: #17241d;
}

.preview-note {
  display: flex;
  gap: 24px;
  justify-content: center;
  position: relative;
  z-index: 2;
  color: #cee7d6;
}

.preview-note span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
}

.preview-note svg {
  width: 14px;
  height: 14px;
}


/* ==================== MATERIALS AND FINISHES ==================== */

.material-section {
  background: #fff;
}

.material-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
  margin-top: 38px;
}

.material-card {
  min-height: 365px;
  border: 1px solid #e6ece8;
  border-radius: 24px;
  padding: 26px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(22,69,43,.05);
  transition: .25s ease;
}

.material-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 55px rgba(22,69,43,.10);
}

.material-card.featured {
  background: #0c6338;
  border-color: #0c6338;
  color: #fff;
}

.material-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
}

.material-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #f0f8f1;
  color: #168249;
}

.material-icon svg {
  width: 21px;
  height: 21px;
}

.featured .material-icon {
  background: rgba(255,255,255,.12);
  color: #fff;
}

.material-badge {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
  color: #0c6639;
  background: #dff5e5;
  padding: 7px 9px;
  border-radius: 999px;
}

.material-card h3 {
  font-size: 20px;
  margin: 24px 0 10px;
}

.material-card>p {
  font-size: 11px;
  line-height: 1.7;
  color: #748079;
}

.featured>p {
  color: #cae4d3;
}

.material-card ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px;
}

.material-card li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: #405149;
}

.featured li {
  color: #e4f3e9;
}

.material-card li svg {
  width: 14px;
  height: 14px;
  color: #20a35a;
}

.featured li svg {
  color: #7de39a;
}


/* ==================== ORDER PROCESS ==================== */

.process-section {
  padding-top: 40px;
  background: #fbf9f3;
}

.process-shell {
  display: grid;
  grid-template-columns: .8fr 1.4fr;
  gap: 50px;
  align-items: stretch;
}

.process-copy {
  background: linear-gradient(145deg,#0b5433,#102b20);
  color: #fff;
  border-radius: 26px;
  padding: 42px;
}

.process-copy .section-label {
  color: #9be4ad;
}

.process-copy h2 {
  font-size: 42px;
  letter-spacing: -1.8px;
}

.process-copy p {
  color: #bfd6c5;
}

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

.step-card {
  background: #fff;
  border: 1px solid #e6ece7;
  border-radius: 22px;
  padding: 25px;
  position: relative;
  min-height: 300px;
  box-shadow: 0 12px 35px rgba(28,65,44,.04);
}

.step-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 11px;
  color: #98a39d;
  font-weight: 700;
}

.step-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #edf8ef;
  color: #168147;
  display: grid;
  place-items: center;
  margin-top: 28px;
}

.step-icon svg {
  width: 21px;
}

.step-card h3 {
  font-size: 18px;
  margin: 42px 0 10px;
}

.step-card p {
  font-size: 12px;
  line-height: 1.7;
  color: #748179;
  margin: 0;
}


/* ==================== WHY CHOOSE US ==================== */

.why-grid {
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: 78px;
  align-items: center;
}

.why-media {
  position: relative;
}

.why-media>img {
  width: 100%;
  height: 590px;
  object-fit: cover;
  border-radius: 28px;
}

.quality-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.5);
  backdrop-filter: blur(14px);
  border-radius: 18px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 14px 36px rgba(14,50,31,.1);
}

.quality-icon {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: #fff1d6;
  color: #f2a009;
  display: grid;
  place-items: center;
}

.quality-icon svg {
  width: 19px;
  fill: currentColor;
}

.quality-card div {
  display: flex;
  flex-direction: column;
}

.quality-card strong {
  font-size: 12px;
}

.quality-card small {
  font-size: 10px;
  color: #7f8b84;
  margin-top: 4px;
}

.why-copy h2 {
  font-size: 52px;
}

.why-list {
  display: grid;
  gap: 6px;
  margin: 28px 0;
}

.why-list>div {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 13px;
  padding: 14px 0;
  border-bottom: 1px solid #edf0ed;
}

.why-list>div>span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #edf8ef;
  color: #168147;
}

.why-list svg {
  width: 16px;
}

.why-list>div>div {
  display: flex;
  flex-direction: column;
}

.why-list strong {
  font-size: 13px;
}

.why-list small {
  font-size: 11px;
  color: #75827b;
  line-height: 1.6;
  margin-top: 4px;
}

/* ============================================================
   PRODUCT COLLECTION
   12-product premium product grid
   ============================================================ */

.product-collection {
  padding: 92px 0;
  background: #fff;
}

/* -------------------- SECTION HEADER -------------------- */

.product-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}

.product-heading-content {
  max-width: 700px;
}

.product-section-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--green-2);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.product-heading-content h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -1.1px;
  font-weight: 800;
}

.product-heading-content p {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

/* -------------------- VIEW ALL -------------------- */

.product-view-all {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #dfe8e1;
  border-radius: 13px;
  background: #fff;
  color: #157f43;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform .25s ease,
    background .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
}

.product-view-all svg {
  width: 17px;
  height: 17px;
}

.product-view-all:hover {
  transform: translateY(-2px);
  background: #f5faf6;
  border-color: #cfe0d4;
  box-shadow: 0 10px 24px rgba(18,65,39,.08);
}

/* -------------------- PRODUCT GRID -------------------- */

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

/* -------------------- PRODUCT CARD -------------------- */

.product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e7ece8;
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 4px 16px rgba(18,65,39,.035);
  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: #d3e3d7;
  box-shadow: 0 18px 36px rgba(18,65,39,.10);
}

/* -------------------- PRODUCT IMAGE -------------------- */

.product-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #f5f8f5;
}

.product-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0) 65%,
    rgba(9,60,39,.04) 100%
  );
}

.product-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s ease;
}

.product-card:hover .product-card-image img {
  transform: scale(1.045);
}

/* -------------------- PRODUCT CONTENT -------------------- */

.product-card-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 15px 14px 16px;
}

/* Product name */

.product-card-content h3 {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Category */

.product-category {
  display: block;
  margin-top: 5px;
  color: #718078;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

/* -------------------- RATING -------------------- */

.product-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  margin-top: 9px;
  white-space: nowrap;
}

.product-stars {
  display: inline-block;
  flex: 0 0 auto;
  color: var(--orange);
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .5px;
}

.rating-value {
  flex: 0 0 auto;
  color: #3b4942;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.review-count {
  flex: 0 0 auto;
  color: #7b8780;
  font-size: 14px;
  line-height: 1;
}

/* -------------------- PRICING -------------------- */

.product-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
  margin-top: 10px;
  white-space: nowrap;
}

.product-price strong {
  color: var(--green-2);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
}

.product-price del {
  color: #8b958f;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}


/* -------------------- PRODUCT PAGINATION -------------------- */

.product-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 34px;
}

.product-page-numbers {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-page-button,
.product-page-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #dfe8e1;
  border-radius: 12px;
  background: #fff;
  color: #157f43;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition:
    background .2s ease,
    border-color .2s ease,
    color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.product-page-button svg {
  width: 17px;
  height: 17px;
}

.product-page-prev svg {
  transform: rotate(180deg);
}

.product-page-button:hover:not(:disabled),
.product-page-number:hover:not(.active) {
  transform: translateY(-2px);
  background: #f5faf6;
  border-color: #cfe0d4;
  box-shadow: 0 8px 20px rgba(18,65,39,.07);
}

.product-page-number.active {
  background: #157f43;
  border-color: #157f43;
  color: #fff;
  box-shadow: 0 8px 20px rgba(21,127,67,.16);
}

.product-page-button:disabled {
  opacity: .42;
  cursor: not-allowed;
}

.product-pagination[hidden] {
  display: none;
}

@media (max-width: 520px) {
  .product-pagination {
    margin-top: 28px;
  }

  .product-page-button,
  .product-page-number {
    width: 40px;
    height: 40px;
  }
}

/* ============================================================
   PRODUCT COLLECTION RESPONSIVE
   ============================================================ */

/* Tablet */

@media (max-width: 1120px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .product-section-head {
    margin-bottom: 32px;
  }
}


/* Small tablet / large mobile */

@media (max-width: 760px) {
  .product-collection {
    padding: 72px 0;
  }

  .product-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .product-heading-content {
    max-width: 100%;
  }

  .product-view-all {
    width: auto;
  }

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


/* Mobile */

@media (max-width: 520px) {
  .product-collection {
    padding: 60px 0;
  }

  .product-heading-content h2 {
    font-size: 30px;
  }

  .product-heading-content p {
    font-size: 14px;
    line-height: 1.65;
  }

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

  .product-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: stretch;
  }

  .product-card-image {
    aspect-ratio: auto;
    min-height: 154px;
    height: 100%;
  }

  .product-card-content {
    justify-content: center;
    padding: 14px 15px;
  }

  .product-card-content h3 {
    white-space: normal;
  }

  .product-category {
    margin-top: 5px;
  }

  .product-rating {
    margin-top: 8px;
  }

  .product-price {
    margin-top: 9px;
  }
}


/* ==================== BUSINESS STATS ==================== */

.play-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff4de;
  color: #f29a09;
  display: grid;
  place-items: center;
}

.play-button svg {
  width: 15px;
  fill: currentColor;
  stroke: none;
}

.text-link-large {
  font-size: 13px;
}

.stats-section {
  padding: 0 0 90px;
}

.stats-grid {
  background: linear-gradient(135deg,#0a6037,#0c7c40);
  border-radius: 24px;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  padding: 38px 20px;
  box-shadow: 0 20px 50px rgba(10,94,53,.18);
}

.stats-grid>div {
  text-align: center;
  position: relative;
}

.stats-grid>div:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 1px;
  height: 46px;
  background: rgba(255,255,255,.2);
}

.stats-grid strong {
  display: block;
  font-size: 30px;
  letter-spacing: -1px;
}

.stats-grid span {
  display: block;
  font-size: 10px;
  color: #c9ead2;
  margin-top: 6px;
}

.testimonial-section {
  background: #f7faf7;
}

.testimonial-layout {
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: 80px;
  align-items: center;
}

.testimonial-heading h2 {
  font-size: 48px;
}

.testimonial-nav {
  display: flex;
  gap: 8px;
  margin-top: 26px;
}

.testimonial-nav button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #dfe7e1;
  background: #fff;
  color: #206b43;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.testimonial-nav svg {
  width: 17px;
}

.testimonial-card {
  background: #fff;
  border: 1px solid #e3e9e5;
  border-radius: 26px;
  padding: 38px;
  box-shadow: 0 22px 55px rgba(18,62,39,.07);
}

.quote-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #edf8ef;
  color: #188548;
  display: grid;
  place-items: center;
}

.quote-icon svg {
  width: 21px;
}

.testimonial-stars {
  display: flex;
  gap: 3px;
  margin: 24px 0 14px;
}

.testimonial-card>p {
  font-size: 21px;
  line-height: 1.65;
  letter-spacing: -.4px;
  color: #324139;
  margin: 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 26px;
}

.author-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0d683b;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.testimonial-author div {
  display: flex;
  flex-direction: column;
}

.testimonial-author strong {
  font-size: 12px;
}

.testimonial-author small {
  font-size: 10px;
  color: #819087;
  margin-top: 3px;
}
/* 
.cta-section {
  padding: 80px 0;
}

.cta-card {
  min-height: 290px;
  border-radius: 30px;
  padding: 50px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 60px;
  align-items: center;
  color: #fff;
  background: radial-gradient(circle at 85% 20%,rgba(114,224,139,.35),transparent 24%),linear-gradient(120deg,#075330,#0b7540);
  position: relative;
  overflow: hidden;
}

.cta-grid-pattern {
  position: absolute;
  inset: 0;
  opacity: .07;
  background-image: linear-gradient(#fff 1px,transparent 1px),linear-gradient(90deg,#fff 1px,transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(to left,#000,transparent 60%);
}

.cta-copy,
.cta-actions {
  position: relative;
  z-index: 2;
}

.section-label.light {
  color: #a8ebba;
}

.cta-copy h2 {
  font-size: 48px;
  max-width: 650px;
}

.cta-copy p {
  font-size: 13px;
  line-height: 1.7;
  color: #cdebd5;
  max-width: 620px;
}

.cta-actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
}

.cta-phone {
  display: flex;
  align-items: center;
  gap: 11px;
}

.cta-phone>span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.12);
}

.cta-phone svg {
  width: 16px;
}

.cta-phone div {
  display: flex;
  flex-direction: column;
}

.cta-phone small {
  font-size: 12px;
  color: #b5ddc1;
}

.cta-phone strong {
  font-size: 12px;
  margin-top: 3px;
} */

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

.reveal.show {
  opacity: 1;
  transform: none;
}

.delay-1 {
  transition-delay: .08s;
}

.delay-2 {
  transition-delay: .16s;
}

.quote-form-section {
  background: #f7faf8;
}

.quote-form-shell {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 70px;
  align-items: start;
}

.quote-form-copy {
  position: sticky;
  top: 160px;
}

.quote-form-copy h2 {
  font-size: 50px;
  letter-spacing: -2.5px;
  line-height: 1.06;
  margin: 12px 0 18px;
}

.quote-form-copy>p {
  color: #718078;
  font-size: 13px;
  line-height: 1.8;
}

.quote-points {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.quote-points>div {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e5ebe7;
}

.quote-points>div>span {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #e9f6ed;
  color: #167d46;
}

.quote-points svg {
  width: 17px;
}

.quote-points strong {
  display: block;
  font-size: 11px;
}

.quote-points small {
  display: block;
  margin-top: 3px;
  color: #86928b;
  font-size: 12px;
}

.quote-form {
  border: 1px solid #e1e8e3;
  border-radius: 28px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(18,70,42,.08);
}

.form-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
  padding-bottom: 22px;
  border-bottom: 1px solid #edf1ee;
}

.form-head span:first-child {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
  color: #239253;
}

.form-head h3 {
  font-size: 22px;
  margin: 5px 0 0;
}

.form-step {
  font-size: 12px;
  padding: 7px 9px;
  border-radius: 999px;
  background: #f0f7f2;
  color: #5e6f65;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}

.quote-form label>span:first-child {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #5c6c63;
  margin-bottom: 7px;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid #dfe7e2;
  border-radius: 12px;
  background: #fbfdfb;
  color: #25352c;
  outline: none;
  padding: 12px 13px;
  font-size: 10px;
  transition: .2s ease;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: #64b880;
  box-shadow: 0 0 0 4px rgba(52,164,89,.08);
}

.upload-field {
  margin-top: 16px;
  min-height: 84px;
  border: 1px dashed #b9d3c2;
  border-radius: 16px;
  background: #f7fbf8;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
}

.upload-field input {
  display: none;
}

.upload-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid !important;
  place-items: center;
  background: #e8f5ec;
  color: #147a43 !important;
  margin: 0 !important;
}

.upload-icon svg {
  width: 18px;
}

.upload-field strong {
  display: block;
  font-size: 10px;
}

.upload-field small {
  display: block;
  font-size: 12px;
  color: #87938c;
  margin-top: 3px;
}

.message-field {
  display: block;
  margin-top: 16px;
}

.form-submit {
  margin-top: 17px;
  width: 100%;
}

.form-status {
  margin: 10px 0 0;
  font-size: 10px;
  color: #197d47;
  min-height: 14px;
  text-align: center;
}

.faq-section {
  background: #fff;
}

.faq-shell {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 90px;
  align-items: start;
}

.faq-intro h2 {
  font-size: 48px;
  line-height: 1.07;
  letter-spacing: -2.3px;
  margin: 12px 0 16px;
}

.faq-intro>p {
  font-size: 13px;
  line-height: 1.8;
  color: #738078;
  margin-bottom: 24px;
}

.faq-list {
  border-top: 1px solid #e4eae6;
}

.faq-item {
  border-bottom: 1px solid #e4eae6;
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  color: #24342b;
  font-size: 12px;
  font-weight: 700;
}

.faq-plus {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f2f7f3;
  color: #167e46;
  transition: .2s ease;
}

.faq-plus svg {
  width: 14px;
  height: 14px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .28s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 54px 20px 0;
  font-size: 11px;
  line-height: 1.75;
  color: #748079;
}

.faq-item.open .faq-answer {
  max-height: 180px;
}

.faq-item.open .faq-plus {
  transform: rotate(45deg);
  background: #0e6a3b;
  color: #fff;
}

.insights-section {
  background: #f7faf8;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 38px;
}

.insight-card {
  background: #fff;
  border: 1px solid #e7ede9;
  border-radius: 22px;
  overflow: hidden;
  transition: .25s ease;
}

.insight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(22,69,43,.08);
}

.insight-image {
  display: block;
  aspect-ratio: 1.6;
  overflow: hidden;
}

.insight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.insight-card:hover img {
  transform: scale(1.05);
}

.insight-body {
  padding: 20px;
}

.insight-body>span {
  color: #1e8a4d;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 800;
}

.insight-body h3 {
  margin: 9px 0 17px;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: -.5px;
}

/* ============================================================
   HOME PAGE RESPONSIVE STYLES
   ============================================================ */

@media (max-width:1120px) {
  .hero-grid {
    gap: 10px;
  }
  .stage-ring {
    width: 390px;
    height: 390px;
  }
  .burger-cutout {
    width: 340px;
    height: 290px;
  }
  .paper-pack {
    width: 230px;
    height: 315px;
  }
  .modern-product-grid {
    grid-template-columns: 1fr 1fr;
  }
  .modern-product-card:first-child {
    grid-column: 1/-1;
    min-height: 500px;
  }
  .process-shell {
    grid-template-columns: 1fr;
  }
  .why-grid {
    gap: 45px;
  }
  .use-case-row {
    grid-template-columns: repeat(3,1fr);
  }
  .customizer-shell,
  .quote-form-shell {
    gap: 45px;
  }
  .material-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width:900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 65px;
  }
  .hero-copy {
    text-align: center;
  }
  .hero h1,
  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions,
  .hero-meta {
    justify-content: center;
  }
  .hero-visual {
    min-height: 540px;
  }
  .product-stage {
    max-width: 610px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .hero-benefits {
    grid-template-columns: repeat(2,1fr);
  }
  .benefit-card:nth-child(2):after {
    display: none;
  }
  .section-header,
  .why-grid,
  .testimonial-layout,
  .cta-card {
    grid-template-columns: 1fr;
  }
  .section-header {
    gap: 25px;
  }
  .modern-product-grid {
    grid-template-columns: 1fr 1fr;
  }
  .steps {
    grid-template-columns: repeat(3,1fr);
  }
  .why-media>img {
    height: 480px;
  }
  .testimonial-layout {
    gap: 35px;
  }
  .cta-card {
    gap: 25px;
  }
  .use-cases-head,
  .customizer-shell,
  .quote-form-shell,
  .faq-shell {
    grid-template-columns: 1fr;
  }
  .use-cases-head,
  .customizer-shell,
  .quote-form-shell,
  .faq-shell {
    gap: 35px;
  }
  .customizer-stage {
    min-height: 520px;
  }
  .quote-form-copy {
    position: static;
  }
  .use-case-row {
    grid-template-columns: repeat(3,1fr);
  }
  .insight-grid {
    grid-template-columns: 1fr 1fr;
  }
  .insight-card:last-child {
    grid-column: 1/-1;
  }
}

@media (max-width:620px) {
  .hero-grid {
    min-height: auto;
    padding-top: 48px;
  }
  .hero h1 {
    font-size: 44px;
    letter-spacing: -2.3px;
  }
  .hero-text {
    font-size: 14px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-meta {
    margin-top: 22px;
  }
  .hero-visual {
    min-height: 400px;
  }
  .stage-ring {
    width: 300px;
    height: 300px;
    right: 0;
  }
  .burger-cutout {
    width: 245px;
    height: 210px;
    left: 0;
    bottom: 20px;
  }
  .paper-pack {
    width: 165px;
    height: 230px;
    border-width: 5px;
  }
  .pack-back {
    right: 0;
  }
  .pack-front {
    right: 70px;
  }
  .mini-brand {
    font-size: 12px;
    padding: 9px;
  }
  .floating-pill {
    padding: 8px;
  }
  .pill-icon {
    width: 30px;
    height: 30px;
  }
  .floating-pill small {
    display: none;
  }
  .pill-bottom {
    bottom: 0;
  }
  .hero-benefits {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }
  .benefit-card:after {
    display: none !important;
  }
  .logo-cloud-inner {
    gap: 17px;
  }
  .section {
    padding: 72px 0;
  }
  .section-header h2,
  .why-copy h2,
  .testimonial-heading h2,
  .cta-copy h2 {
    font-size: 38px;
    letter-spacing: -1.8px;
  }
  .modern-product-grid {
    grid-template-columns: 1fr;
  }
  .modern-product-card,
  .modern-product-card:first-child {
    grid-column: auto;
    min-height: 390px;
  }
  .card-large .product-content h3 {
    font-size: 27px;
  }
  .process-section {
    padding-top: 20px;
  }
  .process-copy {
    padding: 28px;
  }
  .process-copy h2 {
    font-size: 34px;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .step-card {
    min-height: 230px;
  }
  .why-media>img {
    height: 390px;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px 0;
  }
  .stats-grid>div:nth-child(2):after {
    display: none;
  }
  .stats-grid>div:nth-child(-n/**/+2) {
    padding-bottom: 18px;
  }
  .testimonial-card {
    padding: 26px;
  }
  .testimonial-card>p {
    font-size: 18px;
  }
  .cta-card {
    padding: 34px 26px;
  }
  .use-cases-section {
    padding: 15px 0 65px;
  }
  .use-cases-head h2,
  .customizer-copy h2,
  .quote-form-copy h2,
  .faq-intro h2 {
    font-size: 37px;
    letter-spacing: -1.8px;
  }
  .use-case-row {
    grid-template-columns: repeat(2,1fr);
  }
  .customizer-stage {
    min-height: 410px;
    padding: 20px;
  }
  .paper-preview {
    width: 82%;
    margin: 38px auto 24px;
  }
  .preview-note {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
  .material-grid,
  .form-grid,
  .insight-grid {
    grid-template-columns: 1fr;
  }
  .insight-card:last-child {
    grid-column: auto;
  }
  .material-card {
    min-height: auto;
  }
  .quote-form {
    padding: 22px;
  }
}