.org-page {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.org-card {
  width: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
}

.org-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.org-hero__info {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

.org-hero__logo {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: #f3f4f6;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #6b7280;
  overflow: hidden;
}

.org-hero__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.org-hero__title {
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.1;
}

.org-hero__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.org-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.badge-verified {
  background: #e7f7ff;
  color: #0077cc;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.badge-trusted {
  background: #fff0d4;
  color: #aa7a00;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.org-hero__rating {
  background: #f1f5f9;
  color: #111827;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
}

.org-hero__tagline {
  color: var(--brand-color, #374151);
  font-weight: 600;
}

.org-hero__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.org-hero__chat {
  white-space: nowrap;
}

.org-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 20px;
  align-items: start;
}

.org-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.org-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.org-card__header h2,
.org-card__header h3 {
  margin: 0;
}

.org-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.org-reviews-header {
  align-items: center;
  gap: 12px;
}

.org-card__eyebrow {
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: #6b7280;
}

.org-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.muted-text {
  color: #6b7280;
  margin: 0;
}

.org-reviews-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.org-reviews-meta__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.org-stars {
  letter-spacing: 2px;
  color: #f59e0b;
}

.org-reviews-meta__value {
  font-size: 16px;
}

.org-highlight {
  background: rgba(37, 99, 235, 0.06);
  color: var(--brand-color, #1f2937);
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 600;
}

.org-contacts {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.org-contacts li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.org-contacts span {
  color: #6b7280;
  font-weight: 600;
}

.org-contacts a {
  color: #2563eb;
  font-weight: 600;
}

.org-reviews-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0;
  padding: 12px 14px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}

.org-reviews-score {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: var(--brand-color, #eef2ff);
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
}

.org-reviews-label {
  font-weight: 700;
}

.org-review-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  align-items: end;
  margin-top: 12px;
}

.org-review-form-card {
  margin-top: 12px;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.org-review-form-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.org-review-form-card h3 {
  margin: 0;
}

.rating-stars {
  display: inline-flex;
  gap: 8px;
}

.rating-star {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.15s ease;
  color: #d1d5db;
}

.rating-star.is-active,
.rating-star:hover,
.rating-star:focus-visible {
  color: #f59e0b;
  border-color: #fcd34d;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.org-review-form-card__textarea {
  border-radius: 12px;
  min-height: 100px;
}

.org-review-form-card__actions {
  display: flex;
  justify-content: flex-end;
}

.org-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 16px;
}

.org-review-card {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 20px;
  background: #fdfdfd;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.org-review-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.org-review-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e5e7eb;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #4b5563;
  overflow: hidden;
}

.org-review-card__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.org-review-card__name {
  font-weight: 700;
}

.org-review-card__date {
  margin-left: auto;
  color: #9ca3af;
  font-size: 13px;
}

.org-review-card__text {
  margin: 12px 0 0;
  line-height: 1.5;
}

.org-listings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
  margin-top: 12px;
}

.org-collections-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 12px;
}

.org-collection-card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
}

.org-collection-card__banner img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.org-collection-card__body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.org-collection-card__title {
  font-weight: 700;
  font-size: 16px;
}

@media (max-width: 960px) {
  .org-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .org-card {
    padding: 18px;
  }

  .org-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .org-hero__actions {
    width: 100%;
  }

  .org-hero__chat {
    width: 100%;
    text-align: center;
  }

  .rating-stars {
    width: 100%;
    justify-content: space-between;
  }
}
