/* ==========================================================================
   GreenWrap Landing Page Styles (Matching GreenWrap_Website (1).html)
   ========================================================================== */

:root {
  --fern: #327039;
  --fern-d: #2a5f30;
  --deep: #133020;
  --deep2: #0d2417;
  --deep3: #0a1d13;
  --cream: #F8EDD9;
  --cream2: #FBF4E4;
  --gold: #F0BE49;
  --gold-d: #e0a92f;
  --clay: #DD5C36;
  --ink: #12271b;
  --line: rgba(248,237,217,.16);
  --muted: rgba(248,237,217,.72);
}

/* Base utilities for the landing template */
.gw-landing-body {
  background: var(--cream2);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.gw-landing-body h1,
.gw-landing-body h2,
.gw-landing-body h3,
.gw-landing-body h4 {
  font-family: 'Poppins', system-ui, -apple-system, sans-serif;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.01em;
}

.gw-landing-body .serif {
  font-family: 'Lora', Georgia, serif;
}

.gw-landing-body img,
.gw-landing-body svg {
  display: block;
  max-width: 100%;
}

.gw-landing-body a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 26px;
}

.kicker {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-d);
}

.kicker.on-dark {
  color: var(--gold);
}

.eyebrow-line {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.eyebrow-line::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--gold);
}

.ic {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Button overrides & specific styles */
.btn-solid {
  background: var(--fern);
  color: var(--cream);
}
.btn-solid:hover {
  background: var(--fern-d);
  transform: translateY(-2px);
}
.btn-outline-d {
  border-color: var(--fern);
  color: var(--fern);
}
.btn-outline-d:hover {
  background: var(--fern);
  color: var(--cream);
}

/* ---------- HERO ---------- */
.hero-landing {
  background: radial-gradient(120% 120% at 80% 0%, #1c4229 0%, var(--deep) 45%, var(--deep2) 100%);
  color: var(--cream);
  overflow: hidden;
  position: relative;
}

.hero-landing .wrap {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-top: 74px;
  padding-bottom: 86px;
}

.hero-landing .hero-copy {
  flex: 1 1 520px;
}

.hero-landing h1 {
  font-size: clamp(2.6rem, 6vw, 4.35rem);
  color: var(--cream);
  margin: 20px 0 16px;
}

.hero-landing h1 .g {
  color: var(--gold);
}

.hero-landing .lede {
  font-size: 1.18rem;
  color: var(--muted);
  max-width: 540px;
  margin-bottom: 32px;
  line-height: 1.6;
}

.hero-landing .hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-landing .trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.hero-landing .trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .86rem;
  color: var(--muted);
  font-weight: 500;
}

.hero-landing .trust .ic {
  width: 19px;
  height: 19px;
  color: var(--gold);
}

.hero-landing .hero-photo {
  flex: 1 1 400px;
  min-width: 290px;
  position: relative;
}

.hero-landing .hero-photo .frame {
  aspect-ratio: 4/5;
  box-shadow: 0 30px 60px rgba(0,0,0,.36);
  border: 1px solid rgba(248,237,217,.16);
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(135deg, #2f6a37, #133020);
  position: relative;
}

.hero-landing .hero-photo .tagchip {
  position: absolute;
  top: 22px;
  right: -12px;
  z-index: 2;
  background: var(--gold);
  color: var(--deep);
  font-weight: 700;
  font-size: .8rem;
  padding: 9px 17px;
  border-radius: 30px;
  box-shadow: 0 12px 22px rgba(0,0,0,.25);
}

.hero-landing .hero-photo .badge {
  position: absolute;
  left: -16px;
  bottom: 28px;
  z-index: 2;
  background: var(--cream);
  color: var(--deep);
  border-radius: 16px;
  padding: 13px 17px;
  display: flex;
  align-items: center;
  gap: 11px;
  box-shadow: 0 16px 32px rgba(0,0,0,.28);
  font-weight: 600;
  font-size: .9rem;
  line-height: 1.2;
}

.hero-landing .hero-photo .badge .dot {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

.leaf-bg {
  position: absolute;
  opacity: .06;
  pointer-events: none;
}

/* ---------- LAW BANNER ---------- */
.lawband {
  background: var(--clay);
  color: #fff;
  position: relative;
}

.lawband .wrap {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 26px 26px;
  flex-wrap: wrap;
}

.lawband .badge {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  display: grid;
  place-items: center;
}

.lawband .badge .ic {
  width: 30px;
  height: 30px;
  color: #fff;
  stroke-width: 2;
}

.lawband p {
  flex: 1 1 460px;
  font-size: 1.02rem;
  line-height: 1.5;
}

.lawband b {
  font-weight: 700;
}

.lawband .btn {
  background: #fff;
  color: var(--clay);
  border: 0;
}

.lawband .btn:hover {
  background: var(--deep);
  color: #fff;
}

/* ---------- SECTION SHELLS ---------- */
.sec {
  padding: 96px 0;
  position: relative;
}

.sec.cream {
  background: var(--cream2);
}

.sec.green {
  background: var(--deep);
  color: var(--cream);
}

.sec.fern {
  background: var(--fern);
  color: var(--cream);
}

.sec-head {
  max-width: 720px;
  margin-bottom: 52px;
}

.sec-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sec-head h2 {
  font-size: clamp(1.9rem, 3.8vw, 2.9rem);
  margin: 14px 0 16px;
  color: var(--deep);
}

.sec.green h2,
.sec.fern h2 {
  color: var(--cream);
}

.sec-head p {
  font-size: 1.1rem;
  color: #4c5a4f;
}

.sec.green .sec-head p,
.sec.fern .sec-head p {
  color: var(--muted);
}

/* ---------- MATERIALS ---------- */
.mat-grid {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

.mat {
  flex: 1 1 300px;
  background: #fff;
  border: 1px solid #eadfca;
  border-radius: 22px;
  padding: 0 30px 34px !important;
  transition: .28s;
  position: relative;
  overflow: hidden;
}

.mat:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 46px rgba(19,48,32,.12);
}

.mat .tag {
  position: absolute;
  top: 20px;
  right: 22px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--fern);
  background: #eef4ea;
  padding: 5px 11px;
  border-radius: 30px;
  z-index: 2;
}

.matimg {
  height: 158px;
  margin: 0 -30px 22px;
  overflow: hidden;
  background: linear-gradient(135deg, #eaf1e7, #dbe7d4);
  border-bottom: 3px solid var(--gold);
}

.mat-body {
  padding-top: 6px;
}

.mat .mi {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}

.mat .mi .ic {
  width: 34px;
  height: 34px;
  stroke-width: 1.7;
}

.mi.b1 {
  background: #eaf1e7;
  color: var(--fern);
}

.mi.b2 {
  background: #f6ead2;
  color: #b9832a;
}

.mi.b3 {
  background: #fbe7df;
  color: var(--clay);
}

.mat h3 {
  font-size: 1.32rem;
  margin-bottom: 8px;
  color: var(--deep);
}

.mat .sub {
  font-size: .82rem;
  color: #8a9188;
  font-weight: 600;
  margin-bottom: 12px;
}

.mat p {
  font-size: .96rem;
  color: #54615a;
  margin-bottom: 16px;
}

.mat ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}

.mat li {
  display: flex;
  gap: 10px;
  font-size: .9rem;
  color: #3d4a41;
}

.mat li .ic {
  width: 18px;
  height: 18px;
  color: var(--fern);
  flex: 0 0 auto;
  margin-top: 3px;
  stroke-width: 2.4;
}

/* ---------- STATS / CAUSE ---------- */
.cause-flex {
  display: flex;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
}

.cause-flex .txt {
  flex: 1 1 360px;
}

.cause-flex .txt h2 {
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  margin: 14px 0 18px;
}

.cause-flex .txt p {
  color: var(--muted);
  font-size: 1.08rem;
  margin-bottom: 14px;
}

.stat-grid {
  flex: 1 1 400px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.stat-box {
  flex: 1 1 168px;
  background: rgba(248,237,217,.06);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px 22px;
}

.stat-box .num {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}

.stat-box .lbl {
  font-size: .9rem;
  color: var(--muted);
  margin-top: 8px;
}

/* ---------- PRODUCTS ---------- */
.prod-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.prod {
  flex: 1 1 200px;
  max-width: calc(25% - 15px);
  background: #fff;
  border: 1px solid #eadfca;
  border-radius: 18px;
  padding: 26px 22px;
  text-align: center;
  transition: .25s;
}

.prod:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(19,48,32,.1);
  border-color: var(--gold);
}

.prod .pi {
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  color: var(--fern);
}

.prod .pi .ic {
  width: 58px;
  height: 58px;
  stroke-width: 1.5;
}

.prod h4 {
  font-size: 1.02rem;
  color: var(--deep);
  margin-bottom: 5px;
}

.prod .mtag {
  font-size: .72rem;
  color: #8a9188;
  font-weight: 600;
}

/* ---------- LOOKBOOK ---------- */
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.gcell {
  flex: 1 1 300px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/2;
  background: linear-gradient(135deg, #2f6a37, #133020);
}

.gcell.big {
  flex: 2.1 1 440px;
}

.gcell .cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 34px 18px 15px;
  background: linear-gradient(transparent, rgba(10,29,19,.86));
  color: var(--cream);
  font-weight: 600;
  font-size: .95rem;
  z-index: 2;
}

.photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.gcell:hover .photo {
  transform: scale(1.07);
}

.pattern {
  background-image: radial-gradient(rgba(50,112,57,.07) 1.5px, transparent 1.5px);
  background-size: 22px 22px;
}

.imgnote {
  margin-top: 28px;
  text-align: center;
  font-size: .82rem;
  color: #8a9188;
}

/* ---------- INDUSTRIES ---------- */
.ind-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.ind-card {
  flex: 1 1 330px;
  display: flex;
  gap: 18px;
  background: rgba(248,237,217,.05);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
  transition: .25s;
}

.ind-card:hover {
  background: rgba(248,237,217,.1);
  transform: translateY(-4px);
}

.ind-card .ii {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: var(--gold);
  color: var(--deep);
  display: grid;
  place-items: center;
}

.ind-card .ii .ic {
  width: 30px;
  height: 30px;
  stroke-width: 1.8;
}

.ind-card h3 {
  font-size: 1.18rem;
  color: var(--cream);
  margin-bottom: 6px;
}

.ind-card p {
  font-size: .93rem;
  color: var(--muted);
}

/* ---------- PROCESS ---------- */
.proc {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  counter-reset: step;
}

.pstep {
  flex: 1 1 180px;
  position: relative;
  background: #fff;
  border: 1px solid #eadfca;
  border-radius: 20px;
  padding: 30px 24px;
}

.pstep .pn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--deep);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 16px;
}

.pstep .ic {
  width: 38px;
  height: 38px;
  color: var(--fern);
  margin-bottom: 14px;
  stroke-width: 1.6;
}

.pstep h4 {
  font-size: 1.06rem;
  color: var(--deep);
  margin-bottom: 7px;
}

.pstep p {
  font-size: .9rem;
  color: #54615a;
}

.loopnote {
  margin-top: 30px;
  text-align: center;
  font-family: 'Lora', Georgia, serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--fern);
}

/* ---------- CERT / IMPACT ---------- */
.cert-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}

.cert {
  flex: 1 1 200px;
  max-width: 250px;
  text-align: center;
  background: rgba(248,237,217,.06);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px 22px;
}

.cert .ic {
  width: 46px;
  height: 46px;
  color: var(--gold);
  margin: 0 auto 14px;
  stroke-width: 1.6;
}

.cert h4 {
  color: var(--cream);
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.cert p {
  font-size: .86rem;
  color: var(--muted);
}

/* ---------- B2B VALUE ---------- */
.val-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.val {
  flex: 1 1 300px;
  display: flex;
  gap: 16px;
  padding: 24px;
  background: #fff;
  border: 1px solid #eadfca;
  border-radius: 18px;
}

.val .ic {
  width: 30px;
  height: 30px;
  color: var(--clay);
  flex: 0 0 auto;
  stroke-width: 1.7;
}

.val h4 {
  font-size: 1.06rem;
  color: var(--deep);
  margin-bottom: 5px;
}

.val p {
  font-size: .92rem;
  color: #54615a;
}

/* ---------- CTA / FORM ---------- */
.cta-sec {
  background: radial-gradient(120% 120% at 20% 0%, #1c4229, var(--deep) 55%, var(--deep2));
  color: var(--cream);
}

.cta-flex {
  display: flex;
  gap: 56px;
  flex-wrap: wrap;
}

.cta-left {
  flex: 1 1 380px;
}

.cta-left h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--cream);
  margin: 14px 0 18px;
}

.cta-left p {
  color: var(--muted);
  font-size: 1.08rem;
  margin-bottom: 26px;
}

.cta-contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 10px;
}

.cta-contact a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--cream);
  font-size: .98rem;
  transition: color .2s ease;
}

.cta-contact a:hover {
  color: var(--gold);
}

.cta-contact .ic {
  width: 22px;
  height: 22px;
  color: var(--gold);
}

.quote-form {
  flex: 1 1 420px;
  background: rgba(248,237,217,.06);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 34px;
}

.quote-form .row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.quote-form .field {
  flex: 1 1 180px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.quote-form .field.full {
  flex: 1 1 100%;
}

.quote-form .field label {
  font-size: .82rem;
  color: var(--muted);
  font-weight: 500;
  margin: 0;
}

.quote-form .field input,
.quote-form .field select,
.quote-form .field textarea {
  background: rgba(255,255,255,.94);
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 13px 15px;
  font-family: inherit;
  font-size: .95rem;
  color: var(--ink);
  width: 100%;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.quote-form .field input:focus,
.quote-form .field select:focus,
.quote-form .field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(240,190,73,.3);
}

.quote-form .field textarea {
  resize: vertical;
  min-height: 96px;
}

.phone-input-group {
  display: flex !important;
  gap: 10px !important;
  width: 100% !important;
}

.phone-input-group .country-code-select {
  flex: 0 0 100px !important;
  max-width: 108px !important;
  padding: 13px 8px 13px 12px !important;
  background: rgba(255,255,255,.94) !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  font-family: inherit !important;
  font-size: .95rem !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  cursor: pointer !important;
  outline: none !important;
  transition: border-color .2s ease, box-shadow .2s ease !important;
  text-align: center !important;
}

.phone-input-group .country-code-select:focus {
  border-color: var(--gold) !important;
  box-shadow: 0 0 0 3px rgba(240,190,73,.3) !important;
}

.phone-input-group input[type="tel"],
.phone-input-group input {
  flex: 1 !important;
  min-width: 0 !important;
}

@media (max-width: 480px) {
  .phone-input-group .country-code-select {
    flex: 0 0 88px !important;
    max-width: 95px !important;
    font-size: .88rem !important;
    padding: 13px 6px !important;
  }
}

.quote-form .btn {
  width: 100%;
  justify-content: center;
  margin-top: 6px;
}

.quote-form small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: .78rem;
  text-align: center;
}

.form-feedback {
  margin-top: 14px;
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  font-size: .9rem;
  display: none;
}

.form-feedback.success {
  background: #2a5f30;
  color: #F8EDD9;
}

.form-feedback.error {
  background: #DD5C36;
  color: #fff;
}

/* ---------- RESPONSIVE BREAKPOINTS ---------- */
@media (max-width: 900px) {
  .hero-landing .wrap {
    flex-direction: column;
    padding-bottom: 60px;
  }
  .prod {
    max-width: calc(50% - 10px);
  }
  .sec {
    padding: 72px 0;
  }
}

@media (max-width: 560px) {
  .prod {
    max-width: 100%;
  }
  .quote-form,
  .mat {
    padding: 26px 22px !important;
  }
}

@media (max-width: 768px) {
  .lawband {
    display: none !important;
  }
  .matimg {
    height: auto;
    margin: -30px -30px 22px;
    overflow: hidden;
    background: linear-gradient(135deg, #eaf1e7, #dbe7d4);
    border-bottom: 3px solid var(--gold);
  }
}


