.inst-hero {
  background: var(--cream-2);
  border-bottom: 1px solid var(--line);
  padding: 1.8rem 1.2rem 2rem;
  text-align: center;
}

.inst-crumb {
  font-size: 0.82rem;
  color: var(--brown-text);
  margin-bottom: 0.55rem;
}

.inst-crumb a {
  color: var(--maroon);
  font-weight: 600;
}

.inst-title {
  color: var(--maroon);
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.16;
}

.inst-sub {
  margin-top: 0.6rem;
  color: var(--brown-text);
  font-size: 0.98rem;
}

.inst-main {
  padding: 0 0 3rem;
}

.inst-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 1.8rem 1.2rem 0;
}

.prose {
  color: var(--brown-text);
}

.prose > * + * {
  margin-top: 1rem;
}

.prose h2 {
  color: var(--brown-head);
  font-size: 1.3rem;
  font-weight: 800;
  margin-top: 2.1rem;
}

.prose h3 {
  color: var(--maroon);
  font-size: 1.05rem;
  font-weight: 700;
  margin-top: 1.4rem;
}

.prose p {
  line-height: 1.72;
}

.prose ul {
  padding-left: 1.25rem;
}

.prose li {
  line-height: 1.7;
  margin-top: 0.35rem;
}

.prose strong {
  color: var(--brown-head);
}

.prose a {
  color: var(--maroon);
  font-weight: 600;
  text-decoration: underline;
}

.prose-foot {
  margin-top: 2.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
  font-size: 0.86rem;
  color: var(--brown-text);
}

.inst-inner-wide {
  max-width: 1040px;
}

.contato-grid {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.contato-info {
  display: flex;
  flex-direction: column;
}

.contato-row {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--brown-text);
}

.contato-row svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: var(--maroon);
  margin-top: 2px;
}

.contato-row-label {
  display: block;
  font-size: 0.78rem;
  color: var(--brown-text);
}

.contato-row-value {
  display: block;
  font-weight: 600;
  color: var(--brown-head);
}

a.contato-row:hover .contato-row-value {
  color: var(--maroon);
}

.contato-social {
  display: flex;
  gap: 0.8rem;
  padding-top: 1.1rem;
}

.contato-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--maroon);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contato-social svg {
  width: 20px;
  height: 20px;
}

.contato-h {
  color: var(--brown-head);
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.9rem;
}

.contato-form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.inst-field {
  width: 100%;
  background: #f1efe9;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.9rem 1rem;
  color: var(--brown-head);
  font-size: 0.95rem;
}

.inst-field::placeholder {
  color: #9b8e78;
}

.inst-field:focus {
  outline: none;
  border-color: var(--maroon);
}

textarea.inst-field {
  min-height: 130px;
  resize: vertical;
}

.contato-form .btn-primary {
  width: 100%;
  justify-content: center;
  margin-top: 0.3rem;
}

.contato-map {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.contato-map iframe {
  width: 100%;
  height: 300px;
  border: 0;
  display: block;
}

.contato-map-open {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem;
  background: var(--white);
  color: var(--maroon);
  font-weight: 700;
  font-size: 0.92rem;
}

.contato-map-open svg {
  width: 18px;
  height: 18px;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
}

.faq-group-title {
  color: var(--maroon);
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}

.faq-item + .faq-item {
  margin-top: 0.7rem;
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  text-align: left;
  color: var(--brown-head);
  font-weight: 700;
  font-size: 0.96rem;
  line-height: 1.35;
}

.faq-q svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--maroon);
  transition: transform 0.2s ease;
}

.faq-item.is-open .faq-q svg {
  transform: rotate(180deg);
}

.faq-a {
  padding: 0 1.1rem 1.1rem;
  color: var(--brown-text);
}

.faq-a p {
  line-height: 1.7;
}

.faq-a p + p {
  margin-top: 0.6rem;
}

.faq-a a {
  color: var(--maroon);
  font-weight: 600;
  text-decoration: underline;
}

.jornal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  margin-top: 1.8rem;
}

.jornal-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.jornal-card > img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.jornal-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 1.1rem 1.1rem 1.3rem;
}

.jornal-card-date {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--maroon);
}

.jornal-card-body h3 {
  color: var(--brown-head);
  font-size: 1.12rem;
  font-weight: 800;
}

.jornal-card-body p {
  color: var(--brown-text);
  font-size: 0.92rem;
  line-height: 1.6;
}

.jornal-card .btn-primary {
  margin-top: 0.5rem;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  margin-top: 0.4rem;
}

.blog-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

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

.blog-card-body {
  padding: 1.1rem 1.1rem 1.3rem;
}

.blog-cat {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--maroon);
  margin-bottom: 0.45rem;
}

.blog-card-body h3 {
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

.blog-card-body h3 a {
  color: var(--brown-head);
}

.blog-card-body p {
  color: var(--brown-text);
  font-size: 0.92rem;
  line-height: 1.6;
}

.blog-more {
  display: inline-block;
  margin-top: 0.8rem;
  color: var(--maroon);
  font-weight: 700;
  font-size: 0.9rem;
}

.blog-post-hero {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 1.2rem;
}

.blog-post-meta {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--maroon);
  margin-bottom: 1rem;
}

.blog-back {
  display: inline-block;
  margin-top: 1.8rem;
  color: var(--maroon);
  font-weight: 700;
}

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

.grife-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.grife-card > img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  background: var(--cream-2);
}

.grife-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1;
  padding: 0.8rem 0.85rem 1rem;
}

.grife-card-body h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--brown-head);
}

.grife-desc {
  flex: 1;
  font-size: 0.82rem;
  color: var(--brown-text);
  line-height: 1.5;
}

.grife-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.4rem;
}

.grife-price {
  color: var(--maroon);
  font-weight: 800;
  font-size: 1rem;
}

.grife-buy {
  background: var(--maroon);
  color: var(--white);
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.5rem 0.9rem;
  border-radius: 7px;
}

.grife-buy:active {
  background: var(--maroon-dark);
}

.grife-note {
  margin-top: 1.8rem;
  font-size: 0.86rem;
  color: var(--brown-text);
  line-height: 1.6;
}
