:root {
  --bg-main: #f6f1e6;
  --bg-soft: #fbf8f2;
  --bg-accent: #efe2bf;
  --surface: #fffdfa;
  --surface-strong: #f7f0de;
  --ink: #191510;
  --ink-soft: #544a3d;
  --ink-inverse: #f9f3e8;
  --gold: #c79b2c;
  --gold-soft: #ead59d;
  --gold-deep: #8c6513;
  --brown: #2a2116;
  --brown-soft: #3a2d1d;
  --line: rgba(64, 46, 17, 0.12);
  --line-strong: rgba(228, 198, 122, 0.22);
  --shadow: 0 24px 60px rgba(39, 28, 10, 0.12);
  --shadow-strong: 0 24px 70px rgba(21, 14, 6, 0.24);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(199, 155, 44, 0.18), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(79, 58, 18, 0.12), transparent 22%),
    linear-gradient(180deg, #1b160f 0, #241b12 520px, var(--bg-main) 520px, var(--bg-main) 100%);
  font-family: "Plus Jakarta Sans", sans-serif;
  overflow-x: hidden;
}

.site-aura::before,
.site-aura::after {
  content: "";
  position: fixed;
  z-index: -1;
  border-radius: 999px;
  filter: blur(36px);
  opacity: 0.55;
}

.site-aura::before {
  width: 320px;
  height: 320px;
  left: -120px;
  top: 10rem;
  background: rgba(199, 155, 44, 0.16);
}

.site-aura::after {
  width: 260px;
  height: 260px;
  right: -100px;
  top: 42rem;
  background: rgba(108, 75, 12, 0.12);
}

.navbar {
  padding: 1rem 0;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease, padding 0.25s ease;
}

.navbar.scrolled {
  padding: 0.72rem 0;
  background: rgba(21, 16, 11, 0.88);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  color: #fff;
  text-decoration: none;
  max-width: 300px;
}

.brand-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
}

.brand-copy strong {
  font-size: 0.92rem;
  color: #fffaf0;
}

.brand-copy small {
  color: rgba(255, 245, 222, 0.74);
  font-size: 0.78rem;
}

.nav-link {
  color: rgba(255, 247, 227, 0.82);
  font-weight: 600;
  margin-left: 0.65rem;
  display: inline-flex;
  align-items: center;
}

.nav-link:hover,
.nav-link.active {
  color: var(--gold-soft);
}

.dropdown-menu {
  padding: 0.65rem;
  border: 1px solid rgba(234, 213, 157, 0.14);
  border-radius: 18px;
  background: rgba(28, 22, 15, 0.96);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
}

.dropdown-item {
  padding: 0.72rem 0.9rem;
  border-radius: 12px;
  color: rgba(255, 247, 227, 0.86);
  font-weight: 600;
}

.dropdown-item:hover,
.dropdown-item.active {
  color: #1d160d;
  background: linear-gradient(135deg, #f1ddb0, var(--gold));
}

.navbar-toggler {
  padding: 0.3rem 0.45rem;
}

.hero-section,
.page-hero {
  position: relative;
  padding-top: 9rem;
}

.hero-section {
  padding-bottom: 5rem;
}

.page-hero {
  padding-bottom: 3rem;
}

.eyebrow,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: rgba(199, 155, 44, 0.12);
  border: 1px solid rgba(234, 213, 157, 0.18);
  color: #9c8031;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.79rem;
  font-weight: 800;
}

.hero-title,
.page-title,
.section-title,
.content-card h2,
.service-panel h2,
.gallery-card h2,
.news-card h2,
.feature-card h3,
.cta-banner h2 {
  font-family: "Cormorant Garamond", serif;
}

.hero-title {
  max-width: 10ch;
  margin: 1.25rem 0 1.35rem;
  color: var(--ink-inverse);
  font-size: clamp(3.2rem, 8vw, 6rem);
  line-height: 0.92;
  font-weight: 700;
}

.hero-title span {
  color: var(--gold-soft);
}

.hero-copy,
.page-copy {
  max-width: 42rem;
  font-size: 1.06rem;
  line-height: 1.9;
}

.hero-copy {
  color: rgba(250, 241, 222, 0.88);
}

.page-title {
  max-width: 14ch;
  margin: 1rem 0 0.8rem;
  font-size: clamp(2.7rem, 5vw, 4.6rem);
  line-height: 0.96;
  color: var(--ink-inverse);
}

.page-copy {
  color: rgba(250, 241, 222, 0.82);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 1.4rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.78rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(241, 219, 161, 0.12);
  background: rgba(255, 248, 235, 0.06);
  color: rgba(255, 245, 223, 0.95);
}

.btn {
  border-radius: 999px;
  padding: 0.92rem 1.55rem;
  font-weight: 700;
}

.btn-gold {
  border: 0;
  color: #261c0d;
  background: linear-gradient(135deg, #f1ddb0, var(--gold));
  box-shadow: 0 16px 34px rgba(199, 155, 44, 0.24);
}

.btn-gold:hover {
  color: #20170b;
  background: linear-gradient(135deg, #f5e4bc, #d3a337);
}

.btn-outline-hero,
.btn-outline-theme {
  border: 1px solid rgba(240, 225, 188, 0.6);
  color: var(--ink-inverse);
  background: transparent;
}

.btn-outline-hero:hover,
.btn-outline-theme:hover {
  color: var(--ink);
  background: var(--gold-soft);
  border-color: var(--gold-soft);
}

.hero-card,
.highlight-panel,
.feature-card,
.content-card,
.service-panel,
.gallery-card,
.news-card,
.cta-banner,
.footer-panel {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 1.25rem;
  background: linear-gradient(180deg, rgba(255, 248, 233, 0.12), rgba(255, 248, 233, 0.04));
  border: 1px solid rgba(240, 225, 188, 0.1);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-strong);
}

.hero-card-top {
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 248, 233, 0.08), rgba(255, 248, 233, 0.02));
}

.hero-logo {
  width: min(100%, 330px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.2));
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.stat-item {
  padding: 1.15rem;
  border-radius: 22px;
  background: rgba(255, 250, 241, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.stat-item small {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--ink-soft);
}

.stat-item strong {
  color: var(--brown);
  font-size: 1rem;
}

.section-block {
  padding: 5rem 0;
}

.section-muted {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(250, 244, 229, 0.8));
}

.section-heading {
  max-width: 860px;
  margin-bottom: 2.4rem;
}

.section-title {
  margin: 1rem 0 0;
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  line-height: 0.98;
  color: var(--brown);
}

.section-copy,
.content-card p,
.service-panel p,
.gallery-card p,
.news-card p,
.feature-card p,
.mini-panel p,
.small-note {
  color: var(--ink-soft);
  line-height: 1.85;
}

.highlight-panel,
.content-card,
.service-panel,
.gallery-card,
.news-card {
  height: 100%;
  padding: 2rem;
  background: rgba(255, 253, 250, 0.94);
  border: 1px solid var(--line);
}

.mini-panel {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.35rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(239, 226, 191, 0.9), rgba(255, 253, 248, 0.95));
  border: 1px solid rgba(199, 155, 44, 0.16);
}

.mini-panel i,
.service-icon,
.feature-card i,
.value-grid i,
.contact-list i {
  color: var(--gold-deep);
}

.feature-card {
  display: block;
  height: 100%;
  padding: 1.8rem;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.96), rgba(247, 240, 222, 0.96));
  border: 1px solid var(--line);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover,
.doc-links a:hover,
.news-card a:hover {
  transform: translateY(-3px);
}

.feature-card i {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.feature-card h3,
.content-card h2,
.service-panel h2,
.gallery-card h2,
.news-card h2 {
  font-size: 2rem;
  margin-bottom: 0.85rem;
  color: var(--brown);
}

.content-card h2,
.service-panel h2,
.gallery-card h2,
.news-card h2 {
  font-size: clamp(1.8rem, 3vw, 2.2rem);
}

.service-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 1.25rem;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(239, 226, 191, 0.9), rgba(255, 252, 245, 0.95));
  font-size: 1.65rem;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.value-grid div {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: var(--surface-strong);
  border: 1px solid rgba(199, 155, 44, 0.12);
  color: var(--brown);
  font-weight: 700;
}

.custom-list {
  padding-left: 1.2rem;
  margin-bottom: 0;
}

.custom-list li {
  margin-bottom: 0.8rem;
  color: var(--ink-soft);
}

.legal-list {
  display: grid;
  gap: 1rem;
}

.legal-list div {
  display: grid;
  gap: 0.32rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.legal-list span {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.doc-links {
  display: grid;
  gap: 1rem;
  margin-top: 1.35rem;
}

.doc-links a,
.contact-list a,
.footer-links a,
.news-card a {
  text-decoration: none;
}

.doc-links a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--brown);
  transition: transform 0.25s ease;
}

.doc-links i {
  font-size: 1.5rem;
  color: #cc3f34;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.trust-badge {
  display: inline-flex;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  color: var(--gold-deep);
  background: rgba(199, 155, 44, 0.12);
  border: 1px solid rgba(199, 155, 44, 0.12);
  font-weight: 800;
}

.compliance-box {
  margin-top: 1.5rem;
  padding: 1.35rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(239, 226, 191, 0.72), rgba(255, 253, 249, 0.95));
}

.gallery-visual {
  min-height: 220px;
  display: grid;
  place-items: center;
  margin-bottom: 1.25rem;
  border-radius: 22px;
  font-size: 3rem;
  color: rgba(255, 249, 238, 0.96);
}

.visual-site {
  background: linear-gradient(135deg, #69501b, #c79b2c);
}

.visual-work {
  background: linear-gradient(135deg, #2a2116, #9c7318);
}

.visual-logistics {
  background: linear-gradient(135deg, #7d5912, #33281a);
}

.visual-members {
  background: linear-gradient(135deg, #3b2e1d, #caa247);
}

.news-card {
  position: relative;
  overflow: hidden;
}

.news-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.news-label {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--gold-deep);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.15rem;
  color: var(--brown);
  font-weight: 700;
}

.cta-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 2rem 2.2rem;
  background: linear-gradient(135deg, #1b160f, #3a2d1d);
  color: var(--ink-inverse);
}

.cta-banner h2 {
  margin: 0.8rem 0 0;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 0.98;
}

.contact-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}

.contact-list a,
.contact-list div {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--brown);
  font-weight: 600;
}

.contact-list i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(199, 155, 44, 0.14);
}

.map-frame {
  min-height: 320px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.map-frame iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
}

.form-label {
  color: var(--brown);
  font-weight: 700;
}

.required-mark {
  color: #c73333;
}

.form-control,
.form-select {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border-color: rgba(93, 71, 29, 0.18);
  background: #fffdfa;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(199, 155, 44, 0.48);
  box-shadow: 0 0 0 0.25rem rgba(199, 155, 44, 0.14);
}

.volume-row .form-control,
.volume-row .form-select {
  height: 100%;
}

.org-chart {
  padding: 1rem 0 1.25rem;
}

.org-level {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.org-level.three {
  justify-content: space-between;
}

.org-node {
  min-width: 150px;
  text-align: center;
  padding: 1rem 1.2rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  font-weight: 700;
  color: var(--brown);
}

.org-node.accent {
  background: linear-gradient(135deg, rgba(239, 226, 191, 0.9), rgba(255, 253, 249, 0.98));
}

.org-line {
  width: 2px;
  height: 30px;
  margin: 0.75rem auto;
  background: rgba(140, 101, 19, 0.35);
}

.site-footer {
  padding: 2rem 0 5rem;
}

.footer-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 1.75rem;
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid var(--line);
}

.site-footer p {
  color: var(--brown);
  font-weight: 800;
}

.site-footer small {
  color: var(--ink-soft);
}

.footer-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--ink-soft);
  font-weight: 600;
}

.floating-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #f1ddb0, var(--gold));
  color: #241a0c;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(56, 40, 12, 0.22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 1080;
}

.floating-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.floating-top:hover {
  color: #1f160b;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 20px;
    background: rgba(21, 16, 11, 0.96);
    border: 1px solid rgba(234, 213, 157, 0.12);
  }

  .nav-link {
    margin-left: 0;
  }

  .dropdown-menu {
    margin-top: 0.4rem;
    background: rgba(255, 252, 244, 0.98);
    border-color: rgba(64, 46, 17, 0.08);
    box-shadow: none;
  }

  .dropdown-item {
    color: var(--brown);
  }

  .hero-section,
  .page-hero {
    padding-top: 7.9rem;
  }

  .hero-title,
  .page-title {
    max-width: none;
  }

  .cta-banner,
  .footer-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  body {
    background:
      radial-gradient(circle at top left, rgba(199, 155, 44, 0.16), transparent 30%),
      linear-gradient(180deg, #1b160f 0, #241b12 700px, var(--bg-main) 700px, var(--bg-main) 100%);
  }

  .brand-logo {
    width: 44px;
    height: 44px;
  }

  .brand-copy strong {
    font-size: 0.8rem;
  }

  .brand-copy small {
    font-size: 0.72rem;
  }

  .hero-section {
    padding-bottom: 4rem;
  }

  .hero-title {
    font-size: clamp(2.7rem, 15vw, 4.1rem);
    line-height: 0.96;
  }

  .page-title,
  .section-title {
    line-height: 1;
  }

  .hero-copy,
  .page-copy,
  .section-copy {
    font-size: 0.98rem;
    line-height: 1.8;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-card,
  .highlight-panel,
  .feature-card,
  .content-card,
  .service-panel,
  .gallery-card,
  .news-card,
  .cta-banner,
  .footer-panel {
    border-radius: 24px;
  }

  .hero-card {
    margin-top: 0.5rem;
    padding: 1rem;
  }

  .hero-card-top {
    min-height: 260px;
  }

  .stat-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .highlight-panel,
  .content-card,
  .service-panel,
  .gallery-card,
  .news-card {
    padding: 1.5rem;
  }

  .org-level.three {
    justify-content: center;
  }

  .gallery-visual {
    min-height: 180px;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 260px;
  }

  .site-footer {
    padding-bottom: 6rem;
  }

  .floating-top {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
  }
}

.db-alert {
  position: relative;
  z-index: 1100;
  padding: 0.65rem 0;
  background: #a83232;
  color: #fff8f5;
  font-size: 0.92rem;
}

.db-alert .container {
  display: flex;
  gap: 0.7rem;
  align-items: center;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.fact-item {
  padding: 1.15rem;
  border-radius: 22px;
  background: rgba(255, 251, 242, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.fact-item small {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--ink-soft);
}

.fact-item strong {
  color: var(--brown);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.chips span {
  display: inline-flex;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(199, 155, 44, 0.12);
  color: var(--gold-deep);
  border: 1px solid rgba(199, 155, 44, 0.14);
  font-weight: 700;
}

.structure-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
}

.structure-item {
  padding: 1.1rem 1.2rem;
  border-radius: 18px;
  background: var(--surface-strong);
  border: 1px solid rgba(199, 155, 44, 0.12);
}

.structure-item strong,
.structure-item span {
  display: block;
}

.structure-item span {
  margin-top: 0.35rem;
  color: var(--ink-soft);
}

.structure-board {
  padding: 2.2rem;
  border-radius: 32px;
  background: rgba(255, 252, 246, 0.96);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.board-head {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(64, 46, 17, 0.08);
}

.board-head h2 {
  margin: 0.8rem 0 0;
  color: var(--brown);
  font-size: clamp(2rem, 4vw, 3rem);
  font-family: "Cormorant Garamond", serif;
}

.board-head p {
  max-width: 440px;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.8;
}

.board-group {
  height: 100%;
  padding: 1.75rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(247, 240, 222, 0.58), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(199, 155, 44, 0.12);
}

.board-group-head {
  margin-bottom: 1.4rem;
}

.board-group-head h3 {
  margin: 0.45rem 0 0;
  color: var(--brown);
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
}

.board-kicker {
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.executive-list {
  display: grid;
  gap: 1rem;
}

.executive-card {
  display: flex;
  gap: 1rem;
  align-items: stretch;
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255, 253, 249, 0.98);
  border: 1px solid rgba(64, 46, 17, 0.08);
}

.executive-index {
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(199, 155, 44, 0.18), rgba(239, 226, 191, 0.78));
  color: var(--gold-deep);
  font-weight: 800;
}

.executive-body strong,
.executive-body span,
.executive-body small {
  display: block;
}

.executive-body strong {
  color: var(--brown);
  font-size: 1rem;
}

.executive-body span {
  margin-top: 0.22rem;
  color: var(--ink-soft);
  font-weight: 700;
}

.executive-body small {
  margin-top: 0.38rem;
  color: #8b7a61;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.form-alert {
  margin-bottom: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  font-weight: 600;
}

.form-alert.success {
  background: rgba(47, 126, 77, 0.12);
  color: #295f3d;
}

.form-alert.danger {
  background: rgba(168, 50, 50, 0.12);
  color: #8d2d2d;
}

.field-error {
  display: block;
  margin-top: 0.35rem;
  color: #a83232;
}

.article-content p {
  margin-bottom: 1rem;
}

.cms-body {
  background: #efe7d6;
}

.cms-shell {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  min-height: 100vh;
}

.cms-sidebar {
  display: flex;
  flex-direction: column;
  padding: 2rem 1.35rem;
  background: linear-gradient(180deg, #1b160f, #302315);
  color: var(--ink-inverse);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.cms-brand {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
  color: var(--ink-inverse);
  text-decoration: none;
}

.cms-brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.cms-brand small {
  display: block;
  color: rgba(249, 243, 232, 0.72);
}

.cms-nav {
  display: grid;
  gap: 0.65rem;
  flex: 1 1 auto;
}

.cms-nav-group {
  margin-top: 1.25rem;
}

.cms-nav-group-title {
  margin-bottom: 0.6rem;
  color: rgba(249, 243, 232, 0.62);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cms-nav a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  color: rgba(249, 243, 232, 0.9);
  text-decoration: none;
}

.cms-nav a i {
  width: 18px;
  text-align: center;
}

.cms-nav a.active {
  background: rgba(234, 213, 157, 0.14);
  color: #fff8ec;
}

.cms-nav a:hover {
  background: rgba(234, 213, 157, 0.12);
  color: #fff7e9;
}

.cms-main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 2rem;
}

.cms-sidebar-footer {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(249, 243, 232, 0.12);
}

.cms-sidebar-footer small,
.cms-sidebar-footer span {
  display: block;
}

.cms-sidebar-footer small {
  color: rgba(249, 243, 232, 0.84);
  font-weight: 700;
}

.cms-sidebar-footer span {
  margin-top: 0.3rem;
  color: rgba(249, 243, 232, 0.56);
  font-size: 0.88rem;
}

.cms-page-footer {
  margin-top: auto;
  padding-top: 1.75rem;
  color: var(--ink-soft);
}

.cms-mobile-topbar {
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.cms-mobile-brand strong,
.cms-mobile-brand small {
  display: block;
}

.cms-mobile-brand strong {
  color: var(--brown);
  font-size: 1.05rem;
}

.cms-mobile-brand small {
  color: var(--ink-soft);
}

.cms-menu-toggle {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(64, 46, 17, 0.12);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.94);
  color: var(--brown);
}

.cms-topbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.cms-topbar h1 {
  margin-bottom: 0.25rem;
  color: var(--brown);
}

.cms-panel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.cms-stat-card {
  padding: 1.2rem;
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid var(--line);
}

.cms-stat-card small {
  display: block;
  color: var(--ink-soft);
  margin-bottom: 0.45rem;
}

.cms-stat-card strong {
  color: var(--brown);
  font-size: 1.6rem;
}

.cms-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.cms-toolbar p {
  margin: 0.35rem 0 0;
  color: var(--ink-soft);
}

.cms-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.table td,
.table th {
  vertical-align: middle;
}

.cms-login-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background: linear-gradient(135deg, #1b160f, #47351c);
}

.cms-login-card {
  width: min(100%, 460px);
  padding: 2rem;
  border-radius: 28px;
  background: rgba(255, 252, 246, 0.96);
  box-shadow: var(--shadow-strong);
  position: relative;
}

.cms-login-card h1 {
  color: var(--brown);
  margin-bottom: 0.5rem;
}

.cms-login-home {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: var(--ink-soft);
  text-decoration: none;
  font-weight: 700;
}

.cms-login-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.cms-login-logo img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .board-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .cms-shell {
    grid-template-columns: 1fr;
  }

  .cms-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: 290px;
    min-height: 100dvh;
    z-index: 1200;
    transform: translateX(-100%);
    opacity: 0;
    overflow-y: auto;
  }

  .cms-sidebar.open {
    transform: translateX(0);
    opacity: 1;
  }

  .cms-main {
    padding: 1.25rem;
  }

  .cms-mobile-topbar {
    display: flex;
  }

  .cms-panel-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .hero-facts {
    grid-template-columns: 1fr;
  }

  .cms-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .cms-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .structure-board,
  .board-group {
    padding: 1.5rem;
  }

  .executive-card {
    flex-direction: column;
  }

  .cms-login-card {
    padding: 1.5rem;
  }

  .cms-login-home {
    position: static;
    display: inline-flex;
    margin-bottom: 1rem;
  }
}
