/* COMBO: Creative & Stylish - Montserrat ExtraBold + Playfair Display Regular */

/* Override global.css body styles for landing page */
body {
  background: #f7ecdb !important;
  color: #3a2618 !important;
  font-family: 'Playfair Display', serif !important;
}

main { overflow: hidden; }

/* ---------- HERO ---------- */
.lndHero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    radial-gradient(ellipse at 75% 15%, rgba(232, 151, 76, 0.22), transparent 50%),
    radial-gradient(ellipse at 10% 85%, rgba(58, 38, 24, 0.16), transparent 50%),
    linear-gradient(160deg, #f7ecdb 0%, #f0dfca 50%, #e8d2b8 100%);
  overflow: hidden;
}

.lndHeroGrid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 48px;
  padding: 100px 0 90px;
}

.lndEyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: #c06a20;
  font-weight: 700;
  margin-bottom: 18px;
}
.lndEyebrow i { font-size: 0.72rem; }

.lndH1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: 1.08;
  color: #3a2618;
  margin-bottom: 20px;
  font-weight: 900;
}
.lndH1 span {
  display: block;
  background: linear-gradient(100deg, #c06a20, #a35519);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lndH1 .lndCity {
  display: block;
  font-size: 0.65em;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #3a2618;
  background-clip: unset;
}

.lndLead {
  max-width: 540px;
  font-family: 'Playfair Display', serif;
  color: #5c3d28;
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 1.8;
}

.lndHeroCta {
  margin-top: 30px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.lndBtnPrimary,
.lndBtnGhost {
  text-decoration: none;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
}

.lndBtnPrimary {
  background: linear-gradient(135deg, #2f7b4e, #215836);
  color: #fff;
  padding: 15px 30px;
  font-size: 0.95rem;
  box-shadow: 0 12px 28px rgba(33, 88, 54, 0.28);
}
.lndBtnPrimary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(33, 88, 54, 0.35);
}
.lndBtnLg {
  padding: 18px 36px;
  font-size: 1.05rem;
}

.lndBtnGhost {
  border: 2px solid rgba(58, 38, 24, 0.22);
  color: #3a2618;
  padding: 13px 26px;
  font-size: 0.95rem;
  background: rgba(255, 255, 255, 0.5);
}
.lndBtnGhost:hover {
  background: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(58, 38, 24, 0.1);
}

/* trust bar */
.lndTrustBar {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.lndTrustItem { display: flex; flex-direction: column; }
.lndTrustItem strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.45rem;
  color: #3a2618;
  font-weight: 700;
  line-height: 1.1;
}
.lndTrustItem span {
  font-family: 'Playfair Display', serif;
  font-size: 0.76rem;
  color: #5c3d28;
  margin-top: 2px;
}
.lndTrustSep {
  width: 1px;
  height: 34px;
  background: rgba(58, 38, 24, 0.18);
}

/* hero visual */
.lndHeroVisual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 360px;
}

.lndCoffeeCircle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: linear-gradient(145deg, #c06a20, #8b4513);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 20px 60px rgba(192, 106, 32, 0.3),
    0 0 0 16px rgba(192, 106, 32, 0.08),
    0 0 0 32px rgba(192, 106, 32, 0.04);
  animation: lndPulse 4s ease-in-out infinite;
}
.lndCoffeeCircle i {
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.9);
}
@keyframes lndPulse {
  0%, 100% { box-shadow: 0 20px 60px rgba(192,106,32,0.3), 0 0 0 16px rgba(192,106,32,0.08), 0 0 0 32px rgba(192,106,32,0.04); }
  50% { box-shadow: 0 20px 60px rgba(192,106,32,0.4), 0 0 0 20px rgba(192,106,32,0.1), 0 0 0 40px rgba(192,106,32,0.05); }
}

/* floating chips */
.lndFloatChip {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  animation: lndFloat 5s ease-in-out infinite;
}
.lndFloatChip i {
  font-size: 1.1rem;
  color: #c06a20;
}
.lndChip1 { top: 20px; right: 30px; animation-delay: 0s; }
.lndChip2 { bottom: 40px; right: 10px; animation-delay: 1.5s; }
.lndChip3 { bottom: 20px; left: 30px; animation-delay: 3s; }

@keyframes lndFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ---------- MARQUEE ---------- */
.lndMarquee {
  background: #3a2618;
  padding: 14px 0;
  overflow: hidden;
  white-space: nowrap;
}
.lndMarqueeInner {
  display: inline-flex;
  animation: lndScroll 25s linear infinite;
}
.lndMarqueeInner span {
  font-family: 'Playfair Display', serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@keyframes lndScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ---------- SECTION HEAD ---------- */
.lndSecHead {
  text-align: center;
  margin-bottom: 48px;
}
.lndSecHead h2 {
  font-family: 'Montserrat', sans-serif;
  color: #1f1a16;
  font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  line-height: 1.18;
  font-weight: 700;
}

/* ---------- VALUES ---------- */
.lndValues {
  padding: 80px 0;
  background: #faf5ed;
}

.lndValGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.lndValCard {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(58, 38, 24, 0.08);
  padding: 28px 22px;
  text-align: center;
  transition: transform 0.35s, box-shadow 0.35s;
}
.lndValCard:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(58, 38, 24, 0.1);
}

.lndValIcon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fdf0e0, #f8dfc0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
.lndValCard:hover .lndValIcon { transform: scale(1.1) rotate(-4deg); }
.lndValIcon i {
  font-size: 1.2rem;
  color: #c06a20;
}

.lndValCard h3 {
  font-family: 'Montserrat', sans-serif;
  color: #3a2618;
  margin-bottom: 8px;
  font-size: 1.1rem;
}
.lndValCard p {
  font-family: 'Playfair Display', serif;
  color: #5c3d28;
  line-height: 1.7;
  font-size: 0.9rem;
}

/* ---------- PROCESS ---------- */
.lndProcess {
  padding: 80px 0;
  background: #fff;
}

.lndStepsGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.lndStep {
  text-align: center;
  padding: 16px 12px;
}

.lndStepNum {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: rgba(192, 106, 32, 0.12);
  margin-bottom: 10px;
}

.lndStepIcon {
  width: 68px;
  height: 68px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c06a20, #a35519);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 26px rgba(192, 106, 32, 0.22);
  transition: transform 0.35s;
}
.lndStep:hover .lndStepIcon { transform: scale(1.1); }
.lndStepIcon i {
  font-size: 1.4rem;
  color: #fff;
}

.lndStep h3 {
  font-family: 'Montserrat', sans-serif;
  color: #3a2618;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.lndStep p {
  font-family: 'Playfair Display', serif;
  color: #5c3d28;
  font-size: 0.86rem;
  line-height: 1.7;
}

/* ---------- STORY / TIMELINE ---------- */
.lndStory {
  padding: 80px 0;
  background: #faf5ed;
}

.lndTimeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.lndTimeCard {
  background: #fffdf8;
  border: 1px solid rgba(58, 38, 24, 0.08);
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 8px 22px rgba(58, 38, 24, 0.06);
  transition: transform 0.35s, box-shadow 0.35s;
}
.lndTimeCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(58, 38, 24, 0.12);
}

.lndYear {
  display: inline-block;
  margin-bottom: 12px;
  font-family: 'Playfair Display', serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c06a20;
  background: rgba(192, 106, 32, 0.08);
  padding: 4px 14px;
  border-radius: 999px;
}

.lndTimeCard h3 {
  font-family: 'Montserrat', sans-serif;
  color: #3a2618;
  margin-bottom: 10px;
  font-size: 1.25rem;
}
.lndTimeCard p {
  font-family: 'Playfair Display', serif;
  color: #5c3d28;
  line-height: 1.7;
  font-size: 0.9rem;
}

/* ---------- TESTIMONIALS ---------- */
.lndTestimonials {
  padding: 80px 0;
  background: #fff;
}

.lndTestGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.lndTestCard {
  background: #fffdf8;
  border: 1px solid rgba(58, 38, 24, 0.06);
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 6px 18px rgba(58, 38, 24, 0.05);
  transition: transform 0.35s, box-shadow 0.35s;
}
.lndTestCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(58, 38, 24, 0.1);
}

.lndStars {
  display: flex;
  gap: 3px;
  margin-bottom: 14px;
}
.lndStars i {
  font-size: 0.85rem;
  color: #f0a500;
}

.lndTestCard > p {
  font-family: 'Playfair Display', serif;
  color: #5c3d28;
  font-size: 0.93rem;
  line-height: 1.75;
  margin-bottom: 18px;
  font-style: italic;
}

.lndTestAuthor {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lndAvatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c06a20, #a35519);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}
.lndTestAuthor strong {
  font-family: 'Playfair Display', serif;
  color: #3a2618;
  font-size: 0.88rem;
  display: block;
}
.lndTestAuthor span {
  font-family: 'Playfair Display', serif;
  color: #998272;
  font-size: 0.76rem;
}

/* ---------- FINAL CTA ---------- */
.lndFinalCta {
  padding: 80px 0;
  background: #2c1a0e;
  position: relative;
  overflow: hidden;
}

.lndFinalInner {
  text-align: center;
  position: relative;
  z-index: 2;
}

.lndFinalCta h2 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.15;
  margin-bottom: 14px;
}

.lndFinalDesc {
  font-family: 'Playfair Display', serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- REVEAL ---------- */
.revealUp {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1) var(--delay, 0s),
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) var(--delay, 0s);
}
.revealUp.isVisible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .lndValGrid { grid-template-columns: repeat(2, 1fr); }
  .lndStepsGrid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
  .lndHeroGrid {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .lndHeroText { max-width: 100%; }
  .lndLead { margin: 0 auto; }
  .lndHeroCta { justify-content: center; }
  .lndTrustBar { justify-content: center; }
  .lndHeroVisual { min-height: 280px; }
  .lndCoffeeCircle { width: 180px; height: 180px; }
  .lndCoffeeCircle i { font-size: 3rem; }

  .lndTimeline,
  .lndTestGrid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .lndValGrid,
  .lndStepsGrid { grid-template-columns: 1fr; }

  .lndHeroCta {
    flex-direction: column;
    align-items: stretch;
  }
  .lndBtnPrimary,
  .lndBtnGhost {
    justify-content: center;
  }
  .lndTrustBar {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }
  .lndTrustSep {
    width: 40px;
    height: 1px;
  }
}
