.home-page{
  background:#f5fcf7;
  color:#1f7f4d;
}

.home-page .site-header{
  position:sticky;
  top:0;
  background:#ffffff;
  box-shadow:0 1px 0 rgba(31,127,77,0.08), 0 8px 24px rgba(0,0,0,0.05);
}

.home-page .header-inner{
  min-height:104px;
  padding-top:1rem;
  padding-bottom:1rem;
}

.brand-link{
  display:inline-flex;
  align-items:center;
  gap:0.9rem;
  color:inherit;
  text-decoration:none;
}

.brand-mark{
  width:56px;
  height:56px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:#31a85d;
  flex:0 0 auto;
  box-shadow:0 10px 20px rgba(47,163,94,0.18);
}

.brand-mark svg{
  width:34px;
  height:34px;
  stroke:#ffffff;
  fill:none;
  stroke-width:2.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.home-page .logo{
  color:#218651;
  font-size:clamp(2rem, 2.1vw, 2.5rem);
  letter-spacing:-0.03em;
  text-transform:none;
  text-shadow:none;
}

.home-page .main-nav{
  gap:2.3rem;
}

.home-page .main-nav a{
  color:#2c915c;
  font-family:'Lora',serif;
  font-size:1rem;
}

.home-page .main-nav a:hover{
  color:#1f7f4d;
}

.home-page .main-nav a.active{
  border-bottom:none;
  color:#208651;
  font-weight:700;
}

.home-hero{
  position:relative;
  min-height:660px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#123f2b;
}

.home-hero::before{
  content:"";
  position:absolute;
  inset:-24px;
  background:
    linear-gradient(rgba(23,105,62,0.7), rgba(10,52,33,0.82)),
    url('../images/Coklattiam_Tamp.ThnLalu.jpg') center/cover no-repeat;
  filter:blur(14px);
  transform:scale(1.05);
}

.home-hero-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 72% 45%, rgba(255,255,255,0.12), transparent 34%),
    linear-gradient(90deg, rgba(14,70,43,0.9), rgba(27,116,67,0.58));
}

.home-hero-content{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(280px, 380px);
  gap:clamp(2rem, 5vw, 4.5rem);
  align-items:center;
  padding-top:5rem;
  padding-bottom:5rem;
  text-align:left;
  color:#ffffff;
}

.hero-copy{
  max-width:700px;
}

.hero-eyebrow{
  margin:0 0 1rem;
  font-size:0.98rem;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:rgba(255,255,255,0.84);
}

.home-hero h1{
  margin:0;
  font-size:clamp(3rem, 7vw, 5.6rem);
  line-height:1.05;
  color:#ffffff;
}

.hero-subtitle{
  max-width:850px;
  margin:1.35rem 0 0;
  font-size:clamp(1.25rem, 2.1vw, 2rem);
  color:#e2bc42;
}

.hero-actions{
  display:flex;
  justify-content:flex-start;
  gap:1.3rem;
  margin-top:2.7rem;
  flex-wrap:wrap;
}

.hero-photo-card{
  justify-self:end;
  width:min(100%, 380px);
  aspect-ratio:3 / 4;
  overflow:hidden;
  border-radius:26px;
  border:1px solid rgba(255,255,255,0.28);
  background:rgba(255,255,255,0.12);
  box-shadow:0 24px 60px rgba(0,0,0,0.32);
}

.hero-photo-card img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.hero-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:210px;
  padding:1rem 1.6rem;
  border-radius:18px;
  text-align:center;
  text-decoration:none;
  font-family:'Lora',serif;
  font-size:1.05rem;
  transition:transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  box-shadow:0 16px 30px rgba(0,0,0,0.12);
}

.hero-btn:hover{
  transform:translateY(-2px);
}

.hero-btn-primary{
  background:#dfb634;
  color:#ffffff;
}

.hero-btn-primary:hover{
  background:#d2a51e;
}

.hero-btn-secondary{
  background:#ffffff;
  color:#248f52;
}

.hero-btn-secondary:hover{
  background:#f5faf7;
}

.home-section{
  padding:6rem 0;
}

.home-about,
.home-values{
  background:#f5fcf7;
}

.section-heading{
  text-align:center;
  margin-bottom:3.8rem;
}

.section-heading h2{
  margin:0;
  color:#238751;
  font-size:clamp(2.2rem, 4.2vw, 4rem);
  line-height:1.1;
}

.section-accent{
  display:block;
  width:138px;
  height:5px;
  margin:1.25rem auto 0;
  border-radius:999px;
  background:#d6b039;
}

.about-layout{
  display:grid;
  grid-template-columns:minmax(320px, 1.1fr) minmax(320px, 1fr);
  gap:3rem;
  align-items:start;
}

.about-visual-card{
  overflow:hidden;
  border-radius:26px;
  background:#ffffff;
  box-shadow:0 14px 34px rgba(28,85,54,0.12);
}

.about-visual-card img{
  display:block;
  width:100%;
  min-height:360px;
  object-fit:cover;
  object-position:center top;
  opacity:.92;
  filter:brightness(.95);
}

.about-copy p{
  margin:0 0 1.35rem;
  font-size:clamp(1.1rem, 1.7vw, 1.45rem);
  line-height:1.8;
  color:#2e9160;
}

.value-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:2rem;
}

.value-card{
  padding:2.15rem 2rem 2.25rem;
  border-radius:24px;
  background:#eef8f1;
  text-align:center;
  box-shadow:inset 0 0 0 1px rgba(47,163,94,0.04);
}

.value-card h3{
  margin:1.25rem 0 0.9rem;
  color:#1f8a54;
  font-size:1.2rem;
}

.value-card p{
  margin:0;
  color:#2d9160;
  font-size:1rem;
  line-height:1.8;
}

.value-icon{
  width:92px;
  height:92px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#33b063;
}

.value-icon svg{
  width:48px;
  height:48px;
  stroke:#ffffff;
  fill:none;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.value-icon-gold{
  background:#d8b231;
}

.home-footer{
  margin-top:0;
  padding:0;
  background:#25874f;
  border-top:none;
}

.home-footer-grid{
  display:grid;
  grid-template-columns:1.1fr 1fr 1fr;
  gap:2.5rem;
  padding-top:4rem;
  padding-bottom:2.25rem;
  align-items:start;
}

.footer-block{
  text-align:left;
}

.footer-block h3,
.footer-brand h2{
  margin:0 0 1rem;
  color:#e1b53a;
  font-size:1.2rem;
}

.footer-block p,
.footer-block a{
  margin:0 0 0.9rem;
  color:#ffffff;
  font-size:1rem;
  line-height:1.8;
  text-decoration:none;
}

.footer-brand{
  display:flex;
  align-items:center;
  gap:0.85rem;
  margin-bottom:1rem;
}

.brand-mark-footer{
  width:54px;
  height:54px;
  box-shadow:none;
  background:#3bb965;
}

.footer-legal{
  padding-top:1.75rem;
  padding-bottom:3rem;
  border-top:1px solid rgba(255,255,255,0.12);
}

.footer-legal small{
  display:block;
  color:rgba(255,255,255,0.86);
  text-align:center;
  font-size:0.98rem;
}

@media (max-width: 1024px){
  .home-page .main-nav{
    gap:1.4rem;
  }

  .about-layout,
  .home-footer-grid,
  .value-grid{
    grid-template-columns:1fr;
  }

  .about-visual-card img{
    min-height:320px;
  }
}

@media (max-width: 799px){
  .home-page .header-inner{
    min-height:88px;
  }

  .brand-mark{
    width:50px;
    height:50px;
    border-radius:16px;
  }

  .home-page .logo{
    font-size:1.9rem;
  }

  .home-hero{
    min-height:560px;
  }

  .home-hero-content{
    grid-template-columns:1fr;
    padding-top:4rem;
    padding-bottom:4rem;
    text-align:center;
  }

  .hero-copy{
    max-width:none;
  }

  .hero-subtitle{
    margin-left:auto;
    margin-right:auto;
  }

  .hero-actions{
    justify-content:center;
  }

  .hero-photo-card{
    justify-self:center;
    width:min(78vw, 340px);
  }

  .home-section{
    padding:4.5rem 0;
  }
}

@media (max-width: 560px){
  .hero-eyebrow{
    letter-spacing:0.12em;
    font-size:0.84rem;
  }

  .hero-subtitle{
    line-height:1.5;
  }

  .hero-btn{
    width:100%;
    min-width:0;
  }

  .section-heading{
    margin-bottom:2.8rem;
  }

  .section-accent{
    width:110px;
  }

  .about-copy p{
    font-size:1rem;
  }

  .value-card{
    padding-left:1.35rem;
    padding-right:1.35rem;
  }

  .footer-legal{
    padding-bottom:2.4rem;
  }
}
