.pom-master-review-section {
  background: #f8f3ea;
  padding: clamp(46px, 7vw, 86px) 18px;
}

.pom-master-review-section,
.pom-master-review-section * {
  box-sizing: border-box;
}

.pom-master-review-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.pom-review-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 30px);
  align-items: start;
  background: #fff;
  border: 1px solid rgba(36, 29, 22, 0.08);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(36, 29, 22, 0.1);
  padding: clamp(22px, 4vw, 42px);
}

.pom-review-copy,
.pom-review-form-wrap {
  width: 100%;
  min-width: 0;
}

.pom-review-copy {
  max-width: 820px;
}

.pom-review-form-wrap {
  background: #fffaf2;
  border: 1px solid rgba(36, 29, 22, 0.08);
  border-radius: 22px;
  padding: clamp(18px, 3vw, 28px);
}

.pom-review-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #8b5e34;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pom-master-review-section h2 {
  margin: 0 0 14px;
  color: #1f1b16;
  font-size: clamp(1.75rem, 4vw, 2.7rem);
  line-height: 1.08;
}

.pom-review-lead,
.pom-review-note {
  color: #5f554b;
  font-size: 1rem;
  line-height: 1.75;
}

.pom-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  align-items: center;
}

.pom-google-review-button,
.pom-review-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  border: 0;
  background: #111;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  padding: 12px 20px;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.pom-google-review-button:hover,
.pom-review-submit:hover {
  background: #8b5e34;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(139, 94, 52, 0.22);
  transform: translateY(-1px);
}

.pom-review-form {
  display: grid;
  gap: 16px;
  margin: 0;
  width: 100%;
}

.pom-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}

.pom-review-form label {
  display: grid;
  gap: 7px;
  color: #2a241e;
  font-weight: 800;
  min-width: 0;
}

.pom-review-form input,
.pom-review-form select,
.pom-review-form textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(36, 29, 22, 0.16);
  border-radius: 16px;
  background: #fff;
  color: #1f1b16;
  font: inherit;
  padding: 13px 14px;
  outline: 0;
  display: block;
}

.pom-review-form input:focus,
.pom-review-form select:focus,
.pom-review-form textarea:focus {
  border-color: #8b5e34;
  box-shadow: 0 0 0 4px rgba(139, 94, 52, 0.13);
}

.pom-review-form textarea {
  min-height: 118px;
  resize: vertical;
}

.pom-review-submit {
  justify-self: start;
}

.pom-review-status {
  min-height: 22px;
  color: #5f554b;
  font-size: 0.94rem;
}

.pom-review-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.pom-review-card {
  border: 1px solid rgba(36, 29, 22, 0.08);
  border-radius: 20px;
  background: #fffaf2;
  padding: 18px;
}

.pom-review-stars {
  color: #b7791f;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
}

.pom-review-card p {
  margin: 10px 0;
  color: #3f352d;
  line-height: 1.68;
}

.pom-review-author {
  display: block;
  margin-top: 12px;
  color: #1f1b16;
  font-size: 1rem;
  font-weight: 900;
}

.pom-review-meta {
  color: #75685d;
  font-size: 0.92rem;
  margin-top: 4px;
}

.pom-review-empty {
  color: #75685d;
  border: 1px dashed rgba(36, 29, 22, 0.18);
  border-radius: 18px;
  background: rgba(255, 250, 242, 0.7);
  padding: 16px;
}

@media (max-width: 820px) {
  .pom-review-panel,
  .pom-review-grid {
    grid-template-columns: 1fr;
  }

  .pom-review-form-wrap {
    padding: 16px;
    border-radius: 20px;
  }

  .pom-google-review-button,
  .pom-review-submit {
    width: 100%;
  }
}
