<div style="font-family:'Montserrat',sans-serif">
<style type="text/css">
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
.kv-wrap { background:#FAF8F4; color:#2E2E2E; line-height:1.8; position: relative; z-index: 2; }
.kv-section { max-width:1180px; margin:0 auto; padding:80px 20px; }
h1, h2, h3 { margin:0; font-family:'Montserrat',sans-serif; }
p { margin:0 0 18px; }
/* ==== Hero ==== */
.kv-hero-min { background: #FFFFFF; border-radius: 0 0 16px 16px; box-shadow: none; position: relative; z-index: 2; }
.kv-hero-inner { max-width:1180px; margin:0 auto; padding:64px 20px 40px; text-align:center; }
.kv-eyebrow { text-transform:uppercase; letter-spacing:.14em; font-size:12px; color:#5E6F45; }
.kv-hero-inner h1 { font-size:40px; font-weight:700; letter-spacing:.4px; margin-top:6px; }
.kv-hero-inner p { color:#6E6B67; max-width:760px; margin:10px auto 0; }
.kv-underline { width:68px; height:2px; background:#C7A464; margin:16px auto 0; opacity:.75; border-radius:2px; }
/* ==== Değerlerimiz Grid ==== */
.kv-values { margin-top:70px; position: relative; z-index: 2; }
.kv-values h2 { font-size:34px; font-weight:700; text-align:center; color:#1F1F1F; }
.kv-grid { margin-top:34px; display:grid; grid-template-columns: repeat(2,1fr); gap:24px; }
.kv-card { background:#FFFFFF; border:1px solid rgba(0,0,0,.05); border-radius:16px; box-shadow:0 10px 30px rgba(0,0,0,.06); padding:28px; display:grid; grid-template-columns: 1.1fr .9fr; gap:22px; align-items:center; }
.kv-card.reverse { grid-template-columns: .9fr 1.1fr; }
.kv-badge { display:inline-flex; align-items:center; gap:10px; padding:6px 10px; border-radius:999px; background:#F5F2EC; color:#5E6F45; font-weight:600; font-size:12px; letter-spacing:.06em; border:1px solid #E8E1D3; margin-bottom:6px; }
.kv-card h3 { font-size:22px; font-weight:700; color:#222; margin:8px 0 10px; }
.kv-card p { font-size:15.5px; color:#2E2E2E; }
.kv-card ul { margin:10px 0 0 18px; }
.kv-card li { margin:6px 0; }
.kv-card img { width: 60%; display: block; border-radius: 0; box-shadow: none; background: transparent !important; margin: 0 auto; mix-blend-mode: multiply; }
/* Parallax & Responsive */
.kv-parallax { position: fixed; inset:0; pointer-events:none; z-index:0; overflow: visible; }
.kv-parallax .layer { position:absolute; inset:-12% -12% -12% -12%; }
.sprite { position:absolute; height:auto; opacity:.5; will-change:transform; animation: idleDrift 7s ease-in-out infinite alternate; }
@keyframes idleDrift { from { transform: translateY(-8px) rotate(-4deg); } to { transform: translateY(8px) rotate(4deg); } }
@media (max-width:1024px) { .kv-grid { grid-template-columns:1fr; } }
@media (max-width:640px) { .kv-hero-inner h1 { font-size:30px; } .kv-card { grid-template-columns:1fr; } .kv-card img { width: 50%; } }
</style>
<section class="kv-wrap kv-hero-min">
<div class="kv-hero-inner">
<div class="kv-eyebrow">kolivese</div>
<h1>Our Values</h1>
<p>Respect for nature's rhythm, honor for the craft and elegance for the table.</p>
<div class="kv-underline"></div>
</div>
</section>
<section class="kv-wrap kv-section kv-values">
<h2>Kolivese's Four Core Values</h2>
<div class="kv-underline"></div>
<div class="kv-grid">
<article class="kv-card">
<div><span class="kv-badge">BALANCE</span>
<h3>In Harmony With Nature</h3>
<p>We respect the land, the seasons, and the natural cycle of the tree.</p>
<ul>
<li>Precision timing.</li>
<li>Perfect equilibrium.</li>
<li>Zero-waste management.</li>
</ul>
</div>
<img alt="Balance" src="https://static.ticimax.cloud/73076/uploads/images/ikon-denge.png" />
</article>
<article class="kv-card reverse">
<img alt="Respect" src="https://static.ticimax.cloud/73076/uploads/images/ikon-saygi.png" />
<div><span class="kv-badge">RESPECT</span>
<h3>For Nature and Craft</h3>
<p>Meticulous care at every stage of the journey from branch to table.</p>
<ul>
<li>Sustainable collaborations.</li>
<li>Protecting ecosystems.</li>
<li>Traceable processes.</li>
</ul>
</div>
</article>
<article class="kv-card">
<div><span class="kv-badge">HERITAGE</span>
<h3>A Story Beyond the Bottle</h3>
<p>Every bottle is a chapter where culture and roots converge.</p>
<ul>
<li>Deeply rooted.</li>
<li>Timeless mastery.</li>
<li>Elegant presentation.</li>
</ul>
</div>
<img alt="Heritage" src="https://static.ticimax.cloud/73076/uploads/images/ikon-anlam.png" />
</article>
<article class="kv-card reverse">
<img alt="Integrity" src="https://static.ticimax.cloud/73076/uploads/images/ikon-fayda.png" />
<div><span class="kv-badge">INTEGRITY</span>
<h3>Nourishing and Reliable</h3>
<p>Prioritizing genuine health benefits for your daily rituals.</p>
<ul>
<li>Cold-pressed quality.</li>
<li>Specialized storage.</li>
<li>Verified content.</li>
</ul>
</div>
</article>
</div>
</section>
</div>