.erma-project-block {
  box-sizing: border-box;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  color: #fff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.erma-project-block *,
.erma-project-block *::before,
.erma-project-block *::after {
  box-sizing: border-box;
}

.erma-project-block img,
.erma-project-block video {
  display: block;
  width: 100%;
  height: auto;
}

.erma-project-block a {
  color: inherit;
  text-decoration: none;
}

.epb-section {
  padding: 64px 0;
}

.epb-section--narrow {
  max-width: 1160px;
}

.epb-center {
  text-align: center;
}

.epb-eyebrow {
  margin: 0 0 18px;
  color: #d4a74e;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .32em;
  text-transform: uppercase;
}

.epb-title {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(44px, 5vw, 68px);
  line-height: .95;
  font-weight: 700;
}

.epb-title--sm {
  font-size: clamp(34px, 4vw, 56px);
}

.epb-description {
  margin: 22px auto 0;
  max-width: 860px;
  color: rgba(255, 255, 255, .72);
  font-size: 18px;
  line-height: 1.7;
}

.epb-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  color: #d4a74e;
  font-size: 14px;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.epb-kicker::before {
  content: "";
  display: block;
  width: 52px;
  height: 1px;
  background: #d4a74e;
}

.epb-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.epb-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.epb-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.epb-grid-6 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.epb-media {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.epb-media--video {
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 28px;
}

.epb-panel,
.epb-feature-card,
.epb-metric-card,
.epb-plan-card {
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 22px;
  background: rgba(255, 255, 255, .05);
}

.epb-panel {
  padding: 28px;
  backdrop-filter: blur(10px);
}

.epb-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 18px;
  background: rgba(255, 255, 255, .05);
}

.epb-stat-value {
  color: #d4a74e;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

.epb-stat-label {
  color: rgba(255, 255, 255, .70);
  font-size: 16px;
  line-height: 1.45;
}

.epb-copy {
  color: rgba(255, 255, 255, .92);
  font-size: 18px;
  line-height: 1.7;
}

.epb-copy + .epb-copy {
  margin-top: 24px;
}

.epb-float-badge {
  position: absolute;
  right: -28px;
  bottom: -28px;
  min-width: 142px;
  padding: 24px 22px;
  border-radius: 18px;
  background: #d4a74e;
  color: #10141d;
  box-shadow: 0 26px 60px rgba(0, 0, 0, .28);
}

.epb-float-badge strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.epb-float-badge span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.4;
}

.epb-chip-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.epb-chip {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 18px;
  background: rgba(255, 255, 255, .05);
  color: rgba(255, 255, 255, .92);
  font-size: 18px;
  line-height: 1.4;
}

.epb-chip-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #d4a74e;
  color: #11161f;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}

.epb-side-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.epb-feature-card {
  padding: 32px;
}

.epb-icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(212, 167, 78, .14);
  color: #d4a74e;
  font-size: 24px;
}

.epb-feature-title,
.epb-plan-title,
.epb-metric-title {
  margin: 18px 0 10px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.08;
  font-weight: 700;
}

.epb-feature-text,
.epb-metric-subtitle,
.epb-plan-list {
  color: rgba(255, 255, 255, .68);
  font-size: 17px;
  line-height: 1.65;
}

.epb-feature-value {
  margin: 18px 0 8px;
  color: #d4a74e;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 42px;
  line-height: .95;
  font-weight: 700;
}

.epb-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 30px;
}

.epb-metric-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 26px;
}

.epb-plan-card {
  overflow: hidden;
}

.epb-plan-image {
  position: relative;
  overflow: hidden;
}

.epb-plan-body {
  padding: 26px;
}

.epb-bullet-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 28px;
}

.epb-bullet {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, .80);
  font-size: 17px;
  line-height: 1.6;
}

.epb-bullet::before {
  content: "•";
  color: #d4a74e;
  font-size: 20px;
  line-height: 1;
  margin-top: 2px;
}

@media (max-width: 1024px) {
  .epb-grid-2,
  .epb-grid-3,
  .epb-grid-4,
  .epb-grid-6,
  .epb-chip-row,
  .epb-metric-grid,
  .epb-bullet-list {
    grid-template-columns: 1fr;
  }

  .epb-float-badge {
    position: static;
    margin-top: 20px;
  }
}
