/* cream clay daily: oversized radii, 3-col then full-bleed bands */
:root {
  --butter-page: #FFF8E7;
  --umber-mark: #8D6E63;
  --walnut-ink: #5D4037;
  --linen-card: #EFEBE9;
  --butter-deep: #FFE0B2;
  --round-lg: 2.4rem;
  --round-md: 1.6rem;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Segoe UI", "PingFang SC", "Hiragino Sans GB", sans-serif;
  background: var(--butter-page);
  color: var(--walnut-ink);
  line-height: 1.76;
  font-size: 16.5px;
}

.lf-head {
  width: min(1100px, 94vw);
  margin: 1rem auto 0;
  background: #fff;
  border-radius: var(--round-lg);
  padding: 1rem 1.3rem 1.05rem;
  box-shadow: 0 10px 30px rgba(93, 64, 55, 0.06);
}
.lf-brand {
  display: inline-block;
  text-decoration: none;
  color: var(--walnut-ink);
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.55rem;
}
.lf-nav { display: flex; flex-wrap: wrap; gap: 0.45rem; list-style: none; }
.lf-nav a {
  text-decoration: none;
  color: var(--umber-mark);
  background: var(--linen-card);
  padding: 0.32rem 0.75rem;
  border-radius: 999px;
  font-size: 0.84rem;
}
.lf-nav a:hover { background: var(--butter-deep); color: var(--walnut-ink); }

.lf-shell { width: min(1100px, 94vw); margin: 1.1rem auto 2rem; }
.lf-hero {
  background: #fff;
  border-radius: var(--round-lg);
  padding: 1.7rem 1.6rem 1.5rem;
}
.lf-hero h1 {
  font-size: clamp(1.5rem, 3.1vw, 2.15rem);
  line-height: 1.3;
  max-width: 18em;
}
.lf-hero p { margin-top: 0.7rem; max-width: 38em; color: var(--umber-mark); }

.lf-band {
  margin-top: 1.1rem;
  background: #fff;
  border-radius: var(--round-lg);
  padding: 1.5rem 1.4rem 1.6rem;
}
.lf-band h2 {
  font-size: 1.28rem;
  margin-bottom: 0.75rem;
  color: var(--walnut-ink);
}
.lf-band p { margin-bottom: 0.7rem; }

.lf-time {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 0.6rem;
  padding-left: 0.4rem;
}
.lf-time li {
  list-style: none;
  position: relative;
  padding: 0.65rem 0 0.65rem 2rem;
}
.lf-time li::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.95rem;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background: var(--umber-mark);
}
.lf-time li::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 1.85rem;
  bottom: 0;
  width: 2px;
  background: var(--linen-card);
}
.lf-time li:last-child::after { display: none; }

.lf-trio {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 0.9rem;
}
.lf-pill {
  background: var(--linen-card);
  border-radius: var(--round-md);
  padding: 1.1rem 1rem 1.15rem;
}
.lf-pill h3 { font-size: 1.02rem; margin-bottom: 0.4rem; }

.lf-compare { width: 100%; border-collapse: collapse; margin-top: 0.7rem; }
.lf-compare th, .lf-compare td {
  padding: 0.7rem 0.65rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--linen-card);
}
.lf-compare th { color: var(--umber-mark); font-weight: 700; width: 28%; }

.lf-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin-top: 0.8rem;
}
.lf-pair article {
  background: var(--butter-page);
  border-radius: var(--round-md);
  padding: 1.05rem 1rem;
}
.lf-pair h3 { margin-bottom: 0.4rem; font-size: 1rem; }

.lf-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  margin-top: 0.7rem;
}
.lf-steps article {
  background: var(--linen-card);
  border-radius: 999px;
  padding: 0.75rem 1.2rem;
}
.lf-steps strong { color: var(--umber-mark); margin-right: 0.4rem; }

.lf-soft {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin-top: 0.8rem;
}
.lf-soft article {
  background: var(--linen-card);
  border-radius: var(--round-lg);
  padding: 1.15rem 1.1rem;
}
.lf-soft h3 { margin-bottom: 0.4rem; }

.lf-faq details {
  background: var(--butter-page);
  border-radius: var(--round-md);
  padding: 0.8rem 1rem;
  margin-bottom: 0.55rem;
}
.lf-faq summary { cursor: pointer; font-weight: 700; }
.lf-faq p { margin-top: 0.4rem; }

.lf-foot {
  width: min(1100px, 94vw);
  margin: 0 auto 2rem;
  background: var(--walnut-ink);
  color: #EFEBE9;
  border-radius: var(--round-lg);
  padding: 1.5rem 1.4rem 1.7rem;
  font-size: 0.9rem;
}
.lf-foot p { margin-bottom: 0.5rem; }

@media (max-width: 820px) {
  .lf-trio, .lf-pair, .lf-soft { grid-template-columns: 1fr; }
  .lf-steps article { border-radius: var(--round-md); }
}
