/* Turga Capital — additional surfaces for private-markets pages */

.hero-inner {
  grid-template-columns: 1fr;
  gap: 0;
}

.hero-copy {
  max-width: 42rem;
}

.editorial-media-visual {
  height: 240px;
  max-height: 240px;
  min-height: 240px;
}

.editorial-media-visual img {
  height: 100%;
  object-fit: cover;
}

.editorial-media-compact .editorial-media-frame,
.editorial-media-compact .editorial-media-visual {
  min-height: 180px;
}

.editorial-media-compact .editorial-media-visual {
  height: 180px;
  max-height: 180px;
}

.pillar-split {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .pillar-split {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.pillar-panel {
  border: 1px solid #071b2b1a;
  background: #fffffff5;
  border-radius: 0;
  padding: 1.75rem 1.6rem;
  box-shadow: 0 18px 50px #071b2b0b;
}

.pillar-panel h3 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  color: #071b2b;
}

.pillar-panel p,
.pillar-panel li {
  color: #4f616d;
  line-height: 1.65;
}

.pillar-panel ul {
  margin: 0;
  padding-left: 1.1rem;
}

.pillar-panel li + li {
  margin-top: 0.55rem;
}

.team-grid,
.media-grid,
.office-grid {
  display: grid;
  gap: 1.25rem;
}

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

.media-grid,
.office-grid {
  grid-template-columns: 1fr;
}

@media (min-width: 760px) {
  .team-grid,
  .media-grid,
  .office-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.team-card,
.media-card,
.office-card {
  border: 1px solid #071b2b1a;
  background: linear-gradient(180deg, #fffffff8, #f5f7f6db);
  border-radius: 0;
  padding: 1.6rem 1.5rem;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.team-card:hover,
.media-card:hover,
.office-card:hover {
  transform: translateY(-3px);
  border-color: #2e54ff2e;
  box-shadow: 0 16px 40px #071b2b14;
}

.team-card small,
.media-card small,
.office-card small {
  display: inline-block;
  color: #2e54ff;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}

.team-card h3,
.media-card h3,
.office-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  color: #071b2b;
}

.team-card p,
.media-card p,
.office-card p {
  margin: 0;
  color: #4f616d;
  line-height: 1.65;
}

.contact-form {
  display: grid;
  gap: 0.9rem;
}

.contact-form label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5d7280;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid #071b2b21;
  background: #fff;
  color: #071b2b;
  border-radius: 0.9rem;
  padding: 0.85rem 1rem;
  font: inherit;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 2px solid #2e54ff2e;
  border-color: #2e54ff;
}

.form-note,
.form-success {
  margin: 0;
  color: #4f616d;
  font-size: 0.95rem;
}

.form-success {
  color: #638719;
}

.header-cta,
.lang-switch-trigger,
.site-menu-trigger {
  height: 46px;
  border-radius: 0;
  box-sizing: border-box;
}

.header-cta {
  width: auto;
  min-width: 190px;
}

.lang-switch {
  position: relative;
  margin-left: 12px;
  z-index: 60;
}

.lang-switch-trigger {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 88px;
  padding: 0 15px;
  border: 1px solid #071b2b1a;
  background: #fff;
  color: #071b2b;
  font: 600 10px/1 "Space Grotesk", sans-serif;
  letter-spacing: 0.13em;
  cursor: pointer;
}

.lang-switch-caret {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #2e54ff;
}

.lang-switch.is-open .lang-switch-caret {
  transform: rotate(180deg);
}

.lang-switch-trigger:focus-visible,
.header-cta:focus-visible,
.site-menu-trigger:focus-visible {
  outline: 2px solid #2e54ff;
  outline-offset: 2px;
}

.lang-switch-list {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  min-width: 100%;
  border: 1px solid #071b2b1a;
  background: #fff;
  box-shadow: 0 10px 24px #071b2b1a;
}

.lang-switch.is-open .lang-switch-list {
  display: block;
}

.lang-switch-list button {
  appearance: none;
  display: block;
  width: 100%;
  border: 0;
  background: #fff;
  color: #071b2b;
  padding: 10px 15px;
  text-align: left;
  font: 600 10px/1.2 "Space Grotesk", sans-serif;
  letter-spacing: 0.13em;
  cursor: pointer;
}

.lang-switch-list button.is-active,
.lang-switch-list button[aria-selected="true"] {
  background: #2e54ff;
  color: #fff;
}

.lang-switch-list button:hover:not(.is-active) {
  background: #f3f5fb;
}

@media (max-width: 850px) {
  .lang-switch {
    margin-left: auto;
  }

  .site-menu {
    margin-left: 12px;
  }
}

.site-menu-layer {
  z-index: 80;
}

.site-menu-grid {
  max-height: calc(100vh - 10rem);
  overflow: auto;
}

.home-values {
  padding: 1.25rem 0 4rem;
}

.home-values-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
}

@media (min-width: 860px) {
  .home-values-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.35rem;
  }
}

.home-values-grid article {
  border: 1px solid #071b2b1a;
  background: linear-gradient(180deg, #fffffff8, #f5f7f6db);
  border-radius: 0;
  padding: 1.7rem 1.55rem 1.55rem;
  box-shadow: 0 18px 50px #071b2b0b;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-values-grid article:hover {
  transform: translateY(-3px);
  border-color: #2e54ff2e;
  box-shadow: 0 16px 40px #071b2b14;
}

.home-value-mark {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: #2e54ff14;
  color: #2e54ff;
  font-size: 1.05rem;
  margin-bottom: 1.1rem;
}

.home-values-grid small {
  display: block;
  color: #2e54ff;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}

.home-values-grid h3 {
  margin: 0 0 0.7rem;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  color: #071b2b;
}

.home-values-grid p {
  margin: 0;
  color: #4f616d;
  line-height: 1.65;
}

.home-creed {
  padding: 0 0 4.5rem;
}

.home-creed-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
}

@media (min-width: 860px) {
  .home-creed-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.4rem;
  }
}

.home-creed-grid article {
  border-radius: 0;
  padding: 2.1rem 1.8rem;
  min-height: 16rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.home-creed-grid article:first-child {
  background: linear-gradient(160deg, #071b2b, #16324a);
  color: #f4f7f8;
}

.home-creed-grid article:last-child {
  background: linear-gradient(160deg, #eef2ff, #f7f8f6);
  border: 1px solid #071b2b14;
  color: #071b2b;
}

.home-creed-grid small {
  display: block;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
  margin-bottom: 0.9rem;
  opacity: 0.72;
}

.home-creed-grid h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.home-creed-grid p {
  margin: 0;
  max-width: 28rem;
  line-height: 1.65;
  opacity: 0.82;
}

.contact-card-cta {
  margin-top: 1.35rem;
}

.contact-card-cta .button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  height: 56px;
  padding: 0 22px;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.contact-card-cta .button span {
  color: inherit;
  letter-spacing: 0;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  grid-column: auto;
}

#turga-pillars .page-directory-grid {
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, minmax(250px, auto));
}

#turga-pillars .page-directory-grid > a:first-child {
  grid-area: 1 / 1 / span 2 / span 6;
}

#turga-pillars .page-directory-grid > a:nth-child(2) { grid-area: 1 / 7 / auto / span 3; }
#turga-pillars .page-directory-grid > a:nth-child(3) { grid-area: 1 / 10 / auto / span 3; }
#turga-pillars .page-directory-grid > a:nth-child(4) { grid-area: 2 / 7 / auto / span 3; }
#turga-pillars .page-directory-grid > a:nth-child(5) { grid-area: 2 / 10 / auto / span 3; }
#turga-pillars .page-directory-grid > a:nth-child(6) { grid-area: 3 / 1 / auto / span 3; }
#turga-pillars .page-directory-grid > a:nth-child(7) { grid-area: 3 / 4 / auto / span 3; }
#turga-pillars .page-directory-grid > a:nth-child(8) { grid-area: 3 / 7 / auto / span 3; }
#turga-pillars .page-directory-grid > a:nth-child(9) { grid-area: 3 / 10 / auto / span 3; }

#turga-pillars .page-directory-grid > a {
  padding-bottom: 3.4rem;
}

#turga-pillars .page-directory-grid h3 {
  max-width: none;
}

@media (max-width: 850px) {
  #turga-pillars .page-directory-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  #turga-pillars .page-directory-grid > a,
  #turga-pillars .page-directory-grid > a:nth-child(n) {
    grid-area: auto;
  }

  #turga-pillars .page-directory-grid > a:first-child {
    grid-column: 1 / -1;
    min-height: 350px;
  }
}

@media (max-width: 600px) {
  #turga-pillars .page-directory-grid {
    grid-template-columns: 1fr;
  }

  #turga-pillars .page-directory-grid > a,
  #turga-pillars .page-directory-grid > a:first-child {
    grid-column: 1;
    min-height: 245px;
  }
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  [data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  [data-reveal].is-visible {
    opacity: 1;
    transform: none;
  }
}
