
:root{
  --cream:#f6f0e6;
  --cream2:#ede5d7;
  --ink:#1f211a;
  --muted:#59594f;
  --olive:#5e6946;
  --olive2:#3f4a34;
  --line:rgba(31,33,26,.18);
  --white:rgba(255,255,255,.72);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
a{text-decoration:none;color:inherit}
.header{
  height:82px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 34px;
  background:rgba(246,240,230,.9);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(31,33,26,.10);
  position:fixed;
  top:0;left:0;right:0;
  z-index:20;
}
.nav{
  width:min(1420px,100%);
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.brand{
  display:flex;
  align-items:center;
  gap:13px;
  font-family:Georgia,"Times New Roman",serif;
  letter-spacing:.22em;
  font-size:20px;
  white-space:nowrap;
}
.brand img{width:34px;height:34px}
.menu{
  display:flex;
  gap:34px;
  align-items:center;
  font-size:14px;
}
.menu a{
  padding:7px 0;
  border-bottom:2px solid transparent;
}
.menu a.active,.menu a:hover{border-bottom-color:var(--ink)}
.hero{
  min-height:760px;
  padding-top:82px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  position:relative;
  overflow:hidden;
  background-image:linear-gradient(rgba(246,240,230,.08),rgba(246,240,230,.02)),url('hero-landscape.svg');
  background-size:cover;
  background-position:center;
}
.hero:after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(to bottom,rgba(246,240,230,.18),rgba(31,33,26,.1) 45%,rgba(31,33,26,.32));
}
.hero-inner{
  position:relative;
  z-index:2;
  width:min(880px,92%);
  margin-top:28px;
}
h1,h2,h3{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
}
h1{
  margin:0;
  font-size:clamp(58px,8vw,106px);
  line-height:1.06;
  letter-spacing:-.045em;
}
.divider{
  margin:28px auto 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  color:var(--ink);
}
.divider:before,.divider:after{
  content:"";
  display:block;
  width:70px;
  height:1px;
  background:rgba(31,33,26,.55);
}
.divider img{width:28px;height:28px}
.lead{
  max-width:700px;
  margin:0 auto;
  color:#1f211a;
  font-size:18px;
  line-height:1.75;
}
.hero-buttons{
  margin-top:42px;
  display:flex;
  justify-content:center;
  gap:22px;
  flex-wrap:wrap;
}
.pill{
  min-width:178px;
  height:62px;
  padding:0 26px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.58);
  background:rgba(75,82,54,.60);
  color:#fffaf0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  font-size:16px;
  line-height:1;
  white-space:nowrap;
  overflow:hidden;
  backdrop-filter:blur(10px);
  box-shadow:0 12px 35px rgba(0,0,0,.10);
}
.pill.light{
  background:rgba(255,250,242,.82);
  color:var(--ink);
}
.pill img{
  width:25px;
  height:25px;
  flex:0 0 auto;
  filter:invert(98%) sepia(8%) saturate(550%) hue-rotate(330deg);
}
.pill.light img{filter:none}
.pill span{
  display:block;
  max-width:120px;
  overflow:hidden;
  text-overflow:ellipsis;
}
.pill:hover{transform:translateY(-2px)}
.essence{
  background:linear-gradient(180deg,#f9f4eb,#eee6d8);
  text-align:center;
  padding:82px 28px 72px;
  border-top:1px solid rgba(31,33,26,.08);
}
.essence h2{
  font-size:clamp(34px,4.2vw,52px);
  margin:0;
}
.essence p{
  margin:18px auto 0;
  color:#3e4037;
  max-width:620px;
  font-size:17px;
  line-height:1.75;
}
.cards{
  max-width:1180px;
  margin:64px auto 0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.card{
  min-height:188px;
  padding:18px 34px 0;
  border-left:1px solid rgba(31,33,26,.14);
}
.card:first-child{border-left:none}
.card img{width:58px;height:58px;margin-bottom:20px}
.card h3{font-size:25px;margin:0 0 8px}
.card p{font-size:15px;line-height:1.65;margin:0;color:#4c4e44}
.page-wrap{
  padding-top:82px;
  min-height:100vh;
  background:#f9f4eb;
}
.split{
  display:grid;
  grid-template-columns:42% 58%;
  min-height:640px;
  border-bottom:1px solid rgba(31,33,26,.12);
}
.text-pane{
  padding:120px 12% 70px;
}
.text-pane h1{
  font-size:clamp(44px,5.5vw,68px);
}
.text-pane p{
  color:#35372f;
  line-height:1.82;
  font-size:16px;
}
.image-pane{
  min-height:640px;
  background-size:cover;
  background-position:center;
}
.nature-img{background-image:url('nature-forest.svg')}
.unity-img{background-image:url('unity-lake.svg')}
.conscious-img{background-image:url('hero-landscape.svg')}
.quote-band{
  background:linear-gradient(90deg,#343b28,#515840);
  color:#fffaf0;
  text-align:center;
  padding:42px 24px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:22px;
  font-style:italic;
  line-height:1.55;
}
.quote-band small{
  display:block;
  margin-top:10px;
  font-family:Inter,Arial,sans-serif;
  font-style:normal;
  font-size:14px;
  opacity:.85;
}
.footer{
  padding:34px 28px;
  text-align:center;
  color:#777366;
  font-size:14px;
}
@media(max-width:860px){
  .header{height:auto;min-height:76px;padding:16px 20px}
  .nav{gap:16px;align-items:flex-start}
  .brand{font-size:17px}
  .menu{gap:15px;font-size:13px;flex-wrap:wrap;justify-content:flex-end}
  .hero{min-height:720px;padding-top:110px}
  .hero-buttons{gap:12px}
  .pill{min-width:158px;height:56px;padding:0 18px}
  .cards{grid-template-columns:1fr;gap:0}
  .card{border-left:none;border-top:1px solid rgba(31,33,26,.14);padding:28px}
  .card:first-child{border-top:none}
  .split{grid-template-columns:1fr}
  .text-pane{padding:80px 28px 50px}
  .image-pane{min-height:360px;order:-1}
}
