/*
Theme Name: Armadumlawyers by SEO-Studio.ua
Theme URI: https://armadumlawyers.com.ua/
Description: Тема WordPress для ARMADUM LAWYERS (міграція з Webflow). CPT: практики, команда, кейси, аналітика; таксономії послуг та індустрій. Розробник: SEO-Studio.ua — info@seo-studio.ua
Author: SEO-Studio.ua
Author URI: https://seo-studio.ua/
Version: 1.8.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: armadum
*/

/* Base layout — replace with your design/CSS from Webflow export */
:root {
  --armadum-text: #1a1a1a;
  --armadum-muted: #666;
  --armadum-accent: #c9a227;
  --armadum-max: 1200px;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--armadum-text);
  line-height: 1.6;
  margin: 0;
}

.armadum-wrap {
  max-width: var(--armadum-max);
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.armadum-header nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.armadum-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.armadum-card {
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}

.armadum-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.armadum-content img {
  max-width: 100%;
  height: auto;
}

.armadum-meta {
  color: var(--armadum-muted);
  font-size: 0.9rem;
}

.armadum-team-photo {
  max-width: 320px;
  border-radius: 4px;
}

.armadum-page-header {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.armadum-page-title {
  margin: 0 0 0.5rem;
  font-size: 2rem;
}

.armadum-page-subtitle {
  margin: 0;
  color: var(--armadum-muted);
}

.armadum-layout-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.armadum-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: var(--armadum-text);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.armadum-partners__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

.armadum-partners__item img {
  max-height: 60px;
  width: auto;
}

.armadum-footer {
  margin-top: 3rem;
  padding: 2rem 0;
  background: #f8f8f8;
  border-top: 1px solid #eee;
}

.armadum-footer__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.armadum-social,
.armadum-related,
.armadum-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.armadum-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 768px) {
  .armadum-layout-two-col {
    grid-template-columns: 1fr;
  }
}
