


.institutional-page {
  background: var(--ivory);
  color: var(--ink-on-light);
}
.institutional-page .site-header {
  background: rgba(7,27,24,.96);
}
.institutional-hero {
  position: relative;
  overflow: hidden;
  color: var(--ink-on-dark);
  background:
    radial-gradient(circle at 78% 18%, rgba(31,57,46,.36), transparent 30%),
    linear-gradient(120deg, #061914 0%, #0b2b26 64%, #071b18 100%);
  padding: 10.7rem 0 6rem;
  border-bottom: 3px solid var(--gold);
}
.institutional-hero::after {
  content: "PB";
  position: absolute;
  right: -2.5rem;
  bottom: -7rem;
  font-family: var(--font-display);
  font-size: clamp(15rem, 30vw, 33rem);
  line-height: .8;
  color: rgba(209,173,104,.035);
  pointer-events: none;
}
.institutional-breadcrumb {
  display: flex;
  gap: .8rem;
  align-items: center;
  margin-bottom: 2.6rem;
  color: rgba(247,243,236,.56);
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.institutional-breadcrumb a:hover { color: var(--gold-bright); }

.office-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}
.office-hero-copy h1,
.privacy-hero-copy h1 {
  margin: 0;
  max-width: 780px;
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: .92;
  font-size: clamp(4.2rem, 7vw, 7.2rem);
}
.office-hero-copy .lead,
.privacy-hero-copy .lead {
  max-width: 720px;
  margin: 1.7rem 0 0;
  color: rgba(247,243,236,.72);
  font-size: 1rem;
  line-height: 1.82;
}
.office-hero-actions {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  margin-top: 2.2rem;
  flex-wrap: wrap;
}
.office-hero-photo {
  position: relative;
  margin: 0;
  height: 600px;
  overflow: hidden;
  background: #1a1f1d;
  border: 1px solid rgba(209,173,104,.18);
}
.office-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}
.office-hero-photo figcaption {
  position: absolute;
  left: 1.4rem;
  bottom: 1.25rem;
  color: var(--gold-bright);
  font-size: .62rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.office-intro {
  padding: 6rem 0 6.4rem;
  background: #f7f4ed;
}
.office-intro-grid {
  display: grid;
  grid-template-columns: .42fr 1.12fr .8fr;
  gap: 3rem;
  align-items: start;
}
.office-intro h2 {
  margin: 0;
  color: var(--green-900);
  font-family: var(--font-display);
  font-size: clamp(3.1rem, 5vw, 5.2rem);
  font-weight: 500;
  line-height: .96;
}
.office-intro p {
  margin: .35rem 0 0;
  color: #5d645f;
  line-height: 1.82;
}

.office-trajectory {
  padding: 6rem 0 6.4rem;
  background: var(--green-900);
  color: var(--ink-on-dark);
}
.office-section-heading {
  display: grid;
  grid-template-columns: .42fr 1.15fr .8fr;
  gap: 3rem;
  align-items: start;
  margin-bottom: 3.3rem;
}
.office-section-heading h2 {
  margin: 0;
  max-width: 760px;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 5vw, 5.2rem);
  line-height: .96;
  font-weight: 500;
}
.office-section-heading > p {
  margin: .4rem 0 0;
  color: var(--muted-on-dark);
  font-size: .9rem;
  line-height: 1.78;
}
.trajectory-list {
  border-top: 1px solid var(--line-dark);
}
.trajectory-row {
  display: grid;
  grid-template-columns: 100px minmax(240px,.75fr) 1.25fr;
  gap: 2rem;
  padding: 2.2rem 0;
  border-bottom: 1px solid var(--line-dark);
  align-items: start;
}
.trajectory-year {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 1.45rem;
}
.trajectory-row h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem,3vw,3rem);
  line-height: 1;
  font-weight: 500;
}
.trajectory-row p {
  margin: .15rem 0 0;
  color: var(--muted-on-dark);
  font-size: .9rem;
  line-height: 1.75;
}

.office-formation {
  padding: 6rem 0 6.5rem;
  background: var(--ivory);
}
.formation-grid {
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  gap: clamp(3rem,7vw,7rem);
  align-items: start;
}
.formation-photo {
  margin: 0;
  position: sticky;
  top: 8.2rem;
  height: 620px;
  overflow: hidden;
  background: #202422;
}
.formation-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
}
.formation-photo figcaption {
  position: absolute;
  left: 1.35rem;
  bottom: 1.2rem;
  color: var(--gold-bright);
  font-size: .62rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.formation-copy h2 {
  margin: 0;
  max-width: 780px;
  color: var(--green-900);
  font-family: var(--font-display);
  font-size: clamp(3.2rem,5vw,5.2rem);
  font-weight: 500;
  line-height: .96;
}
.formation-copy > p {
  margin: 1.5rem 0 0;
  max-width: 720px;
  color: #5b625d;
  line-height: 1.82;
}
.formation-list {
  margin-top: 2.6rem;
  border-top: 1px solid var(--line-light);
}
.formation-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 1.2rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--line-light);
}
.formation-item > span {
  color: #a08048;
  font-family: var(--font-display);
  font-size: 1.35rem;
}
.formation-item strong {
  display: block;
  color: var(--green-900);
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 600;
}
.formation-item p {
  margin: .38rem 0 0;
  color: #606762;
  font-size: .88rem;
  line-height: 1.7;
}

.office-principles {
  padding: 5.8rem 0 6.2rem;
  background: #f7f4ed;
}
.principles-grid {
  display: grid;
  grid-template-columns: .42fr 1.58fr;
  gap: 3rem;
}
.principles-copy h2 {
  margin: 0;
  max-width: 760px;
  color: var(--green-900);
  font-family: var(--font-display);
  font-size: clamp(3.1rem,4.8vw,5rem);
  font-weight: 500;
  line-height: .96;
}
.principle-list {
  margin-top: 2.8rem;
  border-top: 1px solid var(--line-light);
}
.principle-row {
  display: grid;
  grid-template-columns: 60px 1fr 1fr;
  gap: 1.5rem;
  padding: 1.7rem 0;
  border-bottom: 1px solid var(--line-light);
}
.principle-row > span {
  color: #9a7a43;
  font-family: var(--font-display);
  font-size: 1.3rem;
}
.principle-row h3 {
  margin: 0;
  color: var(--green-900);
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 600;
}
.principle-row p {
  margin: .2rem 0 0;
  color: #606762;
  font-size: .88rem;
  line-height: 1.7;
}

.institutional-contact {
  padding: 5.8rem 0 6.2rem;
  background: var(--green-900);
  color: var(--ink-on-dark);
  border-top: 1px solid rgba(209,173,104,.24);
}
.institutional-contact-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(3rem,8vw,8rem);
  align-items: end;
}
.institutional-contact h2 {
  margin: 0;
  max-width: 760px;
  font-family: var(--font-display);
  font-size: clamp(3.2rem,5vw,5.1rem);
  font-weight: 500;
  line-height: .96;
}
.institutional-contact p {
  margin: 0 0 1.6rem;
  color: var(--muted-on-dark);
  line-height: 1.78;
}

/* Privacidade */
.privacy-hero {
  padding-bottom: 5rem;
}
.privacy-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 900px;
}
.privacy-content {
  padding: 5.5rem 0 6.5rem;
  background: #f7f4ed;
}
.privacy-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 780px);
  justify-content: center;
  gap: clamp(3rem,7vw,7rem);
  align-items: start;
}
.privacy-nav {
  position: sticky;
  top: 8.2rem;
  border-top: 1px solid var(--line-light);
}
.privacy-nav a {
  display: block;
  padding: .9rem 0;
  border-bottom: 1px solid var(--line-light);
  color: #68706a;
  font-size: .78rem;
  line-height: 1.45;
}
.privacy-nav a:hover { color: var(--green-900); }
.privacy-article > p:first-child {
  margin-top: 0;
}
.privacy-article h2 {
  margin: 3.6rem 0 1rem;
  color: var(--green-900);
  font-family: var(--font-display);
  font-size: clamp(2.3rem,3.6vw,3.6rem);
  line-height: 1;
  font-weight: 500;
}
.privacy-article h2:first-of-type { margin-top: 0; }
.privacy-article p,
.privacy-article li {
  color: #59615c;
  font-size: .94rem;
  line-height: 1.85;
}
.privacy-article ul {
  padding-left: 1.25rem;
}
.privacy-note {
  margin: 2rem 0 0;
  padding: 1.5rem 1.6rem;
  border-left: 3px solid var(--gold);
  background: rgba(184,149,82,.08);
  color: #4f5752;
  line-height: 1.75;
}
.privacy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  margin-top: 2.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line-light);
}
.privacy-meta div {
  display: grid;
  gap: .25rem;
}
.privacy-meta span {
  color: #8e8677;
  font-size: .62rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.privacy-meta strong {
  color: var(--green-900);
  font-size: .86rem;
}

@media (max-width: 960px) {
  .office-hero-grid { grid-template-columns: 1fr .65fr; gap: 3rem; }
  .office-intro-grid,
  .office-section-heading { grid-template-columns: .35fr 1.25fr; }
  .office-intro-grid > p,
  .office-section-heading > p { grid-column: 2; }
  .formation-grid { grid-template-columns: .7fr 1.3fr; gap: 3rem; }
  .principle-row { grid-template-columns: 50px .8fr 1.2fr; }
  .privacy-layout { grid-template-columns: 220px minmax(0,1fr); gap: 3rem; }
}

@media (max-width: 700px) {
  .institutional-hero { padding: 7.8rem 0 4.5rem; }
  .institutional-hero::after { right: -3rem; bottom: -2rem; font-size: 17rem; }
  .office-hero-grid,
  .office-intro-grid,
  .office-section-heading,
  .formation-grid,
  .principles-grid,
  .institutional-contact-grid,
  .privacy-layout { display: block; }
  .institutional-breadcrumb { margin-bottom: 2rem; }
  .office-hero-copy h1,
  .privacy-hero-copy h1 { font-size: clamp(3.7rem,15vw,5.1rem); }
  .office-hero-copy .lead,
  .privacy-hero-copy .lead { font-size: .98rem; }
  .office-hero-actions { display: block; }
  .office-hero-actions .button { width: 100%; }
  .office-hero-actions .text-link { display: inline-flex; margin-top: 1.2rem; }
  .office-hero-photo {
    width: calc(100% + 34px);
    margin-left: -17px;
    height: 510px;
    margin-top: 3rem;
  }

  .office-intro,
  .office-trajectory,
  .office-formation,
  .office-principles,
  .privacy-content { padding: 4.7rem 0 5rem; }
  .office-intro .section-index,
  .office-section-heading .section-index,
  .principles-grid > .section-index { margin-bottom: 1.35rem; }
  .office-intro h2,
  .office-section-heading h2,
  .formation-copy h2,
  .principles-copy h2,
  .institutional-contact h2 { font-size: clamp(3rem,12vw,4rem); }
  .office-intro p,
  .office-section-heading > p { margin-top: 1.4rem; }

  .office-section-heading { margin-bottom: 2.4rem; }
  .trajectory-row { grid-template-columns: 48px 1fr; gap: .9rem; padding: 1.8rem 0; }
  .trajectory-row p { grid-column: 2; }
  .trajectory-row h3 { font-size: clamp(2rem,9vw,2.7rem); }

  .formation-photo {
    position: relative;
    top: auto;
    width: calc(100% + 34px);
    margin-left: -17px;
    height: 520px;
    margin-bottom: 3rem;
  }
  .formation-list { margin-top: 2.2rem; }
  .formation-item { grid-template-columns: 48px 1fr; gap: .9rem; }

  .principle-list { margin-top: 2.2rem; }
  .principle-row { grid-template-columns: 45px 1fr; gap: .8rem; }
  .principle-row p { grid-column: 2; }

  .institutional-contact { padding: 4.7rem 0 5rem; }
  .institutional-contact-grid > div:last-child { margin-top: 2rem; }
  .institutional-contact .button { width: 100%; }

  .privacy-nav { position: static; margin-bottom: 2.4rem; }
  .privacy-nav a { font-size: .76rem; }
  .privacy-article h2 { margin-top: 3rem; font-size: clamp(2.35rem,10vw,3.15rem); }
  .privacy-article p,
  .privacy-article li { font-size: .95rem; }
}

@media (max-width: 390px) {
  .office-hero-photo,
  .formation-photo { width: calc(100% + 28px); margin-left: -14px; }
}


@media (max-width: 700px) {
  .office-page .trajectory-row {
    display: block;
    padding: 2rem 0 2.15rem;
  }
  .office-page .trajectory-year {
    display: block;
    margin: 0 0 .7rem;
    font-size: 1.45rem;
    line-height: 1;
    white-space: normal;
  }
  .office-page .trajectory-row h3 {
    margin: 0;
    max-width: 100%;
    font-size: clamp(2.25rem, 10.5vw, 3rem);
    line-height: .98;
    overflow-wrap: anywhere;
  }
  .office-page .trajectory-row p {
    margin: 1rem 0 0;
    max-width: 100%;
    font-size: .95rem;
    line-height: 1.75;
  }
}

/* V19.1 — atendimento 24h e estrutura física */
.office-urgent {
  margin-top: 1.5rem;
  display: inline-grid;
  grid-template-columns: 48px auto;
  gap: .9rem;
  align-items: center;
  padding: .85rem 1rem;
  border: 1px solid rgba(209,173,104,.34);
  background: rgba(184,149,82,.08);
}
.office-urgent > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--gold-bright);
  border-radius: 50%;
  color: var(--gold-bright);
  font-family: var(--font-display);
  font-size: 1rem;
}
.office-urgent strong,
.office-urgent small { display: block; }
.office-urgent strong {
  color: var(--gold-bright);
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.office-urgent small {
  margin-top: .25rem;
  color: rgba(247,243,236,.66);
  font-size: .76rem;
}

.office-space {
  padding: 6rem 0 6.4rem;
  background:
    radial-gradient(circle at 82% 16%, rgba(31,57,46,.32), transparent 27%),
    linear-gradient(120deg, #061a17 0%, #0b2b26 70%, #071b18 100%);
  color: var(--ink-on-dark);
  border-top: 1px solid rgba(209,173,104,.14);
  border-bottom: 1px solid rgba(209,173,104,.18);
}
.office-space-heading { margin-bottom: 2.8rem; }
.office-space-track {
  display: grid;
  grid-template-columns: 1fr 1fr .72fr;
  gap: 1rem;
}
.office-space-track figure {
  position: relative;
  margin: 0;
  min-height: 350px;
  overflow: hidden;
  border: 1px solid rgba(209,173,104,.22);
  background: #081d19;
}
.office-space-track figure::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  background: linear-gradient(to top, rgba(6,23,19,.78), transparent);
}
.office-space-track img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  transition: transform .45s ease;
}
.office-space-track figure:hover img { transform: scale(1.025); }
.office-space-track .office-space-facade img { object-position: 50% 52%; }
.office-space-track figcaption {
  position: absolute;
  z-index: 2;
  left: 1rem;
  right: 1rem;
  bottom: .95rem;
  color: var(--ivory);
  font-size: .65rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .office-space-track { grid-template-columns: 1fr 1fr; }
  .office-space-facade { grid-column: 1 / -1; min-height: 300px !important; }
  .office-space-facade img { min-height: 300px !important; }
}

@media (max-width: 700px) {
  .office-urgent { display: grid; width: 100%; grid-template-columns: 44px 1fr; }
  .office-space { padding: 4.7rem 0 5rem; }
  .office-space-track {
    display: flex;
    gap: .85rem;
    overflow-x: auto;
    width: calc(100% + 17px);
    padding: 0 17px .5rem 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .office-space-track::-webkit-scrollbar { display: none; }
  .office-space-track figure,
  .office-space-track .office-space-facade {
    flex: 0 0 86%;
    min-height: 330px !important;
    grid-column: auto;
    scroll-snap-align: start;
  }
  .office-space-track img,
  .office-space-track .office-space-facade img { min-height: 330px !important; }
}
