.card-poster {
  background: #161616;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.card-poster .terracotta-bar { height: 3px; background: #C25B3F; border-radius: 6px 6px 0 0; }

.card-poster .body { padding: 22px 28px 0; }

.card-poster .meta-row {
  display: flex;
  justify-content: space-between;
  color: rgba(240, 230, 211, 0.28);
  margin-bottom: 12px;
}

.card-poster .title-outline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 0.9;
  -webkit-text-stroke: 2px #F0E6D3;
  color: transparent;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
}

.card-poster .title-solid {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 0.95;
  color: #C25B3F;
  letter-spacing: -0.015em;
  margin-bottom: 22px;
}

.card-poster .sage-rule {
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
  margin-bottom: 18px;
}

.card-poster .time-grid { display: flex; margin-bottom: 16px; }

.card-poster .time-cell {
  flex: 1;
  padding: 8px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.card-poster .time-cell:nth-child(n+2) { padding-left: 12px; }
.card-poster .time-cell:last-child { border-right: none; }
.card-poster .time-label { color: rgba(240, 230, 211, 0.3); }

.card-poster .time-value {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #F0E6D3;
  line-height: 1;
}

.card-poster .time-unit { font-size: 11px; font-weight: 400; opacity: 0.45; }

.card-poster .level-value {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #C25B3F;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.card-poster .section-label { color: rgba(240, 230, 211, 0.28); }

.card-poster .ingredients-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 20px;
  margin-bottom: 18px;
}

.card-poster .ingredient {
  display: flex;
  gap: 8px;
  align-items: baseline;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  color: #F0E6D3;
}

.card-poster .ingredient-qty {
  color: #C25B3F;
  font-weight: 600;
  font-size: 10px;
  flex-shrink: 0;
  min-width: 30px;
}

.card-poster .ingredient-name { opacity: 0.72; }

.card-poster .method-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.card-poster .step {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: flex-start;
}

.card-poster .step-num {
  width: 22px;
  height: 22px;
  border: 1.5px solid #C25B3F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #C25B3F;
  flex-shrink: 0;
}

.card-poster .step-text {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(240, 230, 211, 0.75);
  padding-top: 2px;
}

.card-poster .nutrition-strip {
  background: #C25B3F;
  padding: 14px 28px;
  border-radius: 0 0 6px 6px;
}

.card-poster .nutrition-value {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1;
}

.card-poster .nutrition-label {
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
  margin-top: 3px;
}

.card-poster .nutrition-divider {
  width: 1px;
  height: 26px;
  background: rgba(0, 0, 0, 0.15);
}

@media (max-width: 480px) {
  .card-poster .body { padding: 18px 20px 0; }
  .card-poster .title-outline { font-size: 40px; }
  .card-poster .title-solid { font-size: 30px; }
  .card-poster .ingredients-grid { grid-template-columns: 1fr; }
  .card-poster .nutrition-strip { padding: 12px 20px; }
  .card-poster .time-value { font-size: 20px; }
}
