/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 385:0 Unexpected "<"

**/
<style>
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=DM+Sans:wght@300;400;500;600&display=swap');

.lb-about * { box-sizing: border-box; margin: 0; padding: 0; }

.lb-about {
  font-family: 'DM Sans', sans-serif;
  color: #1a1210;
  background: #fdfaf8;
  -webkit-font-smoothing: antialiased;
}

/* HERO */
.lb-hero {
  background: #1a1210;
  padding: 100px 60px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.lb-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 60%, rgba(193,123,90,0.12) 0%, transparent 65%);
  pointer-events: none;
}
.lb-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c17b5a;
  margin-bottom: 20px;
  display: block;
}
.lb-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 300;
  color: white;
  line-height: 1.1;
  margin-bottom: 24px;
}
.lb-hero h1 em {
  font-style: italic;
  color: #e8c4b0;
}
.lb-hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.55);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.75;
  font-weight: 300;
}
.lb-divider {
  width: 48px;
  height: 1px;
  background: #c17b5a;
  margin: 32px auto 0;
  opacity: 0.6;
}

/* MISSION */
.lb-mission {
  padding: 90px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.lb-mission-text .lb-eyebrow { text-align: left; }
.lb-mission-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 300;
  color: #1a1210;
  line-height: 1.2;
  margin-bottom: 24px;
}
.lb-mission-text h2 em { font-style: italic; color: #c17b5a; }
.lb-mission-text p {
  font-size: 15px;
  color: #5a3d34;
  line-height: 1.85;
  margin-bottom: 16px;
}
.lb-mission-image {
  position: relative;
}
.lb-mission-image img {
  width: 100%;
  display: block;
}
.lb-mission-image::after {
  content: '';
  position: absolute;
  top: 20px; left: 20px; right: -20px; bottom: -20px;
  border: 1px solid rgba(193,123,90,0.25);
  z-index: -1;
}

/* VALUES */
.lb-values {
  background: #f5efe9;
  padding: 90px 60px;
  text-align: center;
}
.lb-values h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 300;
  color: #1a1210;
  margin-bottom: 56px;
  line-height: 1.2;
}
.lb-values h2 em { font-style: italic; color: #c17b5a; }
.lb-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}
.lb-value-card {
  background: white;
  padding: 40px 32px;
  border: 1px solid #e8d8d0;
  text-align: left;
}
.lb-value-icon {
  width: 48px;
  height: 48px;
  background: #f5e8e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 20px;
}
.lb-value-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 500;
  color: #1a1210;
  margin-bottom: 10px;
}
.lb-value-card p {
  font-size: 14px;
  color: #8a6d65;
  line-height: 1.75;
}

/* STORY TIMELINE */
.lb-story {
  padding: 90px 60px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.lb-story h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 300;
  color: #1a1210;
  margin-bottom: 56px;
}
.lb-story h2 em { font-style: italic; color: #c17b5a; }
.lb-timeline {
  position: relative;
  text-align: left;
}
.lb-timeline::before {
  content: '';
  position: absolute;
  left: 23px;
  top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, #c17b5a, rgba(193,123,90,0.1));
}
.lb-tl-item {
  display: flex;
  gap: 32px;
  margin-bottom: 48px;
  align-items: flex-start;
}
.lb-tl-dot {
  width: 48px;
  height: 48px;
  background: #1a1210;
  border: 2px solid #c17b5a;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  font-weight: 500;
  color: #c17b5a;
  position: relative;
  z-index: 1;
}
.lb-tl-content h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 500;
  color: #1a1210;
  margin-bottom: 8px;
  padding-top: 10px;
}
.lb-tl-content p {
  font-size: 14px;
  color: #8a6d65;
  line-height: 1.8;
}

/* PROMISE */
.lb-promise {
  background: #1a1210;
  padding: 90px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.lb-promise::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(193,123,90,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.lb-promise h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 300;
  color: white;
  line-height: 1.2;
  margin-bottom: 24px;
}
.lb-promise h2 em { font-style: italic; color: #e8c4b0; }
.lb-promise p {
  font-size: 16px;
  color: rgba(255,255,255,0.55);
  max-width: 580px;
  margin: 0 auto 48px;
  line-height: 1.85;
  font-weight: 300;
}
.lb-promise-pillars {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.lb-pillar {
  text-align: center;
}
.lb-pillar-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 300;
  color: #e8c4b0 !important;
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}
.lb-pillar-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6) !important;
  display: block;
}
.lb-cta-btn {
  display: inline-block;
  background: #c17b5a;
  color: white;
  text-decoration: none;
  padding: 16px 44px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 0.2s;
}
.lb-cta-btn:hover { background: #a8634a; }

/* TEAM / FOUNDER NOTE */
.lb-founder {
  padding: 90px 60px;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: center;
}
.lb-founder-visual {
  background: #f5efe9;
  border: 1px solid #e8d8d0;
  padding: 48px 32px;
  text-align: center;
}
.lb-founder-initials {
  width: 100px;
  height: 100px;
  background: #1a1210;
  border: 2px solid #c17b5a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 300;
  color: #e8c4b0;
  margin: 0 auto 20px;
}
.lb-founder-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  color: #1a1210;
  margin-bottom: 4px;
}
.lb-founder-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c17b5a;
}
.lb-founder-text .lb-eyebrow { text-align: left; }
.lb-founder-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 300;
  color: #1a1210;
  line-height: 1.2;
  margin-bottom: 24px;
}
.lb-founder-text h2 em { font-style: italic; color: #c17b5a; }
.lb-founder-text p {
  font-size: 15px;
  color: #5a3d34;
  line-height: 1.9;
  margin-bottom: 16px;
}
.lb-founder-sig {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  color: #c17b5a;
  margin-top: 24px;
}

/* RESPONSIVE */
@media (max-width: 860px) {
  .lb-hero { padding: 70px 24px 60px; }
  .lb-mission { grid-template-columns: 1fr; gap: 40px; padding: 60px 24px; }
  .lb-mission-image { order: -1; }
  .lb-mission-image::after { display: none; }
  .lb-values { padding: 60px 24px; }
  .lb-values-grid { grid-template-columns: 1fr; }
  .lb-story { padding: 60px 24px; }
  .lb-promise { padding: 60px 24px; }
  .lb-promise-pillars { gap: 32px; }
  .lb-founder { grid-template-columns: 1fr; gap: 40px; padding: 60px 24px; }
}
</style>