* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: Georgia, "Songti SC", "STSong", "Noto Serif SC", serif;
  background: #f4ede4;
  color: #6b4226;
  line-height: 1.78;
}

.hold { width: min(980px, calc(100% - 32px)); margin: 0 auto; }

.roof {
  background: #fffaf4;
  border-bottom: 1px solid #e4d2bc;
}

.roof-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
}

.homebrand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6b4226;
  text-decoration: none;
  font-weight: 700;
}

.leaf {
  background: #2d6a4f;
  color: #f4ede4;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 999px;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
}

.leaf-lg { display: inline-block; margin: 8px 0 22px; padding: 12px 22px; }

.hero { padding: 42px 0 20px; }

.hero h1 {
  font-size: clamp(26px, 4vw, 36px);
  color: #6b4226;
  line-height: 1.3;
  margin-bottom: 14px;
}

.hero > .hold > p { margin-bottom: 10px; }

.warm-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.warm-cards article {
  background: #fff;
  border-radius: 22px;
  padding: 18px 16px;
  box-shadow: 0 8px 24px rgba(107, 66, 38, 0.06);
}

.warm-cards svg { color: #2d6a4f; }

.warm-cards h3 {
  margin: 8px 0 6px;
  font-size: 18px;
}

.stripe { padding: 42px 0; }

.altband {
  padding: 42px 0;
  background: #efe4d6;
}

h2 {
  font-size: 26px;
  margin-bottom: 12px;
  color: #6b4226;
}

.stripe p, .altband p { margin-bottom: 12px; }

.duo {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 22px;
}

.duo.flip { direction: rtl; }

.duo.flip > * { direction: ltr; }

.duo h3 { font-size: 22px; margin-bottom: 8px; }

.tile {
  background: #d4a373;
  color: #3d2616;
  border-radius: 22px;
  padding: 20px;
}

.lane {
  list-style: none;
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.lane li {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  padding: 16px;
}

.lane em {
  display: block;
  color: #2d6a4f;
  font-style: normal;
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
}

.table-card {
  overflow-x: auto;
  background: #fff;
  border-radius: 18px;
  padding: 8px;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  font-family: "Segoe UI", sans-serif;
}

th, td {
  padding: 10px;
  border-bottom: 1px solid #ead9c6;
  text-align: left;
}

th { color: #2d6a4f; }

.asks { list-style: none; }

.asks li {
  background: #fff;
  border-left: 5px solid #d4a373;
  padding: 14px 16px 8px;
  margin-bottom: 10px;
  border-radius: 0 12px 12px 0;
}

.asks h3 { font-size: 17px; margin-bottom: 6px; }

.base {
  background: #6b4226;
  color: #f4ede4;
  padding: 24px 0;
  font-size: 13px;
  font-family: "Segoe UI", sans-serif;
}

.base p { margin-bottom: 6px; }

@media (max-width: 800px) {
  .warm-cards, .duo, .lane {
    grid-template-columns: 1fr;
    display: grid;
  }
  .duo.flip { direction: ltr; }
}

.mini-nav { display: flex; flex-wrap: wrap; gap: 16px; font-size: 14px; font-family: "Segoe UI", sans-serif; }
.mini-nav a { color: #6b4226; text-decoration: none; }
.mini-nav a:hover { color: #2d6a4f; }
.roof-in { flex-wrap: wrap; gap: 12px; }

.news-warm { list-style: none; display: grid; gap: 14px; }
.news-warm li { background: #fff; border-radius: 22px; padding: 16px 18px; box-shadow: 0 8px 24px rgba(107,66,38,0.06); }
.news-warm time { color: #2d6a4f; font-size: 13px; }
.news-warm h3 { margin: 6px 0 8px; }

