/**
 * Le Chemin — homepage template styles.
 * All rules are scoped under .lc-home so they never leak into Woodmart.
 */

.lc-home {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  background: #FAF9F6;
  color: #1A1A18;
  line-height: 1.7;
}

.lc-home *,
.lc-home *::before,
.lc-home *::after { box-sizing: border-box; }

.lc-home p,
.lc-home h1,
.lc-home h2 { margin: 0; padding: 0; }

/* Shared */
.lc-home .lbl {
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #BBB;
  margin-bottom: 14px;
}
.lc-home .img-ph {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #AAA;
}
.lc-home .img-sub { font-size: 10px; color: #BBB; }

/* Hero */
.lc-home .hero {
  border-bottom: 0.5px solid #E0DDD5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
}
.lc-home .hero-left {
  padding: 64px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lc-home .eyebrow {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 22px;
}
.lc-home .hero-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 14px;
}
.lc-home .hero-manifesto {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #AAA;
  margin-bottom: 22px;
}
.lc-home .hero-sub {
  font-size: 13px;
  color: #888;
  line-height: 1.9;
  margin-bottom: 30px;
  max-width: 380px;
}
.lc-home .btns { display: flex; gap: 12px; flex-wrap: wrap; }
.lc-home .btn-d,
.lc-home .btn-g {
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 13px 26px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.lc-home .btn-d {
  background: #1A1A18;
  color: #FAF9F6;
  border: 0.5px solid #1A1A18;
}
.lc-home .btn-g {
  background: transparent;
  color: #1A1A18;
  border: 0.5px solid #CCC;
}
.lc-home .btn-d:hover,
.lc-home .btn-g:hover { opacity: 0.7; color: inherit; }
.lc-home .btn-d:hover { color: #FAF9F6; }

.lc-home .hero-right {
  background: #EDE9E0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.lc-home .hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Problem */
.lc-home .problem {
  background: #F2EDE4;
  padding: 56px 48px;
  border-bottom: 0.5px solid #E0DDD5;
}
.lc-home .prob-intro {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 28px;
  max-width: 580px;
}
.lc-home .prob-lines {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}
.lc-home .prob-line {
  font-size: 14px;
  color: #666;
  line-height: 1.85;
  padding-left: 18px;
  border-left: 1px solid #C8C0B0;
}
.lc-home .prob-close {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
}

/* Concept */
.lc-home .concept {
  background: #FAF9F6;
  padding: 56px 48px;
  border-bottom: 0.5px solid #E0DDD5;
}
.lc-home .concept-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 16px;
}
.lc-home .concept-body {
  font-size: 13px;
  color: #777;
  line-height: 1.9;
  max-width: 580px;
  margin-bottom: 36px;
}
.lc-home .pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.lc-home .pillar { border: 0.5px solid #E0DDD5; padding: 22px; }
.lc-home .pil-n {
  font-size: 9px;
  letter-spacing: 0.2em;
  color: #BBB;
  margin-bottom: 8px;
}
.lc-home .pil-t {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: #1A1A18;
  margin-bottom: 7px;
}
.lc-home .pil-d { font-size: 12px; color: #888; line-height: 1.7; }

/* Products */
.lc-home .products {
  background: #FAF9F6;
  padding: 56px 48px;
  border-bottom: 0.5px solid #E0DDD5;
}
.lc-home .prod-intro {
  font-size: 13px;
  color: #999;
  line-height: 1.9;
  margin-bottom: 28px;
}
.lc-home .prod-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.lc-home .prod-card {
  border: 0.5px solid #E0DDD5;
  background: #FAF9F6;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease;
}
.lc-home a.prod-card:hover { border-color: #1A1A18; color: inherit; }
.lc-home .prod-img {
  background: #EDE9E0;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.lc-home .prod-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lc-home .prod-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.lc-home .prod-tag {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #BBB;
  margin-bottom: 6px;
}
.lc-home .prod-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 4px;
}
.lc-home .prod-for {
  font-size: 12px;
  color: #999;
  font-style: italic;
  margin-bottom: 16px;
}
.lc-home .prod-promise {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-weight: 300;
  color: #1A1A18;
  line-height: 1.75;
  margin-bottom: 16px;
  flex: 1;
}
.lc-home .prod-includes {
  font-size: 11px;
  color: #AAA;
  margin-bottom: 16px;
  line-height: 1.8;
}
.lc-home .prod-cta {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #1A1A18;
  margin-top: auto;
}

/* Preorder */
.lc-home .preorder {
  background: #F2EDE4;
  padding: 48px;
  border-bottom: 0.5px solid #E0DDD5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.lc-home .pre-h {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 14px;
}
.lc-home .pre-body { font-size: 13px; color: #777; line-height: 1.9; }
.lc-home .pre-steps { display: flex; flex-direction: column; gap: 18px; }
.lc-home .pre-step { display: flex; align-items: flex-start; gap: 16px; }
.lc-home .pre-num {
  font-size: 9px;
  letter-spacing: 0.15em;
  color: #BBB;
  min-width: 20px;
  padding-top: 3px;
}
.lc-home .pre-text { font-size: 13px; color: #777; line-height: 1.7; }

/* Manifesto */
.lc-home .manifesto {
  background: #1A1A18;
  padding: 72px 48px;
  text-align: center;
}
.lc-home .man-q {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  font-weight: 300;
  font-style: italic;
  color: #FAF9F6;
  line-height: 1.4;
  margin-bottom: 20px;
}
.lc-home .man-attr {
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #555;
}

/* ------------------------------------------------------------------ *
 * Full-bleed integration with the Woodmart theme.
 * This stylesheet only loads on the Le Chemin homepage template, so
 * targeting the theme's own wrappers here is safe — no other page is
 * affected.
 * ------------------------------------------------------------------ */

/* Remove the Woodmart page-title banner ("Accueil — Le Chemin"). */
.wd-page-title,
.main-page-title-wrapper { display: none !important; }

/* Break the content out of the theme's max-width container — full fluid. */
#main-content.container,
main.wd-content-layout.container,
.content-area .container.wd-entry-content {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wd-content-layout,
.content-layout-wrapper,
.site-content,
.content-area {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}
.lc-home { width: 100%; }

/* Richer editorial proportions now that real photography is in place. */
.lc-home .hero { min-height: 560px; }
.lc-home .prod-img { height: 380px; }

/* Responsive — the original mockup had none. */
@media (max-width: 1024px) {
  .lc-home .pillars { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .lc-home .hero,
  .lc-home .prod-grid,
  .lc-home .preorder { grid-template-columns: 1fr; }

  .lc-home .hero { min-height: 0; }
  .lc-home .hero-right { min-height: 320px; }
  .lc-home .prod-img { height: 300px; }
  .lc-home .hero-left { padding: 48px 24px; }
  .lc-home .hero-h1 { font-size: 32px; }

  .lc-home .problem,
  .lc-home .concept,
  .lc-home .products,
  .lc-home .preorder { padding: 40px 24px; }

  .lc-home .preorder { gap: 32px; }
  .lc-home .concept-h2 { font-size: 26px; }
  .lc-home .manifesto { padding: 56px 24px; }
  .lc-home .man-q { font-size: 28px; }
}
