/* [ft-sobre] — mirror of base-copia/pt/sobre/index.htm (selectors .q/.r/.s/.t/.u/.v/.w/.x/.y/.z/.aa..af) */

.ft-scope .ft-sobre{display:flex;flex-direction:column;gap:var(--style-section)}
.ft-scope .ft-sobre__section{max-width:var(--style-max);margin:0 auto;padding:var(--style-gap-xl) var(--style-gutter)}

/* Hero (.r + .t) */
.ft-scope .ft-sobre__hero{position:relative;text-align:center;padding-top:var(--style-section);padding-bottom:0;display:flex;flex-direction:column;gap:var(--style-gap);align-items:center;isolation:isolate}
.ft-scope .ft-sobre__hero::before{content:"";position:absolute;inset:-20% 5% auto auto;width:65%;height:220%;background:var(--style-glow-soft);opacity:.7;z-index:-1;pointer-events:none}
.ft-scope .ft-sobre__hero h1{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:800;color:var(--style-primary);letter-spacing:-.02em;line-height:1.14}
.ft-scope .ft-sobre__hero-lead{font-size:clamp(1rem, 2vw, 1.5rem);font-weight:500;color:var(--style-muted);max-width:720px;line-height:1.4}

/* Pillars: Visão + Valores (.u + .v) */
.ft-scope .ft-sobre__pillars{display:grid;grid-template-columns:1fr 1fr;gap:var(--style-gap)}
.ft-scope .ft-sobre__pillar{background:var(--style-bg);border-radius:var(--style-radius);padding:22px 16px;display:flex;flex-direction:column;gap:var(--style-gap-sm);min-height:267px}
.ft-scope .ft-sobre__pillar h2{font-size:1.5rem;font-weight:700;color:var(--style-primary)}
.ft-scope .ft-sobre__pillar p{font-size:1rem;color:var(--style-muted);line-height:1.5}
.ft-scope .ft-sobre__pillar p b{color:var(--style-primary);font-size:1.125rem}
.ft-scope .ft-sobre__pillar p strong{font-weight:700;font-size:1.125rem}

/* Purpose strip (.w + .x) */
.ft-scope .ft-sobre__purpose{background:linear-gradient(to right,var(--style-primary-light),var(--style-primary));color:#fff;border-radius:var(--style-radius);padding:51px 38px;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--style-gap)}
.ft-scope .ft-sobre__purpose-item{display:flex;flex-direction:column;gap:11px}
.ft-scope .ft-sobre__purpose-item h2,.ft-scope .ft-sobre__purpose-item h3{font-size:1.25rem;font-weight:700}
.ft-scope .ft-sobre__purpose-item p{font-size:1rem;line-height:1.4}
.ft-scope .ft-sobre__purpose-item:nth-child(2) p{font-size:1.125rem}

/* Divider (.y) */
.ft-scope .ft-sobre__divider{width:100%;max-width:var(--style-max);height:1px;margin-inline:auto;background:var(--style-divider)}

/* História (.z + .aa..af + .ab..ae) */
.ft-scope .ft-sobre__history{display:flex;flex-direction:column;gap:var(--style-gap-lg)}
.ft-scope .ft-sobre__history h2{font-size:1.75rem;font-weight:700;color:var(--style-primary);text-align:center}
.ft-scope .ft-sobre__history-grid{display:grid;grid-template-columns:minmax(0,1fr) 400px;gap:var(--style-gap-lg);align-items:start}
.ft-scope .ft-sobre__history-aside{position:sticky;top:var(--style-gap-lg)}
.ft-scope .ft-sobre__history-aside picture{display:block;border-radius:var(--style-radius);overflow:hidden}
.ft-scope .ft-sobre__history-aside img{display:block;width:100%;height:auto;object-fit:cover;border-radius:var(--style-radius)}
.ft-scope .ft-sobre__timeline{list-style:none;display:flex;flex-direction:column;gap:16px;margin:0;padding:0}
.ft-scope .ft-sobre__timeline-item{display:grid;grid-template-columns:2px auto 1fr;gap:16px;align-items:start;min-height:96px}
.ft-scope .ft-sobre__timeline-bar{background:#819deb;align-self:stretch;border-radius:1px}
.ft-scope .ft-sobre__timeline-year{font-size:1.5rem;font-weight:500;color:#819deb}
.ft-scope .ft-sobre__timeline-item p{font-size:1rem;font-weight:400;color:var(--style-muted);line-height:1.5}

/* Mobile (proto: @media (max-width:768px)) */
@media (max-width:768px){
	.ft-scope .ft-sobre__pillars{grid-template-columns:1fr}
	.ft-scope .ft-sobre__purpose{grid-template-columns:1fr;gap:var(--style-gap);padding:32px 20px}
	.ft-scope .ft-sobre__pillar{background:rgba(255,255,255,.75);min-height:0}
	.ft-scope .ft-sobre__pillar h2{font-size:1.125rem;font-weight:500}
	.ft-scope .ft-sobre__pillar p,.ft-scope .ft-sobre__pillar p b,.ft-scope .ft-sobre__pillar p strong{font-size:.875rem}
	.ft-scope .ft-sobre__history-grid{grid-template-columns:1fr}
	.ft-scope .ft-sobre__history-aside{position:static}
	.ft-scope .ft-sobre__timeline-year{font-size:1.25rem}
	.ft-scope .ft-sobre__timeline-item{min-height:0}
	.ft-scope .ft-sobre__hero{padding-top:88px}
	.ft-scope .ft-sobre__hero h1{font-size:1.25rem;font-weight:800}
	.ft-scope .ft-sobre__hero-lead{font-size:.875rem}
}
