:root {
  --ink: #142322;
  --ink-deep: #0e1817;
  --muted: #5d6966;
  --paper: #f7f5ef;
  --white: #ffffff;
  --gold: #c18a2d;
  --gold-light: #e3c47a;
  --gold-dark: #9e7120;
  --green: #1d6f5f;
  --green-deep: #14473d;
  --red: #8f2f2a;
  --line: rgba(20, 35, 34, 0.14);
  --line-gold: rgba(193, 138, 45, 0.3);
  --shadow: 0 24px 70px rgba(20, 35, 34, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  line-height: 1.7;
  background-image: radial-gradient(circle at 10% 20%, rgba(193, 138, 45, 0.03) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(29, 111, 95, 0.04) 0%, transparent 40%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

h1 {
  font-size: clamp(2.8rem, 8vw, 6.7rem);
  line-height: 0.96;
}

h2 {
  font-size: clamp(2.2rem, 4.5vw, 4.2rem);
  line-height: 1.04;
}

h3 {
  font-size: 1.3rem;
}

p {
  margin-top: 0;
}

/* ===== UTILITY ===== */
.nowrap {
  white-space: nowrap;
}

/* ===== HEADER ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(14, 24, 23, 0.92);
  border-bottom: 2px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--gold);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: var(--white);
}

.brand-logo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid var(--gold);
  box-shadow: 0 0 20px rgba(193, 138, 45, 0.2);
}

.brand span {
  display: grid;
  line-height: 1.1;
}

.brand strong {
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  font-family: "Cormorant Garamond", serif;
  color: var(--gold-light);
}

.brand small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-nav a {
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 4px;
  transition: 0.2s;
  border: 1px solid transparent;
}

.main-nav a:hover {
  color: var(--gold-light);
  border-color: var(--line-gold);
  background: rgba(193, 138, 45, 0.08);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line-gold);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--gold-light);
}

/* ===== MASONIC DIVIDER ===== */
.masonic-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px 0;
  color: var(--gold);
  font-size: 1.1rem;
}
.masonic-divider::before,
.masonic-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  max-width: 120px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.masonic-divider span {
  padding: 0 12px;
  opacity: 0.7;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: var(--ink-deep);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(135deg, rgba(14, 24, 23, 0.7) 0%, rgba(20, 35, 34, 0.5) 60%, rgba(29, 111, 95, 0.3) 100%),
    url('assets/irmaos_loja.jpeg') center / cover no-repeat;
  background-blend-mode: normal, normal;
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(30px, 5vh, 60px) 0;
}

/* TOPO: logo + título */
.hero-header {
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
  flex-wrap: wrap;
}

.hero-seal {
  flex-shrink: 0;
  width: clamp(120px, 18vw, 220px); /* aumentei de 80->120 e 140->220 */
  padding: 6px; /* aumentei levemente para a borda respirar */
  border: 2px solid rgba(193, 138, 45, 0.3);
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 60px rgba(193, 138, 45, 0.12); /* aumentei o brilho para acompanhar */
}

.hero-seal img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.hero-seal img:hover {
  opacity: 1;
}

.hero-title {
  flex: 1;
  color: var(--white);
  text-align: center;
}

.hero-title .eyebrow {
  margin-bottom: 6px;
  color: var(--gold-light);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.9;
}

.hero-title h1 {
  margin: 0;
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  line-height: 1.15;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

/* RODAPÉ: descrição + botões (CENTRALIZADO E LEVEMENTE ACIMA) */
.hero-footer {
  max-width: 700px;
  margin: 0 auto 6vh auto; /* centralizado e com margem inferior para "subir" o bloco */
  text-align: center;
  color: var(--white);
}

.hero-footer p {
  margin: 0 0 20px 0;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center; /* botões centralizados */
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 28px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: 0.2s;
  cursor: pointer;
}

.btn.primary {
  color: var(--ink-deep);
  background: var(--gold);
  border-color: var(--gold);
}
.btn.primary:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(193, 138, 45, 0.3);
}

.btn.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
}
.btn.secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--gold);
  transform: translateY(-2px);
}

/* ===== AFFILIATIONS ===== */
.affiliations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--gold-dark);
  border-bottom: 3px solid var(--gold);
}

.affiliation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 120px;
  padding: 24px;
  background: var(--white);
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
}

.affiliation-logo {
  width: 60px;
  max-height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}

/* ===== SECTION BASE ===== */
.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(54px, 9vw, 100px) 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1fr);
  gap: clamp(32px, 6vw, 80px);
}

.section-text {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 40px;
}

/* ===== MISSION BAND ===== */
.mission-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(280px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(54px, 8vw, 86px) clamp(18px, 5vw, 70px);
  color: var(--white);
  background: linear-gradient(135deg, var(--ink-deep), var(--green-deep) 60%, var(--red));
  border-top: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
}

.mission-band h2 {
  margin-bottom: 0;
}
.mission-band p:not(.eyebrow) {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
  text-align: center;
}

/* ===== PRINCIPLES ===== */
.principle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.principle-grid article {
  display: flex;
  flex-direction: column;
  min-height: 240px;
  padding: 28px 24px;
  border: 2px solid var(--line-gold);
  border-radius: 8px 0 8px 0;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(20, 35, 34, 0.06);
  transition: 0.25s ease;
}

.principle-grid article:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(193, 138, 45, 0.12);
  border-color: var(--gold);
}

.principle-number {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--gold);
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-family: "Cormorant Garamond", serif;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 6px;
  align-self: flex-start;
}

.principle-grid p {
  color: var(--muted);
  font-size: 0.95rem;
}

/* ===== MASONRY ===== */
.masonry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.masonry-grid article {
  min-height: 220px;
  padding: 28px 24px;
  border: 2px solid var(--line-gold);
  border-radius: 8px 0 8px 0;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(20, 35, 34, 0.06);
  transition: 0.25s ease;
}

.masonry-grid article:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(193, 138, 45, 0.12);
  border-color: var(--gold);
}

.masonry-grid article h3 {
  color: var(--green-deep);
  border-left: 4px solid var(--gold);
  padding-left: 16px;
}

.masonry-grid p {
  color: var(--muted);
  font-size: 0.95rem;
}

/* ===== CALENDÁRIO DE EVENTOS ===== */
.calendario-events {
  border-top: 2px solid var(--line-gold);
  border-bottom: 2px solid var(--line-gold);
}

.events-grid {
  display: grid;
  gap: 18px;
}

.event-card {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 20px;
    align-items: start;
    padding: 20px 24px;
    border: 2px solid var(--line-gold);
    border-radius: 8px 0 8px 0;
    background: var(--white);
    box-shadow: 0 8px 24px rgba(20, 35, 34, 0.06);
}
.event-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: var(--white);
    text-align: center;
    box-shadow: 0 4px 12px rgba(193, 138, 45, 0.3);
}
.event-day {
    font-family: "Cormorant Garamond", serif;
    font-size: 3.3rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 4px;
}
.event-month {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.9;
}
.event-info h3 {
    margin: 0 0 4px 0;
    font-size: 1.15rem;
    color: var(--ink);
}
.event-meta {
    margin: 0 0 8px 0;
    color: var(--gold-dark);
    font-weight: 600;
    font-size: 0.85rem;
}
.event-info p:last-child {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
}

/* ===== PUBLICATIONS ===== */
.publication-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.publication-grid article {
  min-height: 220px;
  padding: 28px 24px;
  border: 2px solid var(--line-gold);
  border-radius: 8px 0 8px 0;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(20, 35, 34, 0.06);
  transition: 0.25s ease;
}

.publication-grid article:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(193, 138, 45, 0.12);
  border-color: var(--gold);
}

.publication-grid span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--gold-dark);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.publication-grid p {
  color: var(--muted);
  font-size: 0.95rem;
}

/* ===== AGENDA (ATIVIDADES) ===== */
.agenda {
  border-top: 2px solid var(--line-gold);
  border-bottom: 2px solid var(--line-gold);
}

.agenda-list {
  display: grid;
  gap: 14px;
}

.agenda-list article {
  display: grid;
  grid-template-columns: minmax(180px, 0.4fr) minmax(240px, 1fr);
  gap: 20px;
  align-items: center;
  padding: 20px 26px;
  border: 2px solid var(--line-gold);
  border-radius: 8px 0 8px 0;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(20, 35, 34, 0.06);
}

.agenda-list strong {
  color: var(--green-deep);
  font-size: 1rem;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.04em;
}

.agenda-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

/* ===== GALLERY ===== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.gallery-grid figure {
  margin: 0;
  padding: 20px;
  border: 2px solid var(--line-gold);
  border-radius: 8px 0 8px 0;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(20, 35, 34, 0.06);
  text-align: center;
}

.gallery-grid img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  border-radius: 4px;
}

.gallery-grid figcaption {
  margin-top: 18px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}

/* ===== CONTACT ===== */
.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
  gap: 40px;
  align-items: center;
  padding: clamp(58px, 9vw, 100px) clamp(18px, 5vw, 70px);
  color: var(--white);
  background: linear-gradient(135deg, var(--ink-deep), var(--green-deep));
  border-top: 3px solid var(--gold);
}

.contact-copy {
  max-width: 760px;
}
.contact-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
}

.contact-panel {
  display: grid;
  gap: 16px;
  padding: 30px 28px;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--line-gold);
  border-radius: 8px 0 8px 0;
}

.contact-panel a:not(.btn),
.contact-panel span {
  padding-bottom: 14px;
  border-bottom: 2px solid var(--line-gold);
  color: var(--muted);
  font-weight: 600;
  overflow-wrap: anywhere;
}
.contact-panel a:not(.btn):hover {
  color: var(--gold-dark);
}

.contact-panel .btn {
  margin-top: 8px;
  width: 100%;
  justify-content: center;
}

/* ===== FOOTER ===== */
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.7);
  background: var(--ink-deep);
  font-size: 0.85rem;
  border-top: 3px solid var(--gold);
  flex-wrap: wrap;
}

.footer-symbols {
  display: flex;
  gap: 12px;
  color: var(--gold);
  font-size: 1.2rem;
  letter-spacing: 6px;
}

/* ======================================================== */
/* RESPONSIVIDADE */
/* ======================================================== */

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    top: 78px;
    right: 18px;
    left: 18px;
    display: grid;
    gap: 2px;
    padding: 16px;
    border: 2px solid var(--gold);
    border-radius: 8px 0 8px 0;
    background: var(--ink-deep);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
    transform: translateY(-18px);
    opacity: 0;
    pointer-events: none;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .main-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .main-nav a {
    color: rgba(255, 255, 255, 0.8);
    padding: 12px 16px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .main-nav a:hover {
    border-color: var(--gold);
    background: rgba(193, 138, 45, 0.1);
  }

  .split,
  .mission-band,
  .contact {
    grid-template-columns: 1fr;
  }

  .principle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .masonry-grid,
  .publication-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .brand strong {
    font-size: 0.9rem;
  }
  .brand small {
    font-size: 0.6rem;
  }

  /* Hero responsivo */
  .hero-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .hero-seal {
    width: 80px;
  }
  .hero-title h1 {
    font-size: 2rem;
  }
  .hero-footer p {
    font-size: 1rem;
  }
  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .affiliations,
  .principle-grid,
  .agenda-list article {
    grid-template-columns: 1fr;
  }

  .affiliation {
    min-height: 100px;
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .event-card {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
  .event-date {
    width: 64px;
    height: 64px;
  }
  .event-day {
    font-size: 1.5rem;
  }
  .event-info h3 {
    font-size: 1rem;
  }

  .site-footer {
    flex-direction: column;
    text-align: center;
  }
}

<style>
        /* ===== ESTILOS DO HEADER E NAVEGAÇÃO ===== */
        * { box-sizing: border-box; }
        body { margin: 0; background: var(--paper); font-family: 'Inter', sans-serif; }

        .dashboard-header {
            background: var(--ink-deep);
            border-bottom: 3px solid var(--gold);
            padding: 16px clamp(18px, 4vw, 56px);
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
        }
        .dashboard-header .brand-header { display: flex; align-items: center; gap: 14px; }
        .dashboard-header .brand-header img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 2px solid var(--gold);
            object-fit: cover;
        }
        .dashboard-header .brand-header a {
            color: var(--gold-light);
            font-family: "Cormorant Garamond", serif;
            font-size: 1.3rem;
            font-weight: 700;
            text-decoration: none;
        }
        .dashboard-header .brand-header a:hover { text-decoration: underline; }
        .dashboard-header .user-info {
            color: rgba(255,255,255,0.7);
            font-size: 0.85rem;
            text-align: right;
        }
        .dashboard-header .user-info strong { color: var(--white); }
        .dashboard-header .user-info .grau-cargo { color: var(--gold-light); }
        .dashboard-header .btn-sair {
            background: transparent;
            border: 1px solid rgba(255,255,255,0.2);
            color: var(--white);
            padding: 6px 16px;
            border-radius: 4px;
            text-decoration: none;
            font-size: 0.8rem;
            transition: 0.2s;
        }
        .dashboard-header .btn-sair:hover {
            background: var(--red);
            border-color: var(--red);
        }

        /* ===== MENU PRINCIPAL ===== */
        .nav-secundaria {
            background: var(--paper);
            border-bottom: 2px solid var(--line-gold);
            padding: 8px clamp(18px, 4vw, 56px);
        }

        .menu-principal {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 4px;
            align-items: center;
        }

        .menu-item {
            position: relative;
            display: inline-block;
        }

        .menu-item > a,
        .menu-item > .menu-label {
            display: inline-block;
            padding: 8px 16px;
            color: var(--muted);
            font-weight: 600;
            font-size: 0.85rem;
            text-decoration: none;
            border-radius: 4px;
            transition: 0.2s;
            border: 1px solid transparent;
            cursor: pointer;
        }

        .menu-item > a:hover,
        .menu-item > .menu-label:hover {
            background: rgba(193,138,45,0.08);
            color: var(--ink);
        }

        .menu-item > a.ativo {
            color: var(--gold-dark);
            border-color: var(--gold);
            background: rgba(193,138,45,0.1);
        }

        .menu-item > a.admin-link {
            color: var(--red);
            border: 1px solid var(--red);
        }
        .menu-item > a.admin-link:hover {
            background: var(--red);
            color: var(--white);
        }

        /* ===== SUBMENU ===== */
        .submenu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: var(--white);
            min-width: 200px;
            padding: 8px 0;
            margin: 0;
            list-style: none;
            border: 1px solid var(--line-gold);
            border-radius: 0 0 8px 8px;
            box-shadow: 0 8px 16px rgba(0,0,0,0.1);
            z-index: 100;
        }

        .submenu li {
            display: block;
        }

        .submenu li a {
            display: block;
            padding: 8px 20px;
            color: var(--ink);
            font-weight: 500;
            font-size: 0.85rem;
            text-decoration: none;
            transition: 0.15s;
            border: none;
            border-radius: 0;
        }

        .submenu li a:hover {
            background: rgba(193,138,45,0.1);
            color: var(--gold-dark);
        }

        /* Exibe o submenu ao passar o mouse */
        .menu-item.has-submenu:hover .submenu {
            display: block;
        }

        /* Seta indicativa */
        .menu-item.has-submenu > .menu-label::after {
            content: ' ▾';
            font-size: 0.7rem;
            color: var(--muted);
        }

        /* ===== RESPONSIVIDADE ===== */
        @media (max-width: 640px) {
            .dashboard-header {
                flex-direction: column;
                align-items: stretch;
                gap: 12px;
            }
            .dashboard-header .user-info {
                text-align: left;
            }
            .menu-principal {
                flex-direction: column;
                align-items: stretch;
            }
            .submenu {
                position: static;
                box-shadow: none;
                border: none;
                border-left: 2px solid var(--line-gold);
                margin-left: 10px;
                border-radius: 0;
            }
            .menu-item.has-submenu:hover .submenu {
                display: block;
            }
        }
    </style>