.elementor-6917 .elementor-element.elementor-element-c2568df{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5d22719 */:root {
  --ink: #15110e;
  --muted: #6f6256;
  --bone: #f5ecdf;
  --paper: #fffaf2;
  --wine: #520a06;
  --gold: #c5a247;
  --line: #e2d3bf;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: #fff;
  color: var(--ink);
  font-family: Urbanist, "Albert Sans", Inter, system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}
a { color: var(--wine); }
img { max-width: 100%; display: block; }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  padding: 0 24px;
}
.nav-inner {
  max-width: 860px; margin: 0 auto;
  height: 64px;
  display: flex; align-items: center; justify-content: space-between;
}
.logo { width: 120px; }
.nav-btn {
  padding: 9px 20px; border-radius: 999px;
  background: var(--wine); color: #fff;
  text-decoration: none; font-weight: 800; font-size: 13px;
}

/* ARTICLE */
.article {
  max-width: 720px; margin: 0 auto;
  padding: 64px 24px 100px;
}

/* HEADER */
.post-kicker {
  font-size: 11px; font-weight: 900; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gold);
  display: block; margin-bottom: 16px;
}
h1 {
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.05; letter-spacing: -.04em;
  margin-bottom: 20px;
}
.post-intro {
  font-size: 20px; line-height: 1.6; color: #3a2a1f;
  border-left: 3px solid var(--gold);
  padding-left: 20px;
  margin-bottom: 48px;
}
.post-meta {
  font-size: 13px; color: var(--muted);
  margin-bottom: 40px;
}

/* TYPOGRAPHY */
h2 {
  font-size: clamp(22px, 3vw, 32px);
  letter-spacing: -.03em; line-height: 1.1;
  margin: 52px 0 14px;
}
h3 { font-size: 19px; letter-spacing: -.02em; margin: 0 0 8px; }
p { margin-bottom: 20px; color: #2a1e15; }

/* DIVIDER */
.divider {
  border: none; border-top: 1px solid var(--line);
  margin: 48px 0;
}

/* IDEAS */
.ideas {
  display: grid; gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 16px; overflow: hidden;
  margin: 28px 0 48px;
}
.idea {
  background: #fff;
  padding: 24px 28px;
  display: grid; grid-template-columns: 28px 1fr; gap: 18px; align-items: start;
}
.idea-n {
  font-size: 12px; font-weight: 900; color: var(--gold);
  padding-top: 3px;
}
.idea h3 { font-size: 17px; margin-bottom: 4px; }
.idea p { font-size: 15px; color: var(--muted); margin: 0; }
.idea a {
  color: var(--wine); font-size: 13px; font-weight: 800;
  text-decoration: none; display: inline-block; margin-top: 8px;
}
.idea a:hover { text-decoration: underline; }

/* QUOTE */
.quote {
  border-left: 3px solid var(--line);
  padding: 4px 0 4px 24px;
  margin: 40px 0;
  font-size: 20px; font-style: italic; line-height: 1.5;
  color: #4a3628;
}

/* CHECKLIST */
.check-list { list-style: none; margin: 20px 0 36px; }
.check-list li {
  padding: 12px 0; border-bottom: 1px solid var(--line);
  display: flex; gap: 14px; font-size: 16px;
}
.check-list li:last-child { border-bottom: none; }
.check-list li::before { content: "→"; color: var(--wine); font-weight: 900; flex-shrink: 0; }

/* PRODUCT MENTIONS */
.product-mention {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  margin: 16px 0;
  text-decoration: none; color: var(--ink);
  transition: box-shadow .18s;
}
.product-mention:hover { box-shadow: 0 8px 28px rgba(35,20,8,.09); }
.product-mention-info small { display: block; font-size: 12px; color: var(--muted); margin-bottom: 3px; }
.product-mention-info strong { font-size: 16px; }
.product-mention-price { font-weight: 900; color: var(--wine); font-size: 15px; white-space: nowrap; }
.product-mention-arrow { color: var(--muted); font-size: 18px; }

/* CTA */
.cta-block {
  background: var(--bone);
  border-radius: 16px;
  padding: 36px 40px;
  margin: 52px 0;
  text-align: center;
}
.cta-block h3 { font-size: 24px; letter-spacing: -.03em; margin-bottom: 8px; }
.cta-block p { font-size: 15px; color: var(--muted); margin-bottom: 22px; }
.btn {
  display: inline-block;
  padding: 12px 26px; border-radius: 999px;
  background: var(--wine); color: #fff;
  text-decoration: none; font-weight: 900; font-size: 14px;
}

/* FOOTER */
footer {
  background: #15110e; color: #cfc0ae;
  padding: 36px 24px; text-align: center;
  font-size: 14px;
}
footer img { width: 110px; margin: 0 auto 14px; }
footer a { color: var(--gold); text-decoration: none; font-weight: 800; }

/* RESPONSIVE */
@media (max-width: 600px) {
  .idea { grid-template-columns: 1fr; gap: 6px; }
  .idea-n { display: none; }
  .cta-block { padding: 28px 22px; }
  .product-mention { flex-wrap: wrap; }
}/* End custom CSS */