/* ── SOBRE.CSS — GT Building-inspired luxury layout ── */

/* ── HERO ─────────────────────────────────────────── */
.sp-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 100px;
  overflow: hidden;
}

.sp-hero-bg {
  position: absolute;
  inset: 0;
}

.sp-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.sp-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(10,6,4,0.88) 0%, rgba(10,6,4,0.4) 50%, transparent 100%),
    linear-gradient(to bottom, rgba(10,6,4,0.45) 0%, transparent 30%);
}

.sp-hero-content {
  position: relative;
  z-index: 2;
}

.sp-hero-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(32px, 4.5vw, 64px);
  line-height: 1.25;
  color: var(--white);
  letter-spacing: -0.01em;
  margin-top: 16px;
  font-synthesis: none;
  font-feature-settings: "calt" 0, "dlig" 0, "swsh" 0, "hist" 0, "ss01" 0, "ss02" 0, "ss03" 0;
  max-width: 900px;
}

.sp-hero-accent {
  color: var(--terracota);
  font-size: 1.15em;
  display: inline-block;
  margin-top: 4px;
}

.sp-hero-scroll {
  position: absolute;
  bottom: 40px;
  right: var(--container-pad, 6vw);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.scroll-cue-line {
  display: block;
  width: 1px;
  height: 60px;
  background: rgba(255,255,255,0.4);
  animation: scLine 1.8s ease-in-out infinite;
}

.scroll-cue-text {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

@keyframes scLine {
  0%   { transform: scaleY(1); transform-origin: top; }
  50%  { transform: scaleY(0.2); transform-origin: top; }
  51%  { transform: scaleY(0.2); transform-origin: bottom; }
  100% { transform: scaleY(1); transform-origin: bottom; }
}

/* ── STATEMENT ───────────────────────────────────── */
.sp-statement {
  padding: 120px 0 100px;
  background: var(--cream);
}

.sp-statement-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0 80px;
  align-items: start;
}

.sp-statement-label {
  padding-top: 8px;
}

.sp-statement-label .eyebrow {
  margin-bottom: 20px;
}

.sp-statement-line {
  width: 1px;
  height: 80px;
  background: var(--terracota);
  opacity: 0.4;
}

.sp-statement-lead {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(22px, 2.8vw, 36px);
  line-height: 1.5;
  color: var(--brown-deep);
  letter-spacing: -0.01em;
  margin-bottom: 32px;
  font-synthesis: none;
  font-feature-settings: "calt" 0, "dlig" 0, "swsh" 0, "hist" 0, "ss01" 0, "ss02" 0, "ss03" 0;
}

.sp-statement-body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.8;
  color: var(--warm-gray);
  max-width: 640px;
  margin-bottom: 20px;
}

/* ── MANIFESTO (full-width grid) ─────────────────── */
.sp-manifesto {
  background: var(--white);
}

.sp-manifesto-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 700px;
}

.sp-manifesto-photo {
  position: relative;
  overflow: hidden;
}

.sp-manifesto-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.sp-manifesto-photo:hover img {
  transform: scale(1.03);
}

.sp-manifesto-tag {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: var(--brown-deep);
  color: var(--white);
  padding: 16px 24px;
  border-radius: 2px;
}

.sp-manifesto-tag span {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 4px;
}

.sp-manifesto-tag p {
  font-family: var(--font-display);
  font-size: 14px;
  font-style: italic;
  color: var(--white);
}

.sp-manifesto-content {
  padding: 80px 80px 80px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--cream);
}

.sp-manifesto-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(26px, 2.6vw, 40px);
  line-height: 1.3;
  text-wrap: balance;
  color: var(--brown-deep);
  letter-spacing: -0.01em;
  margin: 16px 0 48px;
  font-synthesis: none;
  font-feature-settings: "calt" 0, "dlig" 0, "swsh" 0, "hist" 0, "ss01" 0, "ss02" 0, "ss03" 0;
}

.sp-manifesto-pillars {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 48px;
}

.sp-pillar {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(79,44,29,0.1);
}

.sp-pillar:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.sp-pillar-num {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.15em;
  color: var(--terracota);
  padding-top: 4px;
  min-width: 28px;
  font-feature-settings: "calt" 0, "dlig" 0, "swsh" 0, "hist" 0, "ss01" 0, "ss02" 0, "ss03" 0;
}

.sp-pillar h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16px;
  color: var(--brown-deep);
  margin-bottom: 6px;
  font-feature-settings: "calt" 0, "dlig" 0, "swsh" 0, "hist" 0, "ss01" 0, "ss02" 0, "ss03" 0;
}

.sp-pillar p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.7;
  color: var(--warm-gray);
}

.sp-btn {
  align-self: flex-start;
}

/* ── NÚMEROS ─────────────────────────────────────── */
.sp-numbers {
  background: var(--brown-deep);
  padding: 100px 0;
}

.sp-numbers-head {
  text-align: center;
  margin-bottom: 72px;
}

.sp-numbers-head .section-title--light {
  font-feature-settings: "calt" 0, "dlig" 0, "swsh" 0, "hist" 0, "ss01" 0, "ss02" 0, "ss03" 0;
  max-width: none;
  white-space: nowrap;
  margin: 0 auto;
}

/* ── VALORES ─────────────────────────────────────── */
.sp-values {
  padding: 120px 0;
  background: var(--white);
}

.sp-values-head {
  margin-bottom: 40px;
  max-width: none;
}

.sp-values-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(22px, 2.8vw, 42px);
  line-height: 1.35;
  white-space: nowrap;
  color: var(--brown-deep);
  margin-top: 12px;
  font-synthesis: none;
  font-feature-settings: "calt" 0, "dlig" 0, "swsh" 0, "hist" 0, "ss01" 0, "ss02" 0, "ss03" 0;
}

.sp-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.sp-value-card {
  background: var(--cream);
  padding: 56px 40px;
  position: relative;
  transition: background 0.3s ease;
}

.sp-value-card:hover {
  background: var(--brown-deep);
}

.sp-value-card:hover h3,
.sp-value-card:hover p {
  color: var(--white);
}

.sp-value-card:hover .sp-value-index {
  color: var(--terracota);
}

.sp-value-index {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 200;
  color: rgba(79,44,29,0.08);
  line-height: 1;
  margin-bottom: 24px;
  transition: color 0.3s ease;
  font-feature-settings: "calt" 0, "dlig" 0, "swsh" 0, "hist" 0, "ss01" 0, "ss02" 0, "ss03" 0;
}

.sp-value-card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  color: var(--brown-deep);
  margin-bottom: 16px;
  transition: color 0.3s ease;
  font-feature-settings: "calt" 0, "dlig" 0, "swsh" 0, "hist" 0, "ss01" 0, "ss02" 0, "ss03" 0;
}

.sp-value-card p {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.8;
  color: #5c4a42;
  transition: color 0.3s ease;
}

/* ── PARCEIROS ───────────────────────────────────── */
.sp-partners {
  padding: 100px 0;
  background: var(--cream);
}

.sp-partners-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(26px, 3vw, 40px);
  color: var(--brown-deep);
  text-align: center;
  margin: 12px auto 32px;
  font-synthesis: none;
  font-feature-settings: "calt" 0, "dlig" 0, "swsh" 0, "hist" 0, "ss01" 0, "ss02" 0, "ss03" 0;
}

/* ── CTA FINAL ───────────────────────────────────── */
.sp-cta {
  position: relative;
  padding: 160px 0;
  text-align: center;
  overflow: hidden;
}

.sp-cta-bg {
  position: absolute;
  inset: 0;
}

.sp-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.3);
}

.sp-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(79,44,29,0.5), rgba(79,44,29,0.8));
}

.sp-cta-content {
  position: relative;
  z-index: 2;
}

.sp-cta-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(22px, 2.8vw, 42px);
  color: var(--white);
  line-height: 1.35;
  margin: 12px auto 28px;
  font-synthesis: none;
  font-feature-settings: "calt" 0, "dlig" 0, "swsh" 0, "hist" 0, "ss01" 0, "ss02" 0, "ss03" 0;
  white-space: nowrap;
  max-width: none;
}

.sp-cta-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 1024px) {
  .sp-manifesto-content {
    padding: 60px 48px;
  }
  .sp-statement-grid {
    grid-template-columns: 160px 1fr;
    gap: 0 48px;
  }
}

@media (max-width: 768px) {
  .sp-statement-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .sp-statement-label {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 0;
  }
  .sp-statement-line {
    width: 40px;
    height: 1px;
  }
  .sp-manifesto-grid {
    grid-template-columns: 1fr;
  }
  .sp-manifesto-photo {
    height: 50vw;
    min-height: 280px;
  }
  .sp-manifesto-content {
    padding: 56px 24px;
  }
  .sp-values-grid {
    grid-template-columns: 1fr;
  }
  .sp-hero-scroll {
    display: none;
  }

  /* Desativa nowrap nos títulos para caber no mobile */
  .sp-numbers-head .section-title--light,
  .sp-values-title,
  .sp-cta-title { white-space: normal; }

  /* Títulos maiores e legíveis no mobile */
  .sp-hero-title { font-size: clamp(23px, 6.4vw, 46px); line-height: 1.35; }
  .sp-values-title { font-size: clamp(24px, 7vw, 34px); }
  .sp-cta-title { font-size: clamp(26px, 7.5vw, 36px); }
  .sp-partners-title { font-size: clamp(24px, 7vw, 32px); }
}
