/* Perfil público /ceo */
.ceo-page {
  --ceo-gold: var(--color-brand-gold, #b9984b);
  --ceo-ink: var(--color-text-heading, #1a1a1a);
  --ceo-muted: var(--color-text-medium, #5c5c5c);
  --ceo-line: var(--color-border-light, #e8e4da);
  --ceo-card: #fff;
  max-width: var(--container-max, 1100px);
  margin: 0 auto;
  padding: 8px clamp(16px, 3vw, 32px) 56px;
}

.ceo-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ceo-hero {
  display: grid;
  grid-template-columns: minmax(300px, 480px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
  margin-top: 12px;
  padding: clamp(28px, 4vw, 48px);
  background:
    radial-gradient(circle at 12% 20%, color-mix(in srgb, var(--ceo-gold) 18%, transparent), transparent 42%),
    linear-gradient(160deg, #fff 0%, #faf7f1 100%);
  border: 1px solid var(--ceo-line);
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.ceo-hero__photo {
  display: flex;
  justify-content: center;
}

.ceo-avatar-ring {
  width: min(440px, 90vw);
  aspect-ratio: 1;
  padding: 8px;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  background: linear-gradient(145deg, var(--ceo-gold), #e8d5a3 40%, #8a6d2f);
  box-shadow: 0 22px 48px color-mix(in srgb, var(--ceo-gold) 35%, transparent);
}

.ceo-avatar {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 50%;
  border: 5px solid #fff;
  box-sizing: border-box;
}

.ceo-eyebrow {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ceo-gold);
}

.ceo-hero h1 {
  margin: 0 0 4px;
  font-family: var(--font-heading, inherit);
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.15;
  color: var(--ceo-ink);
}

.ceo-nick {
  margin: 0 0 8px;
  font-size: 1.12rem;
  font-weight: 600;
  font-style: italic;
  color: var(--ceo-gold);
}

.ceo-lead {
  margin: 0 0 16px;
  font-size: 1.12rem;
  font-weight: 600;
  color: var(--ceo-ink);
  line-height: 1.45;
}

.ceo-intro {
  margin: 0 0 22px;
  color: var(--ceo-muted);
  line-height: 1.7;
  font-size: 1.02rem;
}

.ceo-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ceo-chips li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--ceo-line);
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--ceo-ink);
}

.ceo-chips i {
  color: var(--ceo-gold);
}

.ceo-section-head {
  text-align: center;
  margin: 0 0 28px;
}

.ceo-section-head--block {
  padding: clamp(20px, 3vw, 28px) 24px;
  background: #fff;
  border: 1px solid var(--ceo-line);
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.ceo-section-head h2,
.ceo-fortaleza h2 {
  margin: 0 0 8px;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  color: var(--ceo-ink);
}

.ceo-section-head p {
  margin: 0;
  color: var(--ceo-muted);
}

.ceo-grid {
  margin-top: 48px;
}

.ceo-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ceo-card {
  background: var(--ceo-card);
  border: 1px solid var(--ceo-line);
  border-radius: 18px;
  padding: 24px 22px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.ceo-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: linear-gradient(135deg, var(--ceo-gold), #8a6d2f);
  color: #fff;
  font-size: 1.15rem;
}

.ceo-card h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  color: var(--ceo-ink);
}

.ceo-card p {
  margin: 0;
  color: var(--ceo-muted);
  line-height: 1.65;
  font-size: 0.96rem;
}

.ceo-quote {
  margin-top: 48px;
  padding: clamp(32px, 5vw, 48px);
  border-radius: 24px;
  background: linear-gradient(135deg, #2b2418 0%, #4a3b22 55%, #b9984b 160%);
  color: #fff;
}

.ceo-quote blockquote {
  margin: 0;
  max-width: 720px;
}

.ceo-quote p {
  margin: 0 0 16px;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  line-height: 1.45;
  font-weight: 600;
}

.ceo-quote footer {
  font-size: 0.92rem;
  opacity: 0.88;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.ceo-fortaleza {
  margin-top: 48px;
  padding: clamp(24px, 4vw, 36px);
  background: #fff;
  border: 1px solid var(--ceo-line);
  border-radius: 20px;
}

.ceo-fortaleza p {
  margin: 0 0 14px;
  color: var(--ceo-muted);
  line-height: 1.75;
  font-size: 1.02rem;
}

.ceo-fortaleza p:last-child {
  margin-bottom: 0;
}

.ceo-gallery-block {
  margin-top: 56px;
  padding: clamp(24px, 4vw, 36px);
  background: #fff;
  border: 1px solid var(--ceo-line);
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.ceo-gallery {
  position: relative;
  min-height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ceo-gallery__card {
  position: absolute;
  width: min(280px, 58vw);
  aspect-ratio: 3 / 4;
  padding: 10px 10px 36px;
  border: 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
  cursor: pointer;
  transform:
    rotate(calc(-10deg + (var(--i) * 14deg)))
    translate(calc((var(--i) - 0.45) * 72px), calc((var(--i) - 0.35) * 18px));
  z-index: calc(2 + var(--i));
  transition: transform 0.28s ease, box-shadow 0.28s ease, z-index 0s;
}

.ceo-gallery__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
  background: #eee;
}

.ceo-gallery__card:hover,
.ceo-gallery__card:focus-visible {
  transform: rotate(0deg) translateY(-18px) scale(1.05);
  z-index: 20;
  box-shadow: 0 26px 50px rgba(15, 23, 42, 0.22);
  outline: none;
}

.ceo-cta {
  margin-top: 56px;
  text-align: center;
  padding: clamp(36px, 5vw, 52px) 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--ceo-gold), #8a6d2f);
  color: #fff;
}

.ceo-cta h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
}

.ceo-cta p {
  margin: 0 auto 24px;
  max-width: 560px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
}

.ceo-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.ceo-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.94rem;
  text-decoration: none;
  transition: transform 0.15s ease, background-color 0.15s ease;
}

.ceo-btn:hover {
  transform: translateY(-2px);
}

.ceo-btn--primary {
  background: #fff;
  color: #6d5426;
}

.ceo-btn--ghost {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.ceo-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}

.ceo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.ceo-lightbox[hidden] {
  display: none !important;
}

.ceo-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.ceo-lightbox__box {
  position: relative;
  z-index: 1;
  width: min(90vw, 90%);
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ceo-lightbox__img {
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  background: #111;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.ceo-lightbox__close {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.ceo-lightbox__close:hover {
  background: var(--ceo-gold);
  color: #fff;
}

body.ceo-lightbox-open {
  overflow: hidden;
}

@media (max-width: 860px) {
  .ceo-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ceo-chips {
    justify-content: center;
  }

  .ceo-cards {
    grid-template-columns: 1fr;
  }

  .ceo-gallery {
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
  }

  .ceo-gallery__card {
    position: relative;
    width: 100%;
    transform: none;
    inset: auto;
  }

  .ceo-gallery__card:hover,
  .ceo-gallery__card:focus-visible {
    transform: translateY(-6px);
  }
}

@media (max-width: 520px) {
  .ceo-page {
    padding-bottom: 40px;
  }

  .ceo-hero {
    padding: 22px 16px 26px;
    border-radius: 20px;
  }

  .ceo-avatar-ring {
    width: min(348px, 90vw);
  }
}
